/* default styles for extension "tx_form" */
	div.csc-mailform ol,
	div.csc-mailform ol li {
		margin: 0;
		padding: 0;
	}

	div.csc-mailform ol li {
		overflow: hidden;
	}

	div.csc-mailform fieldset {
		margin: 0;
		padding: 0;
		position: relative;
	}

	div.csc-mailform legend {
		margin-left: 1em;
		color: #000000;
		font-weight: bold;
	}

	div.csc-mailform fieldset ol {
		padding: 1em 1em 0 1em;
	}

	div.csc-mailform fieldset li {
		padding: 0.5em;
		margin-bottom: 0.5em;
		list-style: none;
	}

	div.csc-mailform fieldset.submit {
		border-style: none;
	}

	/**
	 * Normal label
	 * Left aligned, in front of input
	 */
	div.csc-mailform li label {
		float: left;
		width: 13em;
		margin-right: 1em;
		vertical-align: baseline;
	}

	div.csc-mailform li input + label,
	div.csc-mailform li textarea + label,
	div.csc-mailform li select + label {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 1em;
	}

	div.csc-mailform li textarea + label {
		vertical-align: top;
	}

	label em,
	legend em {
		display: inline;
		color: #060;
		font-size: 85%;
		font-style: normal;
		text-transform: uppercase;
	}

	legend em {
		position: absolute;
	}

	label strong,
	legend strong {
		display: block;
		color: #C00;
		font-size: 85%;
		font-weight: normal;
		text-transform: uppercase;
	}

	legend strong {
		position: absolute;
		top: 1.4em;
	}

	/**
	 * Labels alignment right
	 */
	.labels-alignment-right label,
	.labels-alignment-right .fieldset-subgroup legend,
	.labels-alignment-right.fieldset-subgroup legend {
		text-align: right;
	}

	/**
	 * Horizontal fieldset
	 */
	fieldset.fieldset-horizontal {
		border-width: 0;
	}

	fieldset.fieldset-horizontal ol {
		padding: 0;
	}

	fieldset.fieldset-horizontal li {
		float: left;
		padding: 0;
		margin-right: 1em;
	}

	fieldset.fieldset-horizontal.label-below label {
		display: block;
		margin-left: 0;
		margin-top: 0.2em;
		font-size: 90%;
		color: #999999;
		text-align: left;
	}

	fieldset.fieldset-horizontal label em {
		display: inline;
	}

	/**
	 * Subgroup fieldset
	 */
	fieldset.fieldset-subgroup {
		margin-bottom: -2em;
		border-style: none;
	}

	fieldset.fieldset-subgroup legend {
		margin-left: 0;
		padding: 0;
		font-weight: normal;
		width: 13em;
	}

	fieldset.fieldset-subgroup ol {
		position: relative;
		top: -1.4em;
		margin: 0 0 0 14em;
		padding: 0;
	}

	fieldset.fieldset-subgroup li {
		padding: 0;
	}

	fieldset.fieldset-subgroup input + label {
		float: none;
		width: auto;
		display: inline;
		margin: 0 0 0 1em;
	}

	/**
	 * Labels as block
	 * Labels displayed above or below the input fields
	 */
	.labels-block label {
		display: block;
		float: none;
		margin: 0 0 0.5em;
		width: auto;
	}

	.labels-block input + label,
	.labels-block textarea + label {
		margin: 0.5em 0 0;
	}

	.labels-block fieldset.fieldset-subgroup,
	fieldset.labels-block.fieldset-subgroup {
		margin-bottom: 0;
	}

	.labels-block .fieldset-subgroup legend,
	.labels-block.fieldset-subgroup legend {
		width: auto;
	}

	.labels-block .fieldset-subgroup legend em,
	.labels-block.fieldset-subgroup legend em {
		position: relative;
	}

	.labels-block .fieldset-subgroup legend strong,
	.labels-block.fieldset-subgroup legend strong {
		position: relative;
		top: 0;
	}

	.labels-block .fieldset-subgroup ol,
	.labels-block.fieldset-subgroup ol {
		top: 0;
		margin: 0;
		padding: 0.5em 0 0;
	}
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_pawspets" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-pawspets table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-pawspets table th {
		font-weight:bold;
	}

	.tx-pawspets table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_pawsvolunteers" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-pawsvolunteers table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-pawsvolunteers table th {
		font-weight:bold;
	}

	.tx-pawsvolunteers table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}


/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}*/
/*==================*/



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #90b93f;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #90b93f;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-full {
	display: block;
	width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 35px;
	margin-bottom: 35px;
	border: 0;
	border-top: 1px solid #dfdfdf;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-bottom: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center,
.align-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 40px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
@media (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 179, 64, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(140, 179, 64, 0.6);
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"] {
	line-height: 34px;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.form-control-static {
	margin-bottom: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-control-static {
	padding-top: 7px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	max-width: 250px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}
.safari.win .btn {
    -webkit-transition: none;
    transition: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #ffffff;
	background-color: #80BB00;
	border-color: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #00AEA9;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge {
	color: #428bca;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}
.btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-custom-large {
    font-size: 19px;
    line-height: 1;
    margin: 0 0 5px;
    max-width: 320px;
    min-width: 300px;
    padding: 17px 70px;
}
button.btn-custom-large{
    padding: 0 70px;
}
.ie8 .btn-custom-large {
    max-width: 180px;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 12px 40px !important;
	font-size: 18px;
	line-height: 1.00;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	max-height: 450px;
	overflow-x: visible;
	/*padding-right: 15px;
	padding-left: 15px;*/
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		/*display: block !important;*/
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	/*padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;*/
	background-color: transparent;
	background-image: none;
	/*border: 1px solid transparent;*/
	border: none;
}
.navbar-toggle:focus {
	outline: none;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 3px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		/*display: none;*/
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: none;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
/*.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #80BB00;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
	color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #ffffff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999999;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #999999;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.breadcrumb {
	padding: 22px 0 0;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: url('/fileadmin/templates/images/icons/arrow.gif');
	padding: 0 8px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #999999;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999999;
	background-color: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #428bca;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
.alert {
	padding: 15px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert a {
	color: #ffffff;
	text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
	color: #ffffff;
	text-decoration: none;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #e1754c;
	border-color: none;
	color: #ffffff;
	border-radius: 0px;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #b43232;
	border-color: none;
	color: #ffffff;
	border-radius: 0px;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: normal;;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
/* NOTE: hack modal: display:none prevented videos to play on iOS */
.modal {
	/*display: none;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;*/
	visibility: hidden;
	position: fixed;
	left: -9999px;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.in {
	visibility: visible;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*.modal.fade .modal-dialog {
	-webkit-transform: translate(-99999, 0);
	-ms-transform: translate(99999, 0);
	transform: translate(99999, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}*/
.modal.in .modal-dialog {
	/*-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);*/
	left: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #f0f0f0;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	min-height: 16.42857143px;
}
.modal-header .close {
	width: 50px;
	height: 50px;
	margin-top: -2px;
	background: #80BB00 url(/fileadmin/templates/images/icons/icons.png) no-repeat -55px -57px;
	border-radius: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-header .close:hover {
	background-color: #d1961c;
	background-position: -55px -107px;
}
.modal-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #80BB00;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.00;
	text-transform: inherit;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	background: #ffffff;
	text-align: center;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 650px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after,
.csc-sitemap ul li:after,
.csc-sitemap ul li:before,
.csc-sitemap ul ul:after,
.csc-sitemap ul ul:before{
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after,
.csc-sitemap ul li:after,
.csc-sitemap ul ul:after{
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
/* Comment to display correctly the scrollbar on explorer */
/*@-ms-viewport {
	width: device-width;
}*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/* Text */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {margin:0;padding:0;}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6, li{font-weight:normal; line-height:100%;}
h3{line-height:110%;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input:focus, select:focus, textarea:focus, a {outline: 0;}
td p,td pre,td input,td textarea,td select,td td,td th,td blockquote,td li,td dl,ul ul,ol ol,dl dl, li li,dd input, dd textarea{font-size:1.00em;}
td,th,blockquote,li,dt,dd{font-size:1.00em;}
input,textarea,select{font-size:1.00em;}
sup {line-height:21px; vertical-align:text-top; font-size:14px;}
* {outline:0!important;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 25px;
	color: #666666;
}
p.prominent {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}
p.quote {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	color: #999999;
	margin-bottom: 20px;
}
p.like{
    background: url("/fileadmin/templates/images/icons/like.gif") no-repeat;
    padding: 0 0 0 35px;
}
p.dislike {
    background: url("/fileadmin/templates/images/icons/dislike.gif") no-repeat;
    padding: 0 0 0 35px;
}
blockquote p, blockquote blockquote {
	font-size: 1.00em;
	padding-left: 30px;
}
/* span.abbr is used for IE6 */
abbr, acronym {
	border-bottom: 1px dotted #ffffff;
	cursor: help;
}

/* Links */
a			{color: #80BB00; text-decoration: none; outline: 0;}
a:hover		{color: #80BB00; text-decoration: underline;}
a img		{border: none;}
a.gold-link {color: #DAA900;}
a.orange-link {color: #D1961C;}
a.aqua-link {color: #00AEA9;}
a.darkgrey-link {color: #47494c;}
a.yellow-link {color: #FFCD00;}
a.cyan-link {color: #00AFEC;}
a.gold-link:hover {color: #DAA900; text-decoration: underline;}
a.orange-link:hover	{color: #D1961C; text-decoration: underline;}
a.aqua-link:hover {color: #00AEA9; text-decoration: underline;}
a.darkgrey-link:hover {color: #47494c; text-decoration: underline;}
a.yellow-link:hover {color: #FFCD00; text-decoration: underline;}
a.cyan-link-link:hover {color: #00AFEC; text-decoration: underline;}

/* Headings */
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0 0 25px 0;
	margin: 0;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 31px;
	font-weight: 300;
	color: #666666;
	padding: 0 0 25px 0;
	margin: 0;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #666666;
	padding: 0 0 25px 0;
	margin: 0;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #333333;
	padding: 0 0 25px 0;
	margin: 0;
	text-transform: uppercase;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333333;
	padding: 0 0 25px 0;
	margin: 0;
	text-transform: uppercase;
}
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding: 0 0 25px 0;
	margin: 0;
}

/* Lists */
/*ul ul{margin:3px 0px 3px 10px;}
ol ol{margin:3px 0px 3px 20px;}
*/
ul {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}
ol{
	padding: 0;
	margin: 0 0 25px 15px;
}

ul li,
ol li {
	font-family: Arial, Helcetica, sans-serif;
	font-size: 16px;
	padding: 0 0 10px 5px;
	line-height: 1.3;
	color: #666666;
}
ul li{
	background: url(/fileadmin/templates/images/bg/bullet-bg.png) no-repeat 0 6px;
	padding: 0 0 10px 20px;
}
ul li ol li{
	padding: 0 0 10px 5px;
	background:none;
}
ul li > ul,
ol li > ul{
	margin: 5px 0 0 2px !important;
}
ol li > ol,
ul li > ol{
	margin: 5px 0 0 20px !important;
}
dl {
	color: #797979;
	margin: 10px 0 10px 0;
	padding: 0;
}
dl dt {
	font-weight: bold;
	margin: 2px 0 2px 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}

/* Table */
table {
	border-collapse: collapse;
	width: 100%;
	color: #ffffff;
	border-bottom: none;
	padding: 0px;
	background: none;
}
table caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	color: #085696;
	font-size: 1.17em;
}
thead {
	border: 1px solid #ffffff;
}
thead th   { font-weight: bold; color: #ffffff; background: #99cc00; padding: 5px; border: none; }
thead th p { color: #ffffff; }
tbody,
tfoot	   { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }

th		{ font-weight: bold; text-align: left; border-bottom: 1px solid #e6e6e6; background: #f7f7f7; padding: 5px; }
td		{ color: #666666; border-bottom: 1px solid #e6e6e6; background: #f7f7f7; padding: 5px; }
td p	{ font-size: 1.00em; padding: 0; line-height: normal; }
th p	{ font-size: 1.00em; padding: 0; line-height: normal; }
td h1	{ font-size: 1.64em; }
td h2	{ font-size: 1.00em; }
td h3	{ font-size: 1.14em; }
td h4	{ font-size: 1.07em; }
td h5	{ font-size: 0.93em; }
td h6	{ font-size: 0.93em; }


/* Forms */
form { margin: 0; padding: 0; }
input {
	color: #333333;
	border: 1px solid #A4A7A8;
	background-color: #FFFFFF;
	padding: 2px;
}
input.noborder {
	border: none;
	background-color: transparent;
}
fieldset { border: none; }
textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #A4A7A8;
	background: #FCFCFC;
	padding: 2px;
}
label {
	color: #000000;
}
legend {
	display: none;
}
textarea {
	overflow-y: hidden;
	resize: none;
}
/*input, textarea {
	-webkit-appearance: none!important;
}*/
/* Horizontal Rule */
hr {
	height: 1px;
	background: #dfdfdf;
	border: none;
	color: #dfdfdf;
	margin-bottom: 25px;
}

/* Buttons */
p.button,
p.button-aqua,
p.button-orange,
p.button-darkgrey,
p.button-gold,
p.button-yellow,
p.button-cyan,
p.button-vert-lg,
p.button-vert-lg-aqua,
p.button-vert-lg-orange,
p.button-vert-lg-gold,
p.button-vert-lg-darkgrey,
p.button-vert-lg-yellow,
p.button-vert-lg-cyan {
    margin-bottom: 4px !important;
    padding-bottom: 0 !important;
    min-width: 200px;
}
.ie9 p.button,
.ie9 p.button-aqua,
.ie9 p.button-orange,
.ie9 p.button-darkgrey,
.ie9 p.button-gold,
.ie9 p.button-yellow,
.ie9 p.button-cyan,
.ie9 p.button-vert-lg,
.ie9 p.button-vert-lg-aqua,
.ie9 p.button-vert-lg-orange,
.ie9 p.button-vert-lg-gold,
.ie9 p.button-vert-lg-darkgrey,
.ie9 p.button-vert-lg-yellow,
.ie9 p.button-vert-lg-cyan {
    vertical-align: top;
}
p.button.bottom-margin,
p.button-aqua.bottom-margin,
p.button-orange.bottom-margin,
p.button-darkgrey.bottom-margin,
p.button-gold.bottom-margin,
p.button-yellow.bottom-margin,
p.button-cyan.bottom-margin,
p.button-vert-lg.bottom-margin,
p.button-vert-lg-aqua.bottom-margin,
p.button-vert-lg-orange.bottom-margin,
p.button-vert-lg-gold.bottom-margin,
p.button-vert-lg-darkgrey.bottom-margin,
p.button-vert-lg-yellow.bottom-margin,
p.button-vert-lg-cyan.bottom-margin {
    margin-bottom: 25px !important;
}
p.button a,
p.button-vert-lg a,
p.button-aqua a,
p.button-vert-lg-aqua a,
p.button-orange a,
p.button-yellow a,
p.button-cyan a,
p.button-vert-lg-orange a,
p.button-darkgrey a,
p.button-gold a,
p.button-vert-lg-gold a,
p.button-vert-lg-darkgrey a,
p.button-vert-lg-yellow a,
p.button-vert-lg-cyan a {
    display: inline-block;
	/*margin-bottom: 4px;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	min-width: 200px;
	max-width: 250px;
	padding: 15px;
	line-height: 1.00;
	color: #ffffff;
	background-color: #80BB00;
	border-color: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
p.button.big-button a,
p.button-vert-lg.big-button a,
p.button-aqua.big-button a,
p.button-vert-lg-aqua.big-button a,
p.button-orange.big-button a,
p.button-yellow.big-button a,
p.button-cyan.big-button a,
p.button-vert-lg-orange.big-button a,
p.button-darkgrey.big-button a,
p.button-gold.big-button a,
p.button-vert-lg-gold.big-button a,
p.button-vert-lg-darkgrey.big-button a,
p.button-vert-lg-yellow.big-button a,
p.button-vert-lg-cyan.big-button a {
	max-width: 350px;
	padding: 15px 25px;
}
p.button-aqua a,
p.button-vert-lg-aqua a {
	background-color: #00AEA9;
}
p.button-orange a,
p.button-vert-lg-orange a {
	background-color: #D1961C;
}
p.button-darkgrey a,
p.button-vert-lg-darkgrey a {
	background-color: #47494c;
}
p.button-gold a,
p.button-vert-lg-gold a {
	background-color: #DAA900;
}
p.button-yellow a,
p.button-vert-lg-yellow a {
	background-color: #FFCD00;
}
p.button-cyan a,
p.button-vert-lg-cyan a {
	background-color: #00AFEC;
}
.ie9 p.button a,
.ie9 p.button-aqua a,
.ie9 p.button-orange a,
.ie9 p.button-darkgrey a,
.ie9 p.button-gold a,
.ie9 p.button-yellow a,
.ie9 p.button-cyan a,
.ie9 p.button-vert-lg a,
.ie9 p.button-vert-lg-aqua a,
.ie9 p.button-vert-lg-orange a,
.ie9 p.button-vert-lg-gold a,
.ie9 p.button-vert-lg-darkgrey a,
.ie9 p.button-vert-lg-yellow a,
.ie9 p.button-vert-lg-cyan a {
    display: block;
}
p.button-vert-lg,
p.button-vert-lg-aqua,
p.button-vert-lg-orange,
p.button-vert-lg-gold,
p.button-vert-lg-darkgrey,
p.button-vert-lg-yellow,
p.button-vert-lg-cyan {
    height: 50px;
}
p.button-vert-lg a,
p.button-vert-lg-aqua a,
p.button-vert-lg-orange a,
p.button-vert-lg-gold a,
p.button-vert-lg-darkgrey a,
p.button-vert-lg-yellow a,
p.button-vert-lg-cyan a {
    height: 50px;
	padding: 6px 15px;
}

p.button a:hover,
p.button-vert-lg a:hover {
	color: #ffffff;
	background-color: #00AEA9;
	text-decoration: none;
}
p.button-aqua a:hover,
p.button-vert-lg-aqua a:hover {
	background-color: #DAA900;
	text-decoration: none;
}
p.button-orange a:hover,
p.button-vert-lg-orange a:hover {
	background-color: #80BB00;
	text-decoration: none;
}
p.button-darkgrey a:hover,
p.button-vert-lg-darkgrey a:hover {
	background-color: #d1961c;
	text-decoration: none;
}
p.button-gold a:hover,
p.button-vert-lg-gold a:hover {
	background-color: #80BB00;
	text-decoration: none;
}
p.button-yellow a:hover,
p.button-vert-lg-yellow a:hover {
	background-color: #00AFEC;
	text-decoration: none;
}
p.button-cyan a:hover,
p.button-vert-lg-cyan a:hover {
	background-color: #FFCD00;
	text-decoration: none;
}
img.img-left{
    float: left;
    margin: 0 20px 15px 0;
}
img.img-right{
    float: right;
    margin: 0 0 15px 20px;
}
img.img-full {
    display: block;
    width: 100%;
    height: auto;
}
img.img-50 {
    display: block;
    width: 50%;
    height: auto;
}
p.text-center,
h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center,
ul.text-center,
ol.text-center{
    text-align: center;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold {
	color: #DAA900 !important;
}
h1.aqua,
h2.aqua,
h3.aqua,
h4.aqua,
h5.aqua,
h6.aqua {
 	color: #00AEA9 !important;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
	color: #D1961C !important;
}
h1.darkgrey,
 h2.darkgrey,
 h3.darkgrey,
 h4.darkgrey,
 h5.darkgrey,
 h6.darkgrey {
	 color: #47494c !important;
 }
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
	color: #80BB00 !important;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow {
	color: #FFCD00 !important;
}
h1.cyan,
h2.cyan,
h3.cyan,
h4.cyan,
h5.cyan,
h6.cyan {
	color: #00AFEC !important;
}
h1.gold::selection,
h2.gold::selection,
h3.gold::selection,
h4.gold::selection,
h5.gold::selection,
h6.gold::selection{
	background: #DAA900 !important;
	color: #ffffff !important;
}
h1.gold::-moz-selection,
h2.gold::-moz-selection,
h3.gold::-moz-selection,
h4.gold::-moz-selection,
h5.gold::-moz-selection,
h6.gold::-moz-selection {
	background: #DAA900 !important;
	color: #ffffff !important;
}
.text-center img{
	margin:0 auto;
}
table.not-responsive-table{}
p.inline {}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.paws-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.paws-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.paws-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.paws-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
    height: 100%;
}
.paws-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.paws-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/fileadmin/templates/images/icons/grabbing.png) 8 8, move;
}

/* fix */
.paws-carousel .owl-wrapper,
.paws-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


/*
* 	PAWS Carousel Theme
*	v1.3.3
*/
.paws-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.paws-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 12px;
    background: #80BB00 url(/fileadmin/templates/images/icons/carousel-arrows-new.png) no-repeat;
    text-indent: -9999px;
    z-index: 3;
}

/* Custom navigation buttons */
.owl-custom-buttons {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}
.owl-custom-buttons div {
	position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 12px;
    background: url(/fileadmin/templates/images/icons/carousel-arrows-new.png) no-repeat;
	cursor: pointer;
    text-indent: -9999px;
}
.owl-custom-buttons .owl-prev { left: 0; }
.owl-custom-buttons .owl-next { right: 0; }
.owl-custom-buttons .owl-prev { background-position: 0 -45px; }
.owl-custom-buttons .owl-next { background-position: 0 0; }
.owl-custom-buttons.aqua-theme .owl-prev { background-position: 0 -135px; }
.owl-custom-buttons.aqua-theme .owl-prev:hover { background-position: -45px -135px; }
.owl-custom-buttons.aqua-theme .owl-next { background-position: 0 -90px; }
.owl-custom-buttons.aqua-theme .owl-next:hover { background-position: -45px -90px; }

.paws-theme .owl-controls .owl-buttons div.arrows-high {
	margin-top: 0px !important;
}
.paws-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background-position: 0 -45px;
}
.paws-theme .owl-controls.clickable .owl-buttons .owl-prev:hover {
	background-position: -45px -45px;
}
.paws-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
	background-position: 0 0;
}
.paws-theme .owl-controls.clickable .owl-buttons .owl-next:hover {
	background-position: -45px 0px;
}
.paws-theme.aqua-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background-position: 0 -135px;
}
.paws-theme.aqua-theme .owl-controls .owl-buttons .owl-prev:hover {
	background-position: -45px -135px;
}
.paws-theme.aqua-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
	background-position: 0 -90px;
}
.paws-theme.aqua-theme .owl-controls .owl-buttons .owl-next:hover {
	background-position: -45px -90px;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/*.paws-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    text-decoration: none;
}*/

/* Styling Pagination*/
.paws-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.paws-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 3px;
    background: #d4d4d4;
    border-radius: 20px;
	box-shadow: inset -1px -1px 1px rgba(137, 137, 137, 0.3);
}
.no-borderradius .paws-theme .owl-controls .owl-page span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat 0 0;
}

.paws-theme .owl-controls .owl-page.active span,
.paws-theme .owl-controls.clickable .owl-page:hover span {
    background: #80BB00;
}
.no-borderradius .paws-theme .owl-controls .owl-page.active span,
.no-borderradius .paws-theme .owl-controls.clickable .owl-page:hover span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat -24px 0;
}
.paws-theme.aqua-theme .owl-controls .owl-page.active span,
.paws-theme.aqua-theme .owl-controls.clickable .owl-page:hover span{
	background: #74c5ac;
}
.no-borderradius .paws-theme.aqua-theme .owl-controls .owl-page.active span,
.no-borderradius .paws-theme.aqua-theme .owl-controls.clickable .owl-page:hover span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat -12px 0;
}

/* If PaginationNumbers is true */
.paws-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(/fileadmin/templates/images/icons/AjaxLoader.gif) no-repeat center center;
}

.paws-theme .icon {
	background-color: #80BB00;
}
.paws-theme.aqua-theme .icon {
	background-color: #00AEA9;
}
.paws-theme .label {
	background-color: #80BB00;
	background-color: rgba(128, 187, 0, 1);
}
.paws-theme.aqua-theme .label {
	background-color: #00AEA9;
	background-color: rgba(0, 174, 169, 1);
}

/**
* =================================
*         BROWSER SPECIFIC
* =================================
*/
.no-borderradius .fw-banner-media .year,
.no-borderradius .scroll-down,
.no-borderradius .home-pods .pod section,
.no-borderradius .home-pods .pod section img,
.no-borderradius .circle-img-pod .grey-bg img,
.no-borderradius .sidebar-adopt-pod .pet-img img,
.no-borderradius #top-btn,
.no-borderradius .adopt-pet .img,
.no-borderradius .adopt-pet .img img,
.no-borderradius .event-logo,
.no-borderradius .event-logo img,
.no-borderradius .foster-pod .img,
.no-borderradius .foster-pod .img img,
.no-borderradius .circle-img-pod .img,
.no-borderradius .circle-img-pod .img img,
.no-borderradius .vjs-default-skin .vjs-big-play-button,
.no-borderradius .meet-pet .img-circle,
.no-borderradius .why-adopt .img-circle,
.no-borderradius .information .img-circle,
.no-borderradius .pets-story-main div > span,
.pet-single-header.no-tabs .know-pet-box .box-body .img,
.pet-single-header.no-tabs .know-pet-box .box-body .img img {
	behavior: url(http://pawschicago.org/fileadmin/templates/PIE.htc);
}


/**
* =================================
*             HELPERS
* =================================
*/
.clear { clear: both; }
.left  { float: left; }
.right { float: right; }
.pos-fixed { position: fixed; top:inherit; left:inherit; }
.pos-relative { position: relative; }
.no-padding { padding: 0 !important; }
.dot-bg-gray { background: url(/fileadmin/templates/images/bg/dot-bg-gray.jpg); }
.hidden { display: none; }
.top-padding-30 { padding-top: 30px !important; }
.top-padding-20 { padding-top: 20px !important; }
.top-padding-60 { padding-top: 60px !important; }
.bottom-padding-30 { padding-bottom: 30px !important;}
.color-white { color: #ffffff; }
.full-width {
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hidden {
	display: none;
}
.anchor-menu li {
	background: none !important;
	padding-left: 0 !important;
}


/**
* =================================
*             GLOBAL
* =================================
*/
/* User Selection */
*::selection        { background: #80BB00; color: #ffffff; }
*::-moz-selection   { background: #80BB00; color: #ffffff; }
*::-moz-focus-inner { border: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none !important;
}

/* .main-header */
.main-header {
	margin-top: 35px;
}
.main-header hr {
	margin: 0 15px 25px 15px;
}
.main-header .dropdown-widget {
	float: right;
	padding-bottom: 25px;
}

form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
	opacity: 0;
}
form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
.grey-bg {
	background: #f3f3f3;
}
.light-grey-bg {
	background: #fafafa;
}
.dark-grey-bg{
	background: #eeeeee;
	padding: 35px 0;
}
.dark-brown-bg{
    background: #595651;
}
.aqua-bg {
	background: #00AEA9;
	border-top: 1px solid #74cab9;
	padding: 26px 0;
}
.white-bg {
	background: #ffffff;
}
.img-left{
	float: left;
	margin: 0 15px 15px 0;
}
.img-right{
    float: right;
    margin: 0 0 15px 15px;
}
.aqua-text{
	color: #00AEA9;
}
.note{
	font-size: 14px;
	color: #999999;
}
.like-h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0 0 25px 0;
	margin: 0;
}

/* Back to top button */
#top-btn {
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #D1961C;
    z-index: 10;
    outline: 0;
    opacity: 0;
    border-radius: 18px;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#top-btn span {
	display: block;
	width: 12px;
	height: 7px;
	margin: 14px auto 0 auto;
	background: url(/fileadmin/templates/images/icons/icons.png) no-repeat -67px -159px;
}
#top-btn:hover {
	background-color: #80BB00;
}
#top-btn:hover span {
	background-position: -67px -159px;
}
#top-btn.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}

/* Scroll down button (not clickable) */
.scroll-down {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 50px;
	cursor: pointer;
}
.scroll-down p {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: center;
	overflow: hidden;
	padding-top: 55px;
	margin: 0 0 4px 0;
}
.scroll-down span {
	display: block;
	width: 12px;
	height: 7px;
	background: url(/fileadmin/templates/images/icons/icons.png) no-repeat -26px -43px;
	margin: 0 auto;
}

/* Preloader */
.preloader{
	clear: both;
	display: none;
}
.cssanimations .preloader.full{
    position: fixed;
    background: rgba(0,0,0, 0.7);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* Legacy preloader */
.no-cssanimations .preloader {
	width: 32px;
	height: 32px;
	background-image: url(/fileadmin/templates/images/icons/AjaxLoader.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* Modern preloader */
.cssanimations .spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}
.cssanimations .preloader.full .spinner{
    margin: 0 auto;
	width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.cssanimations .spinner > div {
	width: 12px;
	height: 12px;
	background-color: #80BB00;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;

	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cssanimations .preloader.full .spinner > div{
    width: 18px;
	height: 18px;
}
.cssanimations .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.cssanimations .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% {
    	transform: scale(0.0);
    	-webkit-transform: scale(0.0);
	}
	40% {
    	transform: scale(1.0);
    	-webkit-transform: scale(1.0);
	}
}

/* Pets placeholder */
#pets-placeholder {
	clear: both;
}
#pets-placeholder .dogs,
#dogs-load-more-button {
	display: none;
}
.csstransitions #pets-placeholder .dogs,
.csstransitions #pets-placeholder .cats {
	-webkit-transition: margin 0.3s ease;
	transition: margin 0.35s ease;
}
.csstransitions #pets-placeholder .dogs.beforeAnim,
.csstransitions #pets-placeholder .cats.beforeAnim {
	margin-top: -25px;
}
.csstransitions #pets-placeholder .dogs.afterAnim,
.csstransitions #pets-placeholder .cats.afterAnim {
	margin-top: 0;
}
#pets-placeholder .preloader {
	margin: 0 auto 25px auto;
}

/* Lazy load buttons */
.lazyload-button {
	position: relative;
	display: block;
	width: 200px;
	height: 60px;
	padding: 15px 0 0 70px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	margin: 0 auto;
}
.lazyload-button span {
	position: absolute;
	display: block;
	top: 17px;
	left: 25px;
	width: 26px;
	height: 25px;
	background: url("/fileadmin/templates/images/icons/icons.png") -25px -50px no-repeat;
}
.lazyload-button.visible {
	display: block !important;
}
.lazyload-button.hidden {
	display: none !important;
}

/* Filters Panel */
.filters-panel {
    margin-top: 20px;
}
.filters-panel .ftitle {
    background: #00AEA9;
	padding: 20px;
}
.filters-panel .ftitle h2 {
	font-size: 24px;
	padding: 0;
	color: #ffffff;
    display: inline-block;
}
.filters-panel .ftitle h2 a{
    color: #ffffff;
    text-decoration: underline !important;
}
.filters-panel.foster .left {
	height: 135px;
	padding: 40px 20px;
	background: #00AEA9;
}
.filters-panel.foster .left h2 {
	font-size: 28px;
	padding: 0;
	color: #ffffff;
}
.filters-panel.foster .right {
	height: 135px;
	padding: 25px 20px;
	background: url(/fileadmin/templates/images/bg/dog-light-bg.jpg) no-repeat 0 0;
}
.fclear{
    margin: 2px 0 10px 10px;
    padding: 0;
}
.fclear a{
    position: relative;
    display: block;
    padding: 0 35px 0 0;
    font-size: 18px;
    color: #fff;
}
.close_btn {
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    right:0;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 15px;
}
.close_btn:after, .close_btn:before {
    content: '';
    height: 18px;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 12px;
    top: 3px;
}
.close_btn:before {
    transform: rotate(-45deg);
}
.border-top{
    border-top: 1px solid #a8a8a8;
    padding-top: 20px;
    margin-top: 10px;
}
#more_options_link{
    text-align: right;
    padding: 25px 15px 10px 0;
}
#more_options_link a{
    position: relative;
    color:#595651;
    font-size: 16px;
    padding: 0 25px 0 0;
}
span.farrow {
    position: absolute;
    right: 8px;
    top: 0;
    border: solid #69553c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}
span.farrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
span.farrow.up {
    top: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#more_options{
    margin:25px 0;
}
.filters-panel .fcontent {
	padding: 20px;
    background: #f3f1ef;
}
.filters-panel .fcontent h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 10px 0;
	color: #69553c;
}
.filters-panel .type-filter{
    margin-bottom: 15px;
}
.filters-panel .gender-filter a:hover,
.filters-panel .gender-filter a:focus{
    text-decoration: none;
}
.filters-panel .type-filter div,
.filters-panel .gender-filter div{
	float: left;
    width: 33%;
	padding: 3px 2px;
	background: #ffffff;
}
.filters-panel .type-filter div:last-child{
    width: 34%;
}
.filters-panel .gender-filter div{
    width: 50%;
}
.filters-panel .type-filter div:last-child,
.filters-panel .gender-filter div:last-child{
    padding-right: 3px;
}
.filters-panel .type-filter h6 + div,
.filters-panel .gender-filter h6 + div{
	padding-left: 3px;
}
.filters-panel .type-filter input[type="radio"],
.filters-panel .gender-filter input[type="radio"]{
	position: absolute;
	top: -25px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}
.filters-panel .type-filter label,
.filters-panel .gender-filter label{
	position: relative;
	width: 248px;
	height: 54px;
	margin: 0;
	cursor: pointer;
}
.filters-panel.foster .type-filter {
	float: none;
}
.filters-panel.foster .type-filter > div {
	float: left;
	width: 50%;
}
.filters-panel.foster .type-filter label,
.filters-panel .gender-filter label{
	width: 100%;
}
.filters-panel .type-filter label .text,
.filters-panel .gender-filter label .text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 400;
	display: block;
	padding: 12px 0 0 45px;
	color: #666666;

}
.filters-panel.foster .type-filter label .text{
    font-size: 20px;
}
.filters-panel .type-filter label .radio-icon,
.filters-panel .gender-filter label .radio-icon{
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 22px;
	height: 22px;
	transition: all 0.3s ease;
}
.borderradius .filters-panel .type-filter label .radio-icon,
.borderradius .filters-panel .gender-filter label .radio-icon {
	border: 1px solid #d8d8d8;
	border-radius: 11px;
	background-color: #ffffff;
}
.no-borderradius .filters-panel .type-filter label .radio-icon {
	background-image: url(/fileadmin/templates/images/icons/type-filters.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.filters-panel .type-filter label .type-icon,
.filters-panel .gender-filter label .type-icon{
	position: absolute;
	right: 10px;
	display: block;
	background-image: url(/fileadmin/templates/images/icons/type-filters.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.filters-panel .type-filter label[for="allpets-filter"] .type-icon {
    top: 7px;
    width: 32px;
    height: 37px;
    background-position: 0 -94px;
}
.filters-panel .type-filter label[for="cat-filter"] .type-icon{
	top: 6px;
	width: 37px;
	height: 37px;
	background-position: 0 -22px;
}
.filters-panel .type-filter label[for="dog-filter"] .type-icon {
	top: 7px;
	width: 47px;
	height: 35px;
	background-position: 0 -59px;
}
.filters-panel .gender-filter label[for="male-filter"] .type-icon,
.filters-panel .gender-filter label[for="female-filter"] .type-icon{
    top: 15px;
	width: 25px;
	height: 28px;
}

/*Filters panel Share your Story*/
.stories_banner .fw-banner .buttons-area .btn {
	background-color: #80BB00;
	border-radius: 3px;
	min-width: 300px;
}
.stories_banner .fw-banner .buttons-area .btn span {
	font-size: 23px;
	font-weight: 400;
	width: 300px;
}
.stories_banner .fw-banner .banner-box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #5ec5bf;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.29);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.29);
	box-shadow: 0 3px 5px rgba(0,0,0,.29);
	padding: 40px 25px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.stories_banner .fw-banner .banner-box h2 {
	font-size: 42px;
	font-weight: 700;
	text-shadow: none;
}
.stories_banner .fw-banner .banner-box p {
	font-size: 24px;
	font-weight: 400;
	text-shadow: none;
	margin: 0 0 10px 0;
	padding: 0 50px;
}
.stories_banner .fw-banner .banner-box .top-right {
	position: absolute;
	top: -50px;
	right: -70px;
}
.stories_banner .fw-banner .banner-box .bottom-left {
	position: absolute;
	bottom: -40px;
	left: -60px;
}
.share_story_filters {
	background: url("/fileadmin/media/images/bg/story_filters_bg.jpg") no-repeat;
	background-size: cover;
}
.share_story_filters .filters-panel {
	margin-top: 0;
}
.share_story_filters .filters-panel .type-filter {
	margin-right: 0;
	width: 100%;
}
.share_story_filters .filters-panel .type-filter > div {
	float: none;
	display: table-cell;
	width: 1%;
}
.share_story_filters .filters-panel .type-filter label {
	width: 100%;
	height: 50px;
}
.share_story_filters .filters-panel .type-filter label .text {
	padding-right: 36px;
	white-space: nowrap;
}
.share_story_filters .filters-panel .right {
	height: auto;
	padding: 30px 15px 35px 15px;
	background: none;
}
.stories-categories {
	background-color: #f3f3f3;
	padding-bottom: 80px;
}
.stories-categories h1 {
	padding: 60px 0 50px 0;
}
.stories-categories .item {
	margin-bottom: 40px;
}
.stories-categories .item > div {
	background: #ffffff;
}
.stories-categories .item .body {
	text-align: left;
}
.stories-categories .item.color1 .label,
.story-pods .item.color1 .label,
.stories-categories .item.color5 .label,
.story-pods .item.color5 .label {
	background-color: rgba(183,107,10, 0.8);
}
.stories-categories .item.color2 .label,
.story-pods .item.color2 .label,
.stories-categories .item.color6 .label,
.story-pods .item.color6 .label {
	background-color: rgba(144,185,63, 0.8);
}
.stories-categories .item.color3 .label,
.story-pods .item.color3 .label {
	background-color: rgba(198,189,169, 0.8);
}
.stories-categories .item.color4 .label,
.story-pods .item.color4 .label {
	background-color: rgba(106,198,180, 0.8);
}

/* Checked states */
.filters-panel .fcontent h6{
    padding: 5px 0 10px 0px;
    margin-bottom: 2px;
}
.filters-panel .fcontent .attributes_filter h6{
    padding: 5px 0 10px 0;
}
.filters-panel .age-filter,
.filters-panel .size-filter,
.filters-panel .gender-filter{
    margin-bottom: 15px;
}
.dogs-age,
.cats-age{
    display: none;
}
.filters-panel .gender-filter #male-filter-label .type-icon,
.filters-panel .gender-filter #female-filter-label .type-icon{
    background-image: url(/fileadmin/templates/images/icons/filter_icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.attributes_filter .dropdown-widget{
    margin-bottom: 15px;
}
.attributes_filter h6 em{
   color:#9b9282;
}
.attributes_filter .fctitle p{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 20px;
}
.attributes_filter .fctitle img{
    max-width: 60%;
    height: auto;
}
.filters-panel .type-filter h6,
.filters-panel .location-filter h6{
    /*background-position: 0 -32px;*/
    padding: 5px 0 10px 0;
}
.filters-panel.foster .type-filter h6{
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 10px 0;
    color:#69553c;
}
.filters-panel .type-filter label.checked,
.filters-panel .gender-filter label.checked{
	background-color: #f3f3f3;
}
.filters-panel .gender-filter #male-filter-label .type-icon{
    background-position: 0 -194px;
}
.filters-panel .gender-filter #female-filter-label .type-icon{
    background-position: 0 -254px;
}
.filters-panel .type-filter label.checked .radio-icon,
.filters-panel .gender-filter label.checked .radio-icon{
	animation-name: animate-radio;
	animation-duration: 0.3s;
	animation-direction: alternate;

	-webkit-animation-name: animate-radio;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-direction: alternate;
}
.borderradius .filters-panel .type-filter label.checked .radio-icon:after,
.borderradius .filters-panel .gender-filter label.checked .radio-icon:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: #00AEA9;
	border-radius: 5px;
}
.no-borderradius .filters-panel .type-filter label.checked .radio-icon,
.no-borderradius .filters-panel .gender-filter label.checked .radio-icon{
	background-position: -23px 0;
}
.filters-panel .type-filter #allpets-filter-label.checked .type-icon {
    background-position: -32px -94px;
}
.filters-panel .type-filter #cat-filter-label.checked .type-icon {
	background-position: -37px -22px;
}
.filters-panel .type-filter #dog-filter-label.checked .type-icon {
	background-position: -47px -59px;
}
.filters-panel .gender-filter #male-filter-label.checked .type-icon {
	background-position: 0px -165px;
}
.filters-panel .gender-filter #female-filter-label.checked .type-icon {
	background-position: 0px -224px;
}
@-webkit-keyframes animate-radio {
	0%   { transform: scale(1.0); -webkit-transform: scale(1.0); }
    50%  { transform: scale(1.2); -webkit-transform: scale(1.2); }
    100% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}
@keyframes animate-radio {
    0%   { transform: scale(1.0); -webkit-transform: scale(1.0); }
    50%  { transform: scale(1.2); -webkit-transform: scale(1.2); }
    100% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}


/*Share your Story Single View*/
.story-copy {
	padding: 80px 15px;
}
.story-copy h2 {
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #80BB00;
	padding: 10px 0;
}
.story-copy p {
	font-size: 18px;
}
.navigation-btns {
	padding: 80px 0 40px 0;
}
.navigation-btns .btn {
	font-size: 20px;
	padding: 20px 30px;
	min-width: 230px;
}
.navigation-btns a.previous {
	float: left;
	background: #00AEA9 url("/fileadmin/templates/images/icons/arrow-left-white.png") 35px center no-repeat;
}
.navigation-btns a.previous:hover {
	background-color: #80BB00;
}
.navigation-btns a.next {
	float: right;
	background: #00AEA9 url("/fileadmin/templates/images/icons/arrow-right-white.png") right 50px center no-repeat;
}
.navigation-btns a.next:hover {
	background-color: #80BB00;
}

/*Share your Story Form*/
.story-form {
	padding: 60px 0 80px 0;
}
.story-form label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0.025em;
	color: #666666;
}
.story-form .form-group {
	margin-bottom: 40px;
}
.story-form .form-control {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	background-color: #efeeee;
	border: solid 1px #dfdfdf;
	border-radius: 0;
	height: 56px;
}
.story-form .form-control:focus {
	box-shadow: none;
	border: 1px solid #00AEA9;
}
.story-form textarea.form-control {
	height: auto;
	overflow-y: auto;
}
.story-form button[type='submit'] {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 23px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #80BB00;
	padding: 16px 20px;
	min-width: 300px;
}
.story-form button[type='submit']:hover {
	color: #ffffff;
	background-color: #d1961c;
}

.story-form .help-block ul li {
	background: none;
	padding: 0;
	color: #a94442;
}
.story-form .has-error .form-control {
	border-color: #a94442;
}
.additional_fields {
	padding: 50px 0 20px 0;
}
.story-form .form_note {
	font-family: 'roboto condensed', sans-serif;
	font-size: 16px;
	color: #8b8b8b;
	padding: 5px 0 0 0;
}
.chosen-container-single .chosen-single {
	font-family: Arial;
	font-size: 16px;
	background-image: none;
	color: #666666;
	background-color: #efeeee;
	border: solid 1px #dfdfdf;
	height: 56px;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}
.chosen-container-single .chosen-single span {
	height: 100%;
	line-height: 56px;
}
.chosen-container-single .chosen-single div {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 48px;
	height: 48px;
	background-color: #00AEA9;
	background-image: url(/fileadmin/templates/images/icons/arrow-up-down.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background-color: #d1961c;
	background-image: url(/fileadmin/templates/images/icons/arrow-up-down.png);
	background-position: right -47px;
}

.chosen-container .chosen-drop {
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	z-index: 9;
}
.chosen-container .chosen-results {
	padding: 0;
	margin: 0;
}
.chosen-container .chosen-results li {
	font-size: 15px;
	background: none;
	display: block;
	color: #00AEA9;
	padding: 10px 5px;
	text-decoration: none;
}
.chosen-container .chosen-results li.highlighted {
	background: #00AEA9;
}
.chosen-container .chosen-results li.result-selected {
	background: #d1961c;
	color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none;
	box-shadow: none;
	border: 1px solid #dfdfdf;
}

/* Dropdown Widget */
.dropdown-widget {
	position: relative;
	width: 100%;
}
.dropdown-widget.disabled .placeholder,
.dropdown-widget.disabled .arrow{
    opacity: 0.6;
}
.dropdown-widget.disabled .handler{
    cursor: not-allowed;
}
.dropdown-widget .handler {
	position: relative;
	height: 60px;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
}
.dropdown-widget .handler .placeholder {
	display: block;
	margin-top: 19px;
	padding: 0 0 0 15px;
	font-size: 15px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
	width: calc(100% - 60px);
}
.dropdown-widget .handler .arrow {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 48px;
	height: 48px;
	background-color: #00AEA9;
	background-image: url(/fileadmin/templates/images/icons/arrow-up-down.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.dropdown-widget.uncollapsed .handler .arrow {
	background-color: #d1961c;
	background-position: right -47px;
}
.dropdown-widget .droplist{
    display: none;
}

.dropdown-widget.open .droplist{
    display: block;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	z-index: 991;
}

.dropdown-widget .droplist hr {
    margin: 20px 0;
    padding: 0;
}
.dropdown-widget .droplist ul {
	margin: 0 0 5px 0;
}
.dropdown-widget .droplist ul li {
	font-size: 15px;
	padding: 0 0 0 10px;
	background: none;
}
.dropdown-widget .droplist ul li a {
	display: block;
	color: #00AEA9;
	padding: 7px 0;
	text-decoration: none;
}
.dropdown-widget .droplist ul li:hover,
.dropdown-widget .droplist ul li:active {
	background: #00AEA9;
}
.dropdown-widget .droplist ul li.selected {
	background: #DAA900;
}
.dropdown-widget .droplist ul li.selected a,
.dropdown-widget .droplist ul li:hover a,
.dropdown-widget .droplist ul li:active a{
	color: #ffffff;
	text-decoration: none;
}

.dropdown-widget.small {
	width: 230px;
}
.dropdown-widget.small .handler .placeholder {
	width: 165px;
}

/* Page navigation */
.page-navigation ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 3px 3px 0;
}
.page-navigation ul li.last {
	margin-right: 0;
}
.page-navigation ul li a,
.page-navigation ul li.current {
	font-family: Arial, Helvetica, sans-serif !important;
	padding: 7px 14px !important;
	color: #ffffff !important;
	background-color: #80BB00 !important;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.page-navigation ul li a:hover {
	background-color: #d1961c !important;
}
.page-navigation ul li.current {
	color: #717171 !important;
	background-color: #E9E9E9 !important;
}
.page-navigation ul li.next a {
	padding: 7px 35px 7px 25px !important;
	background-image: url(/fileadmin/templates/images/icons/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 65px center;
}
.page-navigation ul li.previous a {
	padding: 7px 25px 7px 35px !important;
	background-image: url(/fileadmin/templates/images/icons/arrow-left-white.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.lightboxModal .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	margin: 0 auto;
	/*position: relative;*/
	/*display: table;*/
	/*overflow-y: auto;*/
	/*overflow-x: auto;*/
	/*width: auto;*/
}
.lightboxModal .modal-header {
	padding: 0;
	min-height: 0;
	height: 0;
}
.lightboxModal .modal-content {
	border: 0 none;
}
.lightboxModal .modal-header .close {
	background-color: transparent;
	background-position: -105px -57px;
	position: absolute;
	margin-top: 0;
	right: 0;
	z-index: 999;
}
.lightboxModal .modal-header .close:hover {
	background-position: -105px -107px;
}
.lightboxModal .modal-body {
	padding: 0;
}
.lightboxModal .modal-body img {
	margin: 0 auto;
}


/**
* =================================
*    PETS AVAILABLE FOR ADOPTION
* =================================
*/
.pets-available-adoption h1 {
	padding: 60px 0;
	line-height: 1.2;
}
.pets-available-adoption h1 span {
	color: #c6c4b1;
}


/**
* =================================
*           SEARCH FORM1
* =================================
*/
form td.gsc-input{
	position: relative;
	font-style: italic;
	width: 230px;
	height: 44px;
	padding: 0 0 0 7px;
	border: none;
	background-color: #d8d8d8;
	border-radius: 0;
}
.gsc-input td,
td.gsc-search-button{
	border:none;
	background:#ffffff;
}
/* This is used only for cml gsc ID */
form table table tbody {
    border: none;
}
form div.gsc-input-box {
    width: 100%;
}
form .gsc-input-box-focus {
    box-shadow: none !important;
}
form table table .gsib_b {
    display: none;
}
/* /The above is used only for cml gsc ID */
form .gsc-clear-button .gsc-clear-button{display: none;}
/*Global Search Form*/
#main .recently-adopted  .gsc-search-box td{
    background: #d8d8d8;
    border-bottom: none;
}
#main .gsc-search-box td
#header form.gsc-search-box, #global-menu form.gsc-search-box,
#header table.gsc-search-box, #global-menu table.gsc-search-box,
#main form.gsc-search-box, #main table.gsc-search-box{
	margin: 0;
}
#header table.gsc-search-box td,
#global-menu table.gsc-search-box td,
#main .recently-adopted table.gsc-search-box td{
	background-color: #d8d8d8;
	position: inherit;
    border-bottom: none;
}
#header form td.gsc-input input.gsc-input,
#global-menu form td.gsc-input input.gsc-input,
#main form td.gsc-input input.gsc-input{
	background: transparent !important;
	border: none;
	font-size: 14px;
}
#header form td.gsc-input input.gsc-input,
#global-menu form td.gsc-input input.gsc-input {
    color: #666666;
}
#header form td.gsc-input,
#global-menu form td.gsc-input{
	padding: 0 0 0 7px;
	height: 41px;
}
#header .gsib_b,
#global-menu .gsib_b{
	display: none;
}
#header .gsc-input-box,
#global-menu .gsc-input-box {
	border: none!important;
	/*height: 44px;*/
	background: #d8d8d8;
}
#header td.gsc-search-button,
#global-menu td.gsc-search-button{
    padding: 0 !important;
	height: 44px;
}
.ie9 form .gsc-input-box input,
.ie8 form .gsc-input-box input{
	height: 25px !important;
}
#header input.gsc-search-button,
#global-menu input.gsc-search-button,
#main input.gsc-search-button {
	/*background: url(/fileadmin/templates/images/icons/icons.png) 0 -50px no-repeat !important;*/
	padding: 11px 20px 11px 0 !important;
	display: block;
	width: 38px !important;
        height: 38px;
	border: none;
	outline: 0 !important;
	margin: 0 0 0 0;
	text-indent: -99999px;
}
.cse input.gsc-search-button, input.gsc-search-button{
	width: 25px !important;
	min-width: 25px !important;
}
#header .gsc-control-searchbox-only{width:230px;}
#global-menu .menu-form {
	position: relative;
	background: #ffffff;
	padding: 15px;
}
form input::-moz-placeholder { color: #ffffff; }
form input:-ms-input-placeholder { color: #ffffff; }
form input::-webkit-input-placeholder { color: #ffffff; }

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{
	background: none !important;
	border: none !important;
	font-family: 'roboto condensed', sans-serif;
	color: #4f4f4f;
	font-size: 17px;
}


/**
* =================================
*     SOCIAL MEDIA ICONS BOX
* =================================
*/
.social-box ul {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.social-box li {
	float: left;
	list-style: none;
	padding: 0 2px 0 0;
	background: none;
}
.social-box li:last-child {
	padding: 0;
}
.social-box li a {
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(/fileadmin/templates/images/icons/social-icons.png);
	background-repeat: no-repeat;
	margin-right: 3px;
	text-indent: -9999px;
}
.social-box li a.rss-icon      { background-position: 0 -20px; }
.social-box li a.facebook-icon { background-position: -22px -20px; }
.social-box li a.youtube-icon  { background-position: -44px -20px; }
.social-box li a.flickr-icon   { background-position: -66px -20px; }
.social-box li a.twitter-icon  { background-position: -145px -20px; }
.social-box li a.instagram-icon  { background-position: -167px -20px; }

.social-box li a.rss-icon:hover      { background-position: 0 0; }
.social-box li a.facebook-icon:hover { background-position: -22px 0; }
.social-box li a.youtube-icon:hover  { background-position: -44px 0; }
.social-box li a.flickr-icon:hover   { background-position: -66px 0; }
.social-box li a.twitter-icon:hover  { background-position: -145px 0; }
.social-box li a.instagram-icon:hover  { background-position: -167px 0; }


/**
* =================================
*      SUPER HEADER & HEADER
* =================================
*/
#super-header {
	position: relative;
	height: 44px;
	background: #f3f3f3;
	overflow: hidden;
}
.feEditAdvanced #super-header{
	overflow: visible;
}
#super-header .left,
#super-header .social-box {
	margin-top: 10px;
	padding: 0 15px;
	border-right: 1px solid #d8d8d8;
}
#super-header .social {
    padding: 0 15px 0 0;
}
#super-header .tweet-box {
	position: relative;
	margin-right: 15px;
}
#super-header .tweet-box .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 21px;
	height: 18px;
	background: url(/fileadmin/templates/images/icons/social-icons.png) no-repeat -124px 0;
}
#super-header .tweet-box p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.00em;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0;
}
#super-header .tweet-box a {
	color: #74c5ac;
}
#super-header .social-box {
	float: left;
	border: none;
}
#super-header .btn,
#global-menu .buttons-box .btn {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	width: 130px;
	height: 44px;
	padding: 10px 0;
	color: #8cb340;
	text-transform: uppercase;
	background-color: #e9e9e9;
	border: none;
}
#super-header .btn.icon,
#global-menu .buttons-box .btn.icon {
	text-align: left;
}
#super-header .btn.icon span,
#global-menu .buttons-box .btn.icon span {
	display: block;
	float: left;
	margin: 5px 10px 0 25px;
	width: 17px;
	height: 20px;
	background-image: url(/fileadmin/templates/images/icons/social-icons.png);
	background-repeat: no-repeat;
}
#super-header .btn.icon.signup span,
#global-menu .buttons-box .btn.icon.signup span {
	background-position: -88px 0;
}
#super-header .btn.icon.shop span,
#global-menu .buttons-box .btn.icon.shop span {
	background-position: -105px 0; margin: 0 10px 0 35px;
}

#super-header .btn:hover,
#global-menu .buttons-box .btn:hover {
	color: #ffffff;
	background-color: #d1961c;
}
#super-header .btn.signup:hover span,
#global-menu .buttons-box .btn.signup:hover span {
	background-position: -88px -20px;
}
#super-header .btn.shop:hover span,
#global-menu .buttons-box .btn.shop:hover span {
	background-position: -105px -20px;
}

/* Header */
#nav-wrapper {
	width: 100%;
}
#nav-wrapper.sticky {
	position: fixed;
	top: 0;
	z-index: 999;
}
#nav-wrapper.sticky nav {
	overflow-y: scroll;
}
#nav-wrapper.sticky.show-menu {
	position: relative;
}
#nav-wrapper.sticky.show-menu #header {
	position: fixed;
	top: 0;
	z-index: 999;
	width:100%;
}
#header {
	background: #fff;
	margin-bottom: 2px;
}
#nav-wrapper.sticky #header {
	box-shadow: 0px 2px 5px #c3c3c3;
}
#logo p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	float: left;
	margin: 50px 0 0 25px;
}
#logo p:first-child {
	float: left;
	padding: 15px 0 0 0;
	margin: 0;
}
#header .buttons-area {
	padding-top: 15px;
}
#header .buttons-area >  div {
	float: right;
}
#header .buttons-area a,
#header .buttons-area div div {
	float: left;
}
#header .buttons-area .btn {
	font-size: 1.08em;
	margin-right: 5px;
	padding: 10px 12px;
	width: 100px;
	max-width: inherit;
	height: 44px;
}
.btn-orange {
	color: #ffffff;
	background: #D1961C;
}
.btn-orange:hover {
	color: #ffffff;
	background: #80BB00;
}
.btn-gold {
	color: #ffffff;
	background: #DAA900;
}
.btn-gold:hover {
	color: #ffffff;
	background: #80BB00;
}
.btn-aqua {
	color: #ffffff;
	background: #00AEA9;
}
.btn-aqua:hover {
	color: #ffffff;
	background: #DAA900;
}
.btn-yellow {
	color: #ffffff;
	background: #FFCD00;
}
.btn-yellow:hover {
	color: #ffffff;
	background: #00AFEC;
}
.btn-cyan {
	color: #ffffff;
	background: #00AFEC;
}
.btn-cyan:hover {
	color: #ffffff;
	background: #FFCD00;
}
.btn-taupe {
	color: #ffffff;
	background: #9b9282;
}
.btn-taupe:hover {
	color: #ffffff;
	background: #D1961C;
}
#header .btn-aqua:hover{
	background: #DAA900;
}
.bg-green {
	background: #80BB00;
}
.bg-aqua {
	background: #00AEA9;
}
.bg-yellow {
	background: #FFCD00;
}
.bg-gold {
	background: #DAA900;
}
.bg-cyan {
	background: #00AFEC;
}

/*#logo a {
float: left;
padding: 15px 0 0 0;
}*/

/*Header Share your Story*/
.share_story #logo p:first-child {
	padding-top: 20px;
	margin-bottom: -40px;
}
.share_story #logo a {
	display: block;
}
#header.share_story .buttons-area {
	padding-top: 50px;
}
#header.share_story .buttons-area .btn {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 23px;
	line-height: 28px;
	border-radius: 3px;
	padding: 18px 22px;
}

/*Share Story Form Banner*/
.storyForm_banner h2 {
	padding: 20px 0;
}
/**
* =================================
*          GLOBAL MENU
* =================================
*/
#global-menu {
	display: none;
	background: #e7decd;
}
#global-menu .container-fluid:first-child {
	background: url(/fileadmin/templates/images/bg/menu-header-bg.gif) repeat-x;
}
#global-menu ul {
	margin: 0;
	padding: 0;
}
#global-menu ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.00em;
	font-weight: 600;
	height: 94px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 110%;
	background: none;
}
#global-menu ul li.no-arrow {
	height: 79px;
}
#global-menu ul li.accordion-item {
	height: auto;
	display: none;
}
#global-menu ul li.accordion-item dl {
	margin: 0;
}
#global-menu ul li.accordion-item dt {
	color: #3a2000;
	margin: 0;
}
#global-menu ul li.accordion-item dd {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	margin: 0;
}
#global-menu ul li span {
	display: none;
}
/*#global-menu ul li.active {
	background: url(/fileadmin/templates/images/icons/menu-active.png) no-repeat center bottom;
}*/

/*#global-menu ul li.current:hover,*/
#global-menu ul li.current.active {
	background: url(/fileadmin/templates/images/icons/menu-active-dark.png) no-repeat center bottom;
}
#global-menu ul li.current a {
	color: #D2C8B3;
	background: #3A2000;
}
#global-menu ul li a {
	height: 75px;
	display: block;
	padding: 25px 0 0 0;
	text-decoration: none;
	color: #69553c;
	border-right: 1px solid #c4bcb2;
	background: #d2c8b3;
}
#global-menu ul li a:hover {
	text-decoration: none;
}
#global-menu .tab-content dl dt {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125em;
	font-weight: 700;
	color: #3a2000;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b6b1a7;
}
#global-menu .tab-content dl dd {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	padding-bottom: 10px;
	margin: 0;
}
#global-menu .tab-content dl dt a,
#global-menu .tab-content dl dd a {
	color: #69553c;
}
#global-menu .tab-content dl dd.current a {
	color: #3a2000;
	font-weight: 600;
}

/* Mobile Sign-uo & Shop buttons */
#global-menu .buttons-box {
	display: none;
	padding-top: 15px;
	text-align: center;
	background: #ffffff;
}

/* Search form */
#global-menu .menu-form {
	display: none;
}
#global-menu .input-group {
	position: relative;
	background: #ffffff;
	padding: 15px;
}

/* Animated toggle icon */
#nav-toggle-icon {
	cursor: pointer;
	padding-right: 23px;
}
#nav-toggle-icon span,
#nav-toggle-icon span:before,
#nav-toggle-icon span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 20px;
	position: absolute;
	display: block;
	content: '';
	background: #80BB00;
}
#nav-toggle-icon span {
	top: 13px;
}
#nav-toggle-icon span:after  { top: 6px; }
#nav-toggle-icon span:before { top: -6px; }
#nav-toggle-icon span:after  { bottom: -6px; }
#nav-toggle-icon span,
#nav-toggle-icon span:before,
#nav-toggle-icon span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#nav-toggle-icon.active span {
	background-color: transparent;
}
#nav-toggle-icon.active span:before,
#nav-toggle-icon.active span:after {
	top: 0;
    left: 0;
}
#nav-toggle-icon.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#nav-toggle-icon.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.no-csstransitions #nav-toggle-icon {
	display: none;
}

/* Global menu button */
#global-menu-btn {
	position: relative;
	float: right;
	margin-top: -1px;
	margin-right: 0;
	width: 100px;
	padding: 25px 0 26px 12px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 350ms ease-in-out;
	transition: background 350ms ease-in-out;
}
#global-menu-btn.active {
	background: #E7DECD;
}
#global-menu-btn .icon-close {
	display: none;
	width: 13px;
	height: 13px;
	margin-right: 13px;
	background: url(/fileadmin/templates/images/icons/icons.png) no-repeat 0 -74px;
	text-indent: -9999px;
}
#global-menu-btn .icon-bar,
#global-menu-btn.active .icon-bar {
	display: none;
}
#global-menu-btn .left:first-child {
	padding-top: 7px;
}
.no-csstransitions #global-menu-btn .icon-bar {
	display: block;
	background-color: #8cb340;
}
.no-csstransitions #global-menu-btn .left .icon-close {
	margin-top: 1px;
}
.no-csstransitions #global-menu-btn .icon-bar {
	margin-right: 8px;
}
.no-csstransitions #global-menu-btn.active .icon-bar {
	display: none;
}
.no-csstransitions #global-menu-btn.active .icon-close {
	display: block;
}
#global-menu-btn .txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #382100;
}
#home-menu {
	padding: 0;
}
#home-menu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.00em;
	font-weight: 700;
	line-height: 0;
	display: block;
	width: 100%;
	height: 75px;
	border-right: 1px solid #c4bcb2;
	border-left: 1px solid #c4bcb2;
	text-indent: -9999px;
}
#home-menu a span {
	position: absolute;
	top: 22px;
	left: 35px;
	display: block;
	width: 26px;
	height: 25px;
	background: url(/fileadmin/templates/images/icons/icons.png) no-repeat 0px -25px;
}
#home-menu a:hover,
#home-menu a.current {
	background: #3a2000;
}
#home-menu a:hover span,
#home-menu a.current span {
	background-position: 0 0;
}


/**
* =================================
*           MAIN CONTENT
* =================================
*/
.wrapper {
	position: relative;
	padding: 80px 0;
}
#main-content .container {
	width: auto;
	padding: 0;
}
#main-content,
#sidebar {
	margin-bottom: 15px;
}


/**
* =================================
*         VIDEOS CONTAINER
* =================================
*/
.video-wrapper {
	padding: 35px 0;
}
.video-wrapper h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	padding-bottom: 20px;
	color: #999999;
}
.video-wrapper h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.50em;
	font-weight: 400;
	text-transform: inherit;
	padding-bottom: 20px;
	color: #e69f0c;
}
.video-wrapper .video-content {
	width: 90%;
	margin: 0 auto;
}
.video-wrapper.about-us-video {
    padding-top: 0;
}
.video-wrapper.about-us-video .video-content,
.paws-carousel .video-wrapper .video-content {
    width: 100%;
}
.video-js {
    width: 100% !important;
    height: 300px !important;
}
.video-wrapper.main-content-video .video-content .video-js {
    width: 100% !important;
    height: 400px !important;
}
.video-wrapper.about-us-video .video-content .video-js {
    width: 100% !important;
    height: 300px !important;
}
.video-wrapper.corporate-video .video-content .video-js {
    width: 100% !important;
    height: 500px !important;
}
.modal-body .video-js {
    width: 100% !important;
    height: 315px !important;
}
.video-js.vjs-fullscreen,
.video-wrapper.about-us-video .video-content .video-js.vjs-fullscreen,
.video-wrapper.main-content-video .video-content .video-js.vjs-fullscreen,
.video-wrapper.corporate-video .video-content .video-js.vjs-fullscreen{
    width: 100% !important;
    height: 100% !important;
}
.video-js:-webkit-full-screen,
.video-wrapper.about-us-video .video-content .video-js:-webkit-full-screen,
.video-wrapper.main-content-video .video-content .video-js:-webkit-full-screen,
.video-wrapper.corporate-video .video-content .video-js:-webkit-full-screen{
    width: 100% !important;
    height: 100% !important;
}

/**
* =================================
*       FULL WIDTH BANNERS
* =================================
*/
/* Full width banners without media */
.fw-banner {
	padding: 125px 0;
}
.fw-banner h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4.18em;
	font-weight: 400;
	text-align: center;
}
.fw-banner p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.67em;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
}
.fw-banner.dark h2,
.fw-banner.dark p {
	color: #ffffff;
	text-shadow: 0px 0px 20px #333;
}
.fw-banner.light h2,
.fw-banner.light p {
	color: #333333;
	text-shadow: 0px 0px 20px #333;
}
.fw-banner.no-copy{
	height: 400px;
}
/* Buttons area */
.fw-banner .buttons-area {
	text-align: center;
}

/* Buttons */
.fw-banner .buttons-area a,
.fw-banner .buttons-area a:hover {
	text-decoration: none;
}
.fw-banner .buttons-area .btn {
	display: inline-block;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	width: 230px;
	padding: 0 15px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
	line-height: 1.00em;
	background-color: #00AEA9;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.fw-banner.no-padding .buttons-area .btn {
	width: 200px;
}
.fw-banner .buttons-area .btn.green {
	background-color: #80BB00;
}
.fw-banner .buttons-area .btn.orange {
	background-color: #D1961C;
}
.fw-banner .buttons-area .btn.darkgrey {
	background-color: #47494c;
}
.fw-banner .buttons-area .btn span {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	height: 65px;
}
.fw-banner.no-padding .buttons-area .btn span {
	height: 40px;
}

.fw-banner .buttons-area .btn.icon {
	padding: 0 25px 0 60px;
	text-align: left;
}
.fw-banner .buttons-area .btn:hover {
	color: #ffffff;
	background-color: #DAA900;
}
.fw-banner .buttons-area .btn.green:hover {
	background-color: #00AEA9;
}
.fw-banner .buttons-area .btn.orange:hover {
	background-color: #80BB00;
}
.fw-banner .buttons-area .btn.darkgrey:hover {
	background-color: #D1961C;
}
.fw-banner .buttons-area .btn.icon.adopt     { background-image: url(/fileadmin/templates/images/icons/adopt-icon.png); }
.fw-banner .buttons-area .btn.icon.donate    { background-image: url(/fileadmin/templates/images/icons/donate-icon.png); }
.fw-banner .buttons-area .btn.icon.volunteer { background-image: url(/fileadmin/templates/images/icons/volunteer-icon.png); }

.fw-banner .buttons-area .btn.icon.adopt:hover     { background-position: -233px center; }
.fw-banner .buttons-area .btn.icon.donate:hover    { background-position: -233px center; }
.fw-banner .buttons-area .btn.icon.volunteer:hover { background-position: -243px center; }

/* Full width banners with media (picture or video) */
.fw-banner-media {
	padding: 70px 0;
}
.fw-banner-media h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.188em;
	font-weight: 400;
	color: #767676;
	text-align: center;
	padding-bottom: 10px;
}
.fw-banner-media h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.25em;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
.fw-banner-media h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.438em;
	font-weight: 400;
	color: #333333;
	text-transform: inherit;
	text-align: center;
	padding-bottom: 10px;
}
.fw-banner-media .timeline {
	position: relative;
	width: 700px;
	margin: 45px auto;
}
.fw-banner-media .timeline .item {
	float: right;
}
.fw-banner-media .timeline .item:first-child {
	float: left;
}
.fw-banner-media .timeline .item .desc {
	float: right;
	margin-left: 15px;
}
.fw-banner-media .timeline .item:first-child:after {
	content: "";
	position: absolute;
	top: 52px;
	left: 250px;
	width: 215px;
	height: 1px;
	background: #b2a792;
	z-index: 1;
}
.fw-banner-media .timeline .item:first-child .desc {
	float: left;
	margin-right: 15px;
}
.fw-banner-media .timeline .item .desc div:first-child {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.fw-banner-media .timeline .item:first-child .desc div:first-child {
	text-align: right;
}
.fw-banner-media .timeline .item .desc .number {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 62px;
	font-weight: 400;
	color: #d1961c;
	line-height: 1;
	letter-spacing: -1px;
	text-align: right;
}
.fw-banner-media .timeline .item .desc .text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.fw-banner-media .timeline .item .year {
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 400;
	width: 80px;
	height: 80px;
	padding-top: 22px;
	text-align: center;
	background: #ffffff;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	margin-top: 12px;
	z-index: 2;
}
.fw-banner-media .button-area {
	text-align: center;
}

/* Full width banners with content on left or right */
.fw-banner.content-aligned h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.00em;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	color: #333333;
}
.fw-banner.content-aligned p {
	font-size: 1.33em;
	color: #666666;
	text-align: left;
}
.fw-banner.content-aligned .lists div[class*=col] {
	padding-left: 0;
	padding-right: 30px;
}
.fw-banner.content-aligned ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.33em;
	padding-left: 15px;

	padding: 0 0 5px 15px;

	background-image: url(/fileadmin/templates/images/bg/arrow-bg.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
}
.fw-banner-media .btn {
	text-transform: inherit;
}


/**
* =================================
*            ACCORDION
* =================================
*/
.accordion {
    padding: 0 0 25px 0;
}
.accordion .panel .panel-header {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	display: block;
	width: 100%;
	padding: 10px 80px 10px 65px;
	color: #333333;
	text-transform: uppercase;
	background-color: #f3f3f3;
	margin-top: 2px;
	text-decoration: none;
	text-indent: -17px;
}
.accordion.unordered .panel .panel-header {
	padding: 15px 80px 15px 40px;
	text-indent: 0;
}
.accordion .panel .panel-header:hover {
	text-decoration: none;
}
.accordion .panel .panel-header span {
	display: inline-block;
	padding-right: 10px;

	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #80BB00;
}
.accordion .panel .panel-header span.icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: #d1961c;
	background-image: url(/fileadmin/templates/images/icons/minus.png);
	background-repeat: no-repeat;
	background-position: center;
}
.accordion .panel .panel-header.collapsed span.icon {
	background-color: #00AEA9;
	background-image: url(/fileadmin/templates/images/icons/plus.png);
}
.accordion .panel .panel-header.yellow,
.accordion .panel .panel-header.yellow span{
	color: #FFcd00;
}
.accordion .panel .panel-header.collapsed.yellow span.icon {
	background-color: #FFcd00;
}
.accordion .panel .panel-header.gold,
.accordion .panel .panel-header.gold span {
	color: #daa900;
}
.accordion .panel .panel-header.collapsed.gold span.icon {
	background-color: #daa900;
}
.accordion .panel .panel-header.green,
.accordion .panel .panel-header.green span {
	color: #80bc00;
}
.accordion .panel .panel-header.collapsed.green span.icon {
	background-color: #80bc00;
}
.accordion .panel .panel-header.teal,
.accordion .panel .panel-header.teal span {
	color: #00afaa;
}
.accordion .panel .panel-header.collapsed.teal span.icon {
	background-color: #00afaa;
}
.accordion .panel .panel-header.cyan,
.accordion .panel .panel-header.cyan span {
	color: #00aeef;
}
.accordion .panel .panel-header.collapsed.cyan span.icon {
	background-color: #00aeef;
}
.accordion .panel .panel-body {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin-bottom: 10px;
}
.accordion .panel .panel-body p {
	color: #666666;
}
.accordion .panel .panel-body div {
	padding: 45px 40px;
	color: #666666;
}
.accordion .panel .panel-body.striped-body div:first-child {
	padding: 0;
}
.accordion.unordered .panel .panel-header span:first-child {
	display: none;
}
.accordion  .panel-body h4 {
	font-family: 'open sans', sans-serif;
	position: relative;
	font-weight: 400;
	font-size: 1.50em;
	color: #80BB00;
}
.accordion .panel-body h4.with-padding{
	padding: 5px 0 40px 40px;
}
.accordion .panel .panel-body.striped-body div.white-bg,
.accordion .panel .panel-body.striped-body div.grey-bg {
	padding: 30px 42px 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
	/*padding-bottom: 0;*/
}
.accordion .panel-body .accordion-icon {
	background: url('/fileadmin/templates/images/icons/accordion-icons.png') no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: -9px;
	width: 42px;
}
.accordion .btn-default{
	max-width: 75%;
	margin: 0 auto;
	display: block;
	font-size: 20px;
}
.accordion .panel-body .overview span{
	top: 5px;
	height:24px;
}
.accordion .panel-body .responsibility span{
	top: 1px;
	background-position: 0 -24px;
	height: 31px;
}
.accordion .panel-body .skills span{
	background-position: 0 -55px;
	height: 33px;
}
.accordion .panel-body .location span{
	top: 2px;
	background-position: 0 -89px;
	height: 30px;
}
.accordion .panel-body .volunteer span{
	top: 5px;
	background-position: 0 -119px;
	height: 26px;
}
.accordion .panel-body .min-training span{
	background-position: 0 -145px;
	height: 32px;
}
.accordion .panel-body .adv-training span{
	background-position: 0 -177px;
	height: 35px;
}
.accordion .panel-body .general span{
	top: 2px;
	background-position: 0 -212px;
	height: 28px;
}
.accordion .itemactive a {
    color: #D1961C;
}


/**
* =================================
*         HOME CAROUSEL
* =================================
*/
#home-carousel-container {
	margin-top: 15px;
	overflow: hidden;
}
#home-carousel .item a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 1px;
}
#home-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#home-carousel .item a:hover {
    text-decoration: none;
}
#home-carousel .item a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#home-carousel .item a .label {
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 30px;
	border-radius: 0px;
	z-index: 2;
}
.no-csstransforms #home-carousel .item a .label {
	z-index: 0;
}
#home-carousel .item a .label .number {
	font-size: 44px;
	font-weight: 300;
}
#home-carousel .item a .label .text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#home-carousel .featured a .label {
	width: 70%;
	white-space: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	padding: 15px 30px;
	font-weight: 300;
	text-align: left;
	background: #aa7009; /* Legacy Browsers */
	background: rgba(170, 112, 9, 0.8);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#home-carousel a.aqua .label {
	background: #00AEA9; /* Legacy Browsers */
	background: rgba(0, 174, 169, 1);
}
#home-carousel a.green .label {
	background: #80BB00; /* Legacy Browsers */
	background: rgba(128, 187, 0, 1);
}
#home-carousel a.brown .label {
	background: #bdb199; /* Legacy Browsers */
	background: rgba(189, 177, 153, 0.8);
}
#home-carousel a.orange .label {
	background: #e69f0c; /* Legacy Browsers */
	background: rgba(230, 159, 12, 0.8);
}
#home-carousel a.gold .label {
	background: #DAA900; /* Legacy Browsers */
	background: rgba(218, 169, 0, 1);
}
#home-carousel a.yellow .label {
	background: #FFCD00; /* Legacy Browsers */
	background: rgba(255, 205, 0, 1);
}
#home-carousel a.cyan .label {
	background: #00AFEC; /* Legacy Browsers */
	background: rgba(0, 175, 236, 1);
}
#home-carousel .item a .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.csstransitions #home-carousel .item a .overlay {
	z-index: 2;
}
#home-carousel .featured a .overlay {
	display: none;
}
#home-carousel .item a.aqua .overlay,
#home-carousel .item a.cyan .overlay{
	background: url(/fileadmin/templates/images/bg/aqua-bg.png);
}
#home-carousel .item a.green .overlay {
	background: url(/fileadmin/templates/images/bg/green-bg.png);
}
#home-carousel .item a.brown .overlay {
	background: url(/fileadmin/templates/images/bg/brown-bg.png);
}
#home-carousel .item a.orange .overlay,
#home-carousel .item a.gold .overlay,
#home-carousel .item a.yellow .overlay{
	background: url(/fileadmin/templates/images/bg/orange-bg.png);
}


/**
* =================================
*     Full BG With Link Carousel
* =================================
*/
.full-bg-carousel {
	overflow: hidden;
}
.full-bg-link.fw-banner {
	padding: 0 0;
}
.full-bg-link a {
	display: block;
	width: 100%;
	padding: 200px 0;
	text-indent: -9999px;
}


/**
* =================================
*           POD CAROUSEL
* =================================
*/
.pod-carousel h2 {
	font-size: 2.62em;
	color: #80BB00;
	text-align: center;
	padding-bottom: 50px;
}
.pod-carousel .item {
	margin: 0 7px;
}
.pod-carousel .item > div {
	background: #ffffff;
}
.pod-carousel .item a:hover,
.stories-categories .item a:hover {
	text-decoration: none;
}
.pod-carousel .item a:hover img,
.stories-categories .item a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pod-carousel .item img,
.stories-categories .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.pod-carousel .item .head,
.stories-categories .item .head {
	position: relative;
	overflow: hidden;
}
.pod-carousel .item .head .label,
.stories-categories .item .head .label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.00em;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.stories-categories .item .head .label,
.story-pods .item .head .label {
	font-size: 15px;
	padding: 10px 45px 10px 15px;
}
.pod-carousel .item .body,
.stories-categories .item .body {
	padding: 15px 15px 25px 15px;
	/*	max-height: 200px;*/
}
.pod-carousel .item .body h3,
.stories-categories .item .body h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.50em;
	font-weight: 300;
	text-transform: inherit;
	color: #8cb340;
	margin: 0;
	padding: 0 0 5px 0;

}
.pod-carousel .item .body p,
.stories-categories .item .body p {
	font-size: 1.00em;
	color: #666666;
	line-height: 1.1;
	/*	height: 47px;*/
	/*	overflow: hidden;*/
	margin: 0;
}
.pod-carousel .item .head .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url(/fileadmin/templates/images/icons/pod-carousel.png);
	background-repeat: no-repeat;
}
.pod-carousel .item.news .icon       { background-position: 0 0; }
.pod-carousel .item.join .icon       { background-position: 0 -36px; }
.pod-carousel .item.catweek .icon    { background-position: 0 -72px; }
.pod-carousel .item.events .icon     { background-position: 0 -108px; }
.pod-carousel .item.volunteer .icon  { background-position: 0 -144px; }
.pod-carousel .item.dogweek .icon    { background-position: 0 -180px; }
.pod-carousel .item.fosterweek .icon { background-position: 0 -216px; }
.pod-carousel .item.resources .icon  { background-position: 0 -252px; }


/**
* =================================
*           THUMB CAROUSEL
* =================================
*/
.thumb-carousel .owl-controls      { margin-top: 5px; }
.thumb-carousel-list .owl-controls { margin-top: 0; }
.thumb-carousel .item img,
.thumb-carousel-list .item img {
	width: 100%;
	height: auto;
}
.thumb-carousel-list {
	background: #ebebeb;
	box-sizing: border-box;
	padding: 10px 45px;
	overflow: hidden;
}
.thumb-carousel-list .item {
	margin: 0 2px;
	color: #FFF;
	text-align: center;
	border: 2px solid #ffffff;
	cursor: pointer;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
}
.thumb-carousel-list .owl-item.loading {
	min-height: 50px !important;
}
.thumb-carousel-list .owl-item.loading .item {
	border: none;
}
.thumb-carousel-list .synced .item {
	border-color: #00AEA9;
	opacity: 1.0;
	filter: Alpha(opacity = 100);
}
.thumb-carousel-list .owl-controls .owl-buttons div {
	display: block !important;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	background-color: transparent;
	background-image: url(/fileadmin/templates/images/icons/carousel-arrows-small.png);
	background-repeat: no-repeat;
}
.thumb-carousel-list .owl-controls .owl-buttons .owl-prev       { background-position: 0 0 !important; }
.thumb-carousel-list .owl-controls .owl-buttons .owl-next       { background-position: 0 -42px !important; }
.thumb-carousel-list .owl-controls .owl-buttons .owl-prev:hover { background-position: -42px 0 !important; }
.thumb-carousel-list .owl-controls .owl-buttons .owl-next:hover { background-position: -42px -42px !important; }


/**
* =================================
*       SINGLE ITEM CAROUSEL
* =================================
*/
.single-carousel {
	padding: 35px 0 60px 0;
}
.single-carousel .btn {
	text-transform: inherit;
}
.single-carousel .owl-controls .owl-page span {
	background: #ffffff;
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.3);
}
.no-borderradius .single-carousel .owl-controls .owl-page span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat -36px 0;
}
.single-carousel.no-title {
	padding: 80px 0;
}
.single-carousel h2 {
	font-size: 2.62em;
	color: #80BB00;
	padding-bottom: 50px;
}
.single-carousel h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.50em;
	font-weight: 300;
	text-transform: inherit;
	color: #8cb340;
	padding-bottom: 20px;
}
.single-carousel h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.single-carousel p {
	font-size: 1.143em;
	color: #666666;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
.single-carousel .mejs-container {
	min-height: 270px;
}

/* Single item carousel tiles list */
.single-carousel .owl-controls      { margin-top: 25px; }
.single-carousel-list .owl-controls { margin-top: 0; }
.single-carousel-list {
	width: 55%;
	box-sizing: border-box;
	padding: 10px 0 25px 0;
	overflow: hidden;
	margin: 0 auto;
	background: #ffffff;
}
.single-carousel-list .item {
	margin: 0 5px;
	padding: 17px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.single-carousel-list .item p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #80BB00;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e9e9e9;
}
.single-carousel-list .synced .item {
	background-image: url(/fileadmin/templates/images/icons/tile-active-icon.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.single-carousel-list .synced .item p {
	color: #ffffff;
	background-color: #AA7009;
}
.single-carousel-list .owl-controls .owl-buttons div {
	display: none;
}


/**
* =================================
*         SPLIT CAROUSEL
* =================================
*/
.split-carousel {
	margin-top: 25px;
	margin-bottom: 25px;
}
.split-carousel .single-carousel {
	padding: 0;
	margin-bottom: 8px;
}
.split-carousel .single-carousel [class*="col"] {
	padding: 0;
}
.split-carousel .owl-pagination {
	position: relative;
	margin-top: -60px;
}
.split-carousel h2 {
	position: absolute;
	top: 25px;
	left: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.875em;
	font-weight: 300;
	text-transform: inherit;

	color: #ffffff;
	padding: 15px 25px 15px 75px;
	display: inline-block;
	background: #8cb340;
	z-index: 9;
}


/**
* =================================
*        JUST TEXT CAROUSEL
* =================================
*/
.just-text-carousel .owl-controls .owl-page span {
	background: #ffffff;
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.3);
}
.no-borderradius .just-text-carousel .owl-controls .owl-page span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat -36px 0;
}
.just-text-carousel .item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**
* =================================
*         BREADCRUMBS
* =================================
*/
.breadcrumb-cntr {
	border-bottom: 1px solid #f0f0f0;
}
.breadcrumb {
	font-family: Arial, sans-serif;
}
.breadcrumb li {
	position: relative;
	color: #666666;
	display: inline-block;
	line-height: inherit;
}

.ie8 .with-share-buttons .breadcrumb li{
	display: block !important;
	float: left !important;
}
.breadcrumb li:first-child a {
	text-indent: -9999px;
	background: url("/fileadmin/templates/images/icons/icons.png") no-repeat -26px 1px;
	display: block;
	width: 21px;
	height: 20px;
}
.breadcrumb li a {
	font-size: 1.00em;
	color: #6ac7b4;
}
.share-page {
	float: right;
	padding: 22px 0 0;
}
.share-page div {
	display: inline-block;
	color: #666666;
}
.with-share-buttons .breadcrumb{
	float: left;
}
.gsc-clear-button{
	display: none !important;
}


/**
* =================================
*          HOME PODS FCE
* =================================
*/
.home-pods {
	padding: 60px 0;
	background: #f3f3f3;
}
.home-pods .row {
	overflow: hidden;
}
.home-pods h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.62em;
	font-weight: 300;
	padding: 0 0 50px 0;
	margin: 0;
	text-align: center;
	color: #80BB00;
}
.home-pods .pod > div:first-child {
	margin-bottom: -99999px;
	padding-bottom: 100034px;
}

/* Simple pod */
.home-pods .pod:first-child {
	margin-bottom: 30px;
}
.home-pods .pod .col-md-12 {
	padding: 35px 35px 0 35px;
	background: #ffffff;
	overflow: hidden;
	min-height: 520px;
}
.home-pods .pod section,
.home-pods .pod section img {
	display: block;
	width: 210px;
	height: 210px;
	margin: 0 auto 50px auto;
	border-radius: 110px;
	overflow: hidden;
	position: relative;
}
.home-pods .pod h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.375em;
	font-weight: 700;
	text-transform: uppercase;
	color: #4f4f4f;
	padding-bottom: 15px;
}
.home-pods .pod p {
	font-size: 1.17em;
	color: #4f4f4f;
	margin: 0;
}
.home-pods .pod .btn {
	margin-top: 30px;
	text-transform: inherit;
}

/* Tabs pod */
.home-pods .tabs-pod ul {
	width: 370px;
	margin: 0 auto;
	padding: 0;
}
.home-pods .tabs-pod ul li {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	padding: 0;
	margin-bottom: 0;
	background: none;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.home-pods .tabs-pod ul li a {
	outline: 0;
}
.home-pods .tabs-pod ul li a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-pods .tabs-pod ul li:first-child {
	margin-right: 30px;
}
.home-pods .tabs-pod ul li:after {
	content: "";
	position: absolute;
	top: 166px;
	left: 50%;
	width: 1px;
	height: 20px;
	background: #d6d6d6;
	display: none;
}
.home-pods .tabs-pod ul li.active {
	opacity: 1;
	filter: Alpha(opacity = 100);
}
.home-pods .tabs-pod ul li.active a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-pods .tabs-pod ul li.active:after {
	display: block;
}
.home-pods .tabs-pod .tab-content {
	margin-top: 22px;
	padding: 15px 0;
	border-top: 1px solid #d6d6d6;
}
.home-pods .tabs-pod .tab-content .tab-pane div:first-child {
	margin-bottom: 15px;
}
.home-pods .tabs-pod .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.375em;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 25px;
	text-transform: capitalize;
}
.home-pods .tabs-pod .tab-content p {
	line-height: 1.2;
}
.home-pods .tabs-pod .tab-content .number {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 49px;
	font-weight: 400;
	color: #00AEA9;
	letter-spacing: -3px;
}
.home-pods .tabs-pod .tab-content .text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.home-pods .tabs-pod .btn {
	text-transform: inherit;
}


/**
* =================================
*           ERROR PAGE
* =================================
*/
.error-page-copy h1 {
	padding: 45px 0 25px 0;
}
.error-page-copy p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	font-size: 1.29em;
	margin: 0 0 50px;
}
.error-page-copy h4 {
	text-transform: none;
}
.error-page-copy ul {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0;
	padding: 0 0 45px 0;
}
.error-page-copy ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.21em;
	font-weight: 300;
	list-style-type: none;
	padding: 0 0 10px 0;
	background: none;
}
.error-page-copy ul li a {
	text-decoration: none;
	color: #666666;
}
.error-page-copy ul li a:hover {
	color: #d1961c;
}


/**
* =================================
*         How to Help PAGE
* =================================
*/
/*.flexible-pods .container h2:first-child {
	padding-top: 60px;
}
.flexible-pods .container h2:first-child + .row div p:first-child {
	padding-top: 0;
}
.flexible-pods .container .row div p:first-child {
	padding-top: 60px;
}*/
.flexible-pods {
/*	padding: 55px 0 110px 0;*/
	padding: 60px 0 0 0;
}
.flexible-pods a {
	display: block;
	overflow: hidden;
}
.flexible-pods .inline a {
	display: inline;
}
.flexible-pods a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flexible-pods a img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.flexible-pods h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0 0 25px 0;
	margin: 0;
}
.flexible-pods .white-bg {
	padding: 15px 30px 0 30px;
	margin-bottom: -99999px;
	padding-bottom: 100014px;
}
.flexible-pods .cover-pod .white-bg {
	padding-bottom: 100014px;
}
.flexible-pods .cover-pod .white-bg a:hover {
	text-decoration: underline;
}
.flexible-pods .cover-pod .grey-bg {
	padding-bottom: 99999px;
}
.flexible-pods h3,
.donate-pod h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #c8b8a1;
	padding: 0 0 10px 0;
}
.flexible-pods h4,
.donate-pod h4 {
	text-transform: none;
	font-weight: 300;
	font-size: 1.90em;
	color: #80BB00;
	padding: 0 0 10px 0;
}
.flexible-pods .cover-pod.with-icons .white-bg {
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}
.flexible-pods .cover-pod.with-icons .white-bg p {
	margin-bottom: -99999px;
	padding-bottom: 100024px;
}
.flexible-pods .with-icons .donation-icons {
	background: #ffffff;
	border-top: 1px solid #e4e4e4;
}
.flexible-pods .with-icons .donation-icons div,
.flexible-pods .with-icons .learn-register div {
	background: #ffffff;
	/*border-right: 2px solid #e4e4e4;*/
	float: left;
	width: 33.33%;

}
.flexible-pods .with-icons .learn-register div {
	background: #ffffff;
	border: 0 none;
}
.flexible-pods .with-icons .donation-icons.two-icons div {
	width: 50%;
}
.flexible-pods .with-icons .learn-register {
	width: 100%;
	overflow: hidden;
}
.flexible-pods .with-icons .learn-register div {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flexible-pods .with-icons .learn-register.one-icon div {
	width: 100%;
}
.flexible-pods .with-icons .donation-icons div a,
.flexible-pods .with-icons .learn-register div a {
	margin: 0;
	padding: 0;
	height: 100%;
}
.flexible-pods .with-icons .donation-icons div a {
	border-right: 2px solid #e4e4e4;;
}
.flexible-pods .with-icons .donation-icons div:last-child a {
	border-right: 0 none;
}
.flexible-pods .with-icons .learn-register div a {
	border-right: 1px solid #ffffff;
}
.flexible-pods .with-icons .learn-register.one-icon div a{
	border: 0 none;
}
.flexible-pods .with-icons .learn-register div:last-child a {
	border: 0 none;
}
.flexible-pods .with-icons .donation-icons div a:hover,
.flexible-pods .with-icons .learn-register div a {
	background: #80BB00;
}
.flexible-pods .with-icons .learn-register div a.gold {
	background: #DAA900;
}
.flexible-pods .with-icons .learn-register div a:hover {
	background: #00AEA9;
}
.flexible-pods .with-icons .learn-register div a.gold:hover {
	background: #80BB00;
}
.flexible-pods .with-icons .learn-register div a.aqua {
	background: #00AEA9;
}
.flexible-pods .with-icons .learn-register div a.aqua:hover {
	background: #DAA900;
}
.flexible-pods .with-icons .learn-register div a.yellow {
	background: #FFCD00;
}
.flexible-pods .with-icons .learn-register div a.yellow:hover {
	background: #00AFEC;
}
.flexible-pods .with-icons .learn-register div a.cyan {
	background: #00AFEC;
}
.flexible-pods .with-icons .learn-register div a.cyan:hover {
	background: #FFCD00;
}
.flexible-pods .with-icons .learn-register div a {
	padding: 10px 0;
	text-align: center;
	height: 40px;
}
.flexible-pods .with-icons .donation-icons div {
	height: 100px;
}
.flexible-pods .with-icons .donation-icons div {
	height: 67px;
}
.flexible-pods .with-icons .donation-icons div:last-child {
	border-right: 0 none;
}
.flexible-pods .with-icons .donation-icons span {
	background: url("/fileadmin/templates/images/icons/donation-icons.png") no-repeat;
}
.flexible-pods .with-icons .learn-register span {
	background: url("/fileadmin/templates/images/icons/learn-register-icons.png") no-repeat;
}
.flexible-pods .with-icons .learn-register .learn-more span {
	width: 15px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.flexible-pods .with-icons .learn-register .register span {
	background-position: 0 -15px;
	width: 15px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.flexible-pods .with-icons .donation-icons .donate span {
	background-position: 0 -2px;
	width: 32px;
	height: 30px;
	margin: 11px auto 2px;
	display: block;
}
.flexible-pods .with-icons .donation-icons .card span {
	background-position: -49px 0px;
	width: 42px;
	height: 31px;
	margin: 9px auto 4px;
	display: block;
}
.flexible-pods .with-icons .donation-icons .gift span {
	background-position: -106px 0px;
	width: 42px;
	height: 31px;
	margin: 9px auto 4px;
	display: block;
}
.flexible-pods .with-icons .donation-icons div p,
.flexible-pods .with-icons .learn-register div p {
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	padding: 0;
	margin: 0;
	text-align: center;
}
.flexible-pods .with-icons .learn-register div p {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.flexible-pods .with-icons .learn-register.one-icon div p {
	font-size: 18px;
}
.flexible-pods .with-icons.two-per-row .donation-icons div p,
.flexible-pods .with-icons.three-per-row .donation-icons div p {
	font-size: 16px;
}
.flexible-pods .with-icons.four-per-row .donation-icons div p {
	font-size: 12px;
}
.flexible-pods .with-icons .donation-icons div a:hover p {
	color: #ffffff;
}
.flexible-pods .with-icons .learn-register

.help-pod {
	margin: 0 0 50px;
}
.col-md-3 .white-bg {
	padding: 15px 20px;
}
.flexible-pods .white-bg a {
	display: inline;
}
.col-md-3 .white-bg h4,
.col-md-2 .white-bg h4 {
	font-size: 1.43em;
}
.col-md-3 .white-bg p,
.col-md-2 .white-bg p {
	font-size: 1.00em;
}


/**
* =================================
*           DONATE PAGE
* =================================
*/
.header-with-pods {
	padding: 25px 0;
}
.header-with-pods .pod {
	overflow: hidden;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.inside-page-header.header-with-pods .row {
    display: block !important;
}
.inside-page-header [class*="col"].donate-button {
	padding-bottom: 15px !important;
}
.inside-page-header.header-with-pods [class*="col"].pod{
	padding-top: 15px !important;
}
.inside-page-header.header-with-pods .pod div {
    margin-bottom: -9999px;
    padding-bottom: 10024px;
}
.inside-page-header.header-with-pods .pod div.sidebar-general-pod div {
    margin-bottom: 0;
    padding-bottom: 0;
}
.inside-page-header .donate-button .grey-bg {
	text-align: center;
	padding: 80px 25px 0px;
	margin-bottom: -9999px;
	padding-bottom: 10024px;
}
/* Margins and padding to sidebar pods */
.inside-page-header .donate-button .grey-bg h3 {
	font-family: 'open sans', sans-serif;
	font-size: 24px;
	text-transform: none;
	color: #666666;
	padding: 0 0 55px 0;
}
.inside-page-header .donate-button .grey-bg h3:first-child {
	padding: 0;
}
.inside-page-header .donate-button .grey-bg h4 {
	font-size: 48px;
	font-weight: 700;
	color: #00AEA9;
	text-transform: uppercase;
	padding: 0;
}
.inside-page-header .donate-button .grey-bg .btn {
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
}
.donate-pod {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 15px;
}
.donate-pod:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0px;
}

.donate-pod .grey-bg {
	padding: 25px 25px 0 25px;
	margin-bottom: -99999px;
	padding-bottom: 100014px;
}
.inside-page-header .sidebar-general-pod p {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 25px;
}
.donate-pod .img {
	overflow: hidden;
}
.donate-pod .img img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.donate-pod a:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/**
* =================================
*      PREPARATION TEAM PAGE
* =================================
*/
.accordion .panel .panel-body article {
	background: #f3f3f3;
	padding: 43px 35px 20px;
	margin: 0 5px 25px 0;
	float: left;
	width: 48%;
	min-height: 200px;
}
.accordion .panel .panel-body article img {
	margin-bottom: 25px;
}
.accordion .panel .panel-body article h5 {
	font-family: 'roboto condensed', sans-serif;
	color: #333333;
	font-size: 1.29em;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.accordion .panel .panel-body article h6 {
	font-size: 1.14em;
	padding: 0 0 5px 0;
}
.accordion .panel .panel-body article p {
	color: #666666;
	padding: 0 0 10px 0;
}


/**
* =================================
*           SEARCH PAGE
* =================================
*/
.aqua-bg form input{
	background-color: #ffffff;
	position: inherit;
	width: 100%;
	color:#666666;
}
#main form td.gsc-input {
	height: 44px;
}
#main form td.gsc-clear-button {display: none;}
#main form.gsc-search-box {
	margin: 0 !important;
	height: 44px;
	background: #ffffff;
}
#main table.gsc-search-box input.gsc-search-button {
	background: url(/fileadmin/templates/images/icons/icons.png) -26px -19px no-repeat !important;
}
#main table.gsc-search-box td.gsc-input {
	background-color: #ffffff;
	position: inherit;
	width: 100%;
	color:#666666;
}
#main .gsc-input-box{
	border: none !important;
}
#main input.gsc-input{
	background: transparent !important;
}
#main form input::-moz-placeholder { color: #666666; }
#main form input:-ms-input-placeholder { color: #666666; }
#main form input::-webkit-input-placeholder { color: #666666; }

.dark-grey-bg .results-info p{
	font-family: 'open sans', sans-serif;
	color: #666666;
	font-size: 1.14em;
	padding: 0;
	margin: 0;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 !important;
	margin: 0 !important;
}
.gsc-results{
	width: 100% !important;
}
.gsc-control-cse .gcsc-branding{
	display: none;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top{
	padding: 0 !important;
}
.gsc-table-result tbody {
	border: none !important;
}
.gsc-table-result td {
	border: none !important;
	background: transparent !important;
}
.cse .gsc-control-cse,
.gsc-control-cse,
.cse .gsc-control-cse,
.gsc-webResult .gsc-result,
.gsc-webResult.gsc-result{
	border: 0 !important;
}
.gs-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px !important;
	color: #4f4f4f !important;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none !important;
}
.gs-title b{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
/*.gsc-result{background: #f3f3f3 !important;}*/
.gsc-results.gsc-webResult .gsc-webResult.gsc-result:first-child {
	background: #f3f3f3 !important;
}
.gsc-results.gsc-webResult .gsc-expansionArea .gsc-webResult.gsc-result:first-child {
	background: #ffffff !important;
}
.gsc-webResult.gsc-result:nth-child(even) {
	background: #f3f3f3 !important;
}
.gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) {
	background: #ffffff !important;
}
.ie8 .gsc-webResult.gsc-result:nth-child(odd) {
    background: #ffffff !important;
}
.ie9 .gsc-result.gsc-webResult,
.ie8 .gsc-result.gsc-webResult {
    margin-bottom: 0;
}
.ie8 .gsc-webResult.gsc-result {
    border-bottom: 1px solid #dfdfdf !important;
    background: #f3f3f3 !important;
}
.gsc-result{
	padding: 0px !important;
	border: 0;
	min-height: 129px;
}
.gsc-above-wrapper-area{
	display: none;
}
.gs-result{
	max-width: 1170px;
	margin: 0 auto !important;
	padding: 20px;
}
.gsc-results .gsc-cursor-box{
	background: #eeeeee;
	padding: 20px;
	margin: 0!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor{
	max-width: 1170px !important;
	margin: 0 auto !important;
	display: block;
	text-align: right;
}
.gsc-results .gsc-cursor-box::after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
	background: #eeeeee !important;
	font-family: 'open sans', sans-serif;
	font-size: 1.29em;
	color: #666666 !important;
	padding: 1px 7px;
	text-decoration: none !important;
    display: inline-block !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #dfdfdf !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
	background-color: #dfdfdf !important;
}
.gs-snippet{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #666666 !important;
	max-width: 700px !important;
}
.gs-visibleUrl {
	font-size: 14px !important;
	color: #80BB00 !important;
}
.gsc-resultsHeader {
    display: none;
}
.gsc-adBlockVertical,
.gsc-adBlock {
    display: none;
}


/**
* =================================
*      RECENTLY ADOPTED PETS
* =================================
*/
.events-adopt-cntr.recently-adopted h6{
    padding-bottom: 0;
}
.recently-adopted p {
    font-family: "roboto condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #757575;
    text-align: center;
}
.events-adopt-cntr.recently-adopted h6 span {
    background: url("/fileadmin/templates/images/icons/pets-singleview-icons.gif") 0 -102px no-repeat;
    height: 26px;
    width: 28px;
    margin: 0px 10px 6px 0;
    display: inline-block;
}
.recently-adopted .adopt-pet {
    margin-bottom: 35px;
}
#main .recently-adopted form.gsc-search-box,
#main .recently-adopted table.gsc-search-box td.gsc-input,
#main .recently-adopted .gsc-input-box {
    background: #d8d8d8;
}
#main .recently-adopted form td.gsc-input input.gsc-input {
    color: #666666;
}
#main .recently-adopted table.gsc-search-box input.gsc-search-button  {
    background: url('/fileadmin/templates/images/icons/icons.png') no-repeat scroll 0px -50px transparent !important;
}


/**
* =================================
*          MAGAZINE PAGE
* =================================
*/
.cover-pod {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.cover-pod a {
	text-decoration: none;
}
.cover-pod .grey-bg {
	padding: 25px 25px 0 25px;
	margin-bottom: -99999px;
	padding-bottom: 100034px;
}
.cover-pod .grey-bg h2 {
	font-family: 'roboto condensed', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #90b93f;
	padding-bottom: 10px;
}
.cover-pod .grey-bg p {
	font-size: 1.07em;
	color: #666666;
}
.cover-pod .grey-bg a.download {
	display: block;
	height: 24px;
	padding: 3px 0 0 35px;
	background: url('/fileadmin/templates/images/icons/download-arrow.gif') 0 top no-repeat;
	position: absolute;
	bottom: 15px;
}
.cover-pod .grey-bg a.download:hover {
	background-position: 0 bottom;
	color: #d1961c;
}
.cover-pod .img {
	overflow: hidden;
}
.cover-pod .img img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cover-pod .img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/**
* =================================
*        MEDIA ARCHIVE PAGE
* =================================
*/
.media-pod .img {
	position: relative;
	overflow: hidden;
}
.media-pod .img img {
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
}
.media-pod h3 {
	font-size: 20px;
	color: #90b93f;
	font-weight: 300;
	padding: 0;
	text-transform: inherit;
}
.cover-pod.media-pod span.play-icon {
	background: url('/fileadmin/templates/images/video-player/bigplay.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	/*padding: 0;*/
	width: 70px;
	height: 70px;
	background-size: 70px;
}
.cover-pod.media-pod:hover span.play-icon {
	background-position: 0 -70px;
}
.cover-pod.media-pod:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.cover-pod.media-pod:hover h3 {
	color: #d1961c;
}
.no-backgroundsize .cover-pod.media-pod span.play-icon {
	background: url('/fileadmin/templates/images/video-player/bigplay-small-icons.png') no-repeat;
	width: 70px;
	height: 70px;
}
.no-backgroundsize .cover-pod.media-pod:hover span.play-icon {
	background-position: 0 -70px;
}
[id*="mediaArchiveModal_"] .modal-footer p {
	font-size: 1.17em;
	margin-bottom: 8px;
	color: #666666;
}


/**
* =================================
*       SPECIAL EVENTS TABLE
* =================================
*/
#main-content table {
    margin-bottom: 25px;
}
#main-content table thead,
#main-content table tbody{
    border: none;
}
#main-content table thead th,
.main-header table thead th {
    background: #00AEA9;
    font-size: 16px;
	color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'roboto condensed', sans-serif;
    text-align: center;
    padding: 15px 0;
}
.main-header table td {
	background: #ffffff;
}
#main-content table.not-responsive-table thead th {
    text-align: left;
    padding-left: 15px;
}
#main-content table tbody td,
.main-header table tbody td{
    font-size: 14px;
	background: #ffffff;
    box-sizing: border-box;
	padding: 15px;
    vertical-align: top;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

#main-content table tbody td.grey-bg,
.main-header table tbody td.grey-bg{
    background: #f3f3f3;
}


/**
* =================================
*     VOLUNTEERS OF MONTH/YEAR
* =================================
*/
.volunteers-per-month {
	padding-top: 50px;
	padding-bottom: 25px;
	background: #f3f3f3;
}
.volunteers-per-month hr {
	margin: 10px 0 35px 0;
}
.volunteers-per-month .month-wrapper:last-child hr {
	display: none;
}
.volunteers-per-month h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}
.volunteers-per-month .cover-pod .white-bg {
	padding: 29px 25px 100034px;
	margin-bottom: -99999px;
	background-color: #ffffff;
}


/**
* =================================
*      VOLUNTEER OPPORTUNITIES
* =================================
*/
.volunteer-opportunities {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f3f3f3;
}
.volunteer-opportunities h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0 0 25px 0;
	margin: 0;
}
.volunteer-opportunities a {
	float: left;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	border-left: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	padding: 5px 20px;
	float: left;
	width: 235px;
	box-sizing: border-box;
	background: #e9e9e9;
	text-align: center;
}
.volunteer-opportunities a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 235px;
	height: 80px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: none;
	font-size: 15px;
	line-height: 1;
}
.volunteer-opportunities a:hover {
	background: #d1961c;
	text-decoration: none;
	color: #ffffff;
}

/*  
* =================================
*          COLORS
* =================================
*/
.volunteer-opportunities.green h2 		{color: #80BB00;}
.volunteer-opportunities.gold h2 		{color: #DAA900;}
.volunteer-opportunities.yellow h2 		{color: #FFCD00;}
.volunteer-opportunities.orange h2 		{color: #D1961C;}
.volunteer-opportunities.teal h2 		{color: #00AEA9;}
.volunteer-opportunities.cyan h2 		{color: #00AFEC;}

.volunteer-opportunities.green a 		{background: #80BB00; color: #ffffff;}
.volunteer-opportunities.gold a 		{background: #DAA900; color: #ffffff;}
.volunteer-opportunities.yellow a 		{background: #FFCD00; color: #ffffff;}
.volunteer-opportunities.orange a 		{background: #D1961C; color: #ffffff;}
.volunteer-opportunities.teal a 		{background: #00AEA9; color: #ffffff;}
.volunteer-opportunities.cyan a 		{background: #00AFEC; color: #ffffff;}

.volunteer-opportunities.green a:hover 	{background: #00AEA9; color: #ffffff;}
.volunteer-opportunities.gold a:hover 	{background: #80BB00; color: #ffffff;}
.volunteer-opportunities.yellow a:hover {background: #00AFEC; color: #ffffff;}
.volunteer-opportunities.orange a:hover {background: #80BB00; color: #ffffff;}
.volunteer-opportunities.teal a:hover 	{background: #DAA900; color: #ffffff;}
.volunteer-opportunities.cyan a:hover 	{background: #FFCD00; color: #ffffff;}



/**
* =================================
*           MEDIA KIT
* =================================
*/
.media-kit-grey-content {
	padding-top: 60px;
	padding-bottom: 35px;
}
.media-kit-grey-content.smaller-space {
	padding-top: 10px;
	padding-bottom: 10px;
}
.media-kit-grey-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0 0 23px 0;
	margin: 0;
}
.dot-bg-gray-content {
	padding: 15px 0 80px 0;
}
.media-kit-cols {
	overflow: hidden;
	margin: 0 0 25px 0;
}
.corporate-video {
	padding-bottom: 100px;
}
.logo-grey-cntr {
	background: #f3f3f3;
	padding: 35px 40px;
	margin-bottom: -99999px;
	padding-bottom: 100035px;
	margin-bottom: -99999px;
	padding-bottom: 100035px;
}
.right-grey-col {
	padding: 35px 15px 20px 15px;
	background: #f3f3f3;
	margin-bottom: -99999px;
	padding-bottom: 100035px;
}
.logo-grey-cntr h3,
.right-grey-col h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	padding: 0 0 15px 0;
}
.right-grey-col h3{
	padding: 0 0 25px 0;
}
.right-grey-col .img-on-left,
.right-grey-col .copy-on-right{
	float: left;
	width: 48%;
	box-sizing: border-box;
}
.right-grey-col .img-on-left{
	padding-right: 2%;
}
.right-grey-col .copy-on-right{
	padding-left: 2%;
}
.logo-grey-cntr .logo-cntr .logo-pod {
	box-sizing: border-box;
	float: left;
	padding: 1%;
	width: 25%;
}
.right-grey-col a.btn-custom-large{
	max-width: 200px;
	padding: 17px 40px;
	margin-top: 25px;
}


/**
* =================================
*         FLOATING DIVS
* =================================
*/
.floating-divs {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.floating-divs div{
    float: left;
    width: 49%;
}
.floating-divs div:first-child {
    margin-right: 2%;
}
.floating-divs div.clear {
    float: none !important;
}


/**
* =================================
*         ADOPT A DOG - CAT
* =================================
*/
.events-border {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 70px;
}
.events-logos-cntr,
.adopt-pet,
.pet-of-the-week{
	margin-top: 20px;
	margin-bottom: 70px;
    overflow: hidden;
}
.events-logos-cntr a,
.adopt-pet a,
.pet-of-the-week a{
	text-decoration: none !important;
    margin-bottom: -9999px;
    padding-bottom: 10049px;
}
.events-logos-cntr a:hover img,
.adopt-pet a:hover img,
.pet-of-the-week a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.events-logos-cntr a:hover h3,
.adopt-pet a:hover h3,
.pet-of-the-week a:hover h3{
	color: #d1961c;
}
.event-logo,
.adopt-pet .img,
.foster-plugin .foster-pod .img,
.pet-of-the-week .img{
    position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.foster-plugin .view-more-btn p{
    color: #ffffff;
}
.adopt-pet .img img,
.pet-of-the-week .img img{
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#pets-placeholder .copy-cntr{
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	top: auto;
	z-index: 9;
}
.copy-cntr{
	/*width: 100%;
	height: 20%;*/
	position: absolute;
	top: 15px;;
	z-index: 9;
}
#pets-placeholder .copy-cntr h5{
	padding: 10px 0 0 0;

}
.copy-cntr h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
}
.meet-pet .copy-cntr h5 {
	font-size: 11px;
	padding: 8px 0 0 0;
}
.meet-pet .rating{
    margin: 0 0 10px 0;
}
.meet-pet .rating div{
    padding: 5px 15px;
}
.rating .icon{
    display: block;
    float: left;
    vertical-align: middle;
    width: 200px;
	height: 40px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 10px 0 0px 50px;
    background-image: url("/fileadmin/templates/images/icons/ratings.png");
    background-repeat: no-repeat;
}
.rating .children .icon                                 {background-position: 0 0;}
.rating .dogs .icon, .rating.dogs .icon                 {background-position: 0 -50px;}
.rating .cats .icon, .rating.cats .icon                 {background-position: 0 -100px;}
.rating .home_alone .icon, .rating.home_alone .icon     {background-position: 0 -150px;}
.rating .activity .icon, .rating.activity .icon         {background-position: 0 -200px;}
.rating .enrichment .icon, .rating.enrichment .icon     {background-position: 0 -250px;}
.rating .human .icon, .rating.human .icon               {background-position: 0 -300px;}
.rating .environment .icon, .rating.environment .icon   {background-position: 0 -345px;}

.rating_default{
    display: block;
    float: right;
	width: 125px;
	height: 22px;
    margin: 10px 0 0;
	background: url("/fileadmin/templates/images/icons/footprints.png") 0 0;
}
.rating_default .active{
    display: block;
    height: 22px;
    background: url("/fileadmin/templates/images/icons/footprints.png") 0 0;
}

.r1{width:25px;}
.r2{width:50px;}
.r3{width:75px;}
.r4{width:100px;}
.r5{width:125px;}

.rating .children .rating_default .active,
.children .ratings-content .ratings-content-item .active    { background-position: 0 -25px; }
.rating .dogs .rating_default .active,
.dogs .ratings-content .ratings-content-item .active        { background-position: 0 -50px; }
.rating .cats .rating_default .active,
.cats .ratings-content .ratings-content-item .active        { background-position: 0 -75px; }
.rating .home_alone .rating_default .active,
.home_alone .ratings-content .ratings-content-item .active  { background-position: 0 -100px; }
.rating .activity .rating_default .active,
.activity .ratings-content .ratings-content-item .active,
.rating .enrichment .rating_default .active,
.enrichment .ratings-content .ratings-content-item .active  { background-position: 0 -125px; }
.rating .human .rating_default .active,
.human .ratings-content .ratings-content-item .active       { background-position: 0 -150px; }
.rating .environment .rating_default .active,
.environment .ratings-content .ratings-content-item .active { background-position: 0 -175px; }

.rating_default.r0{
    background: none;
    padding-left: 2px;
}

/* pets of the week */
.pet-of-the-week {
	background-color: #fafafa;
	padding-top: 20px;
	margin-bottom: 0px;
	
}
.pet-of-the-week img.pet-of-the-week-icon {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 10;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.events-adopt-cntr .pet-of-the-week h6,
.pet-of-the-week .bonded-text{
	margin-bottom: 15px;
	padding-bottom: 0;
}
.adopt-pet .bonded-text{
	margin-bottom: 0;
	padding-bottom: 0;
}
.pet-of-the-week-text {
	color: #fff;
	background-color: #FFCD00;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 70px;
}


/* Meet Pet - Print Card */
#print_card h4,
#print_card h3{
    font-size: 19px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0 0 5px;
}
#print_card h3{
    margin: 0 0 10px;
}
#print_card.meet-pet .img-full-wrapper{
    overflow: hidden;
    max-width: 480px;
    height: 235px;
}
#print_card.meet-pet .img-full {
    max-width: 100%;
    max-height:inherit;
    height: auto;
    margin: 0 auto;
}
#print_card.meet-pet .rating div{
    padding: 5px 10px;
}
#print_card .print_btn{
    float: right;
    width: 120px;
    min-height: 40px;
    font-size: 16px;
    background: #00AEA9;
    font-family: "Open Sans", sans-serif;
    margin: -10px 0 10px 0;
}
#print_card p{
    font-size: 16px;
}
#print_card .info{
    margin-left:15px;
}
#print_card .rating span.icon{
    width: 200px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    background-size: 17%;
}
#print_card .rating .children .icon     {background-position: 0 0;}
#print_card .rating .dogs .icon         {background-position: 0 -42px;}
#print_card .rating .cats .icon         {background-position: 0 -85px;}
#print_card .rating .home_alone .icon   {background-position: 0 -127px;}
#print_card .rating .activity .icon     {background-position: 0 -170px;}
#print_card .rating .enrichment .icon   {background-position: 0 -212px;}
#print_card .rating .human .icon        {background-position: 0 -254px;}
#print_card .rating .environment .icon   {background-position: 0 -294px;}



/* Modal Ratings */
.modal.in {
    z-index: 9999;
}
.modal .rating                      {margin-bottom: 25px;}
.modal .rating .icon                {color: #ffffff;}

#dogs_desciptions .modal-content,
#cats_desciptions .modal-content    {background: #ffffff;}

.rating .rtitle                     {padding: 10px 0 10px 15px;}
.rating .ratings-content            {padding: 10px;}

.ratings-content .ratings-content-item {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #bbb;
}
.ratings-content .ratings-content-item > div{
    font-weight: bold;
}
.ratings-content .ratings-content-item:first-child{
    border: none;
}
.ratings-content .ratings-content-item p{
    margin: 0;
    font-size:14px;
    padding: 0;
}
.ratings-content .ratings-content-item div .active{
    width:25px;
    height: 25px;
    display: inline-block;
    margin: 0 0 -10px 8px;
    background: url("/fileadmin/templates/images/icons/footprints.png") 0 0;
}
.ratings-content .ratings-content-item div{
    padding: 0;
}

.events-cntr {
	margin-bottom: 50px;
}
.event-logo {
	box-sizing: border-box;
	border: 2px solid #e5dfd3;
}
.event-logo img {
    margin-top: 15px;
    width: 166px;
    height: 166px;
	position: relative;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.foster-plugin .foster-pod {
	padding: 20px 25px 10px 25px;
	margin: 0 0 30px 0;
	background: #ffffff;
    overflow: hidden;
}
.foster-plugin .foster-pod a {
    margin-bottom: -9999px;
    padding-bottom: 10029px;
}
.foster-plugin .foster-pod a,
.foster-plugin .foster-pod a:hover {
	text-decoration: none;
}
.foster-plugin .foster-pod a:hover h3 {
	color: #d1961c;
}
.foster-plugin .foster-pod .img img {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.foster-plugin .foster-pod a:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.foster-plugin .foster-pod p {
	text-align: left;
	padding-top: 25px;
}
.wheel-of-life {
	padding: 50px 0 100px;
}
.wheel-of-life h2,
.circle-images-cntr h2,
.events-adopt-cntr h2,
.foster-plugin h2{
    color: #80BB00;
    font-size: 42px;
    padding-bottom: 50px;
}
.events-adopt-cntr h3,
.foster-plugin h3 {
    font-size: 30px;
}
.foster-plugin h2.color-white {
    color: #ffffff;
}
.wheel-of-life h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
}
.wheel-of-life .item {
	/*height: 300px;*/
	padding-top: 100px;
}
.wheel-of-life .paws-theme .owl-controls {
    text-align: left;
}
.wheel-content {
	padding: 30px 0 0;
}
.events-adopt-cntr h2 span {
	color: #c6c4b1;
}
.events-adopt-cntr h3,
.foster-plugin .foster-pod h3 {
	text-transform: none;
	color: #71c3ab;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 8px;
}
.events-adopt-cntr h6,
.foster-plugin .foster-pod h6 {
	font-size: 18px;
	font-weight: 300;
	color: #757575;
	padding-bottom: 8px;
}
.events-adopt-cntr h6 span,
.foster-plugin .foster-pod h6 span {
	margin: -3px 5px 0 0;
	display: inline-block;
	width: 13px;
	height: 17px;
	vertical-align: middle;
	background: url("/fileadmin/templates/images/icons/icons.png") -85px 0 no-repeat;
}
.foster-plugin .foster-pod h6 span{
    width:17px;
    background-position: -98px 0;
}
.pets-available-adoption.foster .events-adopt-cntr h6 span,
.events-adopt-cntr h6 span.foster-icon,
.foster-plugin .foster-pod h6 span.foster-icon {
	margin-top: -5px;
	width: 17px;
	background: url("/fileadmin/templates/images/icons/icons.png") -98px 0 no-repeat;
}
.adopt-pet img,
.foster-pod img,
.pet-of-the-week img{
	position: relative;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.view-more-btn {
	margin: 0 0 60px 0;
}
.view-more-btn a {
    margin-bottom: 5px;
}
.view-more-btn p {
    font-family: 'open sans', sans-serif;
}

/**
* =================================
*          ALUMNI PAGE
* =================================
*/
.extra-container {
	padding: 0 65px;
}
.circle-img-pod {
	overflow: hidden;
	margin-bottom: 40px;
}
.circle-images-cntr {
	padding-bottom: 90px;
}
.circle-img-pod .white-bg {
	padding: 45px 40px 0 40px;
	margin-bottom: -99999px;
	padding-bottom: 100039px;
}
.circle-img-pod .img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-radius: 100px;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.circle-img-pod .img img {
	position: relative;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.circle-img-pod .img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.circle-img-pod h4 {
	font-family: "roboto condensed", sans-serif;
	font-weight: 300;
	font-size: 2.14em;
	color: #71c3ab;
	margin: 25px 0 0 0;
}
.circle-img-pod p {
	font-size: 1.07em;
}


/**
* =================================
*        PET SINGLEVIEW PAGE
* =================================
*/
.pet-single-header {
	padding-top: 45px;
}
.pet-single-header .row {
	display: block !important;
}
.no-flexbox .pet-single-header.inside-page-header [class*="col"]:first-child {
    padding-top : 15px;
}
.pet-single-carousel .item {
    position: relative;
}
.pet-single-carousel .item p{
    padding-bottom: 0 !important;
}
.pet-single-header .share-page {
    float: none;
}
.ie8 .pet-single-header .share-page div {
    display: block;
    float: left;
}
.pet-single-header .share-page div:first-child {
	padding-bottom: 5px;
}
.pet-single-carousel .item .addthis_toolbox {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.pet-single-carousel.paws-theme .owl-controls .owl-buttons div {
    margin-top: -53px;
}
.pet-single-carousel .owl-controls .owl-page span {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset;
}
.no-borderradius .pet-single-carousel .owl-controls .owl-page span {
	background: url(/fileadmin/templates/images/icons/carousel-bullets.png) no-repeat -36px 0;
}
.pet-single-header.inside-page-header h2 {
    font-family: 'open sans', sans-serif;
    color: #666666;
    font-weight: 300;
}
.pet-single-header.inside-page-header h3 {
    font-family: 'open sans', sans-serif;
    font-size: 1.36em;
    font-weight: 400;
    color: #80BB00;
}
.pet-single-header.inside-page-header h3 a:hover {
    text-decoration: underline !important;
}
.pet-single-header .know-pet-box {
    margin: 0 0 35px 0;
	position: relative;
}
.know-pet-box__sponsored-icon {
	position: absolute;
	top: -42px;
	right: 10px;
	z-index: 10;
}
.know-pet-box__bonded-icon {
	width: 31px;
	height: 31px;
	vertical-align: top;
	margin: 8px 3px 0 0;
}
.know-pet-box__bonded-ribbon-container img.know-pet-box__bonded-image {
	position: relative;
	width: 31px;
	height: 31px;
	margin: 8px 10px 0 20px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	vertical-align: top;
}
.know-pet-box__bonded-image {
	margin-right: 10px;
}

/* fix too general styling on columns */
.know-pet-box__sponsored-ribbon-container,
.know-pet-box__bonded-ribbon-container{
	padding-top: 0 !important;
	padding-bottom: 7px !important;
}

.know-pet-box__sponsored-ribbon,
.know-pet-box__bonded-ribbon{
	display: block;
	background-color: white;
	color: #00AEA9;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	font-weight: 600;
	font-size: 15px;
}
.know-pet-box__bonded-ribbon {
	color: #80BB00;
}

/* fix too general styling on columns */
.know-pet-box__sponsored-ribbon-arrow-container{
	padding-top: 5px !important;
}
.know-pet-box__bonded-ribbon-arrow-container{
	padding-top: 0px !important;
}
.know-pet-box__sponsored-ribbon-arrow,
.know-pet-box__bonded-ribbon-arrow{
	display: block;
	position: relative;
	background: #D1961C;
	color: white;
	font-family: 'roboto condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
	height: 44px;
	line-height: 44px;
	padding: 0 22px 0 10px !important;
	margin: 0;
	z-index: 1;
}
.know-pet-box__bonded-ribbon-arrow {
	background: #80BB00;
}
.know-pet-box__sponsored-ribbon-arrow:after,
.know-pet-box__bonded-ribbon-arrow:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(209, 150, 28, 0);
	border-top-color: #D1961C;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1;
}
.know-pet-box__bonded-ribbon-arrow:after{
	border-top-color: #80BB00;
}
.pet-single-header .know-pet-box .box-title {
    text-align: center;
    padding: 25px 15px 0 15px;
    margin-bottom: 2px;
}
.pet-single-header .know-pet-box .box-title h3{
    color: #fff;
    background: #D1961C;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    /*letter-spacing: -1px;*/
    font-size: 14px;
}
.pet-single-header .know-pet-box .box-body {
    overflow: hidden;
}
.pet-single-header .know-pet-box .box-body .floating-tabs {
    padding-top: 20px;
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #eaeaea;
    margin-bottom: -9999px;
    padding-bottom: 10019px;
}
.meet-pet {
    padding: 40px 0 25px 0;
}
.pet-single-header .know-pet-box .box-body .grey-bg,
.meet-pet.grey-bg {
    background: #f5f5f5;
}
.pet-single-header .know-pet-box .box-body h4 {
    font-size: 1.50em;
    font-weight: 300;
    text-transform: none;
    color: #71c3ab;
}
.pet-single-header .know-pet-box .box-body p {
    font-size: 1.16em;
    padding-top: 25px;
}
.pet-single-header .know-pet-box .box-body span {
    background: url("/fileadmin/templates/images/icons/pets-singleview-icons.gif") no-repeat;
    display: block;
    height: 33px;
    margin: 0 auto;
}
.pet-single-header .know-pet-box .box-body .breed-dog span {
    width: 41px;
}
.pet-single-header .know-pet-box .box-body .breed-cat span {
    background-position: 0 -33px;
    width: 27px;
}
.pet-single-header .know-pet-box .box-body .gender span {
    background-position: 0 -66px;
    width: 23px;
}
.pet-single-header .know-pet-box .box-body .age span {
    background-position: 0 -99px;
    width: 28px;
}
.pet-single-header .know-pet-box .box-body .weight span {
    background-position: 0 -132px;
    width: 28px;
}
.pet-single-header .know-pet-box .box-body .location span {
    background-position: 0 -165px;
    width: 19px;
}
.pet-single-header .know-pet-box .box-body .foster-type span {
    background-position: 0 -198px;
    width: 28px;
}
.pet-single-header .know-pet-box .box-body .location {
    border: none;
}
.pet-single-header .know-pet-box .box-footer {
    background: #00AEA9;
}
.pet-single-header .know-pet-box .box-footer .left-footer-div {
    float: left;
    width: 30%;
    height: 60px;
    padding: 0 10px 0 0;
    background: url("/fileadmin/templates/images/icons/pets-singleview-bg-arrow.png") right center no-repeat;
}
.pet-single-header .know-pet-box .box-footer .status {
    padding-top: 20px;
    text-align: center;
	height: 60px;
    background: #5eb0a1;
}
.pet-single-header .know-pet-box .box-footer h3 {
    font-family: 'roboto condensed', sans-serif;
    font-weight: 700;
    font-size: 1.29em;
    color: #ffffff;
    padding-bottom: 16px;
}
.pet-single-header .know-pet-box .box-footer .status h3 {
    text-transform: uppercase;
}
.pet-single-header .know-pet-box .box-footer .right-footer-div {
    float: left;
    width: 70%;
    text-align: center;
	overflow: hidden;
}
.pet-single-header .know-pet-box .box-footer .right-footer-div table tbody {
	border: none;
}
.pet-single-header .know-pet-box .box-footer .right-footer-div table tr {
	height: 50px;
}
.pet-single-header .know-pet-box .box-footer .right-footer-div table td {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.0;
	color: #ffffff;
	vertical-align: middle !important;
	height: 60px;
	padding: 0 15px;
	border: none;
	white-space: normal;
	background: transparent;
}
.pet-single-header .help-pet {
    text-align: center;
    padding: 0;
}
.pet-single-header .help-pet h3 {
    font-family: 'roboto condensed', sans-serif;
    padding-top: 20px;
    font-size: 1.86em;
    color: #333333;
}
/*.pet-single-header .help-pet div:first-child {
    background: url("/fileadmin/templates/images/icons/foster-pet-arrow.gif") center bottom no-repeat;
}*/
.pet-single-header .help-pet .or-class {
    width: 13% !important;
    text-align: center;
}
.pet-single-header .help-pet .or-class p {
    font-size: 1.50em;
}
.pet-single-header .help-pet .donate-specific-button {
    padding-left: 0 !important;
}
.pet-single-header .help-pet .donate-specific-button p.button{
    width: 100%!important;
    max-width: 100%;
    margin: 0;
}
.pet-single-header .help-pet .donate-specific-button{
    padding:0;
}
.pet-single-header .help-pet .donate-specific-button p,
.pet-single-header .help-pet .donate-specific-button p a {
    font-size: 24px;
    line-height: 80%;
    width: 100%!important;
    max-width: 100%!important;
    text-align: left;
}
.ie8 .pet-single-header .help-pet .donate-specific-button p a,
.ie9 .pet-single-header .help-pet .donate-specific-button p a {
    padding-left: 0;
    padding-right: 0;
    width: 100%!important;
}
.pet-single-header .help-pet .donate-specific-button p a .small{
    font-size: 60%;
}

.pet-single-header .help-pet .donate-specific-button p a .quiz_btn{
    display: block;
    margin: 0 auto;
    max-width: 350px;
    background-image: url(/fileadmin/templates/images/icons/footprint.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 50px;
}

/* Box body without tabs */
.pet-single-header.no-tabs {
	padding-bottom: 25px;
}
.pet-single-header.no-tabs .know-pet-box {
	margin: 0;
}
.pet-single-header.no-tabs .know-pet-box .box-body {
	padding: 57px 25px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}
.pet-single-header.no-tabs .know-pet-box .box-body .img,
.pet-single-header.no-tabs .know-pet-box .box-body .img img {
	border-radius: 75px;
}
.pet-single-header.no-tabs .know-pet-box .box-body .text p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999999;
	padding: 0 0 15px 0;
}
.pet-single-header.no-tabs .know-pet-box .box-body .text h5 {
	font-size: 16px;
	font-weight: 700;
	color: #777777;
    text-transform: none;
}
.pet-single-header.no-tabs .help-pet div:first-child,
.pet-single-header .help-pet.button-only div:first-child {
	background: none;
}
.pet-single-header.no-tabs .help-pet .donate-specific-button {
	padding: 0;
}
.pet-single-header.no-tabs .help-pet .donate-specific-button p.button,
.pet-single-header.no-tabs .help-pet .donate-specific-button p.button a,
.pet-single-header .help-pet .donate-specific-button p.button.header-button-large,
.pet-single-header .help-pet .donate-specific-button p.button.header-button-large a{
	width: 100%;
	max-width: inherit;
	text-decoration: none;
}

.meet-pet .img-circle,
.instructions .img-circle {
    position: relative;
	overflow: hidden;
	max-width: 250px;
	margin: 0 auto;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.img-circle p {
	margin: 0;
}
.pets-story {
	padding-top: 30px;
	padding-bottom: 40px;
}
.meet-pet h2,
.pets-story h2,
.why-adopt h2,
.information h2 {
    font-size: 3.00em;
    color: #80BB00;
    text-align: center;
    padding-bottom: 15px;
}
.meet-pet h2{
	text-align: left;
	padding: 0 0 20px 0;
}
.pets-story h2 {
    padding-bottom: 35px;
}
.meet-pet .img-full {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
}
.pets-story-main div {
    background: url("/fileadmin/templates/images/icons/pets-story-bg.gif") 8px 0 repeat-y;
    position: relative;
}
.pets-story-main div.last {
    background: none;
}
.pets-story-main div > span {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #e8e5df;
    display: block;
    position: absolute;
    left: -1px;
}
.pets-story-main div ul {
    margin: 0 0 0 23px;
    padding-bottom: 35px;
}
.pets-story-main div p{
    margin: 0 0 0 23px;
    padding: 0 0 25px 0;
}
.pets-story-main p.like,
.pets-story-main p.dislike {
    padding: 10px 0 25px 40px;
}
.why-adopt {
    padding: 60px 0 30px;
}
.why-adopt h2 {
    padding: 0 0 40px 0;
}
.information {
    padding: 70px 0 30px 0;
}
.information .img-full {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
}
.information .sidebar-general-pod {
    padding-left: 5%;
    padding-right: 5%;
}
.information h2 {
    text-align: left;
    font-size: 31px;
}

/**
* ==========================================
*         IMAGE & RTE 2 COLUMNS FCE
* ==========================================
*/
.img-rte-two-cols h2 {
	font-size: 2.62em;
    color: #8cb340;
	text-align: center;
	padding-bottom: 50px;
}


/**
* ================================
*         PAWS IN MEDIA
* ================================
*/
.paws-in-media {
	padding-top: 50px;
	padding-bottom: 50px;
}
.paws-in-media hr {
	margin: 25px 0;
}
.paws-in-media h1,
.paws-in-media h2 {
	font-family: "Open Sans",sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #80BB00;
	padding: 0px 0px 25px 0;
	margin: 0px;
}
.paws-in-media h1 {
    padding-bottom: 45px;
}
.paws-in-media a {
	text-decoration: none;
}
.paws-in-media .view-all a {
	float: right;
	font-size: 1.17em;
}
.paws-in-media .view-all a:hover {
	text-decoration: underline;
}
.paws-in-media .pod .img,
.paws-in-media .pod .img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.paws-in-media .pod .img img {
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
}
.paws-in-media a:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.paws-in-media .pod .text {
	padding-left: 0;
}
.paws-in-media .pod .text p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.paws-in-media .pod h5 {
	font-size: 16px;
	padding-bottom: 15px;
}
.paws-in-media .pod h3 {
	color: #80BB00;
	padding-bottom: 10px;
}
/* Single view */
.paws-media-carousel {
    margin-bottom: 25px;
}


/**
* =================================
*         GLOBAL FOOTER
* =================================
*/
#global-footer {
	padding: 50px 0 0 0;
	overflow: hidden;
}
#global-footer nav {
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}
#global-footer nav ul {
	padding: 0;
	margin: 0;
}
#global-footer nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	list-style: none;
	display: inline;
	padding: 0 17px;
	line-height: 1.5;
	background: none;
}
#contacts a:hover {
	text-decoration: none;
	color: #d1961c;
}
#contacts .row {
	overflow: hidden;
}
#contacts dl {
	padding: 0 15px 25px;
	/*min-height: 230px;
	overflow: hidden;*/
	margin: 0;
}
#contacts dl dt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	padding-bottom: 10px;
	/*width: 190px;*/
}
#contacts dl dd {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.17em;
	font-weight: 300;
	color: #666666;
	margin: 0;
}
#contacts dl dd strong a {
	border-bottom: 1px dashed #b2b2b2;
}
#contacts dl dd strong a:hover {
	border-color: #d1961c;
}
#copyrights {
	color: #999999;
	padding: 35px 0 5px 0;
}
#copyrights p {
	color: #999999;
	margin-bottom: 5px;
}
#copyrights [class*="col-"]:first-child {
	padding-left: 0;
}
#copyrights [class*="col-"]:first-child p {
	padding-top: 16px;
}
#copyrights .charity-nav {
	text-align: center;
}
#copyrights .charity-nav p {
	margin: 0;
}
#copyrights div[class*=col] {
	padding-bottom: 20px;
}
#copyrights .social-container {
	float: right;
}
.arrow-list li{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.33em;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(/fileadmin/templates/images/bg/arrow-bg.png);
	background-position: 0 9px;
}
.footer-left,
.footer-right{
	padding-top: 20px;
}
.charity_logo{
	margin-right: 100px;
}
@media (max-width: 420px) {
	.footer-left,
	.footer-right{
		padding-top: 0px;
	}
	.charity_logo{
		margin: 20px 100px;
	}
}


/**
* =================================
*        INSIDE PAGE HEADER
* =================================
*/
.inside-page-header {
	overflow: hidden;
	background-color: #f2ede4;
}
.inside-page-header .row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.inside-page-header h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.50em;
	font-weight: 400;
	letter-spacing: -1px;
	color: #8cb340;
	padding-bottom: 15px;
}
.inside-page-header h2 a {
	text-decoration: none !important;
}
.inside-page-header .date {
	padding-bottom: 10px;
}
.inside-page-header p {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	color: #8a7f6e;
}
.inside-page-header [class*="col"] {
	padding-top: 15px;
	padding-bottom: 15px;
}
.inside-page-header [class*="col"]:first-child {
	padding-bottom: 0;
}
.stories_list_banner.inside-page-header [class*="col"]:first-child {
	padding-top: 60px;
}
.no-flexbox .inside-page-header [class*="col"]:first-child {
	padding-top: 10%;
}
.inside-page-header [class*="col"]:first-child p {
	padding-bottom: 25px;
}
.inside-page-header [class*="col"] .header-note p {
	font-size: 20px;
}


/**
* =================================
*        SIDEBAR ADOPT PODS
* =================================
*/

.sidebar-adopt-pod {
	padding: 25px;
	margin-bottom: 25px;
}
.sidebar-adopt-pod .pet-img {
	width: 150px;
	margin: 10px auto;
}
.sidebar-adopt-pod .pet-img img {
	overflow: hidden;
	border-radius: 75px;
	width: 100%;
	height: auto;
}
.sidebar-adopt-pod h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #8a7f6e;
	text-align: center;
	text-transform: inherit;
}
.sidebar-adopt-pod .btn {
	display: block;
	font-size: 18px;
	padding: 10px 0;
	width: 170px;
	margin: 0 auto;
	text-transform: inherit;
}


/**
* =================================
*       SIDEBAR GENERAL PODS
* =================================
*/
.sidebar-general-pod {
	padding: 25px 15px;
	margin-bottom: 25px;
	background: #f3f3f3;
}
.sidebar-general-pod h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 25px;
	color: #333333;
	text-transform: uppercase;
}
.sidebar-general-pod p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar-general-pod .btn {
	width:100%;
	max-width:inherit;
	font-size: 16px;
}

/**
* =================================
*       SIDEBAR FAQ POD
* =================================
*/
.sidebar-general-pod {
	padding: 25px 15px;
	margin-bottom: 25px;
	background: #f3f3f3;
}
.sidebar-general-pod h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 25px;
}
.sidebar-general-pod div span {
    float: left;
}
.sidebar-general-pod div p {
    padding-left: 45px !important;
    line-height: 1.2;
}
.sidebar-general-pod .questions.no-icon p,
.sidebar-general-pod .mail.no-icon p {
    padding-left: 0 !important;
}
.sidebar-general-pod div.mail p a{
    display:inline-block;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.sidebar-general-pod .questions p{
	padding: 5px 0 0 15px;
}
.sidebar-general-pod .mail p{
	color: #333333;
	padding: 0 0 0 15px;
	margin: 0;
}
.sidebar-general-pod span {
	background: url('/fileadmin/templates/images/icons/icons.png') -55px 0 no-repeat;
	width: 30px;
	display: block;
}
.sidebar-general-pod .faq-icon {
	height: 34px;
}
.sidebar-general-pod .mail-icon {
	background-position: -55px -34px;
	margin: 10px 0 0 0;
	height: 23px;
}
.sidebar-general-pod .mail-address {
	table-layout: fixed;
	width: 90%;
	overflow:hidden;
	word-wrap: break-word;
}
.sidebar-general-pod .mail-address tbody {
	border: none;
}
.sidebar-general-pod .mail-address td {
	padding-left: 15px;
	border: none;
	background: transparent;
}




/**
* =================================
*          List to Table
* =================================
*/
.list-to-table ul {
	display: none;
}




/**
* =================================
*          VIDEO PLAYER
* =================================
*/
/*!
 * Video.js Default Styles (http://videojs.com)
 * Version 4.7.0
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
	color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
	font-family: 'VideoJS';
	src: url('/fileadmin/templates/font/vjs.eot');
	src: url('/fileadmin/templates/font/vjs.eot?#iefix') format('embedded-opentype'),
		url('/fileadmin/templates/font/vjs.woff') format('woff'),
		url('/fileadmin/templates/font/vjs.ttf') format('truetype'),
		url('/fileadmin/templates/font/vjs.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
	/* Replace browser focus hightlight with handle highlight */
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	background-color: #484848;
}
.vjs-default-skin .vjs-slider:focus {
	-webkit-box-shadow: 0 0 2em #ffffff;
	-moz-box-shadow: 0 0 2em #ffffff;
	box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
	position: absolute;
	/* Needed for IE6 */
	left: 0;
	top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
	content: "\e009";
	font-family: VideoJS;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-shadow: 0em 0em 1em #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	/* Rotate the square icon to make a diamond */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
	/* Start hidden */
	display: none;
	position: absolute;
	/* Place control bar at the bottom of the player box/video. If you want more margin below the control bar, add more height. */
	bottom: 0;
	/* Use left/right to stretch to 100% width of player div */
	left: 0;
	right: 0;
	/* Height includes any margin you want above or below control items */
	height: 3.0em;
	/* background-color-with-alpha */
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
	display: block;
	/* Visibility needed to make sure things hide in older browsers too. */
	visibility: visible;
	opacity: 1;
	/* transition */
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	-moz-transition: visibility 0.1s, opacity 0.1s;
	-o-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}
.touch .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.ie8 .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 1;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
	display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
	display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
	display: none;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
- "\9" IE8 hack didn't work for this
- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
	.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: "";
	}
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
	outline: none;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 3.0em;
	width: 4em;
}
/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
	text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
	/*  outline: 0; */
	/* keyboard-only users cannot see the focus on several of the UI elements when
	this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
	/* hide-visually */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
	width: 5em;
	cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
	content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
	content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
	width: 4em;
	left: -2em;
	list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
	cursor: pointer;
	float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
	content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
	width: 5em;
	float: right;
}
.vjs-default-skin .vjs-volume-bar {
	width: 5em;
	height: 0.6em;
	margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
	height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.5em;
	/* assuming volume starts at 1.0 */

	width: 100%;
	background: #dad4cd;
	background: rgba(218,212,205,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(239,235,230,0.9)), to(rgba(197,187,177,0.8)));
	background: -webkit-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -moz-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -o-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -ms-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: linear-gradient(rgba(239,235,230,0.9), rgba(197,187,177,0.8));
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: 0.5em;
	height: 0.5em;
	/* Assumes volume starts at 1.0. If you change the size of the
	handle relative to the volume bar, you'll need to update this value
	too. */

	left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
	font-size: 0.9em;
	top: -0.2em;
	left: -0.2em;
	width: 1em;
	height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
	width: 6em;
	left: -4em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: 0.3em;
	height: 1em;
	/* Set above the rest of the controls. */
	top: -1em;
	/* Shrink the bar slower than it grows. */
	/* transition */
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
This simply changes the overall font for the progress bar, and this
updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
	font-size: .9em;
	/* Even though we're not changing the top/height, we need to include them in
	the transition so they're handled correctly. */

	/* transition */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
	height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	/* updated by javascript during playback */

	width: 0;
	/* Needed for IE6 */
	left: 0;
	top: 0;
}
.vjs-default-skin .vjs-play-progress {
	/*
	Using a data URI to create the white diagonal lines with a transparent
	background. Surprisingly works in IE8.
	Created using http://www.patternify.com
	Changing the first color value will change the bar color.
	Also using a paralax effect to make the lines move backwards.
	The -50% left position makes that happen.
	*/
	background: #dad4cd;
	background: rgba(218,212,205,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(239,235,230,0.9)), to(rgba(197,187,177,0.8)));
	background: -webkit-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -moz-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -o-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: -ms-linear-gradient(top, rgba(239,235,230,0.9), rgba(197,187,177,0.8));
	background: linear-gradient(rgba(239,235,230,0.9), rgba(197,187,177,0.8));
}
.vjs-default-skin .vjs-load-progress {
	background: #646464 /* IE8- Fallback */;
	background: rgba(255, 255, 255, 0.2);

	background: #83582e;
	background: rgba(131,88,46,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(125,82,42,0.8)), to(rgba(177,123,70,0.8)));
	background: -webkit-linear-gradient(top, rgba(125,82,42,0.8), rgba(177,123,70,0.8));
	background: -moz-linear-gradient(top, rgba(125,82,42,0.8), rgba(177,123,70,0.8));
	background: -o-linear-gradient(top, rgba(125,82,42,0.8), rgba(177,123,70,0.8));
	background: -ms-linear-gradient(top, rgba(125,82,42,0.8), rgba(177,123,70,0.8));
	background: linear-gradient(rgba(125,82,42,0.8), rgba(177,123,70,0.8));
}
/* there are child elements of the load progress bar that represent the
specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
	background: #787878 /* IE8- Fallback */;
	background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
	width: 1.5em;
	height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
	padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
	display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
	display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
	display: none;
	font-size: 1em;
	line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
	font-size: 1em;
	/* Align vertically by making the line height the same as the control bar */
	line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
	float: left;
}
.vjs-default-skin .vjs-duration {
	float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
	display: none;
	float: left;
}
.vjs-time-divider {
	float: left;
	line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
	content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.8em;
	margin-left: -1.8em;
	font-size: 2em;
	display: block;
	z-index: 2;
	width: 3.6em;
	height: 3.6em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	/* Need a slightly gray bg so it can be seen on black backgrounds */
	/* background-color-with-alpha */
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	border: 0.15em solid #ccc;
	/* border-radius */
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	border-radius: 2.00em;
	/* box-shadow */
	-webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	/* transition */
	-webkit-transition: -webkit-box-shadow 0.4s;
	-moz-transition: -moz-box-shadow 0.4s;
	-o-transition: -o-box-shadow 0.4s;
	transition: box-shadow 0.4s;
}
.touch .vjs-default-skin .vjs-big-play-button {
	display: none !important;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
	/* Center it horizontally */
	left: 50%;
	margin-left: -2.1em;
	/* Center it vertically */
	top: 50%;
	margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
	display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
	display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
	display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	/* IE8 needs a non-glow hover state */
	background-color: #1f1f1f;
	background-color: rgba(50, 50, 50, 0.75);
	/* box-shadow */
	-webkit-box-shadow: 0 0 3em #ffffff;
	-moz-box-shadow: 0 0 3em #ffffff;
	box-shadow: 0 0 3em #ffffff;
	/* transition */
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.vjs-default-skin:hover .vjs-big-play-button:before {
	color: #fff;
}
.vjs-default-skin .vjs-big-play-button:before {
	content: "\e001";
	font-family: VideoJS;
	/* In order to center the play icon vertically we need to set the line height
	to the same as the button height */
	font-size: 1.5em;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center /* Needed for IE8 */;
	position: absolute;
	top: 12px;
	left: 2px;
	width: 100%;
	height: 100%;
	color: #ccc;
}
.ie8 .vjs-default-skin .vjs-big-play-button:before {
	font-size: 2.8em;
}
.vjs-error .vjs-big-play-button {
	display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
	display: none;
}
.vjs-error .vjs-error-display {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vjs-error .vjs-error-display:before {
	content: 'X';
	font-family: Arial;
	font-size: 4em;
	color: #666666;
	/* In order to center the play icon vertically we need to set the line height
	to the same as the button height */

	line-height: 1;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center /* Needed for IE8 */;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
}
.vjs-error-display div {
	position: absolute;
	font-size: 1.4em;
	text-align: center;
	bottom: 1em;
	right: 1em;
	left: 1em;
}
.vjs-error-display a,
.vjs-error-display a:visited {
	color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
	/* Should be hidden by default */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 4em;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
	display: block;
	/* only animate when showing because it can be processor heavy */
	/* animation */
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-o-animation: spin 1.5s infinite linear;
	animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
	display: none;
	/* ensure animation doesn't continue while hidden */
	/* animation */
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
	content: "\e01e";
	font-family: VideoJS;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	text-align: center;
	text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
	float: right;
	cursor: pointer;
}
.vjs-default-skin .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0em;
	/* (Width of vjs-menu - width of button) / 2 */
	width: 0em;
	height: 0em;
	margin-bottom: 3em;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	border-top: 1.55em solid #000000;
	/* Same width top as ul bottom */

	border-top-color: rgba(7, 40, 50, 0.5);
	/* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 10em;
	bottom: 1.5em;
	/* Same bottom as vjs-menu border-top */
	max-height: 15em;
	overflow: auto;
	left: -5em;
	/* Width of menu - width of button / 2 */
	/* background-color-with-alpha */
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	/* box-shadow */
	-webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
	-moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
	box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
	display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
	list-style: none;
	margin: 0;
	padding: 0.3em 0 0.3em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
	background-image: none;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
	background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
	outline: 0;
	color: #fff;
	background-color: #AA7009;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
	content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
	content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
	content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
	width: 24em;
	left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
	/* box-shadow */
	-webkit-box-shadow: 0 0 1em #ffffff;
	-moz-box-shadow: 0 0 1em #ffffff;
	box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
	background-color: #000;
	position: relative;
	padding: 0;
	/* Start with 10px for base font size so other dimensions can be em based and
	easily calculable. */

	font-size: 10px;
	/* Allow poster to be vertially aligned. */

	vertical-align: middle;
	/*  display: table-cell; */
	/*This works in Safari but not Firefox.*/

	/* Provide some basic defaults for fonts */

	font-weight: normal;
	font-style: normal;
	/* Avoiding helvetica: issue #376 */

	font-family: Arial, sans-serif;
	/* Turn off user selection (text highlighting) by default.
	The majority of player components will not be text blocks.
	Text areas will need to turn user selection back on. */

	/* user-select */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
<video> or <object> */
.video-js .vjs-tech,
.video-js iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
checking fullScreenEnabled. */
.video-js:-moz-full-screen {
	position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	/* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
	overflow-y: auto;
}
.video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	/* IE6 full-window (underscore hack) */
	_position: absolute;
}
.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}
/* Poster Styles */
.vjs-poster {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.vjs-poster img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
	display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	/* Leave padding on left and right */
	left: 1em;
	right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
	display: none;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	/* Transparent black background, or fallback to all black (oldIE) */
	/* background-color-with-alpha */
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
	color: #ffffff /* Subtitles are white */;
}
.video-js .vjs-captions {
	color: #ffcc66 /* Captions are yellow */;
}
.vjs-tt-cue {
	display: block;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
	display: none;
}
.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
The .video-js classname on the video tag also isn't considered.
This optional paragraph inside the video tag can provide a message to users
about what's required to play video. */
.vjs-no-js {
	padding: 20px;
	color: #ccc;
	background-color: #333;
	font-size: 18px;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
	color: #F4A460;
}
/* Hide fullscreen control on windows safari and add right margin on volume bar */
.safari.win .vjs-fullscreen-control{
    display: none;
}
.safari.win .vjs-default-skin .vjs-volume-control{
    margin-right: 2%;
}
/* Sitemap */
.csc-sitemap ul li{
	font-weight:bold;
	background: url(/fileadmin/templates/images/bg/arrow-bg.png) 0 5px no-repeat;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:25px;
}
.csc-sitemap ul li li{
	float:left;
	margin:0 10px 0 0;
	background:none;
	border-bottom:none;
}
.csc-sitemap ul li li li{
	float:none;
	background: url(/fileadmin/templates/images/bg/arrow-bg.png) 0 5px no-repeat;
	font-weight:normal;
	padding-bottom:2px;
}
.csc-sitemap li.alone{
	border:none;
	margin-bottom:5px;
}
.video-container {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/**
* =================================
*          CALENDAR IFRAME
* =================================
*/
.calendar-wrap{
	max-width: 970px;
    margin: 0 auto;
}

/* Responsive iFrame */

.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**
* =================================
*          DONATIONS PAGE 2
* =================================
*/
.donations_outer{ 
	min-height: 100vh;
	background-image: url(/fileadmin/templates/images/donations/Donation_Page_2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #dddedf;
}
.donations_header{
	min-height: 100px;
	background: white;
	text-align: center;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.donations_header .cat{
	background: url(/fileadmin/templates/images/donations/cat.png) top center no-repeat;
	background-size: 100%;
	width: 240px;
	height: 128px;
	position: absolute;
	right: 130px;
	bottom: -34px;
}
.form_container{
	background: url(/fileadmin/templates/images/donations/grey_bg.png) top right repeat-y;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
  	align-items: flex-end;
  	justify-content: flex-start;
	padding: 60px 80px 40px 0;
}
.logo img {
	width: 320px;
}
.form_container iframe{
	border: none;
}
.form_container .frame_container{
	width: 350px;
}
.form_container h1{
	color:#343434;
	font-size: 48px;
	font-weight: 600;
	padding: 0 0 10px 0;
}
.form_container p{
	font-family: 'Open Sans', sans-serif;
	color:#343434;
	font-size: 18px;
}

@media only screen and (max-width: 992px) {
	.donations_header .cat{
		background-size: 100%;
		width: 150px;
		height: 80px;
		right: 40px;
		bottom: -22px;
	}
	.logo img {
		width: 280px;
	}
}
@media only screen and (max-width: 767px) {
	.logo img {
		width: 200px;
	}
	.donations_header .cat{
		background-size: 100%;
		width: 100px;
		height: 80px;
		right: 10px;
		bottom: -41px;
	}
	.form_container{
		padding: 20px;
	}
	.form_container .frame_container{
		width: 100%;
	}
	.form_container p{
		font-size: 14px;
	}
}
.goog-te-gadget .goog-te-combo {
	width: 170px;
	text-align: left;
	padding: 14px 10px 13px 30px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 0 4px !important;
	background: #8EB838 url('/fileadmin/templates/images/icons/iconoir_language.png') 5px 50% no-repeat;
	color: #fff;
}
a.goog-logo-link {display:none;}
.ce-textpic.ce-left .image{
	padding-right: 20px;
}
.ce-textpic.ce-right .image{
	padding-left: 20px;
}

/**
* =================================
*     3 Steps to Meet this Pet
* =================================
*/
.three-steps-items--container .multiply-button,
.three-steps-items--container .item {
	display: table;
	background: rgba(0, 0, 0, 0);
	border: none;
	color: white;
	padding: 0;
	float: left;
	width: 33.3%;
}
.three-steps-items--container .multiply-button.full-width {
	width: 100%;
	margin-bottom: 5px;
}
.three-steps-items--container .multiply-button-content {
	display: table-cell;
	background: #D1961C;
	padding: 10px 10px;
	border-right: none !important;
	color: #ffffff;
	width: 100%;
	font-size: 15px;
}
.three-steps-items--container .aqua .multiply-button-content {
	background: #00AEA9;
}
.three-steps-items--container .green .multiply-button-content {
	background: #80BB00;
}
.three-steps-items--container .multiply-button.full-width .multiply-button-content {
	padding: 19px 10px;
}
.three-steps-items--container a .multiply-button-content,
.three-steps-items--container .content span,
.three-steps-items--container a .content{
	color: #ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
}
.three-steps-items--container a:hover, .three-steps-items--container .content a:hover,
.three-steps-items--container a:active, .three-steps-items--container .content a:active {
	text-decoration: none;
}
.three-steps-items--container .multiply-button-arrow {
	display: table-cell;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 0 40px 12px;
	border-color: transparent transparent transparent #D1961C;
}
.three-steps-items--container .aqua .multiply-button-arrow {
	border-color: transparent transparent transparent #00AEA9;
}
.three-steps-items--container .green .multiply-button-arrow {
	border-color: transparent transparent transparent #80BB00;
}
.three-steps-items--container .multiply-button:hover .multiply-button-content {
	background: #80BB00;
}
.three-steps-items--container .multiply-button:hover .multiply-button-arrow {
	border-color: transparent transparent transparent #80BB00;
}
.three-steps-items--container .aqua.multiply-button:hover .multiply-button-content {
	background: #00AEA9;
}
.three-steps-items--container .aqua.multiply-button:hover .multiply-button-arrow {
	border-color: transparent transparent transparent #00AEA9;
}
.three-steps-items--container .green.multiply-button:hover .multiply-button-content {
	background: #00AEA9;
}
.three-steps-items--container .green.multiply-button:hover .multiply-button-arrow {
	border-color: transparent transparent transparent #00AEA9;
}
.three-steps-items--container .multiply-button-arrow-front {
	display: table-cell;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 0 40px 12px;
	border-color: transparent transparent transparent transparent;
}
h5.steps {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #8a7f6e;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
.three-steps-items--container {
	text-align: center;
}

.three-steps-items--container .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 10px;
	width: 31%;
	height: 84px;
}

.three-steps-items--container .item.second {
	margin-left: 3px;
}

.three-steps-items--container .item.active .content {
	color: #D1961C;
}

.three-steps-items--container .item.active .arrow {
	background: #D1961C;
}

.three-steps-items--container .content {
	color: #D1961C;
	position: absolute;
	z-index: 2;
	background: #D1961C;
}

.three-steps-items--container .arrow {
	width: 100%;
	height: 50%;
	background: #D1961C;
}

.three-steps-items--container .arrow.top {
	transform: skew(18deg, 0deg);
	border-left: 1px solid #D1961C;
	border-right: 1px solid #D1961C;
	border-top: 1px solid #D1961C;
}

.three-steps-items--container .arrow.bottom {
	transform: skew(-18deg, 0deg);
	border-left: 1px solid #D1961C;
	border-right: 1px solid #D1961C;
	border-bottom: 1px solid #D1961C;
	margin-top: -1px;
}

.three-steps-items--container .aqua .content {
	color: #00AEA9;
	background: #00AEA9;
}

.three-steps-items--container .aqua .arrow {
	background: #00AEA9;
}

.three-steps-items--container .aqua .arrow.top {
	border-left: 1px solid #00AEA9;
	border-right: 1px solid #00AEA9;
	border-top: 1px solid #00AEA9;
}

.three-steps-items--container .aqua .arrow.bottom {
	border-left: 1px solid #00AEA9;
	border-right: 1px solid #00AEA9;
	border-bottom: 1px solid #00AEA9;
}

.three-steps-items--container .green .content {
	color: #ffffff;
	background: #80BB00;
}

.three-steps-items--container .green .arrow {
	background: #80BB00;
}

.three-steps-items--container .green .arrow.top {
	border-left: 1px solid #80BB00;
	border-right: 1px solid #80BB00;
	border-top: 1px solid #80BB00;
}

.three-steps-items--container .green .arrow.bottom {
	border-left: 1px solid #80BB00;
	border-right: 1px solid #80BB00;
	border-bottom: 1px solid #80BB00;
}

.three-steps-items--container .item:hover.green {
	cursor: pointer;
}
.three-steps-items--container .item:hover.green .content {
	color: #ffffff;
	background: #00AEA9;
}

.three-steps-items--container .item:hover.green .arrow {
	background: #00AEA9;
}

.three-steps-items--container .item:hover.green .arrow.top {
	border-left: 1px solid #00AEA9;
	border-right: 1px solid #00AEA9;
	border-top: 1px solid #00AEA9;
}

.item:hover.green .arrow.bottom {
	border-left: 1px solid #00AEA9;
	border-right: 1px solid #00AEA9;
	border-bottom: 1px solid #00AEA9;
}
.no-pointer {
	cursor: default !important;
}
#dafdirectdiv {
	width: 300px !important;
	font-size: 14px !important;
}
.whatThis a {
	width: 180px !important;
}
.dafdirectDonateFrom {
	 width: 100% !important;
 }
#dafdirect label{
	font-weight: normal !important;
}
.dafdirectSelect {
	font-size: 13px !important
}
#dafdirectdiv .whatThis a {
	width: 280px !important;
}
/**
 * =================================
 *        MAX-WIDTH: 1366px
 * =================================
 */
@media only screen and (max-width: 1366px) {
	/* Home Carousel */
	#home-carousel .item a .label .number {
		font-size: 30px;
	}
	#home-carousel .item a .label .text {
		font-size: 12px;
	}
	#home-carousel .featured a .label {
		font-size: 20px;
	}
	
	/* Single item carousel tiles list */
	.single-carousel-list {
		width: 80%;
	}
    .stories_banner .fw-banner .banner-box h2 {
        font-size: 40px;
    }
    .stories_banner .fw-banner .banner-box p {
        font-size: 22px;
    }
    .storyForm_banner h2 {
        font-size: 3.6em;
    }
}


@media only screen and (min-width: 992px) {
    /*#contacts dl.col-md-3{
        width: 20%;
    }*/
}

/**
 * =================================
 *        MAX-WIDTH: 1200px
 * =================================
 */
@media only screen and (max-width: 1200px) {
	/* Global Header */
	#header .gsc-control-searchbox-only{
		width: 135px !important;
	}
      #header .buttons-area .btn {
        width: 94px;
        padding: 10px;
      }

	/*How to Help Pods*/
    .col-md-3 .white-bg h4 {
        font-size: 1.14em;
    }
    .col-md-4 .white-bg h4 {
        font-size: 1.50em;
	}

    /* Fix special events lists heigh */
    .items-table .col-lg-4 {
        padding: 0;
        margin-bottom: 25px;
    }
    .table-body {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .items-table{
        border-bottom: none;
    }

    /* Sidebar FAQ pod*/
    .sidebar-general-pod .mail p{
        padding: 10px 0 10px 15px;
    }
    .sidebar-general-pod .mail-address{
        width: 100%;
    }
    .sidebar-general-pod .mail-address td{
        padding: 0;
    }
	
	/* Split Carousel */
	.split-carousel h2 {
		padding-left: 45px;
	}
	
	/* Volunteer opportunities buttons */
	.volunteer-opportunities a,
	.volunteer-opportunities a span{
		width: 258px;
    }

    /* Adopt a cat - dog */
    .event-logo{
        -moz-border-radius: 114px;
        -webkit-border-radius: 114px;
        border-radius: 114px;
    }
    .event-logo img{
        -moz-border-radius: 114px;
        -webkit-border-radius: 114px;
        border-radius: 114px;
    }
    .circle-images-cntr .col-md-4 .white-bg h4{
        font-size: 30px;
    }

	/* Inside page header */
	.no-flexbox .inside-page-header [class*="col"]:first-child {
		padding-top: 50px;
    }
    .inside-page-header .donate-button.header-pod-margins .grey-bg {
        padding-top: 43px;
    }
	
	/* Filters Panel */
	.filters-panel .type-filter label {
		width: 202px;
	}
	
	/* Dropdown Widget */
	.dropdown-widget.fixed-width {
		width: 180px !important;
	}

    /* Pets Singleview */
    .information .sidebar-general-pod .mail p {
        padding: 0px 0px 0px 15px;
    }
    .information .sidebar-general-pod .mail-address {
        width: 90%;
    }
    .information .sidebar-general-pod .mail-address td {
        padding-left: 15px;
    }

    /*Share Your Story*/
    #header.share_story .buttons-area .btn {
        font-size: 21px;
        line-height: 26px;
    }
    .share_story_filters .filters-panel .type-filter label .text {
        font-size: 18px;
        padding-right: 15px;
        padding-top: 14px;
    }
    #contacts dl dd{
        font-size: 1em;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 1188px
 * =================================
 */
@media only screen and (max-width: 1188px) {
    /* Global menu */
	#home-menu a span {
        left: 27px;
    }
}


/**
 * =================================================
 *      MIN-WIDTH: 1188px and MAX-WIDTH: 1199px
 * =================================================
 */
@media only screen and (min-width: 1188px) and (max-width: 1199px) {
	#home-menu a span {
		left: 27px;
	}
}


/**
 * =================================
 *        MAX-WIDTH: 1199px
 * =================================
 */
@media only screen and (max-width: 1199px) {
    .pet-single-header .know-pet-box .box-body h4 {
        font-size: 1.21em;
    }
    .pet-single-header .know-pet-box .box-body p {
        font-size: 1.00em;
    }
    .pet-single-header .help-pet .or-class{
        width: 100% !important;
    }
	.pet-single-header.no-tabs .know-pet-box .box-body {
		height: auto;
		padding: 15px;
	}
	.pet-single-header.no-tabs .know-pet-box .box-body .img,
	.pet-single-header.no-tabs .know-pet-box .box-body .img img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}
	.pet-single-header.no-tabs .know-pet-box .box-body .text p {
		font-size: 24px;
	}

    /* Paws in media */
    .paws-in-media.two-col-list .pod .text p {
        display: none;
    }
    /* Main Cotent Paws Carousel */
    #main-content .paws-carousel .owl-item {
        padding: 0 35px;
    }

    /* Img Circle */
    .img-circle .copy-cntr h5 {
        font-size: 10px;
        padding: 6px 0 0 0;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 991px
 * =================================
 */
@media only screen and (max-width: 991px) {
    /* Dynamic Tables */
    #main-content .table-from-list table{
        margin-bottom: 0;
    }
    #main-content .table-from-list {
        border-top: 1px solid #e9e9e9;
        display: block;
    }

    /* Global Header */
    #nav-wrapper.sticky {
        position: relative;
    }
    #nav-wrapper.sticky #header .buttons-area {
        position: fixed;
        top: 0px;
        z-index: 99999;
        padding: 10px 0;
        background: #ffffff;
        box-shadow: 0px 2px 5px #c3c3c3;
    }
    /*#nav-wrapper.sticky #header {*/
        /*padding-bottom: 10px;*/
    /*}*/
	/* Global Header */
	#super-header .social-box,
    #super-header .buttons-box{
		/*position: absolute;
		top: -9999px;
		left: -9999px;*/
        display: none;
	}
	#logo a {
        padding-bottom: 0;
    }
    #logo p {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    	padding-bottom: 5px;
	}
    #header .buttons-area {
		padding-top: 0;
		padding: 0;
	}
	#header .buttons-area .btn {
		position: relative;
		float: left;
		width: 24%;
		margin-right: 0;
    }
    #header .buttons-area .btn:first-child {
        margin-left: 0.5%;
    }
	#header .buttons-area .btn:nth-child(odd),
    #header .buttons-area .btn:nth-child(2) {
		margin-right: 1%;
	}
    .ie8 #header .buttons-area .btn {
        margin-right: 1%;
    }
	#header .buttons-area div {
		float: none;
	}
	#header .gsc-control-searchbox-only {
		display: none;
	}
	
	/* Global Footer */
	#copyrights .charity-nav {
		padding-left: 35px;
	}

	/* Global menu */
	#global-menu .menu-form {
		display: block;
	}
    #global-menu {
		position: absolute;
		top: 143px;
        left: 0;
        width: 100%;
        z-index: 10;
		-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    }
    #global-menu .container-fluid:first-child {
        background: transparent;
    }
    #global-menu ul li:hover {
    	background: transparent;
    }
    #global-menu ul li,
	#global-menu ul li.no-arrow {
        height: 50px;
    }
	#global-menu ul li.no-tab-pane span {
		display: none;
	}
	#global-menu ul li a.active-header {
		color: #D2C8B3;
		background: #3a2000;
	}
    #global-menu ul li span {
		display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 49px;
        height: 49px;
        background-color: #c6bca8;
		background-image: url(/fileadmin/templates/images/icons/icons.png);
		background-repeat: no-repeat;
		background-position: 15px -100px;
        cursor: pointer;
    }
	#global-menu ul li span.active {
		background-color: #483011;
		background-position: 15px -160px;
	}
    #global-menu ul li a {
        height: 49px;
        padding: 17px 0 12px 27px;
        color: #69553c;
        border-right: none;
        text-align: left;
    }
    #home-menu {
        margin-bottom: 1px;
        background: #D2C8B3;
    }
    #home-menu a {
        display: block;
        width: 100%;
        height: 50px;
        border-right: none;
        border-left: none;
        text-indent: 0;
        color: #69553c;
    }
    #home-menu a span {
		top: 26px;
        background: transparent;
    }
    #home-menu a:hover {
        background: transparent;
    }
	#home-menu a.current {
		color: #d2c8b3;
	}
	#home-menu a.current:hover {
		background: #3a2000;
	}
    #home-menu a:hover span,
    #home-menu a.active span {
        background-position: 0 0;
    }
    #global-menu-btn {
        position: absolute;
        top: 35px;
        right: 0;
		padding:0;
    }
    #global-menu-btn.active {
        background: none;
    }
    #global-menu-btn.active .icon-bar {
        background-color: #80BB00;
    }
    #global-menu .tab-content {
        display: none;
    }
    #global-menu ul li.accordion-item {
        height: auto;
        display: none;
    }
    #global-menu ul li.accordion-item dl {
        margin-bottom: 0;
    }
    #global-menu ul li.accordion-item dl dt {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.125em;
		text-transform: uppercase;
        text-align: left;
        padding:0;
        height: 50px;
    }
	#global-menu ul li.accordion-item dl dt a{
		padding: 15px 0 0 40px;
		height: 50px;
		background: #d8d1c0;
	}
    #global-menu ul li.accordion-item dl dd {
        border-bottom: 1px solid #E7DECD;
    }
    #global-menu ul li.accordion-item dl dd a {
        padding-left: 50px;
		background: #ddd6c6;
    }
	#global-menu ul li.accordion-item dl dd.current a {
		font-weight: 600;
		color: #3a2000;
		border-left: 5px solid #3a2000;
	}
    #global-menu ul li.accordion-item.open {
        display: block;
    }
	#global-menu .buttons-box {
		display: block;
	}

	/* Inside page header */
	.inside-page-header h2 {
		font-size: 2.00em;
	}
	.no-flexbox .inside-page-header [class*="col"]:first-child {
		padding-top: 30px;
	}
	.inside-page-header [class*="col"]:first-child p {
		font-size: 1.75em;
	}
    .inside-page-header [class*="col"] .header-note p {
        font-size: 18px;
    }

    /* Pets singleview */
    .pet-single-header .know-pet-box .box-body h4 {
        font-size: 1.21em;
    }
    .pet-single-header .know-pet-box .box-body p {
        font-size: 1.00em;
    }
    .pet-single-header .know-pet-box .box-footer h3 {
        font-size: 1.16em;
        padding-bottom: 17px;
    }
    .meet-pet h2 {
        padding-bottom: 25px;
    }
    .meet-pet .copy-right {
        padding-top: 0;
        padding-bottom: 25px;
    }

	/* Sidebar adopt pods */
	.sidebar-adopt-pod h3 {
		font-size: 30px;
	}
	
	/* home-pods */
	.home-pods .pod > div:first-child {
		margin-bottom: 0;
		padding-bottom: 35px;
	}
	
	/* Single item carousel tiles list */
	.single-carousel-list {
		width: 80%;
	}

    /*How to Help Pods*/
    .col-md-3 .white-bg h4{
        font-size: 1.90em;
    }

    /* Share this page Float */
    .share-page{
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }
    .with-share-buttons .breadcrumb{
        margin-bottom: 0px;
    }

    /* Accordion Button */
    .accordion .btn-default{
        font-size: 16px;
    }

    /* Media Kit Page Paddings */
    .media-kit-grey-content .copy-col {
        padding-top: 30px;
    }

	/* Split Carousel */
	.split-carousel h2 {
		padding-left: 25px;
	}

	/* Single Carousel */
	.single-carousel h3,
	.single-carousel h4 {
		padding-top: 20px;
	}
	
	/* Volunteer opportunities buttons */
	.volunteer-opportunities a,
	.volunteer-opportunities a span {
		width: 359px;
	}

    /* Adopt a dog - cat */
    .wheel-of-life .item {
        height: 275px;
    }
    .foster-plugin .foster-pod .img,
    .foster-plugin .foster-pod .img img{
        width: 170px;
        height: 170px;
        -web-kit-border-radius: 85px;
        -moz-border-radius: 85px;
        border-radius: 85px;
    }

    /* Preparation Team */
    .accordion .panel .panel-body article {
        float: none;
        width: auto;
    }
	
	/* Filters Panel */
	.filters-panel .left,
	.filters-panel .right,
    .filters-panel.foster .left,
    .filters-panel.foster .right{
		height: auto;
	}
	.filters-panel .left,
    .filters-panel.foster .left{
		padding: 25px 20px;
	}
    /* Filters Panel */
	.filters-panel .type-filter label {
		width: 236px;
	}
	
	/* Alumni Single View */
	.pet-single-header.no-tabs .know-pet-box .box-body .img,
	.pet-single-header.no-tabs .know-pet-box .box-body .img img {
		width: 150px;
		height: 150px;
		border-radius: 75px;
	}
	.pet-single-header.no-tabs .know-pet-box .box-body .img {
		margin: 0 auto;
	}
	
	/* Paws in media */
	.paws-in-media .pod h5 {
		padding-bottom: 7px;
	}
	.paws-in-media .pod h3 {
		font-size: 18px;
	}
	.paws-in-media .view-all {
		padding-bottom: 25px;
	}
	.paws-in-media .view-all a {
		float: none;
	}
    .paws-in-media.one-col-list .pod .text p {
        display: none;
    }

    /* Img Circle */
    .img-circle .copy-cntr h5 {
        font-size: 16px;
        padding: 10px 0 0 0;
    }

    /* Flexible Pods With Donation Icons */
    .flexible-pods .with-icons.four-per-row .donation-icons div p {
        font-size: 16px;
    }

    /*Share Your Story*/
    #header.share_story .buttons-area .btn {
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
        margin: 0;
    }
    #header.share_story .buttons-area div {
        float: right;
    }
    #header.share_story .buttons-area {
        padding-right: 15px;
    }
    .share_story_filters .filters-panel .type-filter label .text {
        font-size: 15px;
        padding-right: 5px;
        padding-left: 40px;
        padding-top: 16px;
    }
    .story-form .share_story_filters .filters-panel .type-filter label .text {
        padding-top: 14px;
    }
    .story-copy h2 {
        font-size: 36px;
    }
    .story-form label {
        font-size: 18px;
        line-height: 24px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 768px
 * =================================
 */
@media only screen and (max-width: 768px) {
	/* Global Footer */
	#global-footer nav ul li {
		display: block;
	}
	#global-footer dl {
		text-align: center;
	}
	#contacts dl {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	#contacts dl dt {
		margin: 0 auto;
	}
	#copyrights {
		text-align: center;
	}
	#copyrights .social-container {
		float: none;
	}
	#copyrights [class*="col-"] {
		padding-left: 15px !important;
	}
	#global-footer .social-box {
        text-align: center;
	}
    #global-footer .social-box ul li {
        float: none;
        display: inline-block;
    }

    /*Pod headers - how-to-help-page*/
    .col-md-4 .white-bg h4{
        font-size: 1.90em;
    }
	
	/* Single item carousel tiles list */
	.single-carousel .owl-controls .owl-pagination {
		display: block !important;
	}
	.single-carousel-list {
		display: none !important;
	}
	
	 /* Accordion Button */
    .accordion .btn-default{
        max-width: 100%;
    }

    /* Sidebar FAQ pod*/
    .sidebar-general-pod .mail p{

        padding: 0 0 0 15px;
    }
    .sidebar-general-pod .mail-address{
        width: 90%;
    }
    .sidebar-general-pod .mail-address td{
        padding: 0 0 0 15px;
    }
	
	/*Media archive page play button*/
    .cover-pod.media-pod span.play-icon {
        width: 100px;
        height: 100px;
        margin-top: -50px;
		margin-left: -50px;
		background-size: 100px;
    }
	.cover-pod.media-pod:hover span.play-icon {
		background-position: 0 -100px;
	}
    .no-backgroundsize .cover-pod.media-pod span.play-icon {
        background: url('/fileadmin/templates/images/video-player/bigplay.png') no-repeat;
        width: 100px;
        height: 100px;
    }
	.no-backgroundsize .cover-pod.media-pod:hover span.play-icon {
		background-position: 0 -100px;
	}

    /* Adopt a cat - dog */
    .event-logo-xs-cntr{
        width: 200px;
        margin: 0 auto;
    }
    .event-logo{
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
    .event-logo img{
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
    .foster-plugin .foster-pod .img,
    .foster-plugin .foster-pod .img img{
        width: 200px;
        height: 200px;
        border-radius: 100px;
    }
	
	/* Inside page header */
	.inside-page-header .row {
		display: block;
	}
	.inside-page-header [class*="col"]:first-child {
		padding-top: 25px;
	}
	
	/* Videos */
	.video-js,
    .video-wrapper.about-us-video .video-content .video-js,
    .video-wrapper.main-content-video .video-content .video-js,
    .video-wrapper.corporate-video .video-content .video-js {
		height: 400px !important;
	}
    .video-js.vjs-fullscreen,
    .video-wrapper.about-us-video .video-content .video-js.vjs-fullscreen,
    .video-wrapper.main-content-video .video-content .video-js.vjs-fullscreen,
    .video-wrapper.corporate-video .video-content .video-js.vjs-fullscreen{
        width: 100% !important;
        height: 100% !important;
    }
    .video-js:-webkit-full-screen,
    .video-wrapper.about-us-video .video-content .video-js:-webkit-full-screen,
    .video-wrapper.main-content-video .video-content .video-js:-webkit-full-screen,
    .video-wrapper.corporate-video .video-content .video-js:-webkit-full-screen{
        width: 100% !important;
        height: 100% !important;
    }
	
	/* Filters Panel */
	.filters-panel .left h2 {
		font-size: 24px;
	}
	.filters-panel .type-filter {
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.filters-panel .location-filter {
		float: none;
	}
	.filters-panel .type-filter h6 + div {
		padding-right: 5px;
	}
	.filters-panel .type-filter div,
	.filters-panel .type-filter div:last-child {
		width: 100%;
	}
    .filters-panel.foster .type-filter div,
    .filters-panel.foster .type-filter div:last-child{
		width: 50%;
	}
	.filters-panel .type-filter label {
		width: 100%;
	}
	
	/* Dropdown Widget */
	.dropdown-widget.fixed-width {
		width: 100% !important;
	}
	.dropdown-widget.fixed-width .handler .placeholder {
		width: 80% !important;
		width: calc(100% - 60px) !important;
	}
	
	/* Paws in media */
	.paws-in-media .pod h3 {
		font-size: 21px;
	}
	.paws-in-media .pod .img {
		margin-bottom: 15px;
	}
	.paws-in-media .pod .text {
		padding-left: 15px;
	}

    /* Main Cotent Paws Carousel */
    #main-content .paws-carousel .owl-item {
        padding: 0 35px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 767px
 * =================================
 */
@media only screen and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6{line-height:140%;}
         #header .buttons-area .btn {
        padding: 10px 5px;
         }
	/* Full width banners */
	.fw-banner-media .timeline {
		width: 600px;
	}
	.fw-banner-media .timeline .item:first-child:after {
		width: 125px;
	}

    /* Media Kit Page Paddings */
    .right-grey-col .copy-on-right {
        padding-left: 0;
    }
    .logo-grey-cntr .logo-cntr .logo-pod {
        width: 33%;
    }
    .right-grey-col .img-on-left{
        width: 100%;
    }
    .right-grey-col .copy-on-right{
        width: 100%;
    }

	/* Volunteer opportunities buttons */
	.volunteer-opportunities a,
	.volunteer-opportunities a span {
		width: 480px;
		float: none;
		margin: 0 auto;
	}
	
	/* Global Footer */
	#contacts {
		padding-bottom: 20px;
	}
	#copyrights {
		padding: 20px 0;
	}
    	
	/* Adopt a dog - cat */
    .foster-plugin .foster-pod .img,
    .foster-plugin .foster-pod .img img {
        width: 200px;
        height: 200px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    /* Donate page */
    .donate-pod {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Pet Singleview */
    .pet-single-header .know-pet-box .box-footer h3 {
        font-size: 1.29em;
        padding-bottom: 16px;
    }
    .pet-single-header .help-pet .or-class{
        width: 16.6667% !important;
    }
	.pet-single-header .share-page {
		text-align: center;
	}
    /*Share your story*/
    .stories_banner .fw-banner .banner-box {
        max-width: 450px;
        padding: 40px 20px;
    }
    .stories_banner .fw-banner .banner-box h2 {
        font-size: 30px;
    }
    .stories_banner .fw-banner .banner-box p {
        font-size: 20px;
        padding: 0;
    }
    .stories_banner .fw-banner .banner-box .top-right,
    .stories_banner .fw-banner .banner-box .bottom-left {
        display: none;
    }
    .share_story #logo p:first-child {
        margin-bottom: -20px;
        width: 124px;
        height: auto;
        padding-top: 10px;
    }
    #header.share_story .buttons-area div {
        float: right;
        padding-top: 40px;
    }
    #header.share_story .buttons-area {
        padding: 20px 15px;
    }
    .share_story_filters .filters-panel .type-filter > div {
        width: 100%;
        display: block;
    }
    .share_story_filters .filters-panel .type-filter label .text {
        font-size: 18px;
        padding: 14px 0 0 50px;
    }
    .story-copy {
        padding: 40px 15px;
    }
    .story-copy h2 {
        font-size: 30px;
    }
    .navigation-btns .btn {
        font-size: 18px;
        padding: 15px 20px;
        min-width: 200px;
    }
    .navigation-btns a.previous {
        background-position: 20px center;
    }
    .navigation-btns a.next {
        background-position: right 30px center;
    }
    .story-form button[type='submit'] {
        font-size: 18px;
        padding: 12px 15px;
        min-width: 240px;
    }
	
	.pet-of-the-week img.pet-of-the-week-icon {
		top: 0px;
	}
    .ce-textpic.ce-left .image{
        padding-right: 0px;
    }
    .ce-textpic.ce-right .image{
        padding-left: 0px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 640px
 * =================================
 */
@media only screen and (max-width: 640px) {
	/* Full width banners */
	.fw-banner-media .timeline .item:first-child:after {
		position: absolute;
		top: 165px;
		left: 50%;
		width: 1px;
		height: 80px;
		margin-left: -0.5px;
	}
	.fw-banner-media .timeline {
		width: 320px;
	}
	.fw-banner-media .timeline .item {
		width: 100% !important;
		float: none !important;
		height: 220px;
		text-align: center !important;
	}
	.fw-banner-media .timeline .item:first-child .desc div {
		text-align: center !important;
	}
	.fw-banner-media .timeline .item .desc {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
		padding-top: 100px;
	}
	.fw-banner-media .timeline .item:first-child .desc {
		padding-top: 0;
	}
	.fw-banner-media .timeline .item .desc .number {
		text-align: center !important;
	}
	.fw-banner-media .timeline .item .year {
		float: none;
		clear: both;
		margin: -200px auto 0 auto;
	}
	.fw-banner-media .timeline .item:first-child .year {
		margin: 0 auto;
	}
    /* Media Kit page Logo pod*/
    .logo-grey-cntr .logo-cntr .logo-pod {
        width: 50%;
    }
	
	/* Single Carousel */
	.single-carousel h3 {
		font-size: 2.00em;
	}

    /* Adopt a dog - cat */
    .wheel-of-life .item {
        height: 330px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 550px
 * =================================
 */
@media only screen and (max-width: 550px) {

    /* Pet Singleview */
    .pet-single-header .help-pet div:first-child,
    .pet-single-header .help-pet .or-class,
    .pet-single-header .help-pet .donate-specific-button {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 480px
 * =================================
 */
@media only screen and (max-width: 480px) {
	img.img-50 {
		width:100%;	
	}
	h1, h2 {
		font-size: 32px;
	}
	p.prominent {
		font-size: 1.33em;
	}
	
	/* Global Header */
	#logo a {
		padding-top: 8px
	}
	#logo img {
		width: 250px;
		height: 44px;
        margin-bottom: 5px;
	}
    .share_story #logo p:first-child {
        width: 84px;
        float: none;
        margin: 0 auto;
        padding-top: 5px;
    }
    .share_story #logo img {
        width: 84px;
        height: auto;
    }
    #header.share_story .buttons-area div {
       float: none;
        padding-top: 10px;
        margin: 0 auto;
        max-width: 260px;
    }
    #header.share_story .buttons-area {
        width: 100%;
        padding: 10px 15px;
    }

	/* Global Menu */
	#global-menu {
		top: 125px;
	}
	#global-menu-btn {
		top: 23px;
	}

	/* Full width banners */
	.fw-banner {
		padding: 50px 0;
	}
	.fw-banner h2 {
		font-size: 2.00em;
	}
	.fw-banner p {
		font-size: 1.17em;
	}

	/* Home-pods */
	.home-pods h2 {
		font-size: 2.00em;
	}
	.home-pods .tabs-pod ul li:first-child {
		margin-right: 10px;
	}
	.home-pods .tabs-pod ul li {
		width: 125px;
		height: 111px;
	}
	.home-pods .tabs-pod ul li:after {
		top: 117px;
	}

	/* Videos */
	.video-wrapper .video-content {
		width: 280px;
	}
	.video-wrapper .video-content {
		width: 100%;
	}
	.video-js,
    .video-wrapper.about-us-video .video-content .video-js,
    .video-wrapper.main-content-video .video-content .video-js,
    .video-wrapper.corporate-video .video-content .video-js,
    .modal-body .video-js {
		height: 200px !important;
	}
    .video-js.vjs-fullscreen,
    .video-wrapper.about-us-video .video-content .video-js.vjs-fullscreen,
    .video-wrapper.main-content-video .video-content .video-js.vjs-fullscreen,
    .video-wrapper.corporate-video .video-content .video-js.vjs-fullscreen,
    .modal-body .video-js.vjs-fullscreen{
        width: 100% !important;
        height: 100% !important;
    }
    .video-js:-webkit-full-screen,
    .video-wrapper.about-us-video .video-content .video-js:-webkit-full-screen,
    .video-wrapper.main-content-video .video-content .video-js:-webkit-full-screen,
    .video-wrapper.corporate-video .video-content .video-js:-webkit-full-screen,
    .modal-body .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }
	.single-carousel .vjs-default-skin .vjs-quality-button{
		display: none;
	}
	.vjs-default-skin .vjs-play-control {
		width: 3.00em;
	}
	.vjs-default-skin .vjs-current-time,
	.vjs-default-skin .vjs-duration,
	.vjs-default-skin .vjs-mute-control {
		width: 3.00em;
	}
	.vjs-default-skin .vjs-live-controls {
		display: none;	
	}

	/* Acordions */
	.accordion .panel .panel-header {
		font-size: 16px;
		padding-left: 50px;
		text-indent: -12px;
	}
    .accordion.unordered .panel .panel-header {
        text-indent: 0;
    }
	.accordion .panel .panel-header span {
		font-size: 20px;
		padding-right: 5px;
	}
	.accordion .panel .panel-body div {
		padding: 35px 30px;
	}

    /*Pod headers - how-to-help-page*/
    .col-md-4 .white-bg h4{
        font-size: 1.50em;
    }

    /*Alumni page POD - circular images*/
    .circle-img-pod .img,
	.circle-img-pod .img img {
        width: 170px;
		height: 170px;
		border-radius: 85px;
    }
    .circle-img-pod .grey-bg{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Media Kit page Logo pod*/
    .logo-grey-cntr .logo-cntr .logo-pod {
        width: 50%;
    }
	
	/* Split Carousel */
	.split-carousel h2 {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	/* Pod Carousel */
	.pod-carousel h2 {
		font-size: 2.00em;
	}
	
	/* Single Carousel */
	.single-carousel h2 {
		font-size: 2.00em;
	}
	
	/* Volunteer opportunities buttons */
	.volunteer-opportunities a,
	.volunteer-opportunities a span {
		width: 280px;
	}

    /* Adopt a dog - cat */
    .wheel-of-life .item {
        height: 400px;
    }
	
	/* Image & RTE two columns */
	.img-rte-two-cols h2 {
		font-size: 2.00em;
	}

    /* Floating Divs */
    .floating-divs div {
        float: none;
        width: 100%;
        margin: 0;
    }

    /* Pet Singleview*/
	.pet-single-header {
		padding-top: 10px;
	}
    .pet-single-header .know-pet-box .box-footer h3 {
        font-size: 1.16em;
        padding-bottom: 17px;
    }
	.meet-pet h2,
	.pets-story h2,
	.why-adopt h2,
	.information h2 {
		font-size: 2.33em;
	}
	
	/* Filters Panel */
	.filters-panel.foster .type-filter > div {
		float: none;
		width: 100%;
	}
	
	/* Paws in media */
	.paws-in-media h1,
	.paws-in-media h2 {
		font-size: 2.00em;
	}
	
	/* Flexible pods */
	.flexible-pods h2 {
		font-size: 2.00em;
	}
    /*Share story*/
    .stories_banner .fw-banner .banner-box {
        width: 290px;
        padding: 30px 15px;
    }
    .stories_banner .fw-banner .banner-box h2 {
        padding-bottom: 15px;
    }
    .stories_banner .fw-banner .buttons-area .btn {
        min-width: 260px;
    }
    .stories_banner .fw-banner .buttons-area .btn span {
        font-size: 20px;
        width: 260px;
        height: 50px;
    }
    .navigation-btns .btn {
        min-width: 110px;
        text-indent: -9999px;
    }
    .navigation-btns a.previous,
    .navigation-btns a.next {
        background-position: center;
    }
    .filters-panel.foster .type-filter div,
    .filters-panel.foster .type-filter div:last-child{
		width: 100%;
	}
}


/**
 * =================================
 *        MAX-WIDTH: 440px
 * =================================
 */
@media only screen and (max-width: 440px) {
    /* Pet Singleview */
    .pet-single-header .know-pet-box .box-body .floating-tabs {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .pet-single-header .know-pet-box .box-body .floating-tabs h4 {
        font-size: 1.50em;
		padding-bottom: 10px;
    }
    .pet-single-header .know-pet-box .box-body .floating-tabs p {
        font-size: 1.16em;
		padding: 10px 0 0 0;
    }
    .pet-single-header .know-pet-box .box-footer .left-footer-div {
        background: none;
        height:100%;
    }
    .pet-single-header .know-pet-box .box-footer .left-footer-div,
    .pet-single-header .know-pet-box .box-footer .right-footer-div {
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    
    /*Sidebar General pod div*/
    .sidebar-general-pod div p {
        font-size: 15px;
        padding-left: 40px !important;
    }
    .sidebar-general-pod h3 {
        font-size: 18px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 370px
 * =================================
 */
@media only screen and (max-width: 370px) {
    /* Sidebar FAQ pod*/
    .sidebar-general-pod .mail p{
        padding: 10px 0 10px 15px;
    }
    .sidebar-general-pod .mail-address{
        width: 100%;
    }
    .sidebar-general-pod .mail-address td{
        padding: 0;
    }

    /* Media Kit page Logo pod*/
    .logo-grey-cntr .logo-cntr .logo-pod {
        width: 50%;
    }

    /* Adopt a dog - cat */
    .foster-plugin .foster-pod .img,
    .foster-plugin .foster-pod .img img {
        width: 175px;
        height: 175px;
        -moz-border-radius: 88px;
        -webkit-border-radius: 88px;
        border-radius: 88px;
    }
    
    /* Donate Page Header Pod*/
    .inside-page-header .donate-button .grey-bg h4 {
        font-size: 40px;
    }
}


/**
 * =================================
 *        MAX-WIDTH: 320px
 * =================================
 */
@media only screen and (max-width: 320px) {
	/* Home-pods */
	.home-pods .tabs-pod ul li {
		width: 100px;
		height: 100px;
	}
	.home-pods .tabs-pod ul li:after {
		top: 107px;
	}
}


/**
 * =================================
 *        MIN-WIDTH: 992px
 * =================================
 */
@media only screen and (min-width: 992px) {
	/* Global Menu */
	#nav-toggle-icon span {
		top: 38px;
	}
	#global-menu ul li:hover a {
		color: #D2C8B3;
		background-color: #3A2000;
	}
	#global-menu-btn:hover #nav-toggle-icon span:after {
		top: -6px;
	}
	#global-menu-btn:hover #nav-toggle-icon span:before {
		top: 6px;
	}
    .safari.win #global-menu-btn:hover #nav-toggle-icon span:after {
        top: -6px;
    }
    .safari #global-menu-btn:hover #nav-toggle-icon span:before {
        bottom: -6px;
    }
	#global-menu-btn.active:hover #nav-toggle-icon span:after {
		top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#global-menu-btn.active:hover #nav-toggle-icon span:before {
		top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

    /* Set max-width of lightbox modals */
    .lightboxModal .modal-dialog {
        max-width: 800px;
        width:auto;
    }
}

/**
 * ===============================================
 *        MIN-WIDTH: 992px and MAX-WIDTH: 1199px
 * ===============================================
 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #logo p {
        font-size: 12px;
        margin: 38px 0 0 10px;
        max-width: 140px;
    }
}


/**
 * =================================
 *        MIN-WIDTH: 1200px
 * =================================
 */
@media only screen and (min-width: 1200px) {
    /*Remove left and right borders from the middle column*/
    .table-body.middle-column {
        border-left: none;
        border-right: none;
    }

    /* Set max-width of lightbox modals */
    .lightboxModal .modal-dialog {
        max-width: 1000px;
        width:auto;
    }
    .stories_banner .fw-banner .banner-box {
        padding: 30px 25px;
        margin: 30px auto;
    }
}
@media only screen and (min-width: 1600px) {
    .stories_banner .fw-banner .banner-box h2 {
        font-size: 52px;
    }
}
@media (max-width: 480px) {
    .rating .icon{
        width: 155px;
        padding: 7px 0 0px 40px;
		background-size: 20%;
        font-size: 13px;
        font-weight: normal;
        height: 33px;
	}
    .rating_default{
        margin: 5px 0 0 0;
    }
    .rating .children .icon                                 {background-position: 0 0;}
    .rating .dogs .icon, .rating.dogs .icon                 {background-position: 0 -38px;}
    .rating .cats .icon, .rating.cats .icon                 {background-position: 0 -76px;}
    .rating .home_alone .icon, .rating.home_alone .icon     {background-position: 0 -115px;}
    .rating .activity .icon, .rating.activity .icon         {background-position: 0 -154px;}
    .rating .enrichment .icon, .rating.enrichment .icon     {background-position: 0 -194px;}
    .rating .human .icon, .rating.human .icon               {background-position: 0 -232px;}
    .rating .environment .icon, .rating.environment .icon   {background-position: 0 -269px;}
}

@media (min-width: 992px) {
    .know-pet-box__sponsored-ribbon-container,
    .know-pet-box__bonded-ribbon-container{
        padding-top: 5px !important;
        padding-bottom: 7px !important;
    }
    .know-pet-box__bonded-ribbon-container {
        padding-top: 0px !important;
    }
    .know-pet-box__sponsored-ribbon-arrow-container,
    .know-pet-box__bonded-ribbon-arrow-container{
        padding-top: 5px !important;
        padding-bottom: 7px !important;
        padding-right: 0 !important;
    }
    .know-pet-box__bonded-ribbon-arrow-container {
        padding-top: 0px !important;
    }
    .know-pet-box__sponsored-ribbon-arrow:after,
    .know-pet-box__bonded-ribbon-arrow:after{
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(209, 150, 28, 0);
        border-left-color: #D1961C;
        border-width: 22px;
        margin-left: 0;
        margin-top: -22px;
    }
    .know-pet-box__bonded-ribbon-arrow:after{
        border-left-color: #80BB00;
    }
}
.tinytooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:16px;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto;}.tinytooltip .clearfix{clear:both;}.tinytooltip.fade{filter:alpha(opacity=0);opacity:0;-webkit-transition:none;-o-transition:none;transition:none;}.tinytooltip.in,.tinytooltip.fade.in{filter:alpha(opacity=90);opacity:.9;}.tinytooltip.no-border .tinytooltip-inner{border-width:0;}.tinytooltip .tinytooltip-inner h4{margin:0;padding:4px;font-size:14px;}.tinytooltip .tinytooltip-inner p{padding:4px;margin:0;display:block;float:left;clear:both;}.tinytooltip .tinytooltip-inner ul,.tinytooltip .tinytooltip-inner ul{margin:0;padding:5px;list-style-position:inside;}.tinytooltip .tinytooltip-inner .image-right{float:right;margin:0 0 0 5px;padding:2px;}.tinytooltip .tinytooltip-inner .image-left{float:left;margin:0 5px 0 0;padding:2px;}.tinytooltip .tinytooltip-video-wrapper{padding-bottom:56.26%;position:relative;width:500px;}.tinytooltip .tinytooltip-video-wrapper iframe{display:block !important;width:100% !important;height:100% !important;top:0;left:0;position:absolute;}.tinytooltip.top,.tinytooltip.top-left,.tinytooltip.top-right{padding:10px 0;margin-top:-3px;}.tinytooltip.right,.tinytooltip.right-top,.tinytooltip.right-bottom{padding:0 10px;margin-left:3px;}.tinytooltip.bottom,.tinytooltip.bottom-left,.tinytooltip.bottom-right{padding:10px 0;margin-top:3px;}.tinytooltip.left,.tinytooltip.left-top,.tinytooltip.left-bottom{padding:0 10px;margin-left:-3px;}.tinytooltip .tinytooltip-inner{padding:3px 8px;text-align:center;border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);}.tinytooltip .tinytooltip-arrow,.tinytooltip .tinytooltip-arrow-border{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tinytooltip.top .tinytooltip-arrow,.tinytooltip.top .tinytooltip-arrow-border{bottom:1px;left:50%;margin-left:-8px;border-width:10px 8px 0 8px;}.tinytooltip.top-left .tinytooltip-arrow,.tinytooltip.top-left .tinytooltip-arrow-border{left:15px;bottom:1px;margin-left:-8px;border-width:10px 8px 0 8px;}.tinytooltip.top-left .tinytooltip-arrow{left:0;}.tinytooltip.top-right .tinytooltip-arrow,.tinytooltip.top-right .tinytooltip-arrow-border{bottom:1px;right:15px;margin-right:-8px;border-width:10px 8px 0 8px;}.tinytooltip.top-right .tinytooltip-arrow{right:0;}.tinytooltip.top .tinytooltip-arrow-border,.tinytooltip.top-left .tinytooltip-arrow-border,.tinytooltip.top-right .tinytooltip-arrow-border{bottom:0;}.tinytooltip.right .tinytooltip-arrow,.tinytooltip.right .tinytooltip-arrow-border{top:50%;left:1px;margin-top:-8px;border-width:8px 10px 8px 0;}.tinytooltip.right-top .tinytooltip-arrow,.tinytooltip.right-top .tinytooltip-arrow-border{bottom:15px;left:1px;margin-bottom:-8px;border-width:8px 10px 8px 0;}.tinytooltip.right-top .tinytooltip-arrow{bottom:0;}.tinytooltip.right-bottom .tinytooltip-arrow,.tinytooltip.right-bottom .tinytooltip-arrow-border{top:15px;left:1px;margin-top:-8px;border-width:8px 10px 8px 0;}.tinytooltip.right-bottom .tinytooltip-arrow{top:0;}.tinytooltip.right .tinytooltip-arrow-border,.tinytooltip.right-top .tinytooltip-arrow-border,.tinytooltip.right-bottom .tinytooltip-arrow-border{left:0;}.tinytooltip.left .tinytooltip-arrow,.tinytooltip.left .tinytooltip-arrow-border{top:50%;right:1px;margin-top:-8px;border-width:8px 0 8px 10px;}.tinytooltip.left-top .tinytooltip-arrow,.tinytooltip.left-top .tinytooltip-arrow-border{bottom:15px;right:1px;margin-bottom:-8px;border-width:8px 0 8px 10px;}.tinytooltip.left-top .tinytooltip-arrow{bottom:0;}.tinytooltip.left-bottom .tinytooltip-arrow,.tinytooltip.left-bottom .tinytooltip-arrow-border{top:15px;right:1px;margin-top:-8px;border-width:8px 0 8px 10px;}.tinytooltip.left-bottom .tinytooltip-arrow{top:0;}.tinytooltip.left .tinytooltip-arrow-border,.tinytooltip.left-top .tinytooltip-arrow-border,.tinytooltip.left-bottom .tinytooltip-arrow-border{right:0;}.tinytooltip.bottom .tinytooltip-arrow,.tinytooltip.bottom .tinytooltip-arrow-border{top:1px;left:50%;margin-left:-8px;border-width:0 8px 10px 8px;}.tinytooltip.bottom-left .tinytooltip-arrow,.tinytooltip.bottom-left .tinytooltip-arrow-border{top:1px;left:15px;margin-left:-8px;border-width:0 8px 10px 8px;}.tinytooltip.bottom-left .tinytooltip-arrow{left:0;}.tinytooltip.bottom-right .tinytooltip-arrow,.tinytooltip.bottom-right .tinytooltip-arrow-border{top:1px;right:15px;margin-right:-8px;border-width:0 8px 10px 8px;}.tinytooltip.bottom-right .tinytooltip-arrow{right:0;}.tinytooltip.bottom .tinytooltip-arrow-border,.tinytooltip.bottom-left .tinytooltip-arrow-border,.tinytooltip.bottom-right .tinytooltip-arrow-border{top:0;}.tinytooltip .tinytooltip-menu{padding:0;margin:0;}.tinytooltip .tinytooltip-menu ul,.tinytooltip .tinytooltip-menu ol{margin:0;padding:0;}.tinytooltip .tinytooltip-menu li{padding:1px 0 1px 0;margin:0;list-style:none;border-bottom-style:solid;border-bottom-width:1px;}.tinytooltip .tinytooltip-menu li.last-child{border-bottom:none;}.tinytooltip .tinytooltip-menu a{display:block;text-decoration:none;padding:5px;margin:0;-webkit-transition:background .25s linear;-o-transition:background .25s linear;transition:background .25s linear;}.tinypopover{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto;}.tinypopover.fade{filter:alpha(opacity=0);opacity:0;-webkit-transition:none;-o-transition:none;transition:none;}.tinypopover.no-border .tinypopover-inner{border-width:0;}.tinypopover .tinypopover-inner{border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4);}.tinypopover .tinypopover-title{padding:8px;margin:0;font-size:14px;font-weight:normal;border-bottom-style:solid;border-bottom-width:1px;border-radius:5px 5px 0 0;}.tinypopover .tinypopover-content{padding:9px 14px;}.tinypopover .tinypopover-content h4{margin:0;padding:4px;font-size:14px;}.tinypopover .tinypopover-content p{padding:4px;margin:0;display:block;width:100%;float:left;clear:both;}.tinypopover .tinypopover-content ul,.tinypopover .tinypopover-content ul{margin:0;padding:5px;list-style-position:inside;}.tinypopover .tinypopover-content .image-right{float:right;margin:0 0 0 5px;padding:2px;}.tinypopover .tinypopover-content .image-left{float:left;margin:0 5px 0 0;padding:2px;}.tinypopover .tinypopover-content .tinytooltip-video-wrapper{padding-bottom:56.26%;position:relative;width:500px;}.tinypopover .tinypopover-content .tinytooltip-video-wrapper iframe{display:block;width:100%;height:100%;top:0;left:0;position:absolute;}.tinypopover.top,.tinypopover.top-left,.tinypopover.top-right{padding:9px 0;margin-top:-3px;}.tinypopover.right,.tinypopover.right-top,.tinypopover.right-bottom{padding:0 9px;margin-left:3px;}.tinypopover.bottom,.tinypopover.bottom-left,.tinypopover.bottom-right{padding:9px 0;margin-top:3px;}.tinypopover.left,.tinypopover.left-top,.tinypopover.left-bottom{padding:0 9px;margin-left:-3px;}.tinypopover .tinypopover-arrow,.tinypopover .tinypopover-arrow-border{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tinypopover.top .tinypopover-arrow,.tinypopover.top .tinypopover-arrow-border{bottom:1px;left:50%;margin-left:-8px;border-width:10px 8px 0 8px;}.tinypopover.top-left .tinypopover-arrow,.tinypopover.top-left .tinypopover-arrow-border{left:15px;bottom:1px;margin-left:-8px;border-width:10px 8px 0 8px;}.tinypopover.top-left .tinypopover-arrow{left:0;}.tinypopover.top-right .tinypopover-arrow,.tinypopover.top-right .tinypopover-arrow-border{bottom:1px;right:15px;margin-right:-8px;border-width:10px 8px 0 8px;}.tinypopover.top-right .tinypopover-arrow{right:0;}.tinypopover.top .tinypopover-arrow-border,.tinypopover.top-left .tinypopover-arrow-border,.tinypopover.top-right .tinypopover-arrow-border{bottom:0;}.tinypopover.right .tinypopover-arrow,.tinypopover.right .tinypopover-arrow-border{top:50%;left:1px;margin-top:-8px;border-width:8px 10px 8px 0;}.tinypopover.right .tinypopover-arrow-border{margin-top:0;}.tinypopover.right-top .tinypopover-arrow,.tinypopover.right-top .tinypopover-arrow-border{bottom:15px;left:1px;margin-bottom:-8px;border-width:8px 10px 8px 0;}.tinypopover.right-top .tinypopover-arrow{bottom:0;}.tinypopover.right-bottom .tinypopover-arrow,.tinypopover.right-bottom .tinypopover-arrow-border{top:15px;left:1px;margin-top:-8px;border-width:8px 10px 8px 0;}.tinypopover.right-bottom .tinypopover-arrow{top:0;}.tinypopover.right .tinypopover-arrow-border,.tinypopover.right-top .tinypopover-arrow-border,.tinypopover.right-bottom .tinypopover-arrow-border{left:0;}.tinypopover.left .tinypopover-arrow,.tinypopover.left .tinypopover-arrow-border{top:50%;right:1px;margin-top:-8px;border-width:8px 0 8px 10px;}.tinypopover.left .tinypopover-arrow-border{margin-top:0;}.tinypopover.left-top .tinypopover-arrow,.tinypopover.left-top .tinypopover-arrow-border{bottom:15px;right:1px;margin-bottom:-8px;border-width:8px 0 8px 10px;}.tinypopover.left-top .tinypopover-arrow{bottom:0;}.tinypopover.left-bottom .tinypopover-arrow,.tinypopover.left-bottom .tinypopover-arrow-border{top:15px;right:1px;margin-top:-8px;border-width:8px 0 8px 10px;}.tinypopover.left-bottom .tinypopover-arrow{top:0;}.tinypopover.left .tinypopover-arrow-border,.tinypopover.left-top .tinypopover-arrow-border,.tinypopover.left-bottom .tinypopover-arrow-border{right:0;}.tinypopover.bottom .tinypopover-arrow,.tinypopover.bottom .tinypopover-arrow-border{top:1px;left:50%;margin-left:-8px;border-width:0 8px 10px 8px;}.tinypopover.bottom-left .tinypopover-arrow,.tinypopover.bottom-left .tinypopover-arrow-border{top:1px;left:15px;margin-left:-8px;border-width:0 8px 10px 8px;}.tinypopover.bottom-left .tinypopover-arrow{left:0;}.tinypopover.bottom-right .tinypopover-arrow,.tinypopover.bottom-right .tinypopover-arrow-border{top:1px;right:15px;margin-right:-8px;border-width:0 8px 10px 8px;}.tinypopover.bottom-right .tinypopover-arrow{right:0;}.tinypopover.bottom .tinypopover-arrow-border,.tinypopover.bottom-left .tinypopover-arrow-border,.tinypopover.bottom-right .tinypopover-arrow-border{top:0;}#thc-tabs.nav-tabs .nav-link{margin-left:5px;}.thc-hotspot-wrapper .thc-hotspot-container img{position:absolute;top:0;left:0;z-index:2;width:100%;}#thc-image-hotspots-container .hotspot,.thc-hotspot-wrapper .thc-hotspot-container .hotspot{cursor:pointer;}.thc-hotspot-wrapper .thc-hotspot-container .hotspot{position:absolute;z-index:3;}#thc-image-hotspots-container .hotspot.blink,.thc-hotspot-wrapper .thc-hotspot-container .hotspot.blink{-moz-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-moz-animation:blink normal .6s infinite ease-in-out;-webkit-animation:blink normal .6s infinite ease-in-out;animation:blink normal .6s infinite ease-in-out;}@keyframes blink{0%{opacity:.8;}50%{opacity:.3;}100%{opacity:.8;}}@-webkit-keyframes blink{0%{opacity:.8;}50%{opacity:.3;}100%{opacity:.8;}}.tinytooltip .dark{background-color:#000;color:#fff;}.tinytooltip .light{background-color:#fff;color:#000;}.tinytooltip.default .tinytooltip-inner{color:#fff;background-color:#000;border-color:#fff;}.tinytooltip.default.top .tinytooltip-arrow,.tinytooltip.default.top .tinytooltip-arrow-border,.tinytooltip.default.top-left .tinytooltip-arrow,.tinytooltip.default.top-left .tinytooltip-arrow-border,.tinytooltip.default.top-right .tinytooltip-arrow,.tinytooltip.default.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.default.top .tinytooltip-arrow,.tinytooltip.default.top.no-border .tinytooltip-arrow-border,.tinytooltip.default.top-left .tinytooltip-arrow,.tinytooltip.default.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.default.top-right .tinytooltip-arrow,.tinytooltip.default.top-right.no-border .tinytooltip-arrow-border{border-top-color:#000;}.tinytooltip.default.right .tinytooltip-arrow,.tinytooltip.default.right .tinytooltip-arrow-border,.tinytooltip.default.right-top .tinytooltip-arrow,.tinytooltip.default.right-top .tinytooltip-arrow-border,.tinytooltip.default.right-bottom .tinytooltip-arrow,.tinytooltip.default.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.default.right .tinytooltip-arrow,.tinytooltip.default.right.no-border .tinytooltip-arrow-border,.tinytooltip.default.right-top .tinytooltip-arrow,.tinytooltip.default.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.default.right-bottom .tinytooltip-arrow,.tinytooltip.default.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#000;}.tinytooltip.default.left .tinytooltip-arrow,.tinytooltip.default.left .tinytooltip-arrow-border,.tinytooltip.default.left-top .tinytooltip-arrow,.tinytooltip.default.left-top .tinytooltip-arrow-border,.tinytooltip.default.left-bottom .tinytooltip-arrow,.tinytooltip.default.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.default.left .tinytooltip-arrow,.tinytooltip.default.left.no-border .tinytooltip-arrow-border,.tinytooltip.default.left-top .tinytooltip-arrow,.tinytooltip.default.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.default.left-bottom .tinytooltip-arrow,.tinytooltip.default.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#000;}.tinytooltip.default.bottom .tinytooltip-arrow,.tinytooltip.default.bottom .tinytooltip-arrow-border,.tinytooltip.default.bottom-left .tinytooltip-arrow,.tinytooltip.default.bottom-left .tinytooltip-arrow-border,.tinytooltip.default.bottom-right .tinytooltip-arrow,.tinytooltip.default.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.default.bottom .tinytooltip-arrow,.tinytooltip.default.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.default.bottom-left .tinytooltip-arrow,.tinytooltip.default.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.default.bottom-right .tinytooltip-arrow,.tinytooltip.default.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#000;}.tinytooltip.PacificBlue .tinytooltip-inner{color:#fff;background-color:#09c;border-color:#fff;}.tinytooltip.PacificBlue.top .tinytooltip-arrow,.tinytooltip.PacificBlue.top .tinytooltip-arrow-border,.tinytooltip.PacificBlue.top-left .tinytooltip-arrow,.tinytooltip.PacificBlue.top-left .tinytooltip-arrow-border,.tinytooltip.PacificBlue.top-right .tinytooltip-arrow,.tinytooltip.PacificBlue.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.PacificBlue.top .tinytooltip-arrow,.tinytooltip.PacificBlue.top.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.top-left .tinytooltip-arrow,.tinytooltip.PacificBlue.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.top-right .tinytooltip-arrow,.tinytooltip.PacificBlue.top-right.no-border .tinytooltip-arrow-border{border-top-color:#09c;}.tinytooltip.PacificBlue.right .tinytooltip-arrow,.tinytooltip.PacificBlue.right .tinytooltip-arrow-border,.tinytooltip.PacificBlue.right-top .tinytooltip-arrow,.tinytooltip.PacificBlue.right-top .tinytooltip-arrow-border,.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.PacificBlue.right .tinytooltip-arrow,.tinytooltip.PacificBlue.right.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.right-top .tinytooltip-arrow,.tinytooltip.PacificBlue.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.right-bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#09c;}.tinytooltip.PacificBlue.left .tinytooltip-arrow,.tinytooltip.PacificBlue.left .tinytooltip-arrow-border,.tinytooltip.PacificBlue.left-top .tinytooltip-arrow,.tinytooltip.PacificBlue.left-top .tinytooltip-arrow-border,.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.PacificBlue.left .tinytooltip-arrow,.tinytooltip.PacificBlue.left.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.left-top .tinytooltip-arrow,.tinytooltip.PacificBlue.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.left-bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#09c;}.tinytooltip.PacificBlue.bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom .tinytooltip-arrow-border,.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow-border,.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.PacificBlue.bottom .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.bottom-left .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.PacificBlue.bottom-right .tinytooltip-arrow,.tinytooltip.PacificBlue.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#09c;}.tinytooltip.PurpleHeart .tinytooltip-inner{color:#fff;background-color:#63c;border-color:#fff;}.tinytooltip.PurpleHeart.top .tinytooltip-arrow,.tinytooltip.PurpleHeart.top .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow,.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow,.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.PurpleHeart.top .tinytooltip-arrow,.tinytooltip.PurpleHeart.top.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.top-left .tinytooltip-arrow,.tinytooltip.PurpleHeart.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.top-right .tinytooltip-arrow,.tinytooltip.PurpleHeart.top-right.no-border .tinytooltip-arrow-border{border-top-color:#63c;}.tinytooltip.PurpleHeart.right .tinytooltip-arrow,.tinytooltip.PurpleHeart.right .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow,.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.PurpleHeart.right .tinytooltip-arrow,.tinytooltip.PurpleHeart.right.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.right-top .tinytooltip-arrow,.tinytooltip.PurpleHeart.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.right-bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#63c;}.tinytooltip.PurpleHeart.left .tinytooltip-arrow,.tinytooltip.PurpleHeart.left .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow,.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.PurpleHeart.left .tinytooltip-arrow,.tinytooltip.PurpleHeart.left.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.left-top .tinytooltip-arrow,.tinytooltip.PurpleHeart.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.left-bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#63c;}.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.PurpleHeart.bottom .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.bottom-left .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.PurpleHeart.bottom-right .tinytooltip-arrow,.tinytooltip.PurpleHeart.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#63c;}.tinytooltip.DarkMagenta .tinytooltip-inner{color:#fff;background-color:#909;border-color:#fff;}.tinytooltip.DarkMagenta.top .tinytooltip-arrow,.tinytooltip.DarkMagenta.top .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow,.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow,.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.DarkMagenta.top .tinytooltip-arrow,.tinytooltip.DarkMagenta.top.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.top-left .tinytooltip-arrow,.tinytooltip.DarkMagenta.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.top-right .tinytooltip-arrow,.tinytooltip.DarkMagenta.top-right.no-border .tinytooltip-arrow-border{border-top-color:#909;}.tinytooltip.DarkMagenta.right .tinytooltip-arrow,.tinytooltip.DarkMagenta.right .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow,.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.DarkMagenta.right .tinytooltip-arrow,.tinytooltip.DarkMagenta.right.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.right-top .tinytooltip-arrow,.tinytooltip.DarkMagenta.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.right-bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#909;}.tinytooltip.DarkMagenta.left .tinytooltip-arrow,.tinytooltip.DarkMagenta.left .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow,.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.DarkMagenta.left .tinytooltip-arrow,.tinytooltip.DarkMagenta.left.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.left-top .tinytooltip-arrow,.tinytooltip.DarkMagenta.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.left-bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#909;}.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.DarkMagenta.bottom .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.bottom-left .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.DarkMagenta.bottom-right .tinytooltip-arrow,.tinytooltip.DarkMagenta.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#909;}.tinytooltip.NavyBlue .tinytooltip-inner{color:#fff;background-color:#06c;border-color:#fff;}.tinytooltip.NavyBlue.top .tinytooltip-arrow,.tinytooltip.NavyBlue.top .tinytooltip-arrow-border,.tinytooltip.NavyBlue.top-left .tinytooltip-arrow,.tinytooltip.NavyBlue.top-left .tinytooltip-arrow-border,.tinytooltip.NavyBlue.top-right .tinytooltip-arrow,.tinytooltip.NavyBlue.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.NavyBlue.top .tinytooltip-arrow,.tinytooltip.NavyBlue.top.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.top-left .tinytooltip-arrow,.tinytooltip.NavyBlue.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.top-right .tinytooltip-arrow,.tinytooltip.NavyBlue.top-right.no-border .tinytooltip-arrow-border{border-top-color:#06c;}.tinytooltip.NavyBlue.right .tinytooltip-arrow,.tinytooltip.NavyBlue.right .tinytooltip-arrow-border,.tinytooltip.NavyBlue.right-top .tinytooltip-arrow,.tinytooltip.NavyBlue.right-top .tinytooltip-arrow-border,.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.NavyBlue.right .tinytooltip-arrow,.tinytooltip.NavyBlue.right.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.right-top .tinytooltip-arrow,.tinytooltip.NavyBlue.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.right-bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#06c;}.tinytooltip.NavyBlue.left .tinytooltip-arrow,.tinytooltip.NavyBlue.left .tinytooltip-arrow-border,.tinytooltip.NavyBlue.left-top .tinytooltip-arrow,.tinytooltip.NavyBlue.left-top .tinytooltip-arrow-border,.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.NavyBlue.left .tinytooltip-arrow,.tinytooltip.NavyBlue.left.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.left-top .tinytooltip-arrow,.tinytooltip.NavyBlue.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.left-bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#06c;}.tinytooltip.NavyBlue.bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom .tinytooltip-arrow-border,.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow-border,.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.NavyBlue.bottom .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.bottom-left .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.NavyBlue.bottom-right .tinytooltip-arrow,.tinytooltip.NavyBlue.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#06c;}.tinytooltip.PersianRed .tinytooltip-inner{color:#fff;background-color:#c33;border-color:#fff;}.tinytooltip.PersianRed.top .tinytooltip-arrow,.tinytooltip.PersianRed.top .tinytooltip-arrow-border,.tinytooltip.PersianRed.top-left .tinytooltip-arrow,.tinytooltip.PersianRed.top-left .tinytooltip-arrow-border,.tinytooltip.PersianRed.top-right .tinytooltip-arrow,.tinytooltip.PersianRed.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.PersianRed.top .tinytooltip-arrow,.tinytooltip.PersianRed.top.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.top-left .tinytooltip-arrow,.tinytooltip.PersianRed.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.top-right .tinytooltip-arrow,.tinytooltip.PersianRed.top-right.no-border .tinytooltip-arrow-border{border-top-color:#c33;}.tinytooltip.PersianRed.right .tinytooltip-arrow,.tinytooltip.PersianRed.right .tinytooltip-arrow-border,.tinytooltip.PersianRed.right-top .tinytooltip-arrow,.tinytooltip.PersianRed.right-top .tinytooltip-arrow-border,.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow,.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.PersianRed.right .tinytooltip-arrow,.tinytooltip.PersianRed.right.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.right-top .tinytooltip-arrow,.tinytooltip.PersianRed.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.right-bottom .tinytooltip-arrow,.tinytooltip.PersianRed.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#c33;}.tinytooltip.PersianRed.left .tinytooltip-arrow,.tinytooltip.PersianRed.left .tinytooltip-arrow-border,.tinytooltip.PersianRed.left-top .tinytooltip-arrow,.tinytooltip.PersianRed.left-top .tinytooltip-arrow-border,.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow,.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.PersianRed.left .tinytooltip-arrow,.tinytooltip.PersianRed.left.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.left-top .tinytooltip-arrow,.tinytooltip.PersianRed.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.left-bottom .tinytooltip-arrow,.tinytooltip.PersianRed.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#c33;}.tinytooltip.PersianRed.bottom .tinytooltip-arrow,.tinytooltip.PersianRed.bottom .tinytooltip-arrow-border,.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow,.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow-border,.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow,.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.PersianRed.bottom .tinytooltip-arrow,.tinytooltip.PersianRed.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.bottom-left .tinytooltip-arrow,.tinytooltip.PersianRed.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.PersianRed.bottom-right .tinytooltip-arrow,.tinytooltip.PersianRed.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#c33;}.tinytooltip.IslamicGreen .tinytooltip-inner{color:#fff;background-color:#090;border-color:#fff;}.tinytooltip.IslamicGreen.top .tinytooltip-arrow,.tinytooltip.IslamicGreen.top .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow,.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow,.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.IslamicGreen.top .tinytooltip-arrow,.tinytooltip.IslamicGreen.top.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.top-left .tinytooltip-arrow,.tinytooltip.IslamicGreen.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.top-right .tinytooltip-arrow,.tinytooltip.IslamicGreen.top-right.no-border .tinytooltip-arrow-border{border-top-color:#090;}.tinytooltip.IslamicGreen.right .tinytooltip-arrow,.tinytooltip.IslamicGreen.right .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow,.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.IslamicGreen.right .tinytooltip-arrow,.tinytooltip.IslamicGreen.right.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.right-top .tinytooltip-arrow,.tinytooltip.IslamicGreen.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.right-bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#090;}.tinytooltip.IslamicGreen.left .tinytooltip-arrow,.tinytooltip.IslamicGreen.left .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow,.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.IslamicGreen.left .tinytooltip-arrow,.tinytooltip.IslamicGreen.left.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.left-top .tinytooltip-arrow,.tinytooltip.IslamicGreen.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.left-bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#090;}.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.IslamicGreen.bottom .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.bottom-left .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.IslamicGreen.bottom-right .tinytooltip-arrow,.tinytooltip.IslamicGreen.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#090;}.tinytooltip.Roman .tinytooltip-inner{color:#fff;background-color:#e06666;border-color:#fff;}.tinytooltip.Roman.top .tinytooltip-arrow,.tinytooltip.Roman.top .tinytooltip-arrow-border,.tinytooltip.Roman.top-left .tinytooltip-arrow,.tinytooltip.Roman.top-left .tinytooltip-arrow-border,.tinytooltip.Roman.top-right .tinytooltip-arrow,.tinytooltip.Roman.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.Roman.top .tinytooltip-arrow,.tinytooltip.Roman.top.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.top-left .tinytooltip-arrow,.tinytooltip.Roman.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.top-right .tinytooltip-arrow,.tinytooltip.Roman.top-right.no-border .tinytooltip-arrow-border{border-top-color:#e06666;}.tinytooltip.Roman.right .tinytooltip-arrow,.tinytooltip.Roman.right .tinytooltip-arrow-border,.tinytooltip.Roman.right-top .tinytooltip-arrow,.tinytooltip.Roman.right-top .tinytooltip-arrow-border,.tinytooltip.Roman.right-bottom .tinytooltip-arrow,.tinytooltip.Roman.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.Roman.right .tinytooltip-arrow,.tinytooltip.Roman.right.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.right-top .tinytooltip-arrow,.tinytooltip.Roman.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.right-bottom .tinytooltip-arrow,.tinytooltip.Roman.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#e06666;}.tinytooltip.Roman.left .tinytooltip-arrow,.tinytooltip.Roman.left .tinytooltip-arrow-border,.tinytooltip.Roman.left-top .tinytooltip-arrow,.tinytooltip.Roman.left-top .tinytooltip-arrow-border,.tinytooltip.Roman.left-bottom .tinytooltip-arrow,.tinytooltip.Roman.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.Roman.left .tinytooltip-arrow,.tinytooltip.Roman.left.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.left-top .tinytooltip-arrow,.tinytooltip.Roman.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.left-bottom .tinytooltip-arrow,.tinytooltip.Roman.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#e06666;}.tinytooltip.Roman.bottom .tinytooltip-arrow,.tinytooltip.Roman.bottom .tinytooltip-arrow-border,.tinytooltip.Roman.bottom-left .tinytooltip-arrow,.tinytooltip.Roman.bottom-left .tinytooltip-arrow-border,.tinytooltip.Roman.bottom-right .tinytooltip-arrow,.tinytooltip.Roman.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.Roman.bottom .tinytooltip-arrow,.tinytooltip.Roman.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.bottom-left .tinytooltip-arrow,.tinytooltip.Roman.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.Roman.bottom-right .tinytooltip-arrow,.tinytooltip.Roman.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#e06666;}.tinytooltip.LightCyan .tinytooltip-inner{color:#333;background-color:#cff;border-color:#3ff;}.tinytooltip.LightCyan.top .tinytooltip-arrow,.tinytooltip.LightCyan.top .tinytooltip-arrow-border,.tinytooltip.LightCyan.top-left .tinytooltip-arrow,.tinytooltip.LightCyan.top-left .tinytooltip-arrow-border,.tinytooltip.LightCyan.top-right .tinytooltip-arrow,.tinytooltip.LightCyan.top-right .tinytooltip-arrow-border{border-top-color:#3ff;}.tinytooltip.LightCyan.top .tinytooltip-arrow,.tinytooltip.LightCyan.top.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.top-left .tinytooltip-arrow,.tinytooltip.LightCyan.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.top-right .tinytooltip-arrow,.tinytooltip.LightCyan.top-right.no-border .tinytooltip-arrow-border{border-top-color:#cff;}.tinytooltip.LightCyan.right .tinytooltip-arrow,.tinytooltip.LightCyan.right .tinytooltip-arrow-border,.tinytooltip.LightCyan.right-top .tinytooltip-arrow,.tinytooltip.LightCyan.right-top .tinytooltip-arrow-border,.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow,.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow-border{border-right-color:#3ff;}.tinytooltip.LightCyan.right .tinytooltip-arrow,.tinytooltip.LightCyan.right.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.right-top .tinytooltip-arrow,.tinytooltip.LightCyan.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.right-bottom .tinytooltip-arrow,.tinytooltip.LightCyan.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#cff;}.tinytooltip.LightCyan.left .tinytooltip-arrow,.tinytooltip.LightCyan.left .tinytooltip-arrow-border,.tinytooltip.LightCyan.left-top .tinytooltip-arrow,.tinytooltip.LightCyan.left-top .tinytooltip-arrow-border,.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow,.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow-border{border-left-color:#3ff;}.tinytooltip.LightCyan.left .tinytooltip-arrow,.tinytooltip.LightCyan.left.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.left-top .tinytooltip-arrow,.tinytooltip.LightCyan.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.left-bottom .tinytooltip-arrow,.tinytooltip.LightCyan.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#cff;}.tinytooltip.LightCyan.bottom .tinytooltip-arrow,.tinytooltip.LightCyan.bottom .tinytooltip-arrow-border,.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow,.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow-border,.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow,.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow-border{border-bottom-color:#3ff;}.tinytooltip.LightCyan.bottom .tinytooltip-arrow,.tinytooltip.LightCyan.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.bottom-left .tinytooltip-arrow,.tinytooltip.LightCyan.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.LightCyan.bottom-right .tinytooltip-arrow,.tinytooltip.LightCyan.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#cff;}.tinytooltip.LavenderBlue .tinytooltip-inner{color:#333;background-color:#ccf;border-color:#fff;}.tinytooltip.LavenderBlue.top .tinytooltip-arrow,.tinytooltip.LavenderBlue.top .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow,.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow,.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.LavenderBlue.top .tinytooltip-arrow,.tinytooltip.LavenderBlue.top.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.top-left .tinytooltip-arrow,.tinytooltip.LavenderBlue.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.top-right .tinytooltip-arrow,.tinytooltip.LavenderBlue.top-right.no-border .tinytooltip-arrow-border{border-top-color:#ccf;}.tinytooltip.LavenderBlue.right .tinytooltip-arrow,.tinytooltip.LavenderBlue.right .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow,.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.LavenderBlue.right .tinytooltip-arrow,.tinytooltip.LavenderBlue.right.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.right-top .tinytooltip-arrow,.tinytooltip.LavenderBlue.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.right-bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#ccf;}.tinytooltip.LavenderBlue.left .tinytooltip-arrow,.tinytooltip.LavenderBlue.left .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow,.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.LavenderBlue.left .tinytooltip-arrow,.tinytooltip.LavenderBlue.left.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.left-top .tinytooltip-arrow,.tinytooltip.LavenderBlue.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.left-bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#ccf;}.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.LavenderBlue.bottom .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.bottom-left .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.LavenderBlue.bottom-right .tinytooltip-arrow,.tinytooltip.LavenderBlue.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#ccf;}.tinytooltip.Cosmos .tinytooltip-inner{color:#333;background-color:#fcc;border-color:#fff;}.tinytooltip.Cosmos.top .tinytooltip-arrow,.tinytooltip.Cosmos.top .tinytooltip-arrow-border,.tinytooltip.Cosmos.top-left .tinytooltip-arrow,.tinytooltip.Cosmos.top-left .tinytooltip-arrow-border,.tinytooltip.Cosmos.top-right .tinytooltip-arrow,.tinytooltip.Cosmos.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.Cosmos.top .tinytooltip-arrow,.tinytooltip.Cosmos.top.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.top-left .tinytooltip-arrow,.tinytooltip.Cosmos.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.top-right .tinytooltip-arrow,.tinytooltip.Cosmos.top-right.no-border .tinytooltip-arrow-border{border-top-color:#fcc;}.tinytooltip.Cosmos.right .tinytooltip-arrow,.tinytooltip.Cosmos.right .tinytooltip-arrow-border,.tinytooltip.Cosmos.right-top .tinytooltip-arrow,.tinytooltip.Cosmos.right-top .tinytooltip-arrow-border,.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow,.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.Cosmos.right .tinytooltip-arrow,.tinytooltip.Cosmos.right.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.right-top .tinytooltip-arrow,.tinytooltip.Cosmos.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.right-bottom .tinytooltip-arrow,.tinytooltip.Cosmos.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#fcc;}.tinytooltip.Cosmos.left .tinytooltip-arrow,.tinytooltip.Cosmos.left .tinytooltip-arrow-border,.tinytooltip.Cosmos.left-top .tinytooltip-arrow,.tinytooltip.Cosmos.left-top .tinytooltip-arrow-border,.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow,.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.Cosmos.left .tinytooltip-arrow,.tinytooltip.Cosmos.left.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.left-top .tinytooltip-arrow,.tinytooltip.Cosmos.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.left-bottom .tinytooltip-arrow,.tinytooltip.Cosmos.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#fcc;}.tinytooltip.Cosmos.bottom .tinytooltip-arrow,.tinytooltip.Cosmos.bottom .tinytooltip-arrow-border,.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow,.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow-border,.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow,.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.Cosmos.bottom .tinytooltip-arrow,.tinytooltip.Cosmos.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.bottom-left .tinytooltip-arrow,.tinytooltip.Cosmos.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.Cosmos.bottom-right .tinytooltip-arrow,.tinytooltip.Cosmos.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#fcc;}.tinytooltip.SkyBlue .tinytooltip-inner{color:#333;background-color:#9cf;border-color:#fff;}.tinytooltip.SkyBlue.top .tinytooltip-arrow,.tinytooltip.SkyBlue.top .tinytooltip-arrow-border,.tinytooltip.SkyBlue.top-left .tinytooltip-arrow,.tinytooltip.SkyBlue.top-left .tinytooltip-arrow-border,.tinytooltip.SkyBlue.top-right .tinytooltip-arrow,.tinytooltip.SkyBlue.top-right .tinytooltip-arrow-border{border-top-color:#fff;}.tinytooltip.SkyBlue.top .tinytooltip-arrow,.tinytooltip.SkyBlue.top.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.top-left .tinytooltip-arrow,.tinytooltip.SkyBlue.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.top-right .tinytooltip-arrow,.tinytooltip.SkyBlue.top-right.no-border .tinytooltip-arrow-border{border-top-color:#9cf;}.tinytooltip.SkyBlue.right .tinytooltip-arrow,.tinytooltip.SkyBlue.right .tinytooltip-arrow-border,.tinytooltip.SkyBlue.right-top .tinytooltip-arrow,.tinytooltip.SkyBlue.right-top .tinytooltip-arrow-border,.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow-border{border-right-color:#fff;}.tinytooltip.SkyBlue.right .tinytooltip-arrow,.tinytooltip.SkyBlue.right.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.right-top .tinytooltip-arrow,.tinytooltip.SkyBlue.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.right-bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#9cf;}.tinytooltip.SkyBlue.left .tinytooltip-arrow,.tinytooltip.SkyBlue.left .tinytooltip-arrow-border,.tinytooltip.SkyBlue.left-top .tinytooltip-arrow,.tinytooltip.SkyBlue.left-top .tinytooltip-arrow-border,.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow-border{border-left-color:#fff;}.tinytooltip.SkyBlue.left .tinytooltip-arrow,.tinytooltip.SkyBlue.left.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.left-top .tinytooltip-arrow,.tinytooltip.SkyBlue.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.left-bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#9cf;}.tinytooltip.SkyBlue.bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom .tinytooltip-arrow-border,.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow-border,.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow-border{border-bottom-color:#fff;}.tinytooltip.SkyBlue.bottom .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.bottom-left .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.SkyBlue.bottom-right .tinytooltip-arrow,.tinytooltip.SkyBlue.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#9cf;}.tinytooltip.PeachOrange .tinytooltip-inner{color:#333;background-color:#fc9;border-color:#c99;}.tinytooltip.PeachOrange.top .tinytooltip-arrow,.tinytooltip.PeachOrange.top .tinytooltip-arrow-border,.tinytooltip.PeachOrange.top-left .tinytooltip-arrow,.tinytooltip.PeachOrange.top-left .tinytooltip-arrow-border,.tinytooltip.PeachOrange.top-right .tinytooltip-arrow,.tinytooltip.PeachOrange.top-right .tinytooltip-arrow-border{border-top-color:#c99;}.tinytooltip.PeachOrange.top .tinytooltip-arrow,.tinytooltip.PeachOrange.top.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.top-left .tinytooltip-arrow,.tinytooltip.PeachOrange.top-left.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.top-right .tinytooltip-arrow,.tinytooltip.PeachOrange.top-right.no-border .tinytooltip-arrow-border{border-top-color:#fc9;}.tinytooltip.PeachOrange.right .tinytooltip-arrow,.tinytooltip.PeachOrange.right .tinytooltip-arrow-border,.tinytooltip.PeachOrange.right-top .tinytooltip-arrow,.tinytooltip.PeachOrange.right-top .tinytooltip-arrow-border,.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow-border{border-right-color:#c99;}.tinytooltip.PeachOrange.right .tinytooltip-arrow,.tinytooltip.PeachOrange.right.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.right-top .tinytooltip-arrow,.tinytooltip.PeachOrange.right-top.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.right-bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.right-bottom.no-border .tinytooltip-arrow-border{border-right-color:#fc9;}.tinytooltip.PeachOrange.left .tinytooltip-arrow,.tinytooltip.PeachOrange.left .tinytooltip-arrow-border,.tinytooltip.PeachOrange.left-top .tinytooltip-arrow,.tinytooltip.PeachOrange.left-top .tinytooltip-arrow-border,.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow-border{border-left-color:#c99;}.tinytooltip.PeachOrange.left .tinytooltip-arrow,.tinytooltip.PeachOrange.left.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.left-top .tinytooltip-arrow,.tinytooltip.PeachOrange.left-top.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.left-bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.left-bottom.no-border .tinytooltip-arrow-border{border-left-color:#fc9;}.tinytooltip.PeachOrange.bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom .tinytooltip-arrow-border,.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow-border,.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow-border{border-bottom-color:#c99;}.tinytooltip.PeachOrange.bottom .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.bottom-left .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom-left.no-border .tinytooltip-arrow-border,.tinytooltip.PeachOrange.bottom-right .tinytooltip-arrow,.tinytooltip.PeachOrange.bottom-right.no-border .tinytooltip-arrow-border{border-bottom-color:#fc9;}.tinytooltip.default .tinytooltip-menu li{border-bottom-color:#fff;}.tinytooltip.default .tinytooltip-menu a{color:#fff;}.tinytooltip.default .tinytooltip-menu a:hover{color:#000;background:#fff;}.tinytooltip.PacificBlue .tinytooltip-menu li{border-bottom-color:#80cce6;}.tinytooltip.PacificBlue .tinytooltip-menu a{color:#fff;}.tinytooltip.PacificBlue .tinytooltip-menu a:hover{color:#000;background:#80cce6;}.tinytooltip.PurpleHeart .tinytooltip-menu li{border-bottom-color:#b399e6;}.tinytooltip.PurpleHeart .tinytooltip-menu a{color:#fff;}.tinytooltip.PurpleHeart .tinytooltip-menu a:hover{color:#000;background:#b399e6;}.tinytooltip.DarkMagenta .tinytooltip-menu li{border-bottom-color:#cc80cc;}.tinytooltip.DarkMagenta .tinytooltip-menu a{color:#fff;}.tinytooltip.DarkMagenta .tinytooltip-menu a:hover{color:#000;background:#cc80cc;}.tinytooltip.NavyBlue .tinytooltip-menu li{border-bottom-color:#80b3e6;}.tinytooltip.NavyBlue .tinytooltip-menu a{color:#fff;}.tinytooltip.NavyBlue .tinytooltip-menu a:hover{color:#000;background:#80b3e6;}.tinytooltip.PersianRed .tinytooltip-menu li{border-bottom-color:#e69999;}.tinytooltip.PersianRed .tinytooltip-menu a{color:#fff;}.tinytooltip.PersianRed .tinytooltip-menu a:hover{color:#000;background:#e69999;}.tinytooltip.IslamicGreen .tinytooltip-menu li{border-bottom-color:#80cc80;}.tinytooltip.IslamicGreen .tinytooltip-menu a{color:#fff;}.tinytooltip.IslamicGreen .tinytooltip-menu a:hover{color:#000;background:#80cc80;}.tinytooltip.Roman .tinytooltip-menu li{border-bottom-color:#f0b3b3;}.tinytooltip.Roman .tinytooltip-menu a{color:#fff;}.tinytooltip.Roman .tinytooltip-menu a:hover{color:#000;background:#f0b3b3;}.tinytooltip.LightCyan .tinytooltip-menu li{border-bottom-color:#3ff;}.tinytooltip.LightCyan .tinytooltip-menu a{color:#293333;}.tinytooltip.LightCyan .tinytooltip-menu a:hover{color:#fff;background:#8fb3b3;}.tinytooltip.LavenderBlue .tinytooltip-menu li{border-bottom-color:#8f8fb3;}.tinytooltip.LavenderBlue .tinytooltip-menu a{color:#292933;}.tinytooltip.LavenderBlue .tinytooltip-menu a:hover{color:#fff;background:#8f8fb3;}.tinytooltip.Cosmos .tinytooltip-menu li{border-bottom-color:#b38f8f;}.tinytooltip.Cosmos .tinytooltip-menu a{color:#332929;}.tinytooltip.Cosmos .tinytooltip-menu a:hover{color:#fff;background:#b38f8f;}.tinytooltip.SkyBlue .tinytooltip-menu li{border-bottom-color:#6b8fb3;}.tinytooltip.SkyBlue .tinytooltip-menu a{color:#1f2933;}.tinytooltip.SkyBlue .tinytooltip-menu a:hover{color:#fff;background:#6b8fb3;}.tinytooltip.PeachOrange .tinytooltip-menu li{border-bottom-color:#c99;}.tinytooltip.PeachOrange .tinytooltip-menu a{color:#33291f;}.tinytooltip.PeachOrange .tinytooltip-menu a:hover{color:#fff;background:#b38f6b;}.tinypopover .dark{background-color:#000;color:#fff;}.tinypopover .light{background-color:#fff;color:#000;}.tinypopover.default .tinypopover-inner{border-color:#a4a4a4;}.tinypopover.default .tinypopover-title{color:#000;background-color:#f1f1f1;border-color:#d8d8d8;}.tinypopover.default .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.default.top .tinypopover-arrow,.tinypopover.default.top .tinypopover-arrow-border,.tinypopover.default.top-left .tinypopover-arrow,.tinypopover.default.top-left .tinypopover-arrow-border,.tinypopover.default.top-right .tinypopover-arrow,.tinypopover.default.top-right .tinypopover-arrow-border{border-top-color:#a4a4a4;}.tinypopover.default.top .tinypopover-arrow,.tinypopover.default.top.no-border .tinypopover-arrow-border,.tinypopover.default.top-left .tinypopover-arrow,.tinypopover.default.top-left.no-border .tinypopover-arrow-border,.tinypopover.default.top-right .tinypopover-arrow,.tinypopover.default.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.default.right .tinypopover-arrow,.tinypopover.default.right .tinypopover-arrow-border,.tinypopover.default.right-top .tinypopover-arrow,.tinypopover.default.right-top .tinypopover-arrow-border,.tinypopover.default.right-bottom .tinypopover-arrow,.tinypopover.default.right-bottom .tinypopover-arrow-border{border-right-color:#a4a4a4;}.tinypopover.default.right-bottom .tinypopover-arrow{border-right-color:#f1f1f1;}.tinypopover.default.right-bottom .tinypopover-arrow-border{border-right-color:#a4a4a4;}.tinypopover.default.right .tinypopover-arrow,.tinypopover.default.right.no-border .tinypopover-arrow-border,.tinypopover.default.right-top .tinypopover-arrow,.tinypopover.default.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.default.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#f1f1f1;}.tinypopover.default.left .tinypopover-arrow,.tinypopover.default.left .tinypopover-arrow-border,.tinypopover.default.left-top .tinypopover-arrow,.tinypopover.default.left-top .tinypopover-arrow-border{border-left-color:#a4a4a4;}.tinypopover.default.left-bottom .tinypopover-arrow{border-left-color:#f1f1f1;}.tinypopover.default.left-bottom .tinypopover-arrow-border{border-left-color:#a4a4a4;}.tinypopover.default.left .tinypopover-arrow,.tinypopover.default.left.no-border .tinypopover-arrow-border,.tinypopover.default.left-top .tinypopover-arrow,.tinypopover.default.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.default.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#f1f1f1;}.tinypopover.default.bottom .tinypopover-arrow,.tinypopover.default.bottom .tinypopover-arrow-border,.tinypopover.default.bottom-left .tinypopover-arrow,.tinypopover.default.bottom-left .tinypopover-arrow-border,.tinypopover.default.bottom-right .tinypopover-arrow,.tinypopover.default.bottom-right .tinypopover-arrow-border{border-bottom-color:#a4a4a4;}.tinypopover.default.bottom .tinypopover-arrow,.tinypopover.default.bottom.no-border .tinypopover-arrow-border,.tinypopover.default.bottom-left .tinypopover-arrow,.tinypopover.default.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.default.bottom-right .tinypopover-arrow,.tinypopover.default.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#f1f1f1;}.tinypopover.PacificBlue .tinypopover-inner{border-color:#009dd1;}.tinypopover.PacificBlue .tinypopover-title{color:#fff;background-color:#09c;border-color:#0095c7;}.tinypopover.PacificBlue .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.PacificBlue.top .tinypopover-arrow,.tinypopover.PacificBlue.top .tinypopover-arrow-border,.tinypopover.PacificBlue.top-left .tinypopover-arrow,.tinypopover.PacificBlue.top-left .tinypopover-arrow-border,.tinypopover.PacificBlue.top-right .tinypopover-arrow,.tinypopover.PacificBlue.top-right .tinypopover-arrow-border{border-top-color:#009dd1;}.tinypopover.PacificBlue.top .tinypopover-arrow,.tinypopover.PacificBlue.top.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.top-left .tinypopover-arrow,.tinypopover.PacificBlue.top-left.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.top-right .tinypopover-arrow,.tinypopover.PacificBlue.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.PacificBlue.right .tinypopover-arrow,.tinypopover.PacificBlue.right .tinypopover-arrow-border,.tinypopover.PacificBlue.right-top .tinypopover-arrow,.tinypopover.PacificBlue.right-top .tinypopover-arrow-border,.tinypopover.PacificBlue.right-bottom .tinypopover-arrow,.tinypopover.PacificBlue.right-bottom .tinypopover-arrow-border{border-right-color:#009dd1;}.tinypopover.PacificBlue.right-bottom .tinypopover-arrow{border-right-color:#09c;}.tinypopover.PacificBlue.right-bottom .tinypopover-arrow-border{border-right-color:#009dd1;}.tinypopover.PacificBlue.right .tinypopover-arrow,.tinypopover.PacificBlue.right.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.right-top .tinypopover-arrow,.tinypopover.PacificBlue.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.PacificBlue.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#09c;}.tinypopover.PacificBlue.left .tinypopover-arrow,.tinypopover.PacificBlue.left .tinypopover-arrow-border,.tinypopover.PacificBlue.left-top .tinypopover-arrow,.tinypopover.PacificBlue.left-top .tinypopover-arrow-border{border-left-color:#009dd1;}.tinypopover.PacificBlue.left-bottom .tinypopover-arrow{border-left-color:#09c;}.tinypopover.PacificBlue.left-bottom .tinypopover-arrow-border{border-left-color:#009dd1;}.tinypopover.PacificBlue.left .tinypopover-arrow,.tinypopover.PacificBlue.left.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.left-top .tinypopover-arrow,.tinypopover.PacificBlue.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.PacificBlue.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#09c;}.tinypopover.PacificBlue.bottom .tinypopover-arrow,.tinypopover.PacificBlue.bottom .tinypopover-arrow-border,.tinypopover.PacificBlue.bottom-left .tinypopover-arrow,.tinypopover.PacificBlue.bottom-left .tinypopover-arrow-border,.tinypopover.PacificBlue.bottom-right .tinypopover-arrow,.tinypopover.PacificBlue.bottom-right .tinypopover-arrow-border{border-bottom-color:#009dd1;}.tinypopover.PacificBlue.bottom .tinypopover-arrow,.tinypopover.PacificBlue.bottom.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.bottom-left .tinypopover-arrow,.tinypopover.PacificBlue.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.PacificBlue.bottom-right .tinypopover-arrow,.tinypopover.PacificBlue.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#09c;}.tinypopover.PurpleHeart .tinypopover-inner{border-color:#6937cd;}.tinypopover.PurpleHeart .tinypopover-title{color:#fff;background-color:#63c;border-color:#6432c8;}.tinypopover.PurpleHeart .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.PurpleHeart.top .tinypopover-arrow,.tinypopover.PurpleHeart.top .tinypopover-arrow-border,.tinypopover.PurpleHeart.top-left .tinypopover-arrow,.tinypopover.PurpleHeart.top-left .tinypopover-arrow-border,.tinypopover.PurpleHeart.top-right .tinypopover-arrow,.tinypopover.PurpleHeart.top-right .tinypopover-arrow-border{border-top-color:#6937cd;}.tinypopover.PurpleHeart.top .tinypopover-arrow,.tinypopover.PurpleHeart.top.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.top-left .tinypopover-arrow,.tinypopover.PurpleHeart.top-left.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.top-right .tinypopover-arrow,.tinypopover.PurpleHeart.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.PurpleHeart.right .tinypopover-arrow,.tinypopover.PurpleHeart.right .tinypopover-arrow-border,.tinypopover.PurpleHeart.right-top .tinypopover-arrow,.tinypopover.PurpleHeart.right-top .tinypopover-arrow-border,.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow,.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow-border{border-right-color:#6937cd;}.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow{border-right-color:#63c;}.tinypopover.PurpleHeart.right-bottom .tinypopover-arrow-border{border-right-color:#6937cd;}.tinypopover.PurpleHeart.right .tinypopover-arrow,.tinypopover.PurpleHeart.right.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.right-top .tinypopover-arrow,.tinypopover.PurpleHeart.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.PurpleHeart.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#63c;}.tinypopover.PurpleHeart.left .tinypopover-arrow,.tinypopover.PurpleHeart.left .tinypopover-arrow-border,.tinypopover.PurpleHeart.left-top .tinypopover-arrow,.tinypopover.PurpleHeart.left-top .tinypopover-arrow-border{border-left-color:#6937cd;}.tinypopover.PurpleHeart.left-bottom .tinypopover-arrow{border-left-color:#63c;}.tinypopover.PurpleHeart.left-bottom .tinypopover-arrow-border{border-left-color:#6937cd;}.tinypopover.PurpleHeart.left .tinypopover-arrow,.tinypopover.PurpleHeart.left.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.left-top .tinypopover-arrow,.tinypopover.PurpleHeart.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.PurpleHeart.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#63c;}.tinypopover.PurpleHeart.bottom .tinypopover-arrow,.tinypopover.PurpleHeart.bottom .tinypopover-arrow-border,.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow,.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow-border,.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow,.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow-border{border-bottom-color:#6937cd;}.tinypopover.PurpleHeart.bottom .tinypopover-arrow,.tinypopover.PurpleHeart.bottom.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.bottom-left .tinypopover-arrow,.tinypopover.PurpleHeart.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.PurpleHeart.bottom-right .tinypopover-arrow,.tinypopover.PurpleHeart.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#63c;}.tinypopover.DarkMagenta .tinypopover-inner{border-color:#9e009e;}.tinypopover.DarkMagenta .tinypopover-title{color:#fff;background-color:#909;border-color:#940094;}.tinypopover.DarkMagenta .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.DarkMagenta.top .tinypopover-arrow,.tinypopover.DarkMagenta.top .tinypopover-arrow-border,.tinypopover.DarkMagenta.top-left .tinypopover-arrow,.tinypopover.DarkMagenta.top-left .tinypopover-arrow-border,.tinypopover.DarkMagenta.top-right .tinypopover-arrow,.tinypopover.DarkMagenta.top-right .tinypopover-arrow-border{border-top-color:#9e009e;}.tinypopover.DarkMagenta.top .tinypopover-arrow,.tinypopover.DarkMagenta.top.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.top-left .tinypopover-arrow,.tinypopover.DarkMagenta.top-left.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.top-right .tinypopover-arrow,.tinypopover.DarkMagenta.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.DarkMagenta.right .tinypopover-arrow,.tinypopover.DarkMagenta.right .tinypopover-arrow-border,.tinypopover.DarkMagenta.right-top .tinypopover-arrow,.tinypopover.DarkMagenta.right-top .tinypopover-arrow-border,.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow,.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow-border{border-right-color:#9e009e;}.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow{border-right-color:#909;}.tinypopover.DarkMagenta.right-bottom .tinypopover-arrow-border{border-right-color:#9e009e;}.tinypopover.DarkMagenta.right .tinypopover-arrow,.tinypopover.DarkMagenta.right.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.right-top .tinypopover-arrow,.tinypopover.DarkMagenta.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.DarkMagenta.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#909;}.tinypopover.DarkMagenta.left .tinypopover-arrow,.tinypopover.DarkMagenta.left .tinypopover-arrow-border,.tinypopover.DarkMagenta.left-top .tinypopover-arrow,.tinypopover.DarkMagenta.left-top .tinypopover-arrow-border{border-left-color:#9e009e;}.tinypopover.DarkMagenta.left-bottom .tinypopover-arrow{border-left-color:#909;}.tinypopover.DarkMagenta.left-bottom .tinypopover-arrow-border{border-left-color:#9e009e;}.tinypopover.DarkMagenta.left .tinypopover-arrow,.tinypopover.DarkMagenta.left.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.left-top .tinypopover-arrow,.tinypopover.DarkMagenta.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.DarkMagenta.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#909;}.tinypopover.DarkMagenta.bottom .tinypopover-arrow,.tinypopover.DarkMagenta.bottom .tinypopover-arrow-border,.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow,.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow-border,.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow,.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow-border{border-bottom-color:#9e009e;}.tinypopover.DarkMagenta.bottom .tinypopover-arrow,.tinypopover.DarkMagenta.bottom.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.bottom-left .tinypopover-arrow,.tinypopover.DarkMagenta.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.DarkMagenta.bottom-right .tinypopover-arrow,.tinypopover.DarkMagenta.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#909;}.tinypopover.NavyBlue .tinypopover-inner{border-color:#0069d1;}.tinypopover.NavyBlue .tinypopover-title{color:#fff;background-color:#06c;border-color:#0063c7;}.tinypopover.NavyBlue .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.NavyBlue.top .tinypopover-arrow,.tinypopover.NavyBlue.top .tinypopover-arrow-border,.tinypopover.NavyBlue.top-left .tinypopover-arrow,.tinypopover.NavyBlue.top-left .tinypopover-arrow-border,.tinypopover.NavyBlue.top-right .tinypopover-arrow,.tinypopover.NavyBlue.top-right .tinypopover-arrow-border{border-top-color:#0069d1;}.tinypopover.NavyBlue.top .tinypopover-arrow,.tinypopover.NavyBlue.top.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.top-left .tinypopover-arrow,.tinypopover.NavyBlue.top-left.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.top-right .tinypopover-arrow,.tinypopover.NavyBlue.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.NavyBlue.right .tinypopover-arrow,.tinypopover.NavyBlue.right .tinypopover-arrow-border,.tinypopover.NavyBlue.right-top .tinypopover-arrow,.tinypopover.NavyBlue.right-top .tinypopover-arrow-border,.tinypopover.NavyBlue.right-bottom .tinypopover-arrow,.tinypopover.NavyBlue.right-bottom .tinypopover-arrow-border{border-right-color:#0069d1;}.tinypopover.NavyBlue.right-bottom .tinypopover-arrow{border-right-color:#06c;}.tinypopover.NavyBlue.right-bottom .tinypopover-arrow-border{border-right-color:#0069d1;}.tinypopover.NavyBlue.right .tinypopover-arrow,.tinypopover.NavyBlue.right.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.right-top .tinypopover-arrow,.tinypopover.NavyBlue.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.NavyBlue.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#06c;}.tinypopover.NavyBlue.left .tinypopover-arrow,.tinypopover.NavyBlue.left .tinypopover-arrow-border,.tinypopover.NavyBlue.left-top .tinypopover-arrow,.tinypopover.NavyBlue.left-top .tinypopover-arrow-border{border-left-color:#0069d1;}.tinypopover.NavyBlue.left-bottom .tinypopover-arrow{border-left-color:#06c;}.tinypopover.NavyBlue.left-bottom .tinypopover-arrow-border{border-left-color:#0069d1;}.tinypopover.NavyBlue.left .tinypopover-arrow,.tinypopover.NavyBlue.left.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.left-top .tinypopover-arrow,.tinypopover.NavyBlue.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.NavyBlue.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#06c;}.tinypopover.NavyBlue.bottom .tinypopover-arrow,.tinypopover.NavyBlue.bottom .tinypopover-arrow-border,.tinypopover.NavyBlue.bottom-left .tinypopover-arrow,.tinypopover.NavyBlue.bottom-left .tinypopover-arrow-border,.tinypopover.NavyBlue.bottom-right .tinypopover-arrow,.tinypopover.NavyBlue.bottom-right .tinypopover-arrow-border{border-bottom-color:#0069d1;}.tinypopover.NavyBlue.bottom .tinypopover-arrow,.tinypopover.NavyBlue.bottom.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.bottom-left .tinypopover-arrow,.tinypopover.NavyBlue.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.NavyBlue.bottom-right .tinypopover-arrow,.tinypopover.NavyBlue.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#06c;}.tinypopover.PersianRed .tinypopover-inner{border-color:#cd3737;}.tinypopover.PersianRed .tinypopover-title{color:#fff;background-color:#c33;border-color:#c83232;}.tinypopover.PersianRed .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.PersianRed.top .tinypopover-arrow,.tinypopover.PersianRed.top .tinypopover-arrow-border,.tinypopover.PersianRed.top-left .tinypopover-arrow,.tinypopover.PersianRed.top-left .tinypopover-arrow-border,.tinypopover.PersianRed.top-right .tinypopover-arrow,.tinypopover.PersianRed.top-right .tinypopover-arrow-border{border-top-color:#cd3737;}.tinypopover.PersianRed.top .tinypopover-arrow,.tinypopover.PersianRed.top.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.top-left .tinypopover-arrow,.tinypopover.PersianRed.top-left.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.top-right .tinypopover-arrow,.tinypopover.PersianRed.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.PersianRed.right .tinypopover-arrow,.tinypopover.PersianRed.right .tinypopover-arrow-border,.tinypopover.PersianRed.right-top .tinypopover-arrow,.tinypopover.PersianRed.right-top .tinypopover-arrow-border,.tinypopover.PersianRed.right-bottom .tinypopover-arrow,.tinypopover.PersianRed.right-bottom .tinypopover-arrow-border{border-right-color:#cd3737;}.tinypopover.PersianRed.right-bottom .tinypopover-arrow{border-right-color:#c33;}.tinypopover.PersianRed.right-bottom .tinypopover-arrow-border{border-right-color:#cd3737;}.tinypopover.PersianRed.right .tinypopover-arrow,.tinypopover.PersianRed.right.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.right-top .tinypopover-arrow,.tinypopover.PersianRed.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.PersianRed.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#c33;}.tinypopover.PersianRed.left .tinypopover-arrow,.tinypopover.PersianRed.left .tinypopover-arrow-border,.tinypopover.PersianRed.left-top .tinypopover-arrow,.tinypopover.PersianRed.left-top .tinypopover-arrow-border{border-left-color:#cd3737;}.tinypopover.PersianRed.left-bottom .tinypopover-arrow{border-left-color:#c33;}.tinypopover.PersianRed.left-bottom .tinypopover-arrow-border{border-left-color:#cd3737;}.tinypopover.PersianRed.left .tinypopover-arrow,.tinypopover.PersianRed.left.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.left-top .tinypopover-arrow,.tinypopover.PersianRed.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.PersianRed.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#c33;}.tinypopover.PersianRed.bottom .tinypopover-arrow,.tinypopover.PersianRed.bottom .tinypopover-arrow-border,.tinypopover.PersianRed.bottom-left .tinypopover-arrow,.tinypopover.PersianRed.bottom-left .tinypopover-arrow-border,.tinypopover.PersianRed.bottom-right .tinypopover-arrow,.tinypopover.PersianRed.bottom-right .tinypopover-arrow-border{border-bottom-color:#cd3737;}.tinypopover.PersianRed.bottom .tinypopover-arrow,.tinypopover.PersianRed.bottom.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.bottom-left .tinypopover-arrow,.tinypopover.PersianRed.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.PersianRed.bottom-right .tinypopover-arrow,.tinypopover.PersianRed.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#c33;}.tinypopover.IslamicGreen .tinypopover-inner{border-color:#009e00;}.tinypopover.IslamicGreen .tinypopover-title{color:#fff;background-color:#090;border-color:#009400;}.tinypopover.IslamicGreen .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.IslamicGreen.top .tinypopover-arrow,.tinypopover.IslamicGreen.top .tinypopover-arrow-border,.tinypopover.IslamicGreen.top-left .tinypopover-arrow,.tinypopover.IslamicGreen.top-left .tinypopover-arrow-border,.tinypopover.IslamicGreen.top-right .tinypopover-arrow,.tinypopover.IslamicGreen.top-right .tinypopover-arrow-border{border-top-color:#009e00;}.tinypopover.IslamicGreen.top .tinypopover-arrow,.tinypopover.IslamicGreen.top.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.top-left .tinypopover-arrow,.tinypopover.IslamicGreen.top-left.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.top-right .tinypopover-arrow,.tinypopover.IslamicGreen.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.IslamicGreen.right .tinypopover-arrow,.tinypopover.IslamicGreen.right .tinypopover-arrow-border,.tinypopover.IslamicGreen.right-top .tinypopover-arrow,.tinypopover.IslamicGreen.right-top .tinypopover-arrow-border,.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow,.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow-border{border-right-color:#009e00;}.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow{border-right-color:#090;}.tinypopover.IslamicGreen.right-bottom .tinypopover-arrow-border{border-right-color:#009e00;}.tinypopover.IslamicGreen.right .tinypopover-arrow,.tinypopover.IslamicGreen.right.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.right-top .tinypopover-arrow,.tinypopover.IslamicGreen.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.IslamicGreen.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#090;}.tinypopover.IslamicGreen.left .tinypopover-arrow,.tinypopover.IslamicGreen.left .tinypopover-arrow-border,.tinypopover.IslamicGreen.left-top .tinypopover-arrow,.tinypopover.IslamicGreen.left-top .tinypopover-arrow-border{border-left-color:#009e00;}.tinypopover.IslamicGreen.left-bottom .tinypopover-arrow{border-left-color:#090;}.tinypopover.IslamicGreen.left-bottom .tinypopover-arrow-border{border-left-color:#009e00;}.tinypopover.IslamicGreen.left .tinypopover-arrow,.tinypopover.IslamicGreen.left.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.left-top .tinypopover-arrow,.tinypopover.IslamicGreen.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.IslamicGreen.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#090;}.tinypopover.IslamicGreen.bottom .tinypopover-arrow,.tinypopover.IslamicGreen.bottom .tinypopover-arrow-border,.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow,.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow-border,.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow,.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow-border{border-bottom-color:#009e00;}.tinypopover.IslamicGreen.bottom .tinypopover-arrow,.tinypopover.IslamicGreen.bottom.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.bottom-left .tinypopover-arrow,.tinypopover.IslamicGreen.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.IslamicGreen.bottom-right .tinypopover-arrow,.tinypopover.IslamicGreen.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#090;}.tinypopover.Roman .tinypopover-inner{border-color:#e16a6a;}.tinypopover.Roman .tinypopover-title{color:#fff;background-color:#e06666;border-color:#df6262;}.tinypopover.Roman .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.Roman.top .tinypopover-arrow,.tinypopover.Roman.top .tinypopover-arrow-border,.tinypopover.Roman.top-left .tinypopover-arrow,.tinypopover.Roman.top-left .tinypopover-arrow-border,.tinypopover.Roman.top-right .tinypopover-arrow,.tinypopover.Roman.top-right .tinypopover-arrow-border{border-top-color:#e16a6a;}.tinypopover.Roman.top .tinypopover-arrow,.tinypopover.Roman.top.no-border .tinypopover-arrow-border,.tinypopover.Roman.top-left .tinypopover-arrow,.tinypopover.Roman.top-left.no-border .tinypopover-arrow-border,.tinypopover.Roman.top-right .tinypopover-arrow,.tinypopover.Roman.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.Roman.right .tinypopover-arrow,.tinypopover.Roman.right .tinypopover-arrow-border,.tinypopover.Roman.right-top .tinypopover-arrow,.tinypopover.Roman.right-top .tinypopover-arrow-border,.tinypopover.Roman.right-bottom .tinypopover-arrow,.tinypopover.Roman.right-bottom .tinypopover-arrow-border{border-right-color:#e16a6a;}.tinypopover.Roman.right-bottom .tinypopover-arrow{border-right-color:#e06666;}.tinypopover.Roman.right-bottom .tinypopover-arrow-border{border-right-color:#e16a6a;}.tinypopover.Roman.right .tinypopover-arrow,.tinypopover.Roman.right.no-border .tinypopover-arrow-border,.tinypopover.Roman.right-top .tinypopover-arrow,.tinypopover.Roman.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.Roman.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#e06666;}.tinypopover.Roman.left .tinypopover-arrow,.tinypopover.Roman.left .tinypopover-arrow-border,.tinypopover.Roman.left-top .tinypopover-arrow,.tinypopover.Roman.left-top .tinypopover-arrow-border{border-left-color:#e16a6a;}.tinypopover.Roman.left-bottom .tinypopover-arrow{border-left-color:#e06666;}.tinypopover.Roman.left-bottom .tinypopover-arrow-border{border-left-color:#e16a6a;}.tinypopover.Roman.left .tinypopover-arrow,.tinypopover.Roman.left.no-border .tinypopover-arrow-border,.tinypopover.Roman.left-top .tinypopover-arrow,.tinypopover.Roman.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.Roman.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#e06666;}.tinypopover.Roman.bottom .tinypopover-arrow,.tinypopover.Roman.bottom .tinypopover-arrow-border,.tinypopover.Roman.bottom-left .tinypopover-arrow,.tinypopover.Roman.bottom-left .tinypopover-arrow-border,.tinypopover.Roman.bottom-right .tinypopover-arrow,.tinypopover.Roman.bottom-right .tinypopover-arrow-border{border-bottom-color:#e16a6a;}.tinypopover.Roman.bottom .tinypopover-arrow,.tinypopover.Roman.bottom.no-border .tinypopover-arrow-border,.tinypopover.Roman.bottom-left .tinypopover-arrow,.tinypopover.Roman.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.Roman.bottom-right .tinypopover-arrow,.tinypopover.Roman.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#e06666;}.tinypopover.LightCyan .tinypopover-inner{border-color:#4dffff;}.tinypopover.LightCyan .tinypopover-title{color:#000;background-color:#cff;border-color:#4dffff;}.tinypopover.LightCyan .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.LightCyan.top .tinypopover-arrow,.tinypopover.LightCyan.top .tinypopover-arrow-border,.tinypopover.LightCyan.top-left .tinypopover-arrow,.tinypopover.LightCyan.top-left .tinypopover-arrow-border,.tinypopover.LightCyan.top-right .tinypopover-arrow,.tinypopover.LightCyan.top-right .tinypopover-arrow-border{border-top-color:#4dffff;}.tinypopover.LightCyan.top .tinypopover-arrow,.tinypopover.LightCyan.top.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.top-left .tinypopover-arrow,.tinypopover.LightCyan.top-left.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.top-right .tinypopover-arrow,.tinypopover.LightCyan.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.LightCyan.right .tinypopover-arrow,.tinypopover.LightCyan.right .tinypopover-arrow-border,.tinypopover.LightCyan.right-top .tinypopover-arrow,.tinypopover.LightCyan.right-top .tinypopover-arrow-border,.tinypopover.LightCyan.right-bottom .tinypopover-arrow,.tinypopover.LightCyan.right-bottom .tinypopover-arrow-border{border-right-color:#4dffff;}.tinypopover.LightCyan.right-bottom .tinypopover-arrow{border-right-color:#cff;}.tinypopover.LightCyan.right-bottom .tinypopover-arrow-border{border-right-color:#4dffff;}.tinypopover.LightCyan.right .tinypopover-arrow,.tinypopover.LightCyan.right.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.right-top .tinypopover-arrow,.tinypopover.LightCyan.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.LightCyan.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#cff;}.tinypopover.LightCyan.left .tinypopover-arrow,.tinypopover.LightCyan.left .tinypopover-arrow-border,.tinypopover.LightCyan.left-top .tinypopover-arrow,.tinypopover.LightCyan.left-top .tinypopover-arrow-border{border-left-color:#4dffff;}.tinypopover.LightCyan.left-bottom .tinypopover-arrow{border-left-color:#cff;}.tinypopover.LightCyan.left-bottom .tinypopover-arrow-border{border-left-color:#4dffff;}.tinypopover.LightCyan.left .tinypopover-arrow,.tinypopover.LightCyan.left.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.left-top .tinypopover-arrow,.tinypopover.LightCyan.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.LightCyan.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#cff;}.tinypopover.LightCyan.bottom .tinypopover-arrow,.tinypopover.LightCyan.bottom .tinypopover-arrow-border,.tinypopover.LightCyan.bottom-left .tinypopover-arrow,.tinypopover.LightCyan.bottom-left .tinypopover-arrow-border,.tinypopover.LightCyan.bottom-right .tinypopover-arrow,.tinypopover.LightCyan.bottom-right .tinypopover-arrow-border{border-bottom-color:#4dffff;}.tinypopover.LightCyan.bottom .tinypopover-arrow,.tinypopover.LightCyan.bottom.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.bottom-left .tinypopover-arrow,.tinypopover.LightCyan.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.LightCyan.bottom-right .tinypopover-arrow,.tinypopover.LightCyan.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#cff;}.tinypopover.LavenderBlue .tinypopover-inner{border-color:#8080ff;}.tinypopover.LavenderBlue .tinypopover-title{color:#000;background-color:#ccf;border-color:#8080ff;}.tinypopover.LavenderBlue .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.LavenderBlue.top .tinypopover-arrow,.tinypopover.LavenderBlue.top .tinypopover-arrow-border,.tinypopover.LavenderBlue.top-left .tinypopover-arrow,.tinypopover.LavenderBlue.top-left .tinypopover-arrow-border,.tinypopover.LavenderBlue.top-right .tinypopover-arrow,.tinypopover.LavenderBlue.top-right .tinypopover-arrow-border{border-top-color:#8080ff;}.tinypopover.LavenderBlue.top .tinypopover-arrow,.tinypopover.LavenderBlue.top.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.top-left .tinypopover-arrow,.tinypopover.LavenderBlue.top-left.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.top-right .tinypopover-arrow,.tinypopover.LavenderBlue.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.LavenderBlue.right .tinypopover-arrow,.tinypopover.LavenderBlue.right .tinypopover-arrow-border,.tinypopover.LavenderBlue.right-top .tinypopover-arrow,.tinypopover.LavenderBlue.right-top .tinypopover-arrow-border,.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow,.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow-border{border-right-color:#8080ff;}.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow{border-right-color:#ccf;}.tinypopover.LavenderBlue.right-bottom .tinypopover-arrow-border{border-right-color:#8080ff;}.tinypopover.LavenderBlue.right .tinypopover-arrow,.tinypopover.LavenderBlue.right.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.right-top .tinypopover-arrow,.tinypopover.LavenderBlue.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.LavenderBlue.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#ccf;}.tinypopover.LavenderBlue.left .tinypopover-arrow,.tinypopover.LavenderBlue.left .tinypopover-arrow-border,.tinypopover.LavenderBlue.left-top .tinypopover-arrow,.tinypopover.LavenderBlue.left-top .tinypopover-arrow-border{border-left-color:#8080ff;}.tinypopover.LavenderBlue.left-bottom .tinypopover-arrow{border-left-color:#ccf;}.tinypopover.LavenderBlue.left-bottom .tinypopover-arrow-border{border-left-color:#8080ff;}.tinypopover.LavenderBlue.left .tinypopover-arrow,.tinypopover.LavenderBlue.left.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.left-top .tinypopover-arrow,.tinypopover.LavenderBlue.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.LavenderBlue.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#ccf;}.tinypopover.LavenderBlue.bottom .tinypopover-arrow,.tinypopover.LavenderBlue.bottom .tinypopover-arrow-border,.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow,.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow-border,.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow,.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow-border{border-bottom-color:#8080ff;}.tinypopover.LavenderBlue.bottom .tinypopover-arrow,.tinypopover.LavenderBlue.bottom.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.bottom-left .tinypopover-arrow,.tinypopover.LavenderBlue.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.LavenderBlue.bottom-right .tinypopover-arrow,.tinypopover.LavenderBlue.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#ccf;}.tinypopover.Cosmos .tinypopover-inner{border-color:#ff8080;}.tinypopover.Cosmos .tinypopover-title{color:#000;background-color:#fcc;border-color:#ff8080;}.tinypopover.Cosmos .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.Cosmos.top .tinypopover-arrow,.tinypopover.Cosmos.top .tinypopover-arrow-border,.tinypopover.Cosmos.top-left .tinypopover-arrow,.tinypopover.Cosmos.top-left .tinypopover-arrow-border,.tinypopover.Cosmos.top-right .tinypopover-arrow,.tinypopover.Cosmos.top-right .tinypopover-arrow-border{border-top-color:#ff8080;}.tinypopover.Cosmos.top .tinypopover-arrow,.tinypopover.Cosmos.top.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.top-left .tinypopover-arrow,.tinypopover.Cosmos.top-left.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.top-right .tinypopover-arrow,.tinypopover.Cosmos.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.Cosmos.right .tinypopover-arrow,.tinypopover.Cosmos.right .tinypopover-arrow-border,.tinypopover.Cosmos.right-top .tinypopover-arrow,.tinypopover.Cosmos.right-top .tinypopover-arrow-border,.tinypopover.Cosmos.right-bottom .tinypopover-arrow,.tinypopover.Cosmos.right-bottom .tinypopover-arrow-border{border-right-color:#ff8080;}.tinypopover.Cosmos.right-bottom .tinypopover-arrow{border-right-color:#fcc;}.tinypopover.Cosmos.right-bottom .tinypopover-arrow-border{border-right-color:#ff8080;}.tinypopover.Cosmos.right .tinypopover-arrow,.tinypopover.Cosmos.right.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.right-top .tinypopover-arrow,.tinypopover.Cosmos.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.Cosmos.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#fcc;}.tinypopover.Cosmos.left .tinypopover-arrow,.tinypopover.Cosmos.left .tinypopover-arrow-border,.tinypopover.Cosmos.left-top .tinypopover-arrow,.tinypopover.Cosmos.left-top .tinypopover-arrow-border{border-left-color:#ff8080;}.tinypopover.Cosmos.left-bottom .tinypopover-arrow{border-left-color:#fcc;}.tinypopover.Cosmos.left-bottom .tinypopover-arrow-border{border-left-color:#ff8080;}.tinypopover.Cosmos.left .tinypopover-arrow,.tinypopover.Cosmos.left.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.left-top .tinypopover-arrow,.tinypopover.Cosmos.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.Cosmos.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#fcc;}.tinypopover.Cosmos.bottom .tinypopover-arrow,.tinypopover.Cosmos.bottom .tinypopover-arrow-border,.tinypopover.Cosmos.bottom-left .tinypopover-arrow,.tinypopover.Cosmos.bottom-left .tinypopover-arrow-border,.tinypopover.Cosmos.bottom-right .tinypopover-arrow,.tinypopover.Cosmos.bottom-right .tinypopover-arrow-border{border-bottom-color:#ff8080;}.tinypopover.Cosmos.bottom .tinypopover-arrow,.tinypopover.Cosmos.bottom.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.bottom-left .tinypopover-arrow,.tinypopover.Cosmos.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.Cosmos.bottom-right .tinypopover-arrow,.tinypopover.Cosmos.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#fcc;}.tinypopover.SkyBlue .tinypopover-inner{border-color:#4da6ff;}.tinypopover.SkyBlue .tinypopover-title{color:#000;background-color:#9cf;border-color:#4da6ff;}.tinypopover.SkyBlue .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.SkyBlue.top .tinypopover-arrow,.tinypopover.SkyBlue.top .tinypopover-arrow-border,.tinypopover.SkyBlue.top-left .tinypopover-arrow,.tinypopover.SkyBlue.top-left .tinypopover-arrow-border,.tinypopover.SkyBlue.top-right .tinypopover-arrow,.tinypopover.SkyBlue.top-right .tinypopover-arrow-border{border-top-color:#4da6ff;}.tinypopover.SkyBlue.top .tinypopover-arrow,.tinypopover.SkyBlue.top.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.top-left .tinypopover-arrow,.tinypopover.SkyBlue.top-left.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.top-right .tinypopover-arrow,.tinypopover.SkyBlue.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.SkyBlue.right .tinypopover-arrow,.tinypopover.SkyBlue.right .tinypopover-arrow-border,.tinypopover.SkyBlue.right-top .tinypopover-arrow,.tinypopover.SkyBlue.right-top .tinypopover-arrow-border,.tinypopover.SkyBlue.right-bottom .tinypopover-arrow,.tinypopover.SkyBlue.right-bottom .tinypopover-arrow-border{border-right-color:#4da6ff;}.tinypopover.SkyBlue.right-bottom .tinypopover-arrow{border-right-color:#9cf;}.tinypopover.SkyBlue.right-bottom .tinypopover-arrow-border{border-right-color:#4da6ff;}.tinypopover.SkyBlue.right .tinypopover-arrow,.tinypopover.SkyBlue.right.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.right-top .tinypopover-arrow,.tinypopover.SkyBlue.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.SkyBlue.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#9cf;}.tinypopover.SkyBlue.left .tinypopover-arrow,.tinypopover.SkyBlue.left .tinypopover-arrow-border,.tinypopover.SkyBlue.left-top .tinypopover-arrow,.tinypopover.SkyBlue.left-top .tinypopover-arrow-border{border-left-color:#4da6ff;}.tinypopover.SkyBlue.left-bottom .tinypopover-arrow{border-left-color:#9cf;}.tinypopover.SkyBlue.left-bottom .tinypopover-arrow-border{border-left-color:#4da6ff;}.tinypopover.SkyBlue.left .tinypopover-arrow,.tinypopover.SkyBlue.left.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.left-top .tinypopover-arrow,.tinypopover.SkyBlue.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.SkyBlue.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#9cf;}.tinypopover.SkyBlue.bottom .tinypopover-arrow,.tinypopover.SkyBlue.bottom .tinypopover-arrow-border,.tinypopover.SkyBlue.bottom-left .tinypopover-arrow,.tinypopover.SkyBlue.bottom-left .tinypopover-arrow-border,.tinypopover.SkyBlue.bottom-right .tinypopover-arrow,.tinypopover.SkyBlue.bottom-right .tinypopover-arrow-border{border-bottom-color:#4da6ff;}.tinypopover.SkyBlue.bottom .tinypopover-arrow,.tinypopover.SkyBlue.bottom.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.bottom-left .tinypopover-arrow,.tinypopover.SkyBlue.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.SkyBlue.bottom-right .tinypopover-arrow,.tinypopover.SkyBlue.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#9cf;}.tinypopover.PeachOrange .tinypopover-inner{border-color:#ffa64d;}.tinypopover.PeachOrange .tinypopover-title{color:#000;background-color:#fc9;border-color:#ffa64d;}.tinypopover.PeachOrange .tinypopover-content{color:#000;background-color:#fff;}.tinypopover.PeachOrange.top .tinypopover-arrow,.tinypopover.PeachOrange.top .tinypopover-arrow-border,.tinypopover.PeachOrange.top-left .tinypopover-arrow,.tinypopover.PeachOrange.top-left .tinypopover-arrow-border,.tinypopover.PeachOrange.top-right .tinypopover-arrow,.tinypopover.PeachOrange.top-right .tinypopover-arrow-border{border-top-color:#ffa64d;}.tinypopover.PeachOrange.top .tinypopover-arrow,.tinypopover.PeachOrange.top.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.top-left .tinypopover-arrow,.tinypopover.PeachOrange.top-left.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.top-right .tinypopover-arrow,.tinypopover.PeachOrange.top-right.no-border .tinypopover-arrow-border{border-top-color:#fff;}.tinypopover.PeachOrange.right .tinypopover-arrow,.tinypopover.PeachOrange.right .tinypopover-arrow-border,.tinypopover.PeachOrange.right-top .tinypopover-arrow,.tinypopover.PeachOrange.right-top .tinypopover-arrow-border,.tinypopover.PeachOrange.right-bottom .tinypopover-arrow,.tinypopover.PeachOrange.right-bottom .tinypopover-arrow-border{border-right-color:#ffa64d;}.tinypopover.PeachOrange.right-bottom .tinypopover-arrow{border-right-color:#fc9;}.tinypopover.PeachOrange.right-bottom .tinypopover-arrow-border{border-right-color:#ffa64d;}.tinypopover.PeachOrange.right .tinypopover-arrow,.tinypopover.PeachOrange.right.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.right-top .tinypopover-arrow,.tinypopover.PeachOrange.right-top.no-border .tinypopover-arrow-border{border-right-color:#fff;}.tinypopover.PeachOrange.right-bottom.no-border .tinypopover-arrow-border{border-right-color:#fc9;}.tinypopover.PeachOrange.left .tinypopover-arrow,.tinypopover.PeachOrange.left .tinypopover-arrow-border,.tinypopover.PeachOrange.left-top .tinypopover-arrow,.tinypopover.PeachOrange.left-top .tinypopover-arrow-border{border-left-color:#ffa64d;}.tinypopover.PeachOrange.left-bottom .tinypopover-arrow{border-left-color:#fc9;}.tinypopover.PeachOrange.left-bottom .tinypopover-arrow-border{border-left-color:#ffa64d;}.tinypopover.PeachOrange.left .tinypopover-arrow,.tinypopover.PeachOrange.left.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.left-top .tinypopover-arrow,.tinypopover.PeachOrange.left-top.no-border .tinypopover-arrow-border{border-left-color:#fff;}.tinypopover.PeachOrange.left-bottom.no-border .tinypopover-arrow-border{border-left-color:#fc9;}.tinypopover.PeachOrange.bottom .tinypopover-arrow,.tinypopover.PeachOrange.bottom .tinypopover-arrow-border,.tinypopover.PeachOrange.bottom-left .tinypopover-arrow,.tinypopover.PeachOrange.bottom-left .tinypopover-arrow-border,.tinypopover.PeachOrange.bottom-right .tinypopover-arrow,.tinypopover.PeachOrange.bottom-right .tinypopover-arrow-border{border-bottom-color:#ffa64d;}.tinypopover.PeachOrange.bottom .tinypopover-arrow,.tinypopover.PeachOrange.bottom.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.bottom-left .tinypopover-arrow,.tinypopover.PeachOrange.bottom-left.no-border .tinypopover-arrow-border,.tinypopover.PeachOrange.bottom-right .tinypopover-arrow,.tinypopover.PeachOrange.bottom-right.no-border .tinypopover-arrow-border{border-bottom-color:#fc9;}.tinytooltip-clearfix{clear:both !important;}.tinytooltip-element{cursor:pointer !important;display:inline-block !important;margin:0;max-width:none !important;width:auto !important;}a .tinytooltip-element{display:inline !important;}
