@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* 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: block;
			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_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}

/*!
 * shariff - v1.23.0 - 26.01.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-flex:1;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family: 'FontAwesome';src: url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');src: url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/typo3conf/ext/template76/Resources/Public/Components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight: normal;font-style: normal}.fa{display: inline-block;font: normal normal normal 17px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.fa-lg{font-size: 1.33333333em;line-height: .75em;vertical-align: -15%}.fa-2x{font-size: 2em}.fa-3x{font-size: 3em}.fa-4x{font-size: 4em}.fa-5x{font-size: 5em}.fa-fw{width: 1.28571429em;text-align: center}.fa-ul{padding-left: 0;margin-left: 1.875em;list-style-type: none}.fa-ul > li{position: relative}.fa-li{position: absolute;left: -1.875em;width: 1.875em;top: .14285714em;text-align: center}.fa-li.fa-lg{left: -1.58928571em}.fa-border{padding: .2em .25em .15em;border: solid .08em #eee;border-radius: .1em}.fa-pull-left{float: left}.fa-pull-right{float: right}.fa.fa-pull-left{margin-right: .3em}.fa.fa-pull-right{margin-left: .3em}.pull-right{float: right}.pull-left{float: left}.fa.pull-left{margin-right: .3em}.fa.pull-right{margin-left: .3em}.fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear}.fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}100%{-webkit-transform: rotate(359deg);transform: rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}100%{-webkit-transform: rotate(359deg);transform: rotate(359deg)}}.fa-rotate-90{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg)}.fa-rotate-180{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg)}.fa-rotate-270{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg)}.fa-flip-horizontal{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform: scale(-1, 1);-ms-transform: scale(-1, 1);transform: scale(-1, 1)}.fa-flip-vertical{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform: scale(1, -1);-ms-transform: scale(1, -1);transform: scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter: none}.fa-stack{position: relative;display: inline-block;width: 2em;height: 2em;line-height: 2em;vertical-align: middle}.fa-stack-1x,.fa-stack-2x{position: absolute;left: 0;width: 100%;text-align: center}.fa-stack-1x{line-height: inherit}.fa-stack-2x{font-size: 2em}.fa-inverse{color: #fff}.fa-glass:before{content: "\f000"}.fa-music:before{content: "\f001"}.fa-search:before{content: "\f002"}.fa-envelope-o:before{content: "\f003"}.fa-heart:before{content: "\f004"}.fa-star:before{content: "\f005"}.fa-star-o:before{content: "\f006"}.fa-user:before{content: "\f007"}.fa-film:before{content: "\f008"}.fa-th-large:before{content: "\f009"}.fa-th:before{content: "\f00a"}.fa-th-list:before{content: "\f00b"}.fa-check:before{content: "\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content: "\f00d"}.fa-search-plus:before{content: "\f00e"}.fa-search-minus:before{content: "\f010"}.fa-power-off:before{content: "\f011"}.fa-signal:before{content: "\f012"}.fa-gear:before,.fa-cog:before{content: "\f013"}.fa-trash-o:before{content: "\f014"}.fa-home:before{content: "\f015"}.fa-file-o:before{content: "\f016"}.fa-clock-o:before{content: "\f017"}.fa-road:before{content: "\f018"}.fa-download:before{content: "\f019"}.fa-arrow-circle-o-down:before{content: "\f01a"}.fa-arrow-circle-o-up:before{content: "\f01b"}.fa-inbox:before{content: "\f01c"}.fa-play-circle-o:before{content: "\f01d"}.fa-rotate-right:before,.fa-repeat:before{content: "\f01e"}.fa-refresh:before{content: "\f021"}.fa-list-alt:before{content: "\f022"}.fa-lock:before{content: "\f023"}.fa-flag:before{content: "\f024"}.fa-headphones:before{content: "\f025"}.fa-volume-off:before{content: "\f026"}.fa-volume-down:before{content: "\f027"}.fa-volume-up:before{content: "\f028"}.fa-qrcode:before{content: "\f029"}.fa-barcode:before{content: "\f02a"}.fa-tag:before{content: "\f02b"}.fa-tags:before{content: "\f02c"}.fa-book:before{content: "\f02d"}.fa-bookmark:before{content: "\f02e"}.fa-print:before{content: "\f02f"}.fa-camera:before{content: "\f030"}.fa-font:before{content: "\f031"}.fa-bold:before{content: "\f032"}.fa-italic:before{content: "\f033"}.fa-text-height:before{content: "\f034"}.fa-text-width:before{content: "\f035"}.fa-align-left:before{content: "\f036"}.fa-align-center:before{content: "\f037"}.fa-align-right:before{content: "\f038"}.fa-align-justify:before{content: "\f039"}.fa-list:before{content: "\f03a"}.fa-dedent:before,.fa-outdent:before{content: "\f03b"}.fa-indent:before{content: "\f03c"}.fa-video-camera:before{content: "\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content: "\f03e"}.fa-pencil:before{content: "\f040"}.fa-map-marker:before{content: "\f041"}.fa-adjust:before{content: "\f042"}.fa-tint:before{content: "\f043"}.fa-edit:before,.fa-pencil-square-o:before{content: "\f044"}.fa-share-square-o:before{content: "\f045"}.fa-check-square-o:before{content: "\f046"}.fa-arrows:before{content: "\f047"}.fa-step-backward:before{content: "\f048"}.fa-fast-backward:before{content: "\f049"}.fa-backward:before{content: "\f04a"}.fa-play:before{content: "\f04b"}.fa-pause:before{content: "\f04c"}.fa-stop:before{content: "\f04d"}.fa-forward:before{content: "\f04e"}.fa-fast-forward:before{content: "\f050"}.fa-step-forward:before{content: "\f051"}.fa-eject:before{content: "\f052"}.fa-chevron-left:before{content: "\f053"}.fa-chevron-right:before{content: "\f054"}.fa-plus-circle:before{content: "\f055"}.fa-minus-circle:before{content: "\f056"}.fa-times-circle:before{content: "\f057"}.fa-check-circle:before{content: "\f058"}.fa-question-circle:before{content: "\f059"}.fa-info-circle:before{content: "\f05a"}.fa-crosshairs:before{content: "\f05b"}.fa-times-circle-o:before{content: "\f05c"}.fa-check-circle-o:before{content: "\f05d"}.fa-ban:before{content: "\f05e"}.fa-arrow-left:before{content: "\f060"}.fa-arrow-right:before{content: "\f061"}.fa-arrow-up:before{content: "\f062"}.fa-arrow-down:before{content: "\f063"}.fa-mail-forward:before,.fa-share:before{content: "\f064"}.fa-expand:before{content: "\f065"}.fa-compress:before{content: "\f066"}.fa-plus:before{content: "\f067"}.fa-minus:before{content: "\f068"}.fa-asterisk:before{content: "\f069"}.fa-exclamation-circle:before{content: "\f06a"}.fa-gift:before{content: "\f06b"}.fa-leaf:before{content: "\f06c"}.fa-fire:before{content: "\f06d"}.fa-eye:before{content: "\f06e"}.fa-eye-slash:before{content: "\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content: "\f071"}.fa-plane:before{content: "\f072"}.fa-calendar:before{content: "\f073"}.fa-random:before{content: "\f074"}.fa-comment:before{content: "\f075"}.fa-magnet:before{content: "\f076"}.fa-chevron-up:before{content: "\f077"}.fa-chevron-down:before{content: "\f078"}.fa-retweet:before{content: "\f079"}.fa-shopping-cart:before{content: "\f07a"}.fa-folder:before{content: "\f07b"}.fa-folder-open:before{content: "\f07c"}.fa-arrows-v:before{content: "\f07d"}.fa-arrows-h:before{content: "\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content: "\f080"}.fa-twitter-square:before{content: "\f081"}.fa-facebook-square:before{content: "\f082"}.fa-camera-retro:before{content: "\f083"}.fa-key:before{content: "\f084"}.fa-gears:before,.fa-cogs:before{content: "\f085"}.fa-comments:before{content: "\f086"}.fa-thumbs-o-up:before{content: "\f087"}.fa-thumbs-o-down:before{content: "\f088"}.fa-star-half:before{content: "\f089"}.fa-heart-o:before{content: "\f08a"}.fa-sign-out:before{content: "\f08b"}.fa-linkedin-square:before{content: "\f08c"}.fa-thumb-tack:before{content: "\f08d"}.fa-external-link:before{content: "\f08e"}.fa-sign-in:before{content: "\f090"}.fa-trophy:before{content: "\f091"}.fa-github-square:before{content: "\f092"}.fa-upload:before{content: "\f093"}.fa-lemon-o:before{content: "\f094"}.fa-phone:before{content: "\f095"}.fa-square-o:before{content: "\f096"}.fa-bookmark-o:before{content: "\f097"}.fa-phone-square:before{content: "\f098"}.fa-twitter:before{content: "\f099"}.fa-facebook-f:before,.fa-facebook:before{content: "\f09a"}.fa-github:before{content: "\f09b"}.fa-unlock:before{content: "\f09c"}.fa-credit-card:before{content: "\f09d"}.fa-feed:before,.fa-rss:before{content: "\f09e"}.fa-hdd-o:before{content: "\f0a0"}.fa-bullhorn:before{content: "\f0a1"}.fa-bell:before{content: "\f0f3"}.fa-certificate:before{content: "\f0a3"}.fa-hand-o-right:before{content: "\f0a4"}.fa-hand-o-left:before{content: "\f0a5"}.fa-hand-o-up:before{content: "\f0a6"}.fa-hand-o-down:before{content: "\f0a7"}.fa-arrow-circle-left:before{content: "\f0a8"}.fa-arrow-circle-right:before{content: "\f0a9"}.fa-arrow-circle-up:before{content: "\f0aa"}.fa-arrow-circle-down:before{content: "\f0ab"}.fa-globe:before{content: "\f0ac"}.fa-wrench:before{content: "\f0ad"}.fa-tasks:before{content: "\f0ae"}.fa-filter:before{content: "\f0b0"}.fa-briefcase:before{content: "\f0b1"}.fa-arrows-alt:before{content: "\f0b2"}.fa-group:before,.fa-users:before{content: "\f0c0"}.fa-chain:before,.fa-link:before{content: "\f0c1"}.fa-cloud:before{content: "\f0c2"}.fa-flask:before{content: "\f0c3"}.fa-cut:before,.fa-scissors:before{content: "\f0c4"}.fa-copy:before,.fa-files-o:before{content: "\f0c5"}.fa-paperclip:before{content: "\f0c6"}.fa-save:before,.fa-floppy-o:before{content: "\f0c7"}.fa-square:before{content: "\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content: "\f0c9"}.fa-list-ul:before{content: "\f0ca"}.fa-list-ol:before{content: "\f0cb"}.fa-strikethrough:before{content: "\f0cc"}.fa-underline:before{content: "\f0cd"}.fa-table:before{content: "\f0ce"}.fa-magic:before{content: "\f0d0"}.fa-truck:before{content: "\f0d1"}.fa-pinterest:before{content: "\f0d2"}.fa-pinterest-square:before{content: "\f0d3"}.fa-google-plus-square:before{content: "\f0d4"}.fa-google-plus:before{content: "\f0d5"}.fa-money:before{content: "\f0d6"}.fa-caret-down:before{content: "\f0d7"}.fa-caret-up:before{content: "\f0d8"}.fa-caret-left:before{content: "\f0d9"}.fa-caret-right:before{content: "\f0da"}.fa-columns:before{content: "\f0db"}.fa-unsorted:before,.fa-sort:before{content: "\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content: "\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content: "\f0de"}.fa-envelope:before{content: "\f0e0"}.fa-linkedin:before{content: "\f0e1"}.fa-rotate-left:before,.fa-undo:before{content: "\f0e2"}.fa-legal:before,.fa-gavel:before{content: "\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content: "\f0e4"}.fa-comment-o:before{content: "\f0e5"}.fa-comments-o:before{content: "\f0e6"}.fa-flash:before,.fa-bolt:before{content: "\f0e7"}.fa-sitemap:before{content: "\f0e8"}.fa-umbrella:before{content: "\f0e9"}.fa-paste:before,.fa-clipboard:before{content: "\f0ea"}.fa-lightbulb-o:before{content: "\f0eb"}.fa-exchange:before{content: "\f0ec"}.fa-cloud-download:before{content: "\f0ed"}.fa-cloud-upload:before{content: "\f0ee"}.fa-user-md:before{content: "\f0f0"}.fa-stethoscope:before{content: "\f0f1"}.fa-suitcase:before{content: "\f0f2"}.fa-bell-o:before{content: "\f0a2"}.fa-coffee:before{content: "\f0f4"}.fa-cutlery:before{content: "\f0f5"}.fa-file-text-o:before{content: "\f0f6"}.fa-building-o:before{content: "\f0f7"}.fa-hospital-o:before{content: "\f0f8"}.fa-ambulance:before{content: "\f0f9"}.fa-medkit:before{content: "\f0fa"}.fa-fighter-jet:before{content: "\f0fb"}.fa-beer:before{content: "\f0fc"}.fa-h-square:before{content: "\f0fd"}.fa-plus-square:before{content: "\f0fe"}.fa-angle-double-left:before{content: "\f100"}.fa-angle-double-right:before{content: "\f101"}.fa-angle-double-up:before{content: "\f102"}.fa-angle-double-down:before{content: "\f103"}.fa-angle-left:before{content: "\f104"}.fa-angle-right:before{content: "\f105"}.fa-angle-up:before{content: "\f106"}.fa-angle-down:before{content: "\f107"}.fa-desktop:before{content: "\f108"}.fa-laptop:before{content: "\f109"}.fa-tablet:before{content: "\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content: "\f10b"}.fa-circle-o:before{content: "\f10c"}.fa-quote-left:before{content: "\f10d"}.fa-quote-right:before{content: "\f10e"}.fa-spinner:before{content: "\f110"}.fa-circle:before{content: "\f111"}.fa-mail-reply:before,.fa-reply:before{content: "\f112"}.fa-github-alt:before{content: "\f113"}.fa-folder-o:before{content: "\f114"}.fa-folder-open-o:before{content: "\f115"}.fa-smile-o:before{content: "\f118"}.fa-frown-o:before{content: "\f119"}.fa-meh-o:before{content: "\f11a"}.fa-gamepad:before{content: "\f11b"}.fa-keyboard-o:before{content: "\f11c"}.fa-flag-o:before{content: "\f11d"}.fa-flag-checkered:before{content: "\f11e"}.fa-terminal:before{content: "\f120"}.fa-code:before{content: "\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content: "\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content: "\f123"}.fa-location-arrow:before{content: "\f124"}.fa-crop:before{content: "\f125"}.fa-code-fork:before{content: "\f126"}.fa-unlink:before,.fa-chain-broken:before{content: "\f127"}.fa-question:before{content: "\f128"}.fa-info:before{content: "\f129"}.fa-exclamation:before{content: "\f12a"}.fa-superscript:before{content: "\f12b"}.fa-subscript:before{content: "\f12c"}.fa-eraser:before{content: "\f12d"}.fa-puzzle-piece:before{content: "\f12e"}.fa-microphone:before{content: "\f130"}.fa-microphone-slash:before{content: "\f131"}.fa-shield:before{content: "\f132"}.fa-calendar-o:before{content: "\f133"}.fa-fire-extinguisher:before{content: "\f134"}.fa-rocket:before{content: "\f135"}.fa-maxcdn:before{content: "\f136"}.fa-chevron-circle-left:before{content: "\f137"}.fa-chevron-circle-right:before{content: "\f138"}.fa-chevron-circle-up:before{content: "\f139"}.fa-chevron-circle-down:before{content: "\f13a"}.fa-html5:before{content: "\f13b"}.fa-css3:before{content: "\f13c"}.fa-anchor:before{content: "\f13d"}.fa-unlock-alt:before{content: "\f13e"}.fa-bullseye:before{content: "\f140"}.fa-ellipsis-h:before{content: "\f141"}.fa-ellipsis-v:before{content: "\f142"}.fa-rss-square:before{content: "\f143"}.fa-play-circle:before{content: "\f144"}.fa-ticket:before{content: "\f145"}.fa-minus-square:before{content: "\f146"}.fa-minus-square-o:before{content: "\f147"}.fa-level-up:before{content: "\f148"}.fa-level-down:before{content: "\f149"}.fa-check-square:before{content: "\f14a"}.fa-pencil-square:before{content: "\f14b"}.fa-external-link-square:before{content: "\f14c"}.fa-share-square:before{content: "\f14d"}.fa-compass:before{content: "\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content: "\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content: "\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content: "\f152"}.fa-euro:before,.fa-eur:before{content: "\f153"}.fa-gbp:before{content: "\f154"}.fa-dollar:before,.fa-usd:before{content: "\f155"}.fa-rupee:before,.fa-inr:before{content: "\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content: "\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content: "\f158"}.fa-won:before,.fa-krw:before{content: "\f159"}.fa-bitcoin:before,.fa-btc:before{content: "\f15a"}.fa-file:before{content: "\f15b"}.fa-file-text:before{content: "\f15c"}.fa-sort-alpha-asc:before{content: "\f15d"}.fa-sort-alpha-desc:before{content: "\f15e"}.fa-sort-amount-asc:before{content: "\f160"}.fa-sort-amount-desc:before{content: "\f161"}.fa-sort-numeric-asc:before{content: "\f162"}.fa-sort-numeric-desc:before{content: "\f163"}.fa-thumbs-up:before{content: "\f164"}.fa-thumbs-down:before{content: "\f165"}.fa-youtube-square:before{content: "\f166"}.fa-youtube:before{content: "\f167"}.fa-xing:before{content: "\f168"}.fa-xing-square:before{content: "\f169"}.fa-youtube-play:before{content: "\f16a"}.fa-dropbox:before{content: "\f16b"}.fa-stack-overflow:before{content: "\f16c"}.fa-instagram:before{content: "\f16d"}.fa-flickr:before{content: "\f16e"}.fa-adn:before{content: "\f170"}.fa-bitbucket:before{content: "\f171"}.fa-bitbucket-square:before{content: "\f172"}.fa-tumblr:before{content: "\f173"}.fa-tumblr-square:before{content: "\f174"}.fa-long-arrow-down:before{content: "\f175"}.fa-long-arrow-up:before{content: "\f176"}.fa-long-arrow-left:before{content: "\f177"}.fa-long-arrow-right:before{content: "\f178"}.fa-apple:before{content: "\f179"}.fa-windows:before{content: "\f17a"}.fa-android:before{content: "\f17b"}.fa-linux:before{content: "\f17c"}.fa-dribbble:before{content: "\f17d"}.fa-skype:before{content: "\f17e"}.fa-foursquare:before{content: "\f180"}.fa-trello:before{content: "\f181"}.fa-female:before{content: "\f182"}.fa-male:before{content: "\f183"}.fa-gittip:before,.fa-gratipay:before{content: "\f184"}.fa-sun-o:before{content: "\f185"}.fa-moon-o:before{content: "\f186"}.fa-archive:before{content: "\f187"}.fa-bug:before{content: "\f188"}.fa-vk:before{content: "\f189"}.fa-weibo:before{content: "\f18a"}.fa-renren:before{content: "\f18b"}.fa-pagelines:before{content: "\f18c"}.fa-stack-exchange:before{content: "\f18d"}.fa-arrow-circle-o-right:before{content: "\f18e"}.fa-arrow-circle-o-left:before{content: "\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content: "\f191"}.fa-dot-circle-o:before{content: "\f192"}.fa-wheelchair:before{content: "\f193"}.fa-vimeo-square:before{content: "\f194"}.fa-turkish-lira:before,.fa-try:before{content: "\f195"}.fa-plus-square-o:before{content: "\f196"}.fa-space-shuttle:before{content: "\f197"}.fa-slack:before{content: "\f198"}.fa-envelope-square:before{content: "\f199"}.fa-wordpress:before{content: "\f19a"}.fa-openid:before{content: "\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content: "\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content: "\f19d"}.fa-yahoo:before{content: "\f19e"}.fa-google:before{content: "\f1a0"}.fa-reddit:before{content: "\f1a1"}.fa-reddit-square:before{content: "\f1a2"}.fa-stumbleupon-circle:before{content: "\f1a3"}.fa-stumbleupon:before{content: "\f1a4"}.fa-delicious:before{content: "\f1a5"}.fa-digg:before{content: "\f1a6"}.fa-pied-piper:before{content: "\f1a7"}.fa-pied-piper-alt:before{content: "\f1a8"}.fa-drupal:before{content: "\f1a9"}.fa-joomla:before{content: "\f1aa"}.fa-language:before{content: "\f1ab"}.fa-fax:before{content: "\f1ac"}.fa-building:before{content: "\f1ad"}.fa-child:before{content: "\f1ae"}.fa-paw:before{content: "\f1b0"}.fa-spoon:before{content: "\f1b1"}.fa-cube:before{content: "\f1b2"}.fa-cubes:before{content: "\f1b3"}.fa-behance:before{content: "\f1b4"}.fa-behance-square:before{content: "\f1b5"}.fa-steam:before{content: "\f1b6"}.fa-steam-square:before{content: "\f1b7"}.fa-recycle:before{content: "\f1b8"}.fa-automobile:before,.fa-car:before{content: "\f1b9"}.fa-cab:before,.fa-taxi:before{content: "\f1ba"}.fa-tree:before{content: "\f1bb"}.fa-spotify:before{content: "\f1bc"}.fa-deviantart:before{content: "\f1bd"}.fa-soundcloud:before{content: "\f1be"}.fa-database:before{content: "\f1c0"}.fa-file-pdf-o:before{content: "\f1c1"}.fa-file-word-o:before{content: "\f1c2"}.fa-file-excel-o:before{content: "\f1c3"}.fa-file-powerpoint-o:before{content: "\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content: "\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content: "\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content: "\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content: "\f1c8"}.fa-file-code-o:before{content: "\f1c9"}.fa-vine:before{content: "\f1ca"}.fa-codepen:before{content: "\f1cb"}.fa-jsfiddle:before{content: "\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content: "\f1cd"}.fa-circle-o-notch:before{content: "\f1ce"}.fa-ra:before,.fa-rebel:before{content: "\f1d0"}.fa-ge:before,.fa-empire:before{content: "\f1d1"}.fa-git-square:before{content: "\f1d2"}.fa-git:before{content: "\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content: "\f1d4"}.fa-tencent-weibo:before{content: "\f1d5"}.fa-qq:before{content: "\f1d6"}.fa-wechat:before,.fa-weixin:before{content: "\f1d7"}.fa-send:before,.fa-paper-plane:before{content: "\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content: "\f1d9"}.fa-history:before{content: "\f1da"}.fa-circle-thin:before{content: "\f1db"}.fa-header:before{content: "\f1dc"}.fa-paragraph:before{content: "\f1dd"}.fa-sliders:before{content: "\f1de"}.fa-share-alt:before{content: "\f1e0"}.fa-share-alt-square:before{content: "\f1e1"}.fa-bomb:before{content: "\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content: "\f1e3"}.fa-tty:before{content: "\f1e4"}.fa-binoculars:before{content: "\f1e5"}.fa-plug:before{content: "\f1e6"}.fa-slideshare:before{content: "\f1e7"}.fa-twitch:before{content: "\f1e8"}.fa-yelp:before{content: "\f1e9"}.fa-newspaper-o:before{content: "\f1ea"}.fa-wifi:before{content: "\f1eb"}.fa-calculator:before{content: "\f1ec"}.fa-paypal:before{content: "\f1ed"}.fa-google-wallet:before{content: "\f1ee"}.fa-cc-visa:before{content: "\f1f0"}.fa-cc-mastercard:before{content: "\f1f1"}.fa-cc-discover:before{content: "\f1f2"}.fa-cc-amex:before{content: "\f1f3"}.fa-cc-paypal:before{content: "\f1f4"}.fa-cc-stripe:before{content: "\f1f5"}.fa-bell-slash:before{content: "\f1f6"}.fa-bell-slash-o:before{content: "\f1f7"}.fa-trash:before{content: "\f1f8"}.fa-copyright:before{content: "\f1f9"}.fa-at:before{content: "\f1fa"}.fa-eyedropper:before{content: "\f1fb"}.fa-paint-brush:before{content: "\f1fc"}.fa-birthday-cake:before{content: "\f1fd"}.fa-area-chart:before{content: "\f1fe"}.fa-pie-chart:before{content: "\f200"}.fa-line-chart:before{content: "\f201"}.fa-lastfm:before{content: "\f202"}.fa-lastfm-square:before{content: "\f203"}.fa-toggle-off:before{content: "\f204"}.fa-toggle-on:before{content: "\f205"}.fa-bicycle:before{content: "\f206"}.fa-bus:before{content: "\f207"}.fa-ioxhost:before{content: "\f208"}.fa-angellist:before{content: "\f209"}.fa-cc:before{content: "\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content: "\f20b"}.fa-meanpath:before{content: "\f20c"}.fa-buysellads:before{content: "\f20d"}.fa-connectdevelop:before{content: "\f20e"}.fa-dashcube:before{content: "\f210"}.fa-forumbee:before{content: "\f211"}.fa-leanpub:before{content: "\f212"}.fa-sellsy:before{content: "\f213"}.fa-shirtsinbulk:before{content: "\f214"}.fa-simplybuilt:before{content: "\f215"}.fa-skyatlas:before{content: "\f216"}.fa-cart-plus:before{content: "\f217"}.fa-cart-arrow-down:before{content: "\f218"}.fa-diamond:before{content: "\f219"}.fa-ship:before{content: "\f21a"}.fa-user-secret:before{content: "\f21b"}.fa-motorcycle:before{content: "\f21c"}.fa-street-view:before{content: "\f21d"}.fa-heartbeat:before{content: "\f21e"}.fa-venus:before{content: "\f221"}.fa-mars:before{content: "\f222"}.fa-mercury:before{content: "\f223"}.fa-intersex:before,.fa-transgender:before{content: "\f224"}.fa-transgender-alt:before{content: "\f225"}.fa-venus-double:before{content: "\f226"}.fa-mars-double:before{content: "\f227"}.fa-venus-mars:before{content: "\f228"}.fa-mars-stroke:before{content: "\f229"}.fa-mars-stroke-v:before{content: "\f22a"}.fa-mars-stroke-h:before{content: "\f22b"}.fa-neuter:before{content: "\f22c"}.fa-genderless:before{content: "\f22d"}.fa-facebook-official:before{content: "\f230"}.fa-pinterest-p:before{content: "\f231"}.fa-whatsapp:before{content: "\f232"}.fa-server:before{content: "\f233"}.fa-user-plus:before{content: "\f234"}.fa-user-times:before{content: "\f235"}.fa-hotel:before,.fa-bed:before{content: "\f236"}.fa-viacoin:before{content: "\f237"}.fa-train:before{content: "\f238"}.fa-subway:before{content: "\f239"}.fa-medium:before{content: "\f23a"}.fa-yc:before,.fa-y-combinator:before{content: "\f23b"}.fa-optin-monster:before{content: "\f23c"}.fa-opencart:before{content: "\f23d"}.fa-expeditedssl:before{content: "\f23e"}.fa-battery-4:before,.fa-battery-full:before{content: "\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content: "\f241"}.fa-battery-2:before,.fa-battery-half:before{content: "\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content: "\f243"}.fa-battery-0:before,.fa-battery-empty:before{content: "\f244"}.fa-mouse-pointer:before{content: "\f245"}.fa-i-cursor:before{content: "\f246"}.fa-object-group:before{content: "\f247"}.fa-object-ungroup:before{content: "\f248"}.fa-sticky-note:before{content: "\f249"}.fa-sticky-note-o:before{content: "\f24a"}.fa-cc-jcb:before{content: "\f24b"}.fa-cc-diners-club:before{content: "\f24c"}.fa-clone:before{content: "\f24d"}.fa-balance-scale:before{content: "\f24e"}.fa-hourglass-o:before{content: "\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content: "\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content: "\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content: "\f253"}.fa-hourglass:before{content: "\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content: "\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content: "\f256"}.fa-hand-scissors-o:before{content: "\f257"}.fa-hand-lizard-o:before{content: "\f258"}.fa-hand-spock-o:before{content: "\f259"}.fa-hand-pointer-o:before{content: "\f25a"}.fa-hand-peace-o:before{content: "\f25b"}.fa-trademark:before{content: "\f25c"}.fa-registered:before{content: "\f25d"}.fa-creative-commons:before{content: "\f25e"}.fa-gg:before{content: "\f260"}.fa-gg-circle:before{content: "\f261"}.fa-tripadvisor:before{content: "\f262"}.fa-odnoklassniki:before{content: "\f263"}.fa-odnoklassniki-square:before{content: "\f264"}.fa-get-pocket:before{content: "\f265"}.fa-wikipedia-w:before{content: "\f266"}.fa-safari:before{content: "\f267"}.fa-chrome:before{content: "\f268"}.fa-firefox:before{content: "\f269"}.fa-opera:before{content: "\f26a"}.fa-internet-explorer:before{content: "\f26b"}.fa-tv:before,.fa-television:before{content: "\f26c"}.fa-contao:before{content: "\f26d"}.fa-500px:before{content: "\f26e"}.fa-amazon:before{content: "\f270"}.fa-calendar-plus-o:before{content: "\f271"}.fa-calendar-minus-o:before{content: "\f272"}.fa-calendar-times-o:before{content: "\f273"}.fa-calendar-check-o:before{content: "\f274"}.fa-industry:before{content: "\f275"}.fa-map-pin:before{content: "\f276"}.fa-map-signs:before{content: "\f277"}.fa-map-o:before{content: "\f278"}.fa-map:before{content: "\f279"}.fa-commenting:before{content: "\f27a"}.fa-commenting-o:before{content: "\f27b"}.fa-houzz:before{content: "\f27c"}.fa-vimeo:before{content: "\f27d"}.fa-black-tie:before{content: "\f27e"}.fa-fonticons:before{content: "\f280"}.fa-reddit-alien:before{content: "\f281"}.fa-edge:before{content: "\f282"}.fa-credit-card-alt:before{content: "\f283"}.fa-codiepie:before{content: "\f284"}.fa-modx:before{content: "\f285"}.fa-fort-awesome:before{content: "\f286"}.fa-usb:before{content: "\f287"}.fa-product-hunt:before{content: "\f288"}.fa-mixcloud:before{content: "\f289"}.fa-scribd:before{content: "\f28a"}.fa-pause-circle:before{content: "\f28b"}.fa-pause-circle-o:before{content: "\f28c"}.fa-stop-circle:before{content: "\f28d"}.fa-stop-circle-o:before{content: "\f28e"}.fa-shopping-bag:before{content: "\f290"}.fa-shopping-basket:before{content: "\f291"}.fa-hashtag:before{content: "\f292"}.fa-bluetooth:before{content: "\f293"}.fa-bluetooth-b:before{content: "\f294"}.fa-percent:before{content: "\f295"}/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */@font-face{font-family: 'weathericons';src: url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.eot');src: url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.woff2') format('woff2'), url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.woff') format('woff'), url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.ttf') format('truetype'), url('/typo3conf/ext/template76/Resources/Public/Components/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');font-weight: normal;font-style: normal}.wi{display: inline-block;font-family: 'weathericons';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.wi-fw{text-align: center;width: 1.4em}.wi-rotate-90{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg)}.wi-rotate-180{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg)}.wi-rotate-270{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg)}.wi-flip-horizontal{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform: scale(-1, 1);-ms-transform: scale(-1, 1);transform: scale(-1, 1)}.wi-flip-vertical{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform: scale(1, -1);-ms-transform: scale(1, -1);transform: scale(1, -1)}.wi-day-sunny:before{content: "\f00d"}.wi-day-cloudy:before{content: "\f002"}.wi-day-cloudy-gusts:before{content: "\f000"}.wi-day-cloudy-windy:before{content: "\f001"}.wi-day-fog:before{content: "\f003"}.wi-day-hail:before{content: "\f004"}.wi-day-haze:before{content: "\f0b6"}.wi-day-lightning:before{content: "\f005"}.wi-day-rain:before{content: "\f008"}.wi-day-rain-mix:before{content: "\f006"}.wi-day-rain-wind:before{content: "\f007"}.wi-day-showers:before{content: "\f009"}.wi-day-sleet:before{content: "\f0b2"}.wi-day-sleet-storm:before{content: "\f068"}.wi-day-snow:before{content: "\f00a"}.wi-day-snow-thunderstorm:before{content: "\f06b"}.wi-day-snow-wind:before{content: "\f065"}.wi-day-sprinkle:before{content: "\f00b"}.wi-day-storm-showers:before{content: "\f00e"}.wi-day-sunny-overcast:before{content: "\f00c"}.wi-day-thunderstorm:before{content: "\f010"}.wi-day-windy:before{content: "\f085"}.wi-solar-eclipse:before{content: "\f06e"}.wi-hot:before{content: "\f072"}.wi-day-cloudy-high:before{content: "\f07d"}.wi-day-light-wind:before{content: "\f0c4"}.wi-night-clear:before{content: "\f02e"}.wi-night-alt-cloudy:before{content: "\f086"}.wi-night-alt-cloudy-gusts:before{content: "\f022"}.wi-night-alt-cloudy-windy:before{content: "\f023"}.wi-night-alt-hail:before{content: "\f024"}.wi-night-alt-lightning:before{content: "\f025"}.wi-night-alt-rain:before{content: "\f028"}.wi-night-alt-rain-mix:before{content: "\f026"}.wi-night-alt-rain-wind:before{content: "\f027"}.wi-night-alt-showers:before{content: "\f029"}.wi-night-alt-sleet:before{content: "\f0b4"}.wi-night-alt-sleet-storm:before{content: "\f06a"}.wi-night-alt-snow:before{content: "\f02a"}.wi-night-alt-snow-thunderstorm:before{content: "\f06d"}.wi-night-alt-snow-wind:before{content: "\f067"}.wi-night-alt-sprinkle:before{content: "\f02b"}.wi-night-alt-storm-showers:before{content: "\f02c"}.wi-night-alt-thunderstorm:before{content: "\f02d"}.wi-night-cloudy:before{content: "\f031"}.wi-night-cloudy-gusts:before{content: "\f02f"}.wi-night-cloudy-windy:before{content: "\f030"}.wi-night-fog:before{content: "\f04a"}.wi-night-hail:before{content: "\f032"}.wi-night-lightning:before{content: "\f033"}.wi-night-partly-cloudy:before{content: "\f083"}.wi-night-rain:before{content: "\f036"}.wi-night-rain-mix:before{content: "\f034"}.wi-night-rain-wind:before{content: "\f035"}.wi-night-showers:before{content: "\f037"}.wi-night-sleet:before{content: "\f0b3"}.wi-night-sleet-storm:before{content: "\f069"}.wi-night-snow:before{content: "\f038"}.wi-night-snow-thunderstorm:before{content: "\f06c"}.wi-night-snow-wind:before{content: "\f066"}.wi-night-sprinkle:before{content: "\f039"}.wi-night-storm-showers:before{content: "\f03a"}.wi-night-thunderstorm:before{content: "\f03b"}.wi-lunar-eclipse:before{content: "\f070"}.wi-stars:before{content: "\f077"}.wi-storm-showers:before{content: "\f01d"}.wi-thunderstorm:before{content: "\f01e"}.wi-night-alt-cloudy-high:before{content: "\f07e"}.wi-night-cloudy-high:before{content: "\f080"}.wi-night-alt-partly-cloudy:before{content: "\f081"}.wi-cloud:before{content: "\f041"}.wi-cloudy:before{content: "\f013"}.wi-cloudy-gusts:before{content: "\f011"}.wi-cloudy-windy:before{content: "\f012"}.wi-fog:before{content: "\f014"}.wi-hail:before{content: "\f015"}.wi-rain:before{content: "\f019"}.wi-rain-mix:before{content: "\f017"}.wi-rain-wind:before{content: "\f018"}.wi-showers:before{content: "\f01a"}.wi-sleet:before{content: "\f0b5"}.wi-snow:before{content: "\f01b"}.wi-sprinkle:before{content: "\f01c"}.wi-storm-showers:before{content: "\f01d"}.wi-thunderstorm:before{content: "\f01e"}.wi-snow-wind:before{content: "\f064"}.wi-snow:before{content: "\f01b"}.wi-smog:before{content: "\f074"}.wi-smoke:before{content: "\f062"}.wi-lightning:before{content: "\f016"}.wi-raindrops:before{content: "\f04e"}.wi-raindrop:before{content: "\f078"}.wi-dust:before{content: "\f063"}.wi-snowflake-cold:before{content: "\f076"}.wi-windy:before{content: "\f021"}.wi-strong-wind:before{content: "\f050"}.wi-sandstorm:before{content: "\f082"}.wi-earthquake:before{content: "\f0c6"}.wi-fire:before{content: "\f0c7"}.wi-flood:before{content: "\f07c"}.wi-meteor:before{content: "\f071"}.wi-tsunami:before{content: "\f0c5"}.wi-volcano:before{content: "\f0c8"}.wi-hurricane:before{content: "\f073"}.wi-tornado:before{content: "\f056"}.wi-small-craft-advisory:before{content: "\f0cc"}.wi-gale-warning:before{content: "\f0cd"}.wi-storm-warning:before{content: "\f0ce"}.wi-hurricane-warning:before{content: "\f0cf"}.wi-wind-direction:before{content: "\f0b1"}.wi-alien:before{content: "\f075"}.wi-celsius:before{content: "\f03c"}.wi-fahrenheit:before{content: "\f045"}.wi-degrees:before{content: "\f042"}.wi-thermometer:before{content: "\f055"}.wi-thermometer-exterior:before{content: "\f053"}.wi-thermometer-internal:before{content: "\f054"}.wi-cloud-down:before{content: "\f03d"}.wi-cloud-up:before{content: "\f040"}.wi-cloud-refresh:before{content: "\f03e"}.wi-horizon:before{content: "\f047"}.wi-horizon-alt:before{content: "\f046"}.wi-sunrise:before{content: "\f051"}.wi-sunset:before{content: "\f052"}.wi-moonrise:before{content: "\f0c9"}.wi-moonset:before{content: "\f0ca"}.wi-refresh:before{content: "\f04c"}.wi-refresh-alt:before{content: "\f04b"}.wi-umbrella:before{content: "\f084"}.wi-barometer:before{content: "\f079"}.wi-humidity:before{content: "\f07a"}.wi-na:before{content: "\f07b"}.wi-train:before{content: "\f0cb"}.wi-moon-new:before{content: "\f095"}.wi-moon-waxing-crescent-1:before{content: "\f096"}.wi-moon-waxing-crescent-2:before{content: "\f097"}.wi-moon-waxing-crescent-3:before{content: "\f098"}.wi-moon-waxing-crescent-4:before{content: "\f099"}.wi-moon-waxing-crescent-5:before{content: "\f09a"}.wi-moon-waxing-crescent-6:before{content: "\f09b"}.wi-moon-first-quarter:before{content: "\f09c"}.wi-moon-waxing-gibbous-1:before{content: "\f09d"}.wi-moon-waxing-gibbous-2:before{content: "\f09e"}.wi-moon-waxing-gibbous-3:before{content: "\f09f"}.wi-moon-waxing-gibbous-4:before{content: "\f0a0"}.wi-moon-waxing-gibbous-5:before{content: "\f0a1"}.wi-moon-waxing-gibbous-6:before{content: "\f0a2"}.wi-moon-full:before{content: "\f0a3"}.wi-moon-waning-gibbous-1:before{content: "\f0a4"}.wi-moon-waning-gibbous-2:before{content: "\f0a5"}.wi-moon-waning-gibbous-3:before{content: "\f0a6"}.wi-moon-waning-gibbous-4:before{content: "\f0a7"}.wi-moon-waning-gibbous-5:before{content: "\f0a8"}.wi-moon-waning-gibbous-6:before{content: "\f0a9"}.wi-moon-third-quarter:before{content: "\f0aa"}.wi-moon-waning-crescent-1:before{content: "\f0ab"}.wi-moon-waning-crescent-2:before{content: "\f0ac"}.wi-moon-waning-crescent-3:before{content: "\f0ad"}.wi-moon-waning-crescent-4:before{content: "\f0ae"}.wi-moon-waning-crescent-5:before{content: "\f0af"}.wi-moon-waning-crescent-6:before{content: "\f0b0"}.wi-moon-alt-new:before{content: "\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content: "\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content: "\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content: "\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content: "\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content: "\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content: "\f0d5"}.wi-moon-alt-first-quarter:before{content: "\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content: "\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content: "\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content: "\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content: "\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content: "\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content: "\f0dc"}.wi-moon-alt-full:before{content: "\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content: "\f0de"}.wi-moon-alt-waning-gibbous-2:before{content: "\f0df"}.wi-moon-alt-waning-gibbous-3:before{content: "\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content: "\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content: "\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content: "\f0e3"}.wi-moon-alt-third-quarter:before{content: "\f0e4"}.wi-moon-alt-waning-crescent-1:before{content: "\f0e5"}.wi-moon-alt-waning-crescent-2:before{content: "\f0e6"}.wi-moon-alt-waning-crescent-3:before{content: "\f0e7"}.wi-moon-alt-waning-crescent-4:before{content: "\f0e8"}.wi-moon-alt-waning-crescent-5:before{content: "\f0e9"}.wi-moon-alt-waning-crescent-6:before{content: "\f0ea"}.wi-moon-0:before{content: "\f095"}.wi-moon-1:before{content: "\f096"}.wi-moon-2:before{content: "\f097"}.wi-moon-3:before{content: "\f098"}.wi-moon-4:before{content: "\f099"}.wi-moon-5:before{content: "\f09a"}.wi-moon-6:before{content: "\f09b"}.wi-moon-7:before{content: "\f09c"}.wi-moon-8:before{content: "\f09d"}.wi-moon-9:before{content: "\f09e"}.wi-moon-10:before{content: "\f09f"}.wi-moon-11:before{content: "\f0a0"}.wi-moon-12:before{content: "\f0a1"}.wi-moon-13:before{content: "\f0a2"}.wi-moon-14:before{content: "\f0a3"}.wi-moon-15:before{content: "\f0a4"}.wi-moon-16:before{content: "\f0a5"}.wi-moon-17:before{content: "\f0a6"}.wi-moon-18:before{content: "\f0a7"}.wi-moon-19:before{content: "\f0a8"}.wi-moon-20:before{content: "\f0a9"}.wi-moon-21:before{content: "\f0aa"}.wi-moon-22:before{content: "\f0ab"}.wi-moon-23:before{content: "\f0ac"}.wi-moon-24:before{content: "\f0ad"}.wi-moon-25:before{content: "\f0ae"}.wi-moon-26:before{content: "\f0af"}.wi-moon-27:before{content: "\f0b0"}.wi-time-1:before{content: "\f08a"}.wi-time-2:before{content: "\f08b"}.wi-time-3:before{content: "\f08c"}.wi-time-4:before{content: "\f08d"}.wi-time-5:before{content: "\f08e"}.wi-time-6:before{content: "\f08f"}.wi-time-7:before{content: "\f090"}.wi-time-8:before{content: "\f091"}.wi-time-9:before{content: "\f092"}.wi-time-10:before{content: "\f093"}.wi-time-11:before{content: "\f094"}.wi-time-12:before{content: "\f089"}.wi-direction-up:before{content: "\f058"}.wi-direction-up-right:before{content: "\f057"}.wi-direction-right:before{content: "\f04d"}.wi-direction-down-right:before{content: "\f088"}.wi-direction-down:before{content: "\f044"}.wi-direction-down-left:before{content: "\f043"}.wi-direction-left:before{content: "\f048"}.wi-direction-up-left:before{content: "\f087"}.wi-wind-beaufort-0:before{content: "\f0b7"}.wi-wind-beaufort-1:before{content: "\f0b8"}.wi-wind-beaufort-2:before{content: "\f0b9"}.wi-wind-beaufort-3:before{content: "\f0ba"}.wi-wind-beaufort-4:before{content: "\f0bb"}.wi-wind-beaufort-5:before{content: "\f0bc"}.wi-wind-beaufort-6:before{content: "\f0bd"}.wi-wind-beaufort-7:before{content: "\f0be"}.wi-wind-beaufort-8:before{content: "\f0bf"}.wi-wind-beaufort-9:before{content: "\f0c0"}.wi-wind-beaufort-10:before{content: "\f0c1"}.wi-wind-beaufort-11:before{content: "\f0c2"}.wi-wind-beaufort-12:before{content: "\f0c3"}.wi-yahoo-0:before{content: "\f056"}.wi-yahoo-1:before{content: "\f00e"}.wi-yahoo-2:before{content: "\f073"}.wi-yahoo-3:before{content: "\f01e"}.wi-yahoo-4:before{content: "\f01e"}.wi-yahoo-5:before{content: "\f017"}.wi-yahoo-6:before{content: "\f017"}.wi-yahoo-7:before{content: "\f017"}.wi-yahoo-8:before{content: "\f015"}.wi-yahoo-9:before{content: "\f01a"}.wi-yahoo-10:before{content: "\f015"}.wi-yahoo-11:before{content: "\f01a"}.wi-yahoo-12:before{content: "\f01a"}.wi-yahoo-13:before{content: "\f01b"}.wi-yahoo-14:before{content: "\f00a"}.wi-yahoo-15:before{content: "\f064"}.wi-yahoo-16:before{content: "\f01b"}.wi-yahoo-17:before{content: "\f015"}.wi-yahoo-18:before{content: "\f017"}.wi-yahoo-19:before{content: "\f063"}.wi-yahoo-20:before{content: "\f014"}.wi-yahoo-21:before{content: "\f021"}.wi-yahoo-22:before{content: "\f062"}.wi-yahoo-23:before{content: "\f050"}.wi-yahoo-24:before{content: "\f050"}.wi-yahoo-25:before{content: "\f076"}.wi-yahoo-26:before{content: "\f013"}.wi-yahoo-27:before{content: "\f031"}.wi-yahoo-28:before{content: "\f002"}.wi-yahoo-29:before{content: "\f031"}.wi-yahoo-30:before{content: "\f002"}.wi-yahoo-31:before{content: "\f02e"}.wi-yahoo-32:before{content: "\f00d"}.wi-yahoo-33:before{content: "\f083"}.wi-yahoo-34:before{content: "\f00c"}.wi-yahoo-35:before{content: "\f017"}.wi-yahoo-36:before{content: "\f072"}.wi-yahoo-37:before{content: "\f00e"}.wi-yahoo-38:before{content: "\f00e"}.wi-yahoo-39:before{content: "\f00e"}.wi-yahoo-40:before{content: "\f01a"}.wi-yahoo-41:before{content: "\f064"}.wi-yahoo-42:before{content: "\f01b"}.wi-yahoo-43:before{content: "\f064"}.wi-yahoo-44:before{content: "\f00c"}.wi-yahoo-45:before{content: "\f00e"}.wi-yahoo-46:before{content: "\f01b"}.wi-yahoo-47:before{content: "\f00e"}.wi-yahoo-3200:before{content: "\f077"}.wi-forecast-io-clear-day:before{content: "\f00d"}.wi-forecast-io-clear-night:before{content: "\f02e"}.wi-forecast-io-rain:before{content: "\f019"}.wi-forecast-io-snow:before{content: "\f01b"}.wi-forecast-io-sleet:before{content: "\f0b5"}.wi-forecast-io-wind:before{content: "\f050"}.wi-forecast-io-fog:before{content: "\f014"}.wi-forecast-io-cloudy:before{content: "\f013"}.wi-forecast-io-partly-cloudy-day:before{content: "\f002"}.wi-forecast-io-partly-cloudy-night:before{content: "\f031"}.wi-forecast-io-hail:before{content: "\f015"}.wi-forecast-io-thunderstorm:before{content: "\f01e"}.wi-forecast-io-tornado:before{content: "\f056"}.wi-owm-200:before{content: "\f01e"}.wi-owm-201:before{content: "\f01e"}.wi-owm-202:before{content: "\f01e"}.wi-owm-210:before{content: "\f016"}.wi-owm-211:before{content: "\f016"}.wi-owm-212:before{content: "\f016"}.wi-owm-221:before{content: "\f016"}.wi-owm-230:before{content: "\f01e"}.wi-owm-231:before{content: "\f01e"}.wi-owm-232:before{content: "\f01e"}.wi-owm-300:before{content: "\f01c"}.wi-owm-301:before{content: "\f01c"}.wi-owm-302:before{content: "\f019"}.wi-owm-310:before{content: "\f017"}.wi-owm-311:before{content: "\f019"}.wi-owm-312:before{content: "\f019"}.wi-owm-313:before{content: "\f01a"}.wi-owm-314:before{content: "\f019"}.wi-owm-321:before{content: "\f01c"}.wi-owm-500:before{content: "\f01c"}.wi-owm-501:before{content: "\f019"}.wi-owm-502:before{content: "\f019"}.wi-owm-503:before{content: "\f019"}.wi-owm-504:before{content: "\f019"}.wi-owm-511:before{content: "\f017"}.wi-owm-520:before{content: "\f01a"}.wi-owm-521:before{content: "\f01a"}.wi-owm-522:before{content: "\f01a"}.wi-owm-531:before{content: "\f01d"}.wi-owm-600:before{content: "\f01b"}.wi-owm-601:before{content: "\f01b"}.wi-owm-602:before{content: "\f0b5"}.wi-owm-611:before{content: "\f017"}.wi-owm-612:before{content: "\f017"}.wi-owm-615:before{content: "\f017"}.wi-owm-616:before{content: "\f017"}.wi-owm-620:before{content: "\f017"}.wi-owm-621:before{content: "\f01b"}.wi-owm-622:before{content: "\f01b"}.wi-owm-701:before{content: "\f01a"}.wi-owm-711:before{content: "\f062"}.wi-owm-721:before{content: "\f0b6"}.wi-owm-731:before{content: "\f063"}.wi-owm-741:before{content: "\f014"}.wi-owm-761:before{content: "\f063"}.wi-owm-762:before{content: "\f063"}.wi-owm-771:before{content: "\f011"}.wi-owm-781:before{content: "\f056"}.wi-owm-800:before{content: "\f00d"}.wi-owm-801:before{content: "\f011"}.wi-owm-802:before{content: "\f011"}.wi-owm-803:before{content: "\f012"}.wi-owm-804:before{content: "\f013"}.wi-owm-900:before{content: "\f056"}.wi-owm-901:before{content: "\f01d"}.wi-owm-902:before{content: "\f073"}.wi-owm-903:before{content: "\f076"}.wi-owm-904:before{content: "\f072"}.wi-owm-905:before{content: "\f021"}.wi-owm-906:before{content: "\f015"}.wi-owm-957:before{content: "\f050"}.wi-owm-day-200:before{content: "\f010"}.wi-owm-day-201:before{content: "\f010"}.wi-owm-day-202:before{content: "\f010"}.wi-owm-day-210:before{content: "\f005"}.wi-owm-day-211:before{content: "\f005"}.wi-owm-day-212:before{content: "\f005"}.wi-owm-day-221:before{content: "\f005"}.wi-owm-day-230:before{content: "\f010"}.wi-owm-day-231:before{content: "\f010"}.wi-owm-day-232:before{content: "\f010"}.wi-owm-day-300:before{content: "\f00b"}.wi-owm-day-301:before{content: "\f00b"}.wi-owm-day-302:before{content: "\f008"}.wi-owm-day-310:before{content: "\f008"}.wi-owm-day-311:before{content: "\f008"}.wi-owm-day-312:before{content: "\f008"}.wi-owm-day-313:before{content: "\f008"}.wi-owm-day-314:before{content: "\f008"}.wi-owm-day-321:before{content: "\f00b"}.wi-owm-day-500:before{content: "\f00b"}.wi-owm-day-501:before{content: "\f008"}.wi-owm-day-502:before{content: "\f008"}.wi-owm-day-503:before{content: "\f008"}.wi-owm-day-504:before{content: "\f008"}.wi-owm-day-511:before{content: "\f006"}.wi-owm-day-520:before{content: "\f009"}.wi-owm-day-521:before{content: "\f009"}.wi-owm-day-522:before{content: "\f009"}.wi-owm-day-531:before{content: "\f00e"}.wi-owm-day-600:before{content: "\f00a"}.wi-owm-day-601:before{content: "\f0b2"}.wi-owm-day-602:before{content: "\f00a"}.wi-owm-day-611:before{content: "\f006"}.wi-owm-day-612:before{content: "\f006"}.wi-owm-day-615:before{content: "\f006"}.wi-owm-day-616:before{content: "\f006"}.wi-owm-day-620:before{content: "\f006"}.wi-owm-day-621:before{content: "\f00a"}.wi-owm-day-622:before{content: "\f00a"}.wi-owm-day-701:before{content: "\f009"}.wi-owm-day-711:before{content: "\f062"}.wi-owm-day-721:before{content: "\f0b6"}.wi-owm-day-731:before{content: "\f063"}.wi-owm-day-741:before{content: "\f003"}.wi-owm-day-761:before{content: "\f063"}.wi-owm-day-762:before{content: "\f063"}.wi-owm-day-781:before{content: "\f056"}.wi-owm-day-800:before{content: "\f00d"}.wi-owm-day-801:before{content: "\f000"}.wi-owm-day-802:before{content: "\f000"}.wi-owm-day-803:before{content: "\f000"}.wi-owm-day-804:before{content: "\f00c"}.wi-owm-day-900:before{content: "\f056"}.wi-owm-day-902:before{content: "\f073"}.wi-owm-day-903:before{content: "\f076"}.wi-owm-day-904:before{content: "\f072"}.wi-owm-day-906:before{content: "\f004"}.wi-owm-day-957:before{content: "\f050"}.wi-owm-night-200:before{content: "\f02d"}.wi-owm-night-201:before{content: "\f02d"}.wi-owm-night-202:before{content: "\f02d"}.wi-owm-night-210:before{content: "\f025"}.wi-owm-night-211:before{content: "\f025"}.wi-owm-night-212:before{content: "\f025"}.wi-owm-night-221:before{content: "\f025"}.wi-owm-night-230:before{content: "\f02d"}.wi-owm-night-231:before{content: "\f02d"}.wi-owm-night-232:before{content: "\f02d"}.wi-owm-night-300:before{content: "\f02b"}.wi-owm-night-301:before{content: "\f02b"}.wi-owm-night-302:before{content: "\f028"}.wi-owm-night-310:before{content: "\f028"}.wi-owm-night-311:before{content: "\f028"}.wi-owm-night-312:before{content: "\f028"}.wi-owm-night-313:before{content: "\f028"}.wi-owm-night-314:before{content: "\f028"}.wi-owm-night-321:before{content: "\f02b"}.wi-owm-night-500:before{content: "\f02b"}.wi-owm-night-501:before{content: "\f028"}.wi-owm-night-502:before{content: "\f028"}.wi-owm-night-503:before{content: "\f028"}.wi-owm-night-504:before{content: "\f028"}.wi-owm-night-511:before{content: "\f026"}.wi-owm-night-520:before{content: "\f029"}.wi-owm-night-521:before{content: "\f029"}.wi-owm-night-522:before{content: "\f029"}.wi-owm-night-531:before{content: "\f02c"}.wi-owm-night-600:before{content: "\f02a"}.wi-owm-night-601:before{content: "\f0b4"}.wi-owm-night-602:before{content: "\f02a"}.wi-owm-night-611:before{content: "\f026"}.wi-owm-night-612:before{content: "\f026"}.wi-owm-night-615:before{content: "\f026"}.wi-owm-night-616:before{content: "\f026"}.wi-owm-night-620:before{content: "\f026"}.wi-owm-night-621:before{content: "\f02a"}.wi-owm-night-622:before{content: "\f02a"}.wi-owm-night-701:before{content: "\f029"}.wi-owm-night-711:before{content: "\f062"}.wi-owm-night-721:before{content: "\f0b6"}.wi-owm-night-731:before{content: "\f063"}.wi-owm-night-741:before{content: "\f04a"}.wi-owm-night-761:before{content: "\f063"}.wi-owm-night-762:before{content: "\f063"}.wi-owm-night-781:before{content: "\f056"}.wi-owm-night-800:before{content: "\f02e"}.wi-owm-night-801:before{content: "\f022"}.wi-owm-night-802:before{content: "\f022"}.wi-owm-night-803:before{content: "\f022"}.wi-owm-night-804:before{content: "\f086"}.wi-owm-night-900:before{content: "\f056"}.wi-owm-night-902:before{content: "\f073"}.wi-owm-night-903:before{content: "\f076"}.wi-owm-night-904:before{content: "\f072"}.wi-owm-night-906:before{content: "\f024"}.wi-owm-night-957:before{content: "\f050"}.wi-wwo-113:before{content: "\f00d"}.wi-wwo-day-113:before{content: "\f00d"}.wi-wwo-night-113:before{content: "\f02e"}.wi-wwo-116:before{content: "\f011"}.wi-wwo-day-116:before{content: "\f011"}.wi-wwo-night-116:before{content: "\f022"}.wi-wwo-119:before{content: "\f013"}.wi-wwo-day-119:before{content: "\f013"}.wi-wwo-night-119:before{content: "\f086"}.wi-wwo-122:before{content: "\f00c"}.wi-wwo-day-122:before{content: "\f00c"}.wi-wwo-night-122:before{content: "\f086"}.wi-wwo-143:before{content: "\f014"}.wi-wwo-day-143:before{content: "\f014"}.wi-wwo-night-143:before{content: "\f04a"}.wi-wwo-176:before{content: "\f019"}.wi-wwo-day-176:before{content: "\f019"}.wi-wwo-night-176:before{content: "\f028"}.wi-wwo-179:before{content: "\f01b"}.wi-wwo-day-179:before{content: "\f01b"}.wi-wwo-night-179:before{content: "\f02a"}.wi-wwo-182:before{content: "\f017"}.wi-wwo-day-182:before{content: "\f017"}.wi-wwo-night-182:before{content: "\f026"}.wi-wwo-185:before{content: "\f019"}.wi-wwo-day-185:before{content: "\f019"}.wi-wwo-night-185:before{content: "\f028"}.wi-wwo-200:before{content: "\f01e"}.wi-wwo-day-200:before{content: "\f01e"}.wi-wwo-night-200:before{content: "\f02d"}.wi-wwo-227:before{content: "\f01b"}.wi-wwo-day-227:before{content: "\f01b"}.wi-wwo-night-227:before{content: "\f02a"}.wi-wwo-230:before{content: "\f01b"}.wi-wwo-day-230:before{content: "\f01b"}.wi-wwo-night-230:before{content: "\f02a"}.wi-wwo-248:before{content: "\f014"}.wi-wwo-day-248:before{content: "\f014"}.wi-wwo-night-248:before{content: "\f04a"}.wi-wwo-260:before{content: "\f014"}.wi-wwo-day-260:before{content: "\f014"}.wi-wwo-night-260:before{content: "\f04a"}.wi-wwo-263:before{content: "\f019"}.wi-wwo-day-263:before{content: "\f019"}.wi-wwo-night-263:before{content: "\f028"}.wi-wwo-266:before{content: "\f019"}.wi-wwo-281:before{content: "\f019"}.wi-wwo-284:before{content: "\f019"}.wi-wwo-293:before{content: "\f019"}.wi-wwo-296:before{content: "\f019"}.wi-wwo-299:before{content: "\f019"}.wi-wwo-302:before{content: "\f019"}.wi-wwo-305:before{content: "\f019"}.wi-wwo-308:before{content: "\f019"}.wi-wwo-311:before{content: "\f017"}.wi-wwo-314:before{content: "\f017"}.wi-wwo-317:before{content: "\f017"}.wi-wwo-320:before{content: "\f017"}.wi-wwo-323:before{content: "\f01b"}.wi-wwo-326:before{content: "\f01b"}.wi-wwo-329:before{content: "\f01b"}.wi-wwo-332:before{content: "\f01b"}.wi-wwo-335:before{content: "\f01b"}.wi-wwo-338:before{content: "\f01b"}.wi-wwo-350:before{content: "\f015"}.wi-wwo-353:before{content: "\f019"}.wi-wwo-356:before{content: "\f01d"}.wi-wwo-359:before{content: "\f01d"}.wi-wwo-362:before{content: "\f01d"}.wi-wwo-365:before{content: "\f01d"}.wi-wwo-368:before{content: "\f01d"}.wi-wwo-371:before{content: "\f01d"}.wi-wwo-374:before{content: "\f01d"}.wi-wwo-377:before{content: "\f01d"}.wi-wwo-386:before{content: "\f01e"}.wi-wwo-389:before{content: "\f01e"}.wi-wwo-392:before{content: "\f01e"}.wi-wwo-395:before{content: "\f01e"}.wi-wu-chanceflurries:before{content: "\f064"}.wi-wu-chancerain:before{content: "\f019"}.wi-wu-chancesleat:before{content: "\f0b5"}.wi-wu-chancesnow:before{content: "\f01b"}.wi-wu-chancetstorms:before{content: "\f01e"}.wi-wu-clear:before{content: "\f00d"}.wi-wu-cloudy:before{content: "\f002"}.wi-wu-flurries:before{content: "\f064"}.wi-wu-hazy:before{content: "\f0b6"}.wi-wu-mostlycloudy:before{content: "\f002"}.wi-wu-mostlysunny:before{content: "\f00d"}.wi-wu-partlycloudy:before{content: "\f002"}.wi-wu-partlysunny:before{content: "\f00d"}.wi-wu-rain:before{content: "\f01a"}.wi-wu-sleat:before{content: "\f0b5"}.wi-wu-snow:before{content: "\f01b"}.wi-wu-sunny:before{content: "\f00d"}.wi-wu-tstorms:before{content: "\f01e"}.wi-wu-unknown:before{content: "\f00d"}/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */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,menu,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-color: 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: .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{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;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: .35em .625em .75em}legend{border: 0;padding: 0}textarea{overflow: auto}optgroup{font-weight: bold}table{border-collapse: collapse;border-spacing: 0}td,th{padding: 0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important}a,a:visited{text-decoration: underline}a[href]:after{content: " (" attr(href) ")"}abbr[title]:after{content: " (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]: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}.navbar{display: none}.btn > .caret,.dropup > .btn > .caret{border-top-color: #000 !important}.label{border: 1px solid #000}.table{border-collapse: collapse !important}.table td,.table th{background-color: #fff !important}.table-bordered th,.table-bordered td{border: 1px solid #ddd !important}}@font-face{font-family: 'Glyphicons Halflings';src: url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.eot');src: url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../typo3temp/tx_adxless/typo3conf/ext/template76/Resources/Public/Components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.glyphicon-asterisk:before{content: "\002a"}.glyphicon-plus:before{content: "\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content: "\20ac"}.glyphicon-minus:before{content: "\2212"}.glyphicon-cloud:before{content: "\2601"}.glyphicon-envelope:before{content: "\2709"}.glyphicon-pencil:before{content: "\270f"}.glyphicon-glass:before{content: "\e001"}.glyphicon-music:before{content: "\e002"}.glyphicon-search:before{content: "\e003"}.glyphicon-heart:before{content: "\e005"}.glyphicon-star:before{content: "\e006"}.glyphicon-star-empty:before{content: "\e007"}.glyphicon-user:before{content: "\e008"}.glyphicon-film:before{content: "\e009"}.glyphicon-th-large:before{content: "\e010"}.glyphicon-th:before{content: "\e011"}.glyphicon-th-list:before{content: "\e012"}.glyphicon-ok:before{content: "\e013"}.glyphicon-remove:before{content: "\e014"}.glyphicon-zoom-in:before{content: "\e015"}.glyphicon-zoom-out:before{content: "\e016"}.glyphicon-off:before{content: "\e017"}.glyphicon-signal:before{content: "\e018"}.glyphicon-cog:before{content: "\e019"}.glyphicon-trash:before{content: "\e020"}.glyphicon-home:before{content: "\e021"}.glyphicon-file:before{content: "\e022"}.glyphicon-time:before{content: "\e023"}.glyphicon-road:before{content: "\e024"}.glyphicon-download-alt:before{content: "\e025"}.glyphicon-download:before{content: "\e026"}.glyphicon-upload:before{content: "\e027"}.glyphicon-inbox:before{content: "\e028"}.glyphicon-play-circle:before{content: "\e029"}.glyphicon-repeat:before{content: "\e030"}.glyphicon-refresh:before{content: "\e031"}.glyphicon-list-alt:before{content: "\e032"}.glyphicon-lock:before{content: "\e033"}.glyphicon-flag:before{content: "\e034"}.glyphicon-headphones:before{content: "\e035"}.glyphicon-volume-off:before{content: "\e036"}.glyphicon-volume-down:before{content: "\e037"}.glyphicon-volume-up:before{content: "\e038"}.glyphicon-qrcode:before{content: "\e039"}.glyphicon-barcode:before{content: "\e040"}.glyphicon-tag:before{content: "\e041"}.glyphicon-tags:before{content: "\e042"}.glyphicon-book:before{content: "\e043"}.glyphicon-bookmark:before{content: "\e044"}.glyphicon-print:before{content: "\e045"}.glyphicon-camera:before{content: "\e046"}.glyphicon-font:before{content: "\e047"}.glyphicon-bold:before{content: "\e048"}.glyphicon-italic:before{content: "\e049"}.glyphicon-text-height:before{content: "\e050"}.glyphicon-text-width:before{content: "\e051"}.glyphicon-align-left:before{content: "\e052"}.glyphicon-align-center:before{content: "\e053"}.glyphicon-align-right:before{content: "\e054"}.glyphicon-align-justify:before{content: "\e055"}.glyphicon-list:before{content: "\e056"}.glyphicon-indent-left:before{content: "\e057"}.glyphicon-indent-right:before{content: "\e058"}.glyphicon-facetime-video:before{content: "\e059"}.glyphicon-picture:before{content: "\e060"}.glyphicon-map-marker:before{content: "\e062"}.glyphicon-adjust:before{content: "\e063"}.glyphicon-tint:before{content: "\e064"}.glyphicon-edit:before{content: "\e065"}.glyphicon-share:before{content: "\e066"}.glyphicon-check:before{content: "\e067"}.glyphicon-move:before{content: "\e068"}.glyphicon-step-backward:before{content: "\e069"}.glyphicon-fast-backward:before{content: "\e070"}.glyphicon-backward:before{content: "\e071"}.glyphicon-play:before{content: "\e072"}.glyphicon-pause:before{content: "\e073"}.glyphicon-stop:before{content: "\e074"}.glyphicon-forward:before{content: "\e075"}.glyphicon-fast-forward:before{content: "\e076"}.glyphicon-step-forward:before{content: "\e077"}.glyphicon-eject:before{content: "\e078"}.glyphicon-chevron-left:before{content: "\e079"}.glyphicon-chevron-right:before{content: "\e080"}.glyphicon-plus-sign:before{content: "\e081"}.glyphicon-minus-sign:before{content: "\e082"}.glyphicon-remove-sign:before{content: "\e083"}.glyphicon-ok-sign:before{content: "\e084"}.glyphicon-question-sign:before{content: "\e085"}.glyphicon-info-sign:before{content: "\e086"}.glyphicon-screenshot:before{content: "\e087"}.glyphicon-remove-circle:before{content: "\e088"}.glyphicon-ok-circle:before{content: "\e089"}.glyphicon-ban-circle:before{content: "\e090"}.glyphicon-arrow-left:before{content: "\e091"}.glyphicon-arrow-right:before{content: "\e092"}.glyphicon-arrow-up:before{content: "\e093"}.glyphicon-arrow-down:before{content: "\e094"}.glyphicon-share-alt:before{content: "\e095"}.glyphicon-resize-full:before{content: "\e096"}.glyphicon-resize-small:before{content: "\e097"}.glyphicon-exclamation-sign:before{content: "\e101"}.glyphicon-gift:before{content: "\e102"}.glyphicon-leaf:before{content: "\e103"}.glyphicon-fire:before{content: "\e104"}.glyphicon-eye-open:before{content: "\e105"}.glyphicon-eye-close:before{content: "\e106"}.glyphicon-warning-sign:before{content: "\e107"}.glyphicon-plane:before{content: "\e108"}.glyphicon-calendar:before{content: "\e109"}.glyphicon-random:before{content: "\e110"}.glyphicon-comment:before{content: "\e111"}.glyphicon-magnet:before{content: "\e112"}.glyphicon-chevron-up:before{content: "\e113"}.glyphicon-chevron-down:before{content: "\e114"}.glyphicon-retweet:before{content: "\e115"}.glyphicon-shopping-cart:before{content: "\e116"}.glyphicon-folder-close:before{content: "\e117"}.glyphicon-folder-open:before{content: "\e118"}.glyphicon-resize-vertical:before{content: "\e119"}.glyphicon-resize-horizontal:before{content: "\e120"}.glyphicon-hdd:before{content: "\e121"}.glyphicon-bullhorn:before{content: "\e122"}.glyphicon-bell:before{content: "\e123"}.glyphicon-certificate:before{content: "\e124"}.glyphicon-thumbs-up:before{content: "\e125"}.glyphicon-thumbs-down:before{content: "\e126"}.glyphicon-hand-right:before{content: "\e127"}.glyphicon-hand-left:before{content: "\e128"}.glyphicon-hand-up:before{content: "\e129"}.glyphicon-hand-down:before{content: "\e130"}.glyphicon-circle-arrow-right:before{content: "\e131"}.glyphicon-circle-arrow-left:before{content: "\e132"}.glyphicon-circle-arrow-up:before{content: "\e133"}.glyphicon-circle-arrow-down:before{content: "\e134"}.glyphicon-globe:before{content: "\e135"}.glyphicon-wrench:before{content: "\e136"}.glyphicon-tasks:before{content: "\e137"}.glyphicon-filter:before{content: "\e138"}.glyphicon-briefcase:before{content: "\e139"}.glyphicon-fullscreen:before{content: "\e140"}.glyphicon-dashboard:before{content: "\e141"}.glyphicon-paperclip:before{content: "\e142"}.glyphicon-heart-empty:before{content: "\e143"}.glyphicon-link:before{content: "\e144"}.glyphicon-phone:before{content: "\e145"}.glyphicon-pushpin:before{content: "\e146"}.glyphicon-usd:before{content: "\e148"}.glyphicon-gbp:before{content: "\e149"}.glyphicon-sort:before{content: "\e150"}.glyphicon-sort-by-alphabet:before{content: "\e151"}.glyphicon-sort-by-alphabet-alt:before{content: "\e152"}.glyphicon-sort-by-order:before{content: "\e153"}.glyphicon-sort-by-order-alt:before{content: "\e154"}.glyphicon-sort-by-attributes:before{content: "\e155"}.glyphicon-sort-by-attributes-alt:before{content: "\e156"}.glyphicon-unchecked:before{content: "\e157"}.glyphicon-expand:before{content: "\e158"}.glyphicon-collapse-down:before{content: "\e159"}.glyphicon-collapse-up:before{content: "\e160"}.glyphicon-log-in:before{content: "\e161"}.glyphicon-flash:before{content: "\e162"}.glyphicon-log-out:before{content: "\e163"}.glyphicon-new-window:before{content: "\e164"}.glyphicon-record:before{content: "\e165"}.glyphicon-save:before{content: "\e166"}.glyphicon-open:before{content: "\e167"}.glyphicon-saved:before{content: "\e168"}.glyphicon-import:before{content: "\e169"}.glyphicon-export:before{content: "\e170"}.glyphicon-send:before{content: "\e171"}.glyphicon-floppy-disk:before{content: "\e172"}.glyphicon-floppy-saved:before{content: "\e173"}.glyphicon-floppy-remove:before{content: "\e174"}.glyphicon-floppy-save:before{content: "\e175"}.glyphicon-floppy-open:before{content: "\e176"}.glyphicon-credit-card:before{content: "\e177"}.glyphicon-transfer:before{content: "\e178"}.glyphicon-cutlery:before{content: "\e179"}.glyphicon-header:before{content: "\e180"}.glyphicon-compressed:before{content: "\e181"}.glyphicon-earphone:before{content: "\e182"}.glyphicon-phone-alt:before{content: "\e183"}.glyphicon-tower:before{content: "\e184"}.glyphicon-stats:before{content: "\e185"}.glyphicon-sd-video:before{content: "\e186"}.glyphicon-hd-video:before{content: "\e187"}.glyphicon-subtitles:before{content: "\e188"}.glyphicon-sound-stereo:before{content: "\e189"}.glyphicon-sound-dolby:before{content: "\e190"}.glyphicon-sound-5-1:before{content: "\e191"}.glyphicon-sound-6-1:before{content: "\e192"}.glyphicon-sound-7-1:before{content: "\e193"}.glyphicon-copyright-mark:before{content: "\e194"}.glyphicon-registration-mark:before{content: "\e195"}.glyphicon-cloud-download:before{content: "\e197"}.glyphicon-cloud-upload:before{content: "\e198"}.glyphicon-tree-conifer:before{content: "\e199"}.glyphicon-tree-deciduous:before{content: "\e200"}.glyphicon-cd:before{content: "\e201"}.glyphicon-save-file:before{content: "\e202"}.glyphicon-open-file:before{content: "\e203"}.glyphicon-level-up:before{content: "\e204"}.glyphicon-copy:before{content: "\e205"}.glyphicon-paste:before{content: "\e206"}.glyphicon-alert:before{content: "\e209"}.glyphicon-equalizer:before{content: "\e210"}.glyphicon-king:before{content: "\e211"}.glyphicon-queen:before{content: "\e212"}.glyphicon-pawn:before{content: "\e213"}.glyphicon-bishop:before{content: "\e214"}.glyphicon-knight:before{content: "\e215"}.glyphicon-baby-formula:before{content: "\e216"}.glyphicon-tent:before{content: "\26fa"}.glyphicon-blackboard:before{content: "\e218"}.glyphicon-bed:before{content: "\e219"}.glyphicon-apple:before{content: "\f8ff"}.glyphicon-erase:before{content: "\e221"}.glyphicon-hourglass:before{content: "\231b"}.glyphicon-lamp:before{content: "\e223"}.glyphicon-duplicate:before{content: "\e224"}.glyphicon-piggy-bank:before{content: "\e225"}.glyphicon-scissors:before{content: "\e226"}.glyphicon-bitcoin:before{content: "\e227"}.glyphicon-btc:before{content: "\e227"}.glyphicon-xbt:before{content: "\e227"}.glyphicon-yen:before{content: "\00a5"}.glyphicon-jpy:before{content: "\00a5"}.glyphicon-ruble:before{content: "\20bd"}.glyphicon-rub:before{content: "\20bd"}.glyphicon-scale:before{content: "\e230"}.glyphicon-ice-lolly:before{content: "\e231"}.glyphicon-ice-lolly-tasted:before{content: "\e232"}.glyphicon-education:before{content: "\e233"}.glyphicon-option-horizontal:before{content: "\e234"}.glyphicon-option-vertical:before{content: "\e235"}.glyphicon-menu-hamburger:before{content: "\e236"}.glyphicon-modal-window:before{content: "\e237"}.glyphicon-oil:before{content: "\e238"}.glyphicon-grain:before{content: "\e239"}.glyphicon-sunglasses:before{content: "\e240"}.glyphicon-text-size:before{content: "\e241"}.glyphicon-text-color:before{content: "\e242"}.glyphicon-text-background:before{content: "\e243"}.glyphicon-object-align-top:before{content: "\e244"}.glyphicon-object-align-bottom:before{content: "\e245"}.glyphicon-object-align-horizontal:before{content: "\e246"}.glyphicon-object-align-left:before{content: "\e247"}.glyphicon-object-align-vertical:before{content: "\e248"}.glyphicon-object-align-right:before{content: "\e249"}.glyphicon-triangle-right:before{content: "\e250"}.glyphicon-triangle-left:before{content: "\e251"}.glyphicon-triangle-bottom:before{content: "\e252"}.glyphicon-triangle-top:before{content: "\e253"}.glyphicon-console:before{content: "\e254"}.glyphicon-superscript:before{content: "\e255"}.glyphicon-subscript:before{content: "\e256"}.glyphicon-menu-left:before{content: "\e257"}.glyphicon-menu-right:before{content: "\e258"}.glyphicon-menu-down:before{content: "\e259"}.glyphicon-menu-up:before{content: "\e260"}*{-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: 10px;-webkit-tap-highlight-color: rgba(0,0,0,0)}body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 17px;line-height: 1.42857143;color: #333;background-color: #fff}input,button,select,textarea{font-family: inherit;font-size: inherit;line-height: inherit}a{color: #c00b63;text-decoration: none}a:hover,a:focus{color: #78073e;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,.carousel-inner > .item > img,.carousel-inner > .item > a > img{display: block;max-width: 100%;height: auto}.img-rounded{border-radius: 6px}.img-thumbnail{padding: 4px;line-height: 1.42857143;background-color: #fff;border: 1px solid #ddd;border-radius: 15px;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;-webkit-transition: all all .2s ease-in-out ease;-moz-transition: all all .2s ease-in-out ease;-ms-transition: all all .2s ease-in-out ease;-o-transition: all all .2s ease-in-out ease;transition: all all .2s ease-in-out ease;display: inline-block;max-width: 100%;height: auto}.img-circle{border-radius: 50%}hr{margin-top: 25px;margin-bottom: 25px;border: 0;border-top: 1px solid #eee}.sr-only{position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0}.sr-only-focusable:active,.sr-only-focusable:focus{position: static;width: auto;height: auto;margin: 0;overflow: visible;clip: auto}[role="button"]{cursor: pointer}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: #777}h1,.h1,h2,.h2,h3,.h3{margin-top: 25px;margin-bottom: 12.5px}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: 12.5px;margin-bottom: 12.5px}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%}h1,.h1{font-size: 60px}h2,.h2{font-size: 36px}h3,.h3{font-size: 29px}h4,.h4{font-size: 22px}h5,.h5{font-size: 17px}h6,.h6{font-size: 15px}p{margin: 0 0 12.5px}.lead{margin-bottom: 25px;font-size: 19px;font-weight: 300;line-height: 1.4}@media (min-width: 768px){.lead{font-size: 25.5px}}small,.small{font-size: 88%}mark,.mark{background-color: #fcf8e3;padding: .2em}.text-left{text-align: left}.text-right{text-align: right}.text-center{text-align: center}.text-justify{text-align: justify}.text-nowrap{white-space: nowrap}.text-lowercase{text-transform: lowercase}.text-uppercase{text-transform: uppercase}.text-capitalize{text-transform: capitalize}.text-muted{color: #777}.text-primary{color: #003f39}a.text-primary:hover,a.text-primary:focus{color: #000c0b}.text-success{color: #3c763d}a.text-success:hover,a.text-success:focus{color: #2b542c}.text-info{color: #31708f}a.text-info:hover,a.text-info:focus{color: #245269}.text-warning{color: #8a6d3b}a.text-warning:hover,a.text-warning:focus{color: #66512c}.text-danger{color: #a94442}a.text-danger:hover,a.text-danger:focus{color: #843534}.bg-primary{color: #fff;background-color: #003f39}a.bg-primary:hover,a.bg-primary:focus{background-color: #000c0b}.bg-success{background-color: #dff0d8}a.bg-success:hover,a.bg-success:focus{background-color: #c1e2b3}.bg-info{background-color: #d9edf7}a.bg-info:hover,a.bg-info:focus{background-color: #afd9ee}.bg-warning{background-color: #fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color: #f7ecb5}.bg-danger{background-color: #f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color: #e4b9b9}.page-header{padding-bottom: 11.5px;margin: 50px 0 25px;border-bottom: 1px solid #eee}ul,ol{margin-top: 0;margin-bottom: 12.5px}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: 25px}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 #777}.initialism{font-size: 90%;text-transform: uppercase}blockquote{padding: 12.5px 25px;margin: 0 0 25px;font-size: 21.25px;border-left: 5px solid #eee}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: #777}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 #eee;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'}address{margin-bottom: 25px;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;border-radius: 15px}kbd{padding: 2px 4px;font-size: 90%;color: #fff;background-color: #333;border-radius: 3px;box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding: 0;font-size: 100%;font-weight: bold;box-shadow: none}pre{display: block;padding: 12px;margin: 0 0 12.5px;font-size: 16px;line-height: 1.42857143;word-break: break-all;word-wrap: break-word;color: #333;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 15px}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: auto}.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: auto}.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: auto}.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: auto}.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: auto}.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: auto}.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: auto}.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: auto}.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{background-color: rgba(255,255,255,0.8)}caption{padding-top: 8px;padding-bottom: 8px;color: #777;text-align: left}th{text-align: left}.table{width: 100%;max-width: 100%;margin-bottom: 25px}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd}.table > thead > tr > th{vertical-align: bottom;border-bottom: 2px solid #ddd}.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 #ddd}.table .table{background-color: #fff}.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 #ddd}.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 #ddd}.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{border-bottom-width: 2px}.table-striped > tbody > tr:nth-of-type(odd){background-color: rgba(238,238,238,0.8)}.table-hover > tbody > tr:hover{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:hover > .active,.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:hover > .success,.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:hover > .info,.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:hover > .warning,.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:hover > .danger,.table-hover > tbody > tr.danger:hover > th{background-color: #ebcccc}.table-responsive{overflow-x: auto;min-height: 0.01%}@media screen and (max-width: 767px){.table-responsive{width: 100%;margin-bottom: 18.75px;overflow-y: hidden;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #ddd}.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: 25px;font-size: 25.5px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5}label{display: inline-block;max-width: 100%;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;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: 17px;line-height: 1.42857143;color: #555}.form-control{display: block;width: 100%;height: 39px;padding: 6px 12px;font-size: 17px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #90084a;border-radius: 5px;-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-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-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;-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;-ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;-o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease}.form-control:focus{border-color: #c00b63;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6);-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,11,99,0.6) 1px 2px transparent}.form-control::-moz-placeholder{color: #999;opacity: 1}.form-control:-ms-input-placeholder{color: #999}.form-control::-webkit-input-placeholder{color: #999}.form-control::-ms-expand{border: 0;background-color: transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color: #eee;opacity: 1}.form-control[disabled],fieldset[disabled] .form-control{cursor: not-allowed}textarea.form-control{height: auto}input[type="search"]{-webkit-appearance: none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height: 39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height: 34px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height: 52px}}.form-group{margin-bottom: 15px}.radio,.checkbox{position: relative;display: block;margin-top: 10px;margin-bottom: 10px}.radio label,.checkbox label{min-height: 25px;padding-left: 20px;margin-bottom: 0;font-weight: normal;cursor: pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position: absolute;margin-left: -20px;margin-top: 4px \9}.radio + .radio,.checkbox + .checkbox{margin-top: -5px}.radio-inline,.checkbox-inline{position: relative;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],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor: not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor: not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor: not-allowed}.form-control-static{padding-top: 7px;padding-bottom: 7px;margin-bottom: 0;min-height: 42px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left: 0;padding-right: 0}.input-sm{height: 34px;padding: 5px 10px;font-size: 15px;line-height: 1.5;border-radius: 3px}select.input-sm{height: 34px;line-height: 34px}textarea.input-sm,select[multiple].input-sm{height: auto}.form-group-sm .form-control{height: 34px;padding: 5px 10px;font-size: 15px;line-height: 1.5;border-radius: 3px}.form-group-sm select.form-control{height: 34px;line-height: 34px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height: auto}.form-group-sm .form-control-static{height: 34px;min-height: 40px;padding: 6px 10px;font-size: 15px;line-height: 1.5}.input-lg{height: 52px;padding: 10px 16px;font-size: 22px;line-height: 1.3333333;border-radius: 6px}select.input-lg{height: 52px;line-height: 52px}textarea.input-lg,select[multiple].input-lg{height: auto}.form-group-lg .form-control{height: 52px;padding: 10px 16px;font-size: 22px;line-height: 1.3333333;border-radius: 6px}.form-group-lg select.form-control{height: 52px;line-height: 52px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height: auto}.form-group-lg .form-control-static{height: 52px;min-height: 47px;padding: 11px 16px;font-size: 22px;line-height: 1.3333333}.has-feedback{position: relative}.has-feedback .form-control{padding-right: 48.75px}.form-control-feedback{position: absolute;top: 0;right: 0;z-index: 2;display: block;width: 39px;height: 39px;line-height: 39px;text-align: center;pointer-events: none}.input-lg + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback{width: 52px;height: 52px;line-height: 52px}.input-sm + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback{width: 34px;height: 34px;line-height: 34px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{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);-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent}.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;-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168 1px 2px transparent}.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,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{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);-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent}.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;-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b 1px 2px transparent}.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,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{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);-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075) 1px 2px transparent}.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;-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483 1px 2px transparent}.has-error .input-group-addon{color: #a94442;border-color: #a94442;background-color: #f2dede}.has-error .form-control-feedback{color: #a94442}.has-feedback label ~ .form-control-feedback{top: 30px}.has-feedback label.sr-only ~ .form-control-feedback{top: 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 .form-control-static{display: inline-block}.form-inline .input-group{display: inline-table;vertical-align: middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width: auto}.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;vertical-align: middle}.form-inline .radio label,.form-inline .checkbox label{padding-left: 0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position: relative;margin-left: 0}.form-inline .has-feedback .form-control-feedback{top: 0}}.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: 32px}.form-horizontal .form-group{margin-left: -15px;margin-right: -15px}@media (min-width: 768px){.form-horizontal .control-label{text-align: right;margin-bottom: 0;padding-top: 7px}}.form-horizontal .has-feedback .form-control-feedback{right: 15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top: 11px;font-size: 22px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top: 6px;font-size: 15px}}.btn{display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;touch-action: manipulation;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 17px;line-height: 1.42857143;border-radius: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.btn:focus,.btn:active:focus,.btn.active:focus,.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,.btn.focus{color: #333;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);-webkit-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;-moz-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;-o-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor: not-allowed;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;-webkit-box-shadow: '' none 1px 2px transparent;-moz-box-shadow: '' none 1px 2px transparent;-o-box-shadow: '' none 1px 2px transparent;box-shadow: '' none 1px 2px transparent}a.btn.disabled,fieldset[disabled] a.btn{pointer-events: none}.btn-default{color: #333;background-color: #fff;border-color: #ccc}.btn-default:focus,.btn-default.focus{color: #333;background-color: #e6e6e6;border-color: #8c8c8c}.btn-default:hover{color: #333;background-color: #e6e6e6;border-color: #adadad}.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{color: #333;background-color: #e6e6e6;border-color: #adadad}.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus{color: #333;background-color: #d4d4d4;border-color: #8c8c8c}.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{background-image: none}.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.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color: #fff;border-color: #ccc}.btn-default .badge{color: #fff;background-color: #333}.btn-primary{color: #fff;background-color: #90084a;border-color: #78073e}.btn-primary:focus,.btn-primary.focus{color: #fff;background-color: #600531;border-color: #000}.btn-primary:hover{color: #fff;background-color: #600531;border-color: #3e0320}.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{color: #fff;background-color: #600531;border-color: #3e0320}.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus{color: #fff;background-color: #3e0320;border-color: #000}.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{background-image: none}.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.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color: #90084a;border-color: #78073e}.btn-primary .badge{color: #90084a;background-color: #fff}.btn-success{color: #fff;background-color: #7fb87f;border-color: #6faf6f}.btn-success:focus,.btn-success.focus{color: #fff;background-color: #5ea65e;border-color: #386638}.btn-success:hover{color: #fff;background-color: #5ea65e;border-color: #509050}.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{color: #fff;background-color: #5ea65e;border-color: #509050}.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus{color: #fff;background-color: #509050;border-color: #386638}.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{background-image: none}.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.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color: #7fb87f;border-color: #6faf6f}.btn-success .badge{color: #7fb87f;background-color: #fff}.btn-info{color: #fff;background-color: #bacfde;border-color: #a9c3d6}.btn-info:focus,.btn-info.focus{color: #fff;background-color: #98b7ce;border-color: #5387ac}.btn-info:hover{color: #fff;background-color: #98b7ce;border-color: #7fa6c2}.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{color: #fff;background-color: #98b7ce;border-color: #7fa6c2}.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus{color: #fff;background-color: #7fa6c2;border-color: #5387ac}.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{background-image: none}.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.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color: #bacfde;border-color: #a9c3d6}.btn-info .badge{color: #bacfde;background-color: #fff}.btn-warning{color: #fff;background-color: #f0bc7e;border-color: #edb067}.btn-warning:focus,.btn-warning.focus{color: #fff;background-color: #eba450;border-color: #bf7216}.btn-warning:hover{color: #fff;background-color: #eba450;border-color: #e79430}.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{color: #fff;background-color: #eba450;border-color: #e79430}.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus{color: #fff;background-color: #e79430;border-color: #bf7216}.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{background-image: none}.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.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color: #f0bc7e;border-color: #edb067}.btn-warning .badge{color: #f0bc7e;background-color: #fff}.btn-danger{color: #fff;background-color: #d98888;border-color: #d37575}.btn-danger:focus,.btn-danger.focus{color: #fff;background-color: #cd6161;border-color: #983030}.btn-danger:hover{color: #fff;background-color: #cd6161;border-color: #c44646}.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{color: #fff;background-color: #cd6161;border-color: #c44646}.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus{color: #fff;background-color: #c44646;border-color: #983030}.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{background-image: none}.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.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color: #d98888;border-color: #d37575}.btn-danger .badge{color: #d98888;background-color: #fff}.btn-link{color: #c00b63;font-weight: normal;border-radius: 0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color: transparent;-webkit-box-shadow: none;box-shadow: none;-webkit-box-shadow: '' none 1px 2px transparent;-moz-box-shadow: '' none 1px 2px transparent;-o-box-shadow: '' none 1px 2px transparent;box-shadow: '' none 1px 2px transparent}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color: transparent}.btn-link:hover,.btn-link:focus{color: #78073e;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: #777;text-decoration: none}.btn-lg,.btn-group-lg > .btn{padding: 10px 16px;font-size: 22px;line-height: 1.3333333;border-radius: 6px}.btn-sm,.btn-group-sm > .btn{padding: 5px 10px;font-size: 15px;line-height: 1.5;border-radius: 3px}.btn-xs,.btn-group-xs > .btn{padding: 1px 5px;font-size: 15px;line-height: 1.5;border-radius: 3px}.btn-block{display: block;width: 100%}.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 .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;-webkit-transition: all opacity .15s linear ease;-moz-transition: all opacity .15s linear ease;-ms-transition: all opacity .15s linear ease;-o-transition: all opacity .15s linear ease;transition: all opacity .15s linear ease}.fade.in{opacity: 1}.collapse{display: none}.collapse.in{display: block}tr.collapse.in{display: table-row}tbody.collapse.in{display: table-row-group}.collapsing{position: relative;height: 0;overflow: hidden;-webkit-transition-property: height, visibility;transition-property: height, visibility;-webkit-transition-duration: .35s;transition-duration: .35s;-webkit-transition-timing-function: ease;transition-timing-function: ease}.caret{display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid \9;border-right: 4px solid transparent;border-left: 4px solid transparent}.dropup,.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: 17px;text-align: left;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.15);border-radius: 15px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);box-shadow: 0 6px 12px rgba(0,0,0,0.175);-webkit-box-shadow: '' 0 6px 12px rgba(0,0,0,0.175) 1px 2px transparent;-moz-box-shadow: '' 0 6px 12px rgba(0,0,0,0.175) 1px 2px transparent;-o-box-shadow: '' 0 6px 12px rgba(0,0,0,0.175) 1px 2px transparent;box-shadow: '' 0 6px 12px rgba(0,0,0,0.175) 1px 2px transparent;background-clip: padding-box}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 11.5px 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: #333;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: #fff;text-decoration: none;outline: 0;background-color: #003f39}.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{color: #777}.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: 15px;line-height: 1.42857143;color: #777;white-space: nowrap}.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 dashed;border-bottom: 4px solid \9;content: ""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 2px}@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 + .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,.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:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0;border-top-right-radius: 0}.btn-group > .btn-group:last-child:not(:first-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);-webkit-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;-moz-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;-o-box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent;box-shadow: '' inset 0 3px 5px rgba(0,0,0,0.125) 1px 2px transparent}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow: none;box-shadow: none;-webkit-box-shadow: '' none 1px 2px transparent;-moz-box-shadow: '' none 1px 2px transparent;-o-box-shadow: '' none 1px 2px transparent;box-shadow: '' none 1px 2px transparent}.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: 15px;border-top-left-radius: 15px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}.btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px}.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%}.btn-group-justified > .btn-group .dropdown-menu{left: auto}[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none}.input-group{position: relative;display: table;border-collapse: separate}.input-group[class*="col-"]{float: none;padding-left: 0;padding-right: 0}.input-group .form-control{position: relative;z-index: 2;float: left;width: 100%;margin-bottom: 0}.input-group .form-control:focus{z-index: 3}.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn{height: 52px;padding: 10px 16px;font-size: 22px;line-height: 1.3333333;border-radius: 6px}select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn{height: 52px;line-height: 52px}textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn{height: auto}.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn{height: 34px;padding: 5px 10px;font-size: 15px;line-height: 1.5;border-radius: 3px}select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn{height: 34px;line-height: 34px}textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn{height: auto}.input-group-addon,.input-group-btn,.input-group .form-control{display: table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius: 0}.input-group-addon,.input-group-btn{width: 1%;white-space: nowrap;vertical-align: middle}.input-group-addon{padding: 6px 12px;font-size: 17px;font-weight: normal;line-height: 1;color: #555;text-align: center;background-color: #eee;border: 1px solid #90084a;border-radius: 5px}.input-group-addon.input-sm{padding: 5px 10px;font-size: 15px;border-radius: 3px}.input-group-addon.input-lg{padding: 10px 16px;font-size: 22px;border-radius: 6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top: 0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0;border-top-right-radius: 0}.input-group-addon:first-child{border-right: 0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius: 0;border-top-left-radius: 0}.input-group-addon:last-child{border-left: 0}.input-group-btn{position: relative;font-size: 0;white-space: nowrap}.input-group-btn > .btn{position: relative}.input-group-btn > .btn + .btn{margin-left: -1px}.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active{z-index: 2}.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group{margin-right: -1px}.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group{z-index: 2;margin-left: -1px}.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: #eee}.nav > li.disabled > a{color: #777}.nav > li.disabled > a:hover,.nav > li.disabled > a:focus{color: #777;text-decoration: none;background-color: transparent;cursor: not-allowed}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{background-color: #eee;border-color: #c00b63}.nav .nav-divider{height: 1px;margin: 11.5px 0;overflow: hidden;background-color: #e5e5e5}.nav > li > a > img{max-width: none}.nav-tabs{border-bottom: 1px solid #ddd}.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: 15px 15px 0 0}.nav-tabs > li > a:hover{border-color: #eee #eee #ddd}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color: #555;background-color: #fff;border: 1px solid #ddd;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: 15px}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus{border: 1px solid #ddd}@media (min-width: 768px){.nav-tabs.nav-justified > li > a{border-bottom: 1px solid #ddd;border-radius: 15px 15px 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: #fff}}.nav-pills > li{float: left}.nav-pills > li > a{border-radius: 15px}.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: #fff;background-color: #003f39}.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: 15px}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border: 1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified > li > a{border-bottom: 1px solid #ddd;border-radius: 15px 15px 0 0}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border-bottom-color: #fff}}.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: 25px;border: 1px solid transparent}@media (min-width: 768px){.navbar{border-radius: 15px}}@media (min-width: 768px){.navbar-header{float: left}}.navbar-collapse{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: 768px){.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}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height: 340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height: 200px}}.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: 12.5px 15px;font-size: 22px;line-height: 25px;height: 50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration: none}.navbar-brand > img{display: block}@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-radius: 15px}.navbar-toggle:focus{outline: 0}.navbar-toggle .icon-bar{display: block;width: 22px;height: 2px;border-radius: 1px}.navbar-toggle .icon-bar + .icon-bar{margin-top: 4px}@media (min-width: 768px){.navbar-toggle{display: none}}.navbar-nav{margin: 6.25px -15px}.navbar-nav > li > a{padding-top: 10px;padding-bottom: 10px;line-height: 25px}@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: 25px}.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: 12.5px;padding-bottom: 12.5px}}.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);-webkit-box-shadow: '' inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) 1px 2px transparent;box-shadow: '' inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1) 1px 2px transparent;margin-top: 5.5px;margin-bottom: 5.5px}@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 .form-control-static{display: inline-block}.navbar-form .input-group{display: inline-table;vertical-align: middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width: auto}.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;vertical-align: middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left: 0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position: relative;margin-left: 0}.navbar-form .has-feedback .form-control-feedback{top: 0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom: 5px}.navbar-form .form-group:last-child{margin-bottom: 0}}@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;-webkit-box-shadow: '' none 1px 2px transparent;-moz-box-shadow: '' none 1px 2px transparent;-o-box-shadow: '' none 1px 2px transparent;box-shadow: '' none 1px 2px transparent}}.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{margin-bottom: 0;border-top-right-radius: 15px;border-top-left-radius: 15px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}.navbar-btn{margin-top: 5.5px;margin-bottom: 5.5px}.navbar-btn.btn-sm{margin-top: 8px;margin-bottom: 8px}.navbar-btn.btn-xs{margin-top: 14px;margin-bottom: 14px}.navbar-text{margin-top: 12.5px;margin-bottom: 12.5px}@media (min-width: 768px){.navbar-text{float: left;margin-left: 15px;margin-right: 15px}}@media (min-width: 768px){.navbar-left{float: left;float: left !important}.navbar-right{float: right;float: right !important;margin-right: -15px}.navbar-right ~ .navbar-right{margin-right: 0}}.navbar-default{background-color: #f8f8f8;border-color: #e7e7e7}.navbar-default .navbar-brand{color: #777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color: #5e5e5e;background-color: transparent}.navbar-default .navbar-text{color: #777}.navbar-default .navbar-nav > li > a{color: #777}.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{color: #333;background-color: transparent}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{color: #555;background-color: #e7e7e7}.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus{color: #ccc;background-color: transparent}.navbar-default .navbar-toggle{border-color: #ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color: #ddd}.navbar-default .navbar-toggle .icon-bar{background-color: #888}.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: #555}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333;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: #555;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: #ccc;background-color: transparent}}.navbar-default .navbar-link{color: #777}.navbar-default .navbar-link:hover{color: #333}.navbar-default .btn-link{color: #777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color: #333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color: #ccc}.navbar-inverse{background-color: #222;border-color: #080808}.navbar-inverse .navbar-brand{color: #9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color: #fff;background-color: transparent}.navbar-inverse .navbar-text{color: #9d9d9d}.navbar-inverse .navbar-nav > li > a{color: #9d9d9d}.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #fff;background-color: transparent}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{color: #fff;background-color: #080808}.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus{color: #444;background-color: transparent}.navbar-inverse .navbar-toggle{border-color: #333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color: #333}.navbar-inverse .navbar-toggle .icon-bar{background-color: #fff}.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: #fff}@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: #9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff;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: #fff;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: #444;background-color: transparent}}.navbar-inverse .navbar-link{color: #9d9d9d}.navbar-inverse .navbar-link:hover{color: #fff}.navbar-inverse .btn-link{color: #9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color: #fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color: #444}.breadcrumb{padding: 8px 10px;margin-bottom: 25px;list-style: none;background-color: #fff;border-radius: 15px}.breadcrumb > li{display: inline-block}.breadcrumb > li + li:before{content: "❊\00a0";padding: 0 5px;color: #ccc}.breadcrumb > .active{color: #777}.pagination{display: inline-block;padding-left: 0;margin: 25px 0;border-radius: 15px}.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: #c00b63;background-color: #fff;border: 1px solid #ddd;margin-left: -1px}.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left: 0;border-bottom-left-radius: 15px;border-top-left-radius: 15px}.pagination > li:last-child > a,.pagination > li:last-child > span{border-bottom-right-radius: 15px;border-top-right-radius: 15px}.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{z-index: 2;color: #78073e;background-color: #eee;border-color: #ddd}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index: 3;color: #fff;background-color: #003f39;border-color: #003f39;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: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed}.pagination-lg > li > a,.pagination-lg > li > span{padding: 10px 16px;font-size: 22px;line-height: 1.3333333}.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: 15px;line-height: 1.5}.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: 25px 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: #fff;border: 1px solid #ddd;border-radius: 15px}.pager li > a:hover,.pager li > a:focus{text-decoration: none;background-color: #eee}.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: #777;background-color: #fff;cursor: not-allowed}.label{display: inline;padding: .2em .6em .3em;font-size: 75%;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em}a.label:hover,a.label:focus{color: #fff;text-decoration: none;cursor: pointer}.label:empty{display: none}.btn .label{position: relative;top: -1px}.label-default{background-color: #777}.label-default[href]:hover,.label-default[href]:focus{background-color: #5e5e5e}.label-primary{background-color: #003f39}.label-primary[href]:hover,.label-primary[href]:focus{background-color: #000c0b}.label-success{background-color: #7fb87f}.label-success[href]:hover,.label-success[href]:focus{background-color: #5ea65e}.label-info{background-color: #bacfde}.label-info[href]:hover,.label-info[href]:focus{background-color: #98b7ce}.label-warning{background-color: #f0bc7e}.label-warning[href]:hover,.label-warning[href]:focus{background-color: #eba450}.label-danger{background-color: #d98888}.label-danger[href]:hover,.label-danger[href]:focus{background-color: #cd6161}.badge{display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 15px;font-weight: bold;color: #fff;line-height: 1;vertical-align: middle;white-space: nowrap;text-align: center;background-color: #777;border-radius: 10px}.badge:empty{display: none}.btn .badge{position: relative;top: -1px}.btn-xs .badge,.btn-group-xs > .btn .badge{top: 0;padding: 1px 5px}a.badge:hover,a.badge:focus{color: #fff;text-decoration: none;cursor: pointer}.list-group-item.active > .badge,.nav-pills > .active > a > .badge{color: #c00b63;background-color: #fff}.list-group-item > .badge{float: right}.list-group-item > .badge + .badge{margin-right: 5px}.nav-pills > li > a > .badge{margin-left: 3px}.jumbotron{padding-top: 30px;padding-bottom: 30px;margin-bottom: 30px;color: inherit;background-color: #eee}.jumbotron h1,.jumbotron .h1{color: inherit}.jumbotron p{margin-bottom: 15px;font-size: 26px;font-weight: 200}.jumbotron > hr{border-top-color: #d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius: 6px;padding-left: 15px;padding-right: 15px}.jumbotron .container{max-width: 100%}@media screen and (min-width: 768px){.jumbotron{padding-top: 48px;padding-bottom: 48px}.container .jumbotron,.container-fluid .jumbotron{padding-left: 60px;padding-right: 60px}.jumbotron h1,.jumbotron .h1{font-size: 77px}}.thumbnail{display: block;padding: 4px;margin-bottom: 25px;line-height: 1.42857143;background-color: #fff;border: 1px solid #ddd;border-radius: 15px;-webkit-transition: border .2s ease-in-out;-o-transition: border .2s ease-in-out;transition: border .2s ease-in-out;-webkit-transition: all border .2s ease-in-out ease;-moz-transition: all border .2s ease-in-out ease;-ms-transition: all border .2s ease-in-out ease;-o-transition: all border .2s ease-in-out ease;transition: all border .2s ease-in-out ease}.thumbnail > img,.thumbnail a > img{margin-left: auto;margin-right: auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color: #c00b63}.thumbnail .caption{padding: 9px;color: #333}.alert{padding: 15px;margin-bottom: 25px;border: 1px solid transparent;border-radius: 15px}.alert h4{margin-top: 0;color: inherit}.alert .alert-link{font-weight: bold}.alert > p,.alert > ul{margin-bottom: 0}.alert > p + p{margin-top: 5px}.alert-dismissable,.alert-dismissible{padding-right: 35px}.alert-dismissable .close,.alert-dismissible .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: #fcf8e3;border-color: #faebcc;color: #8a6d3b}.alert-warning hr{border-top-color: #f7e1b5}.alert-warning .alert-link{color: #66512c}.alert-danger{background-color: #f2dede;border-color: #ebccd1;color: #a94442}.alert-danger hr{border-top-color: #e4b9c0}.alert-danger .alert-link{color: #843534}@-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}.progress{overflow: hidden;height: 25px;margin-bottom: 25px;background-color: #f5f5f5;border-radius: 15px;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow: '' inset 0 1px 2px rgba(0,0,0,0.1) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 2px rgba(0,0,0,0.1) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 2px rgba(0,0,0,0.1) 1px 2px transparent;box-shadow: '' inset 0 1px 2px rgba(0,0,0,0.1) 1px 2px transparent}.progress-bar{float: left;width: 0%;height: 100%;font-size: 15px;line-height: 25px;color: #fff;text-align: center;background-color: #003f39;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-shadow: '' inset 0 -1px 0 rgba(0,0,0,0.15) 1px 2px transparent;-moz-box-shadow: '' inset 0 -1px 0 rgba(0,0,0,0.15) 1px 2px transparent;-o-box-shadow: '' inset 0 -1px 0 rgba(0,0,0,0.15) 1px 2px transparent;box-shadow: '' inset 0 -1px 0 rgba(0,0,0,0.15) 1px 2px transparent;-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease;-webkit-transition: all width .6s ease ease;-moz-transition: all width .6s ease ease;-ms-transition: all width .6s ease ease;-o-transition: all width .6s ease ease;transition: all width .6s ease ease}.progress-striped .progress-bar,.progress-bar-striped{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size: 40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color: #7fb87f}.progress-striped .progress-bar-success{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color: #bacfde}.progress-striped .progress-bar-info{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color: #f0bc7e}.progress-striped .progress-bar-warning{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color: #d98888}.progress-striped .progress-bar-danger{background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top: 15px}.media:first-child{margin-top: 0}.media,.media-body{zoom: 1;overflow: hidden}.media-body{width: 10000px}.media-object{display: block}.media-object.img-thumbnail{max-width: none}.media-right,.media > .pull-right{padding-left: 10px}.media-left,.media > .pull-left{padding-right: 10px}.media-left,.media-right,.media-body{display: table-cell;vertical-align: top}.media-middle{vertical-align: middle}.media-bottom{vertical-align: bottom}.media-heading{margin-top: 0;margin-bottom: 5px}.media-list{padding-left: 0;list-style: none}.list-group{margin-bottom: 20px;padding-left: 0}.list-group-item{position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #fff;border: 1px solid #ddd}.list-group-item:first-child{border-top-right-radius: 15px;border-top-left-radius: 15px}.list-group-item:last-child{margin-bottom: 0;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px}a.list-group-item,button.list-group-item{color: #555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color: #333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration: none;color: #555;background-color: #f5f5f5}button.list-group-item{width: 100%;text-align: left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color: #eee;color: #777;cursor: not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color: inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color: #777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index: 2;color: #fff;background-color: #003f39;border-color: #003f39}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small{color: inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color: #0cffe8}.list-group-item-success{color: #3c763d;background-color: #dff0d8}a.list-group-item-success,button.list-group-item-success{color: #3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color: inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color: #3c763d;background-color: #d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.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,button.list-group-item-info{color: #31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color: inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color: #31708f;background-color: #c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.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,button.list-group-item-warning{color: #8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color: inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color: #8a6d3b;background-color: #faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.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,button.list-group-item-danger{color: #a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color: inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color: #a94442;background-color: #ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.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}.panel{margin-bottom: 25px;background-color: #fff;border: 1px solid transparent;border-radius: 15px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 1px rgba(0,0,0,0.05);-webkit-box-shadow: '' 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;-moz-box-shadow: '' 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;-o-box-shadow: '' 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;box-shadow: '' 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent}.panel-body{padding: 15px}.panel-heading{padding: 10px 15px;border-bottom: 1px solid transparent;border-top-right-radius: 14px;border-top-left-radius: 14px}.panel-heading > .dropdown .dropdown-toggle{color: inherit}.panel-title{margin-top: 0;margin-bottom: 0;font-size: 20px;color: inherit}.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a{color: inherit}.panel-footer{padding: 10px 15px;background-color: #f5f5f5;border-top: 1px solid #ddd;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px}.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom: 0}.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-width: 1px 0;border-radius: 0}.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top: 0;border-top-right-radius: 14px;border-top-left-radius: 14px}.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom: 0;border-bottom-right-radius: 14px;border-bottom-left-radius: 14px}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius: 0;border-top-left-radius: 0}.panel-heading + .list-group .list-group-item:first-child{border-top-width: 0}.list-group + .panel-footer{border-top-width: 0}.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table{margin-bottom: 0}.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption{padding-left: 15px;padding-right: 15px}.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child{border-top-right-radius: 14px;border-top-left-radius: 14px}.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius: 14px;border-top-right-radius: 14px}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius: 14px}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius: 14px}.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius: 14px;border-bottom-left-radius: 14px}.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius: 14px;border-bottom-right-radius: 14px}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius: 14px}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius: 14px}.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top: 1px solid #ddd}.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td{border-top: 0}.panel > .table-bordered,.panel > .table-responsive > .table-bordered{border: 0}.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0}.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0}.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom: 0}.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom: 0}.panel > .table-responsive{border: 0;margin-bottom: 0}.panel-group{margin-bottom: 25px}.panel-group .panel{margin-bottom: 0;border-radius: 15px}.panel-group .panel + .panel{margin-top: 5px}.panel-group .panel-heading{border-bottom: 0}.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top: 1px solid #ddd}.panel-group .panel-footer{border-top: 0}.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom: 1px solid #ddd}.panel-default{border-color: #ddd}.panel-default > .panel-heading{color: #333;background-color: #f5f5f5;border-color: #ddd}.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ddd}.panel-default > .panel-heading .badge{color: #f5f5f5;background-color: #333}.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ddd}.panel-primary{border-color: #003f39}.panel-primary > .panel-heading{color: #fff;background-color: #003f39;border-color: #003f39}.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #003f39}.panel-primary > .panel-heading .badge{color: #003f39;background-color: #fff}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #003f39}.panel-success{border-color: #d6e9c6}.panel-success > .panel-heading{color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6}.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #d6e9c6}.panel-success > .panel-heading .badge{color: #dff0d8;background-color: #3c763d}.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #d6e9c6}.panel-info{border-color: #bce8f1}.panel-info > .panel-heading{color: #31708f;background-color: #d9edf7;border-color: #bce8f1}.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #bce8f1}.panel-info > .panel-heading .badge{color: #d9edf7;background-color: #31708f}.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #bce8f1}.panel-warning{border-color: #faebcc}.panel-warning > .panel-heading{color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc}.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #faebcc}.panel-warning > .panel-heading .badge{color: #fcf8e3;background-color: #8a6d3b}.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #faebcc}.panel-danger{border-color: #ebccd1}.panel-danger > .panel-heading{color: #a94442;background-color: #f2dede;border-color: #ebccd1}.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ebccd1}.panel-danger > .panel-heading .badge{color: #f2dede;background-color: #a94442}.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ebccd1}.embed-responsive{position: relative;display: block;height: 0;padding: 0;overflow: hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position: absolute;top: 0;left: 0;bottom: 0;height: 100%;width: 100%;border: 0}.embed-responsive-16by9{padding-bottom: 56.25%}.embed-responsive-4by3{padding-bottom: 75%}.well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f5f5f5;border: 1px solid #e3e3e3;border-radius: 15px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);-webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;-moz-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;-o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent;box-shadow: '' inset 0 1px 1px rgba(0,0,0,0.05) 1px 2px transparent}.well blockquote{border-color: #ddd;border-color: rgba(0,0,0,0.15)}.well-lg{padding: 24px;border-radius: 6px}.well-sm{padding: 9px;border-radius: 3px}.close{float: right;font-size: 25.5px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .2;filter: alpha(opacity=20)}.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: .5;filter: alpha(opacity=50)}button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}.modal-open{overflow: hidden}.modal{display: none;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;-webkit-overflow-scrolling: touch;outline: 0}.modal.fade .modal-dialog{-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);-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);-o-transform: translate(0, 0);transform: translate(0, 0)}.modal-open .modal{overflow-x: hidden;overflow-y: auto}.modal-dialog{position: relative;width: auto;margin: 10px}.modal-content{position: relative;background-color: #fff;border: 1px solid #999;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);box-shadow: 0 3px 9px rgba(0,0,0,0.5);-webkit-box-shadow: '' 0 3px 9px rgba(0,0,0,0.5) 1px 2px transparent;-moz-box-shadow: '' 0 3px 9px rgba(0,0,0,0.5) 1px 2px transparent;-o-box-shadow: '' 0 3px 9px rgba(0,0,0,0.5) 1px 2px transparent;box-shadow: '' 0 3px 9px rgba(0,0,0,0.5) 1px 2px transparent;background-clip: padding-box;outline: 0}.modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000}.modal-backdrop.fade{opacity: 0;filter: alpha(opacity=0)}.modal-backdrop.in{opacity: .5;filter: alpha(opacity=50)}.modal-header{padding: 15px;border-bottom: 1px solid #e5e5e5}.modal-header .close{margin-top: -2px}.modal-title{margin: 0;line-height: 1.42857143}.modal-body{position: relative;padding: 15px}.modal-footer{padding: 15px;text-align: right;border-top: 1px solid #e5e5e5}.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}.modal-scrollbar-measure{position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll}@media (min-width: 768px){.modal-dialog{width: 600px;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);-webkit-box-shadow: '' 0 5px 15px rgba(0,0,0,0.5) 1px 2px transparent;-moz-box-shadow: '' 0 5px 15px rgba(0,0,0,0.5) 1px 2px transparent;-o-box-shadow: '' 0 5px 15px rgba(0,0,0,0.5) 1px 2px transparent;box-shadow: '' 0 5px 15px rgba(0,0,0,0.5) 1px 2px transparent}.modal-sm{width: 300px}}@media (min-width: 992px){.modal-lg{width: 900px}}.tooltip{position: absolute;z-index: 1070;display: block;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-style: normal;font-weight: normal;letter-spacing: normal;line-break: auto;line-height: 1.42857143;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;white-space: normal;word-break: normal;word-spacing: normal;word-wrap: normal;font-size: 15px;opacity: 0;filter: alpha(opacity=0)}.tooltip.in{opacity: .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: #fff;text-align: center;background-color: #90084a;border-radius: 15px}.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: #90084a}.tooltip.top-left .tooltip-arrow{bottom: 0;right: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #90084a}.tooltip.top-right .tooltip-arrow{bottom: 0;left: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #90084a}.tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #90084a}.tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #90084a}.tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #90084a}.tooltip.bottom-left .tooltip-arrow{top: 0;right: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #90084a}.tooltip.bottom-right .tooltip-arrow{top: 0;left: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #90084a}.popover{position: absolute;top: 0;left: 0;z-index: 1060;display: none;max-width: 276px;padding: 1px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-style: normal;font-weight: normal;letter-spacing: normal;line-break: auto;line-height: 1.42857143;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;white-space: normal;word-break: normal;word-spacing: normal;word-wrap: normal;font-size: 17px;background-color: #fff;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);box-shadow: 0 5px 10px rgba(0,0,0,0.2);-webkit-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px transparent;-moz-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px transparent;-o-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px transparent;box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px transparent}.popover.top{margin-top: -10px}.popover.right{margin-left: 10px}.popover.bottom{margin-top: 10px}.popover.left{margin-left: -10px}.popover-title{margin: 0;padding: 8px 14px;font-size: 17px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0}.popover-content{padding: 9px 14px}.popover > .arrow,.popover > .arrow:after{position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}.popover > .arrow{border-width: 11px}.popover > .arrow:after{border-width: 10px;content: ""}.popover.top > .arrow{left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: #999;border-top-color: rgba(0,0,0,0.25);bottom: -11px}.popover.top > .arrow:after{content: " ";bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #fff}.popover.right > .arrow{top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: #999;border-right-color: rgba(0,0,0,0.25)}.popover.right > .arrow:after{content: " ";left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #fff}.popover.bottom > .arrow{left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: #999;border-bottom-color: rgba(0,0,0,0.25);top: -11px}.popover.bottom > .arrow:after{content: " ";top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #fff}.popover.left > .arrow{top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: #999;border-left-color: rgba(0,0,0,0.25)}.popover.left > .arrow:after{content: " ";right: 1px;border-right-width: 0;border-left-color: #fff;bottom: -10px}.carousel{position: relative}.carousel-inner{position: relative;overflow: hidden;width: 100%}.carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;-o-transition: .6s ease-in-out left;transition: .6s ease-in-out left;-webkit-transition: all .6s ease-in-out left ease;-moz-transition: all .6s ease-in-out left ease;-ms-transition: all .6s ease-in-out left ease;-o-transition: all .6s ease-in-out left ease;transition: all .6s ease-in-out left ease}.carousel-inner > .item > img,.carousel-inner > .item > a > img{line-height: 1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner > .item{-webkit-transition: -webkit-transform 0.6s ease-in-out;-moz-transition: -moz-transform 0.6s ease-in-out;-o-transition: -o-transform 0.6s ease-in-out;transition: transform 0.6s ease-in-out;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000px;-moz-perspective: 1000px;perspective: 1000px}.carousel-inner > .item.next,.carousel-inner > .item.active.right{-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);left: 0}.carousel-inner > .item.prev,.carousel-inner > .item.active.left{-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);left: 0}.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);left: 0}}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display: block}.carousel-inner > .active{left: 0}.carousel-inner > .next,.carousel-inner > .prev{position: absolute;top: 0;width: 100%}.carousel-inner > .next{left: 100%}.carousel-inner > .prev{left: -100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left: 0}.carousel-inner > .active.left{left: -100%}.carousel-inner > .active.right{left: 100%}.carousel-control{position: absolute;top: 0;left: 0;bottom: 0;width: 15%;opacity: .8;filter: alpha(opacity=80);font-size: 20px;color: #fff;text-align: center;text-shadow: none;background-color: rgba(0,0,0,0)}.carousel-control.left{background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left: auto;right: 0;background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline: 0;color: #fff;text-decoration: none;opacity: .9;filter: alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position: absolute;top: 50%;margin-top: -10px;z-index: 5;display: inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left: 50%;margin-left: -10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right: 50%;margin-right: -10px}.carousel-control .icon-prev,.carousel-control .icon-next{width: 20px;height: 20px;line-height: 1;font-family: serif}.carousel-control .icon-prev:before{content: '\2039'}.carousel-control .icon-next:before{content: '\203a'}.carousel-indicators{position: absolute;bottom: 10px;left: 50%;z-index: 15;width: 60%;margin-left: -30%;padding-left: 0;list-style: none;text-align: center}.carousel-indicators li{display: inline-block;width: 10px;height: 10px;margin: 1px;text-indent: -999px;border: 1px solid #fff;border-radius: 10px;cursor: pointer;background-color: #000 \9;background-color: rgba(0,0,0,0)}.carousel-indicators .active{margin: 0;width: 12px;height: 12px;background-color: #fff}.carousel-caption{position: absolute;left: 15%;right: 15%;bottom: 20px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #fff;text-align: center;text-shadow: none}.carousel-caption .btn{text-shadow: none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width: 30px;height: 30px;margin-top: -10px;font-size: 30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left: -10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right: -10px}.carousel-caption{left: 20%;right: 20%;padding-bottom: 30px}.carousel-indicators{bottom: 20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd: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,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content: " ";display: table}.clearfix:after,.dl-horizontal dd: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,.panel-body:after,.modal-header:after,.modal-footer: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}.affix{position: fixed}@-ms-viewport{width: device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display: none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display: none !important}@media (max-width: 767px){.visible-xs{display: block !important}table.visible-xs{display: table !important}tr.visible-xs{display: table-row !important}th.visible-xs,td.visible-xs{display: table-cell !important}}@media (max-width: 767px){.visible-xs-block{display: block !important}}@media (max-width: 767px){.visible-xs-inline{display: inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display: inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display: block !important}table.visible-sm{display: table !important}tr.visible-sm{display: table-row !important}th.visible-sm,td.visible-sm{display: table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display: block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display: inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display: inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display: block !important}table.visible-md{display: table !important}tr.visible-md{display: table-row !important}th.visible-md,td.visible-md{display: table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display: block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display: inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display: inline-block !important}}@media (min-width: 1200px){.visible-lg{display: block !important}table.visible-lg{display: table !important}tr.visible-lg{display: table-row !important}th.visible-lg,td.visible-lg{display: table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display: block !important}}@media (min-width: 1200px){.visible-lg-inline{display: inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display: inline-block !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 !important}tr.visible-print{display: table-row !important}th.visible-print,td.visible-print{display: table-cell !important}}.visible-print-block{display: none !important}@media print{.visible-print-block{display: block !important}}.visible-print-inline{display: none !important}@media print{.visible-print-inline{display: inline !important}}.visible-print-inline-block{display: none !important}@media print{.visible-print-inline-block{display: inline-block !important}}@media print{.hidden-print{display: none !important}}h1{font-family: 'Pinyon Script', cursive;font-size: 60px;margin-bottom: 40px;color: #003f39}strong.h1{display: block;font-size: 60px}strong.h2{display: block;font-size: 36px}strong.h3{display: block;font-size: 29px}strong.h4{display: block;font-size: 22px}strong.h5{display: block;font-size: 17px}strong.h6{display: block;font-size: 15px}iframe{border: none}.bold{font-weight: bold}img.img-thumbnail{padding: 0;border: none}.text-small{font-size: 15px}.sepia img{filter: sepia(100%);-webkit-filter: sepia(100%)}.grayscale img{filter: grayscale(1);-webkit-filter: grayscale(1)}.blur img{-webkit-filter: blur(5px);filter: blur(5px)}.contrast img{-webkit-filter: contrast(3);filter: contrast(3)}.retro img{-webkit-filter: contrast(1.4) saturate(1.8) sepia(.6);filter: contrast(1.4) saturate(1.8) sepia(.6)}.tint img{-webkit-filter: sepia(1) hue-rotate(200deg);filter: sepia(1) hue-rotate(200deg)}.box{background-color: #90084a;color: white;padding: 15px;position: relative;border-radius: 15px;box-shadow: 0 0 0 4px #90084a;border: 1px solid rgba(255,255,255,0.5)}.box a{color: #fff;text-decoration: underline}@media (min-width: 992px){#left > .box{background-color: #90084a;color: white;padding: 15px;padding-top: 0;position: relative;border: 0 none;border-top: 1px solid #c00b63;box-shadow: 0 3px 5px rgba(0,0,0,0.4);border-radius: 15px;margin-bottom: 30px;color: #fff}#left > .box h1,#left > .box h2,#left > .box .h3,#left > .box .h4,#left > .box .h5{color: #fff}#left > .box a{color: #fff;text-decoration: underline}}.to-top a{vertical-align: middle;background-color: #fadf70;padding: 8px;border-radius: 0px;font-size: 10px}.to-top a i{vertical-align: middle}.eo-map .eo-map-wrapper{height: 300px}.eo-map.ce-border .eo-map-wrapper{border: 1px solid #000}#left .box .eo-map{color: #000}#left .box .eo-map a{color: #c00b63}#left .box .eo-map .eo-map-wrapper{border-radius: 3px}.ce-menu.ce-menu-5 dt{font-weight: normal;color: #777}.ce-menu.ce-menu-5 dd a{font-weight: bold}.ce-menu.ce-menu-5 dd .description{font-size: 15px}.ce-menu.ce-menu-8{margin: 0;padding: 0}.ce-menu.ce-menu-8 > li{list-style-type: none;margin-bottom: 20px}.ce-menu.ce-menu-8 > li > a{padding: 2px 5px;background-color: #eee;display: block;margin-bottom: 20px}.ce-menu.ce-menu-8 li ul{margin-bottom: 20px}.eo-audio audio{width: 100%;height: auto}.eo-video video{width: 100%;height: auto}.eo-iframe{margin-bottom: 30px}.eo-iframe iframe{width: 100%}.eo-iframe.layout-1{border: 1px solid #000}#imagelightbox{position: fixed;z-index: 10090;box-shadow: 0 0 70px 5px rgba(0,0,0,0.8)}#imagelightbox-overlay{background-color: rgba(0,0,0,0.7);position: fixed;z-index: 10080;top: 0;right: 0;bottom: 0;left: 0}#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav{-webkit-animation: fade-in .25s linear;-moz-animation: fade-in .25s linear;-o-animation: fade-in .25s linear;animation: fade-in .25s linear}#imagelightbox-close{width: 2.5em;height: 2.5em;text-decoration: none;position: fixed;z-index: 10099;top: 2.5em;right: 2.5em}#imagelightbox-close i{color: #fff;text-shadow: 0 0 10px rgba(0,0,0,0.5)}#imagelightbox-close:hover i{color: #000}#imagelightbox-loading{position: fixed;z-index: 10003;top: 49.5%;left: 49.5%;color: #fff}#imagelightbox-caption{font-size: 20px;text-align: center;text-shadow: 1px 1px 0 #000, 0 0 10px rgba(0,0,0,0.8);color: #fff;background-color: transparent;position: fixed;width: 85%;margin: 5px auto;z-index: 10090;left: 0;right: 0;bottom: 2%;padding: 0.625em}#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow{-webkit-animation: fade-in .5s linear;animation: fade-in .5s linear}.imagelightbox-arrow-left,.imagelightbox-arrow-right{position: fixed;top: 50%;z-index: 10190;width: 30px;height: 30px;font-size: 30px;text-align: center;line-height: 30px;color: #fff;cursor: pointer;display: inline-block;padding: 20px}.imagelightbox-arrow-left{left: 10px}.imagelightbox-arrow-right{left: auto;right: 10px}@keyframes rotator{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}.eo-weather .weather-info,.eo-weather .daytimes,.eo-weather .last-update{margin-bottom: 30px}.eo-weather .table-responsive{overflow-y: hidden}.eo-weather .weather-icon{font-size: 100px;text-align: center}@media (min-width: 768px){.eo-weather .weather-icon{font-size: 40px}}@media (min-width: 992px){.eo-weather .weather-icon{font-size: 60px}}@media (min-width: 1200px){.eo-weather .weather-icon{font-size: 70px}}.eo-weather .weather-icon i.wi-owm-day-800{font-size: 90px;color: #ec2;-webkit-transform: rotate(15deg);-ms-transform: rotate(15deg);-o-transform: rotate(15deg);transform: rotate(15deg)}.eo-weather .description > strong{font-size: 22px}.eo-weather .temp-info i{font-size: 30px}.eo-weather .temp-values dt{float: left;clear: left;width: 60px}.eo-weather .wind i,.eo-weather .pressure i,.eo-weather .humidity i{margin-right: 15px}.eo-weather .wind i{animation-name: rotator;animation-duration: 1s;animation-timing-function: linear;animation-delay: 0s;animation-iteration-count: 1;margin-right: 11px;vertical-align: middle}.eo-weather .lagal-notice{font-size: 12px;text-align: right;color: #777}@media (max-width: 767px){.eo-weather{text-align: center}.eo-weather .temp-values dt,.eo-weather .temp-values dd{float: none;display: inline}.eo-weather .temp-values dd{margin-right: 5px}}.eo-weather .open-weather-map .temp-info i{margin-top: 20px}.eo-weather .open-weather-map.forecast .table-responsive h4{text-align: center}.eo-weather .world-weather-online .temp-info i{margin-top: 10px}.eo-weather .world-weather-online .temp-values dt{width: 80px}.eo-weather .world-weather-online .wind-speed i{margin-right: 7px}.eo-weather .world-weather-online.forecast .forecast-days{width: 100%;display: table;margin-bottom: 30px;border-collapse: collapse}.eo-weather .world-weather-online.forecast .forecast-days .forecast-item{width: 19.5%;display: table-cell;text-align: center;vertical-align: top;padding: 10px;background-color: #eeeeee;border: 1px solid #ddd;border-radius: 15px}.eo-weather .world-weather-online.forecast .forecast-days .forecast-item .forecast-day{font-size: 15px;color: #777;margin-bottom: 5px}.eo-weather .world-weather-online.forecast .forecast-days .forecast-item .forecast-icon{font-size: 30px;margin-bottom: 10px}.eo-weather .world-weather-online.forecast .lagal-notice{margin-top: 20px}.eo-weather .yahoo-weather .temp-info i{margin-top: 20px}.eo-weather .wunderground .temp-info i{margin-top: 10px}.eo-weather .wunderground .temp-values dt{width: 80px}.eo-weather .wunderground .wind-speed i{margin-right: 7px}.eo-weather .forecast-io .temp-info i{margin-top: 10px}.eo-weather .forecast-io .temp-values dt{width: 80px}.eo-weather .forecast-io .wind-speed i{margin-right: 7px}.weather-simple{text-align: center}.weather-simple .weather-icon i{font-size: 60px;text-shadow: 0 0 10px rgba(255,255,255,0.7)}div.csc-mailform form > div:nth-child(2){position: absolute;left: -999999px;z-index: 10}div.csc-mailform form .form-group label{position: relative}div.csc-mailform form .form-group label em{font-weight: normal;font-size: 15px;color: #777;vertical-align: top}div.csc-mailform form .form-group label strong{display: inline-block;font-weight: normal;font-size: 15px;color: #90084a}div.csc-mailform form input:focus:invalid:focus,div.csc-mailform form textarea:focus:invalid:focus,div.csc-mailform form select:focus:invalid:focus{border-color: #90084a;box-shadow: 0 0 3px #90084a;color: #90084a;outline: 0 none}div.csc-mailform form table.confirmation{font-size: 15px}div.csc-mailform form table.confirmation td{width: 60%}div.csc-mailform form table.confirmation td:first-of-type{width: 40%}div.csc-mailform form table.confirmation tr:first-of-type{display: none}@media (min-width: 768px){div.csc-mailform form table.confirmation{font-size: 17px}div.csc-mailform form table.confirmation td:first-of-type{font-weight: bold}}#left .shariff{margin-top: 20px;border-top: 1px solid #eee;padding-top: 20px}footer #shariffWrapper{width: 60%;margin-left: auto;margin-right: auto}footer #shariffWrapper .shariff .shariff-button{border-radius: 3px}footer #shariffWrapper .shariff .shariff-button a{text-decoration: none}.tx-eon-address #filter-form{margin-bottom: 20px}.tx-eon-address #filter-form .input-group .form-control{width: auto}.tx-eon-address .template-table{font-size: 15px}.tx-eon-address .template-table #azfilter-form{margin-bottom: 20px}.tx-eon-address .address_item{margin-bottom: 20px}.tx-eon-address .address_item .address-wrapper{margin-bottom: 20px}.tx-eon-address .address_item .address_image .placeholder{background-color: #eee;display: table-cell;text-align: center;vertical-align: middle;color: #fff}.tx-eon-address .address_item .address-label{display: inline-block;width: 80px;color: #777}.tx-eon-address .template-simple .address_item{border-top: 1px solid #777;margin-top: 30px;padding-top: 30px}.tx-eon-address .template-simple .address_item:first-of-type{border-top: none;margin-top: 0;padding-top: 0}.tx-eon-address .template-complex .address_item .adr-header{margin-bottom: 30px}.tx-eon-address .template-complex .address_item .adr-description-short{color: #777}.tx-eon-address .template-complex .address_item .address-info-row{font-size: 15px;margin-bottom: 30px}.tx-eon-address .template-complex .address_item .address-info-row .address-city{margin-bottom: 15px}.tx-eon-address .template-complex .address_item .address-info-row .address-email{margin-top: 15px}.tx-eon-address .template-general .address_item{font-size: 15px;border-top: 1px solid #777;margin-top: 30px;padding-top: 30px}.tx-eon-address .template-general .address_item:first-of-type{border-top: none;margin-top: 0;padding-top: 30px}.tx-eon-address .template-general .address_item .address_image{margin-bottom: 15px}.tx-indexedsearch-searchbox{margin-bottom: 30px}.tx-indexedsearch-results .searched-words{margin-bottom: 30px}.tx-indexedsearch-results .tx-indexedsearch-res{margin-bottom: 30px}.tx-indexedsearch-results .tx-indexedsearch-res h4 .tx-indexedsearch-percent{font-size: 15px;color: #777}.tx-indexedsearch-results .tx-indexedsearch-res .tx-indexedsearch-description{margin-bottom: 5px}.tx-indexedsearch-results .tx-indexedsearch-res .tx-indexedsearch-info{font-size: 15px;color: #777}.news-date,.news-list-date{margin-bottom: 10px}.news-img-caption{text-align: center;font-size: 0.9em;color: #777}.article.topnews{padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.article .footer{clear: both;margin-top: 5px}.news-categories .label,.news-tags .label{margin-right: 5px;margin-bottom: 5px;opacity: 0.6}.news-list-view .article{margin-bottom: 15px;background-color: transparent;color: #333}.news-list-view .article h2{margin-top: 0;line-height: 1em;margin-bottom: 10px}.news-list-view .article .news-list-date{color: #777}.news-list-view .article .news-img-wrap img{width: 100%;height: auto}.news-list-view .list-default .article .news-img-wrap{margin-bottom: 20px}.news-list-view .list-default .article .news-list-date{color: #777}@media (min-width: 768px){.news-list-view .list-default .article{box-shadow: 0 2px 2px rgba(0,0,0,0.2);background-color: #f2f2f2;padding: 15px;border-radius: 15px}.news-list-view .list-default .article img{border-radius: 3px}}.news-list-view .list-simple .article .news-img-wrap{margin-bottom: 20px}.news-list-view .list-simple .article .news-list-date{color: #777}.news-list-view .list-complex .article{margin-top: 20px;border-top: 1px solid #999;padding-top: 20px}@media (max-width: 767px){.news-list-view .list-complex .article .news-img-wrap{margin-bottom: 15px}}.news-list-view .list-complex .article .news-list-date{color: #777}.news-list-view .list-complex .article .footer{margin-top: 15px}.news-list-view .list-teaser .article:first-child{margin-top: 30px}.news-list-view .list-teaser .article.topnews{padding: 0;background-color: transparent}.news-list-view .list-teaser .article.topnews h4{border-bottom: 1px solid #90084a}.news-list-view .list-teaser .article.topnews a{color: #90084a}.news-list-view .list-teaser .article .header .h4{margin-bottom: 5px}.news-list-view .list-teaser .article .news-list-date{font-size: 15px;color: #777;margin-bottom: 5px}.news-list-view .list-teaser .article .teaser-text{font-size: 15px}.news-list-view .list-scroller .article .teaser-text{font-size: 15px}.news-list-view .list-carousel{min-height: 200px}.news-list-view .list-carousel .carousel-indicators{bottom: auto;top: 5px}.news-single h1{margin-top: 0}.news-single #sliderNews{margin-bottom: 30px}.news-single .news-info{font-size: 15px}.news-single .news-info .news-info-related{margin-bottom: 20px;border-bottom: 1px solid #ccc;padding-bottom: 20px}.news-single .news-info .news-related-wrap .news-related-files,.news-single .news-info .news-related-wrap .news-related-links,.news-single .news-info .news-related-wrap .news-related-news{margin-bottom: 20px;border-bottom: 1px solid #ccc;padding-bottom: 20px}.news-single .news-img-wrap .outer .news-img-caption{text-align: center}.news-single .teaser-text{margin-bottom: 20px;color: rgba(51,51,51,0.5)}.news-tags{margin-bottom: 30px}.news-tags a{color: #fff;margin-bottom: 5px;display: inline-block}.news-tags a.active .label{background-color: #fff;border: 1px solid #003f39;color: #003f39}.news-tags a.active .label:hover{background-color: #25ffea}.news-tags a .label{background-color: #005950;border: 1px solid #003f39;font-weight: normal;display: inline-block;padding: 5px}.news-tags a .label:hover{background-color: #008c7e}.news-tags a .clear-tag{background-color: #00685e;margin-right: 0}.news-menu-view > a{display: block;position: relative;margin-bottom: 5px}.news-menu-view > a .indicator:after{position: absolute;right: 20px;top: auto;font-family: fontawesome;content: "\f0d8"}.news-menu-view > a.collapsed .indicator:after{content: "\f0d7"}.news-menu-view div ul .list-group-item a{display: block}.news-menu-view div ul .list-group-item .badge{opacity: 0.5;font-size: 10px;margin-top: 4px}.news-search-result .count-msg{margin-bottom: 30px}.news-search-result .list-default{margin-bottom: 30px}.datepicker{border-radius: 15px;font-size: 14px;direction: ltr}.datepicker-inline{width: 220px}.datepicker.datepicker-rtl{direction: rtl}.datepicker.datepicker-rtl table tr td span{float: right}.datepicker-dropdown{top: 0;left: 0;padding: 4px}.datepicker-dropdown:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid rgba(0,0,0,0.15);border-top: 0;border-bottom-color: rgba(0,0,0,0.2);position: absolute}.datepicker-dropdown:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;border-top: 0;position: absolute}.datepicker-dropdown.datepicker-orient-left:before{left: 6px}.datepicker-dropdown.datepicker-orient-left:after{left: 7px}.datepicker-dropdown.datepicker-orient-right:before{right: 6px}.datepicker-dropdown.datepicker-orient-right:after{right: 7px}.datepicker-dropdown.datepicker-orient-bottom:before{top: -7px}.datepicker-dropdown.datepicker-orient-bottom:after{top: -6px}.datepicker-dropdown.datepicker-orient-top:before{bottom: -7px;border-bottom: 0;border-top: 7px solid rgba(0,0,0,0.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom: -6px;border-bottom: 0;border-top: 6px solid #fff}.datepicker > div{display: none}.datepicker table{margin: 0;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.datepicker table tr td,.datepicker table tr th{text-align: center;width: 30px;height: 30px;border-radius: 4px;border: none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color: transparent}.datepicker table tr td.old,.datepicker table tr td.new{color: #777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background: #eee;cursor: pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background: none;color: #777;cursor: default}.datepicker table tr td.highlighted{color: #000;background-color: #d9edf7;border-color: #85c5e5;border-radius: 0}.datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.focus{color: #000;background-color: #afd9ee;border-color: #298fc2}.datepicker table tr td.highlighted:hover{color: #000;background-color: #afd9ee;border-color: #52addb}.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.highlighted{color: #000;background-color: #afd9ee;border-color: #52addb}.datepicker table tr td.highlighted:active:hover,.datepicker table tr td.highlighted.active:hover,.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted.active:focus,.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted.active.focus,.open > .dropdown-toggle.datepicker table tr td.highlighted.focus{color: #000;background-color: #91cbe8;border-color: #298fc2}.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.highlighted{background-image: none}.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.highlighted.focus{background-color: #d9edf7;border-color: #85c5e5}.datepicker table tr td.highlighted .badge{color: #d9edf7;background-color: #000}.datepicker table tr td.highlighted.focused{background: #afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background: #d9edf7;color: #777}.datepicker table tr td.today{color: #000;background-color: #ffdb99;border-color: #ffb733}.datepicker table tr td.today:focus,.datepicker table tr td.today.focus{color: #000;background-color: #ffc966;border-color: #b37400}.datepicker table tr td.today:hover{color: #000;background-color: #ffc966;border-color: #f59e00}.datepicker table tr td.today:active,.datepicker table tr td.today.active,.open > .dropdown-toggle.datepicker table tr td.today{color: #000;background-color: #ffc966;border-color: #f59e00}.datepicker table tr td.today:active:hover,.datepicker table tr td.today.active:hover,.open > .dropdown-toggle.datepicker table tr td.today:hover,.datepicker table tr td.today:active:focus,.datepicker table tr td.today.active:focus,.open > .dropdown-toggle.datepicker table tr td.today:focus,.datepicker table tr td.today:active.focus,.datepicker table tr td.today.active.focus,.open > .dropdown-toggle.datepicker table tr td.today.focus{color: #000;background-color: #ffbc42;border-color: #b37400}.datepicker table tr td.today:active,.datepicker table tr td.today.active,.open > .dropdown-toggle.datepicker table tr td.today{background-image: none}.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today[disabled].focus,fieldset[disabled] .datepicker table tr td.today.focus{background-color: #ffdb99;border-color: #ffb733}.datepicker table tr td.today .badge{color: #ffdb99;background-color: #000}.datepicker table tr td.today.focused{background: #ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background: #ffdb99;color: #777}.datepicker table tr td.range{color: #000;background-color: #eee;border-color: #bbb;border-radius: 0}.datepicker table tr td.range:focus,.datepicker table tr td.range.focus{color: #000;background-color: #d5d5d5;border-color: #7c7c7c}.datepicker table tr td.range:hover{color: #000;background-color: #d5d5d5;border-color: #9d9d9d}.datepicker table tr td.range:active,.datepicker table tr td.range.active,.open > .dropdown-toggle.datepicker table tr td.range{color: #000;background-color: #d5d5d5;border-color: #9d9d9d}.datepicker table tr td.range:active:hover,.datepicker table tr td.range.active:hover,.open > .dropdown-toggle.datepicker table tr td.range:hover,.datepicker table tr td.range:active:focus,.datepicker table tr td.range.active:focus,.open > .dropdown-toggle.datepicker table tr td.range:focus,.datepicker table tr td.range:active.focus,.datepicker table tr td.range.active.focus,.open > .dropdown-toggle.datepicker table tr td.range.focus{color: #000;background-color: #c3c3c3;border-color: #7c7c7c}.datepicker table tr td.range:active,.datepicker table tr td.range.active,.open > .dropdown-toggle.datepicker table tr td.range{background-image: none}.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range:hover,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range[disabled]:focus,fieldset[disabled] .datepicker table tr td.range:focus,.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range[disabled].focus,fieldset[disabled] .datepicker table tr td.range.focus{background-color: #eee;border-color: #bbb}.datepicker table tr td.range .badge{color: #eee;background-color: #000}.datepicker table tr td.range.focused{background: #d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background: #eee;color: #777}.datepicker table tr td.range.highlighted{color: #000;background-color: #e4eef3;border-color: #9dc1d3}.datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.focus{color: #000;background-color: #c1d7e3;border-color: #4b88a6}.datepicker table tr td.range.highlighted:hover{color: #000;background-color: #c1d7e3;border-color: #73a6c0}.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.range.highlighted{color: #000;background-color: #c1d7e3;border-color: #73a6c0}.datepicker table tr td.range.highlighted:active:hover,.datepicker table tr td.range.highlighted.active:hover,.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted.active:focus,.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted.active.focus,.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus{color: #000;background-color: #a8c8d8;border-color: #4b88a6}.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.range.highlighted{background-image: none}.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.range.highlighted.focus{background-color: #e4eef3;border-color: #9dc1d3}.datepicker table tr td.range.highlighted .badge{color: #e4eef3;background-color: #000}.datepicker table tr td.range.highlighted.focused{background: #c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background: #e4eef3;color: #777}.datepicker table tr td.range.today{color: #000;background-color: #f7ca77;border-color: #f1a417}.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.focus{color: #000;background-color: #f4b747;border-color: #815608}.datepicker table tr td.range.today:hover{color: #000;background-color: #f4b747;border-color: #bf800c}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today.active,.open > .dropdown-toggle.datepicker table tr td.range.today{color: #000;background-color: #f4b747;border-color: #bf800c}.datepicker table tr td.range.today:active:hover,.datepicker table tr td.range.today.active:hover,.open > .dropdown-toggle.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today.active:focus,.open > .dropdown-toggle.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today.active.focus,.open > .dropdown-toggle.datepicker table tr td.range.today.focus{color: #000;background-color: #f2aa25;border-color: #815608}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today.active,.open > .dropdown-toggle.datepicker table tr td.range.today{background-image: none}.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today[disabled].focus,fieldset[disabled] .datepicker table tr td.range.today.focus{background-color: #f7ca77;border-color: #f1a417}.datepicker table tr td.range.today .badge{color: #f7ca77;background-color: #000}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background: #f7ca77;color: #777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color: #fff;background-color: #777;border-color: #555;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td.selected:focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus{color: #fff;background-color: #5e5e5e;border-color: #161616}.datepicker table tr td.selected:hover,.datepicker table tr td.selected.highlighted:hover{color: #fff;background-color: #5e5e5e;border-color: #373737}.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.selected,.open > .dropdown-toggle.datepicker table tr td.selected.highlighted{color: #fff;background-color: #5e5e5e;border-color: #373737}.datepicker table tr td.selected:active:hover,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active:hover,.open > .dropdown-toggle.datepicker table tr td.selected:hover,.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.highlighted.active:focus,.open > .dropdown-toggle.datepicker table tr td.selected:focus,.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.highlighted.active.focus,.open > .dropdown-toggle.datepicker table tr td.selected.focus,.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus{color: #fff;background-color: #4c4c4c;border-color: #161616}.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.selected,.open > .dropdown-toggle.datepicker table tr td.selected.highlighted{background-image: none}.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus{background-color: #777;border-color: #555}.datepicker table tr td.selected .badge,.datepicker table tr td.selected.highlighted .badge{color: #777;background-color: #fff}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color: #fff;background-color: #90084a;border-color: #78073e;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td.active:focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus{color: #fff;background-color: #600531;border-color: #000}.datepicker table tr td.active:hover,.datepicker table tr td.active.highlighted:hover{color: #fff;background-color: #600531;border-color: #3e0320}.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.active,.open > .dropdown-toggle.datepicker table tr td.active.highlighted{color: #fff;background-color: #600531;border-color: #3e0320}.datepicker table tr td.active:active:hover,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active:hover,.open > .dropdown-toggle.datepicker table tr td.active:hover,.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:active:focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.highlighted.active:focus,.open > .dropdown-toggle.datepicker table tr td.active:focus,.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:active.focus,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.active.focus,.datepicker table tr td.active.highlighted.active.focus,.open > .dropdown-toggle.datepicker table tr td.active.focus,.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus{color: #fff;background-color: #3e0320;border-color: #000}.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.open > .dropdown-toggle.datepicker table tr td.active,.open > .dropdown-toggle.datepicker table tr td.active.highlighted{background-image: none}.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus{background-color: #90084a;border-color: #78073e}.datepicker table tr td.active .badge,.datepicker table tr td.active.highlighted .badge{color: #90084a;background-color: #fff}.datepicker table tr td span{display: block;width: 23%;height: 54px;line-height: 54px;float: left;margin: 1%;cursor: pointer;border-radius: 4px}.datepicker table tr td span:hover,.datepicker table tr td span.focused{background: #eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background: none;color: #777;cursor: default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color: #fff;background-color: #90084a;border-color: #78073e;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:hover.focus{color: #fff;background-color: #600531;border-color: #000}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover{color: #fff;background-color: #600531;border-color: #3e0320}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open > .dropdown-toggle.datepicker table tr td span.active,.open > .dropdown-toggle.datepicker table tr td span.active:hover,.open > .dropdown-toggle.datepicker table tr td span.active.disabled,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover{color: #fff;background-color: #600531;border-color: #3e0320}.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover:active:hover,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:hover.active:hover,.open > .dropdown-toggle.datepicker table tr td span.active:hover,.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled:hover.active:focus,.open > .dropdown-toggle.datepicker table tr td span.active:focus,.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled:hover.active.focus,.open > .dropdown-toggle.datepicker table tr td span.active.focus,.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus{color: #fff;background-color: #3e0320;border-color: #000}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open > .dropdown-toggle.datepicker table tr td span.active,.open > .dropdown-toggle.datepicker table tr td span.active:hover,.open > .dropdown-toggle.datepicker table tr td span.active.disabled,.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover{background-image: none}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled].focus,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus{background-color: #90084a;border-color: #78073e}.datepicker table tr td span.active .badge,.datepicker table tr td span.active:hover .badge,.datepicker table tr td span.active.disabled .badge,.datepicker table tr td span.active.disabled:hover .badge{color: #90084a;background-color: #fff}.datepicker table tr td span.old,.datepicker table tr td span.new{color: #777}.datepicker .datepicker-switch{width: 145px}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor: pointer}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background: #eee}.datepicker .cw{font-size: 10px;width: 12px;padding: 0 2px 0 5px;vertical-align: middle}.input-group.date .input-group-addon{cursor: pointer}.input-daterange input:first-child{border-radius: 15px 0 0 15px}.input-daterange input:last-child{border-radius: 0 15px 15px 0}.input-daterange .input-group-addon{width: auto;min-width: 16px;padding: 4px 5px;line-height: 1.42857143;text-shadow: 0 1px 0 #fff;border-width: 1px 0;margin-left: -5px;margin-right: -5px}.flex-container a:hover,.flex-slider a:hover,.flex-container a:focus,.flex-slider a:focus{outline: none}.slides,.slides > li,.flex-control-nav,.flex-direction-nav{margin: 0;padding: 0;list-style: none}.flex-pauseplay span{text-transform: capitalize}.flexslider{margin: 0;padding: 0}.flexslider .slides > li{display: none;-webkit-backface-visibility: hidden}.flexslider .slides img{width: 100%;display: block}.flexslider .slides:after{content: "\0020";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}html[xmlns] .flexslider .slides{display: block}* html .flexslider .slides{height: 1%}.no-js .flexslider .slides > li:first-child{display: block}.flexslider{margin: 0;background: transparent;border: none;position: relative;zoom: 1;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);-moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);-o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);box-shadow: '' 0 1px 4px rgba(0,0,0,0.2)}.flexslider .slides{zoom: 1}.flexslider .slides img{height: auto}.flex-viewport{max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease}.loading .flex-viewport{max-height: 300px}.carousel li{margin-right: 5px}.flex-direction-nav{*height: 0}.flex-direction-nav a{text-decoration: none;display: block;width: 40px;height: 40px;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;opacity: 0;cursor: pointer;color: rgba(255,255,255,0.8);text-shadow: 0 none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.flex-direction-nav a:before{font-family: "fontawesome";font-size: 40px;display: inline-block;content: "\f053";color: rgba(255,255,255,0.8);text-shadow: 1px 1px 0 rgba(0,0,0,0.3), 0 0 3px rgba(0,0,0,0.8)}.flex-direction-nav a.flex-next:before{content: "\f054"}.flex-direction-nav .flex-prev{left: -50px}.flex-direction-nav .flex-next{right: -50px;text-align: right}.flexslider:hover .flex-direction-nav .flex-prev{opacity: 0.7;left: 10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity: 1}.flexslider:hover .flex-direction-nav .flex-next{opacity: 0.7;right: 10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity: 1}.flex-direction-nav .flex-disabled{opacity: 0 !important;filter: alpha(opacity=0);cursor: default}.flex-pauseplay a{display: block;width: 20px;height: 20px;position: absolute;bottom: 5px;left: 10px;opacity: 0.8;z-index: 10;overflow: hidden;cursor: pointer;color: #000}.flex-pauseplay a:before{font-family: "fontawesome";font-size: 20px;display: inline-block;content: "\f04c"}.flex-pauseplay a:hover{opacity: 1}.flex-pauseplay a.flex-play:before{content: "\f04b"}.flex-control-nav{width: 100%;position: absolute;bottom: -40px;text-align: center}.flex-control-nav li{margin: 0 6px;display: inline-block;zoom: 1;*display: inline}.flex-control-paging li a{width: 11px;height: 11px;display: block;background: #666;background: rgba(0,0,0,0.5);cursor: pointer;text-indent: -9999px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);box-shadow: inset 0 0 3px rgba(0,0,0,0.3);-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px}.flex-control-paging li a:hover{background: #333;background: rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background: #000;background: rgba(0,0,0,0.9);cursor: default}.flex-control-thumbs{margin: 5px 0 0;position: static;overflow: hidden}.flex-control-thumbs li{width: 25%;float: left;margin: 0}.flex-control-thumbs img{width: 100%;height: auto;display: block;opacity: .7;cursor: pointer;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease}.flex-control-thumbs img:hover{opacity: 1}.flex-control-thumbs .flex-active{opacity: 1;cursor: default}@media screen and (max-width: 860px){.flex-direction-nav .flex-prev{opacity: 1;left: 10px}.flex-direction-nav .flex-next{opacity: 1;right: 10px}}.slick-slider{position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}.slick-list{position: relative;overflow: hidden;display: block;margin: 0;padding: 0}.slick-list:focus{outline: none}.slick-list.dragging{cursor: pointer;cursor: hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.slick-track{position: relative;left: 0;top: 0;display: block}.slick-track:before,.slick-track:after{content: "";display: table}.slick-track:after{clear: both}.slick-loading .slick-track{visibility: hidden}.slick-slide{float: left;height: 100%;min-height: 1px;display: none}[dir="rtl"] .slick-slide{float: right}.slick-slide img{display: block}.slick-slide.slick-loading img{display: none}.slick-slide.dragging img{pointer-events: none}.slick-initialized .slick-slide{display: block}.slick-loading .slick-slide{visibility: hidden}.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent}.slick-arrow.slick-hidden{display: none}.slick-loading .slick-list{background-color: #fff}.slick-loading .slick-list:after{font-family: 'fontawesome';content: "\f110";font-size: 24px;text-align: center;padding-top: 30px}.slick-slider.slider-for{margin-bottom: 2px}.slick-slider.slider-for .slick-list .slick-slide{margin: 0}.slick-slider.slider-for .slick-list .slick-slide img{border: 0 none}.slick-slider.slider-nav .slick-list .slick-slide{margin: 0 1px;opacity: 0.5;-webkit-transition: opacity .4s ease;-o-transition: opacity .4s ease;transition: opacity .4s ease;-webkit-transition: all opacity .4s ease ease;-moz-transition: all opacity .4s ease ease;-ms-transition: all opacity .4s ease ease;-o-transition: all opacity .4s ease ease;transition: all opacity .4s ease ease}.slick-slider.slider-nav .slick-list .slick-slide img{border: 0 none}.slick-slider.slider-nav .slick-list .slick-slide.slick-center{opacity: 1;-webkit-transition: opacity .4s ease;-o-transition: opacity .4s ease;transition: opacity .4s ease;-webkit-transition: all opacity .4s ease ease;-moz-transition: all opacity .4s ease ease;-ms-transition: all opacity .4s ease ease;-o-transition: all opacity .4s ease ease;transition: all opacity .4s ease ease}.slick-slider.slider-center .slick-list .slick-slide{opacity: 0.8;-webkit-transition: opacity .4s ease;-o-transition: opacity .4s ease;transition: opacity .4s ease;-webkit-transition: all opacity .4s ease ease;-moz-transition: all opacity .4s ease ease;-ms-transition: all opacity .4s ease ease;-o-transition: all opacity .4s ease ease;transition: all opacity .4s ease ease;-webkit-transition-delay: .5s;transition-delay: .5s}.slick-slider.slider-center .slick-list .slick-slide .file_info{display: none}.slick-slider.slider-center .slick-list .slick-slide.slick-center{opacity: 1;-webkit-transition: opacity .4s ease;-o-transition: opacity .4s ease;transition: opacity .4s ease;-webkit-transition: all opacity .4s ease ease;-moz-transition: all opacity .4s ease ease;-ms-transition: all opacity .4s ease ease;-o-transition: all opacity .4s ease ease;transition: all opacity .4s ease ease;-webkit-transition-delay: .5s;transition-delay: .5s}.slick-slider.slider-center .slick-list .slick-slide.slick-center .file_info{display: block}.slick-vertical .slick-list .slick-slide{outline: none}.slick-vertical button.slick-arrow{margin: 0 auto}.slick-vertical button.slick-arrow.slick-prev{position: static}.slick-vertical button.slick-arrow.slick-prev:before{color: #003f39;content: "\f0d8"}.slick-vertical button.slick-arrow.slick-next{position: static;margin-top: 15px}.slick-vertical button.slick-arrow.slick-next:before{color: #003f39;content: "\f0d7"}.slick-slide{margin: 0;position: relative}.slick-slide img{width: 100%;border: 0 solid transparent}.slick-slide .file_info{background-image: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,0.8) 100%);background-image: -o-linear-gradient(top, transparent 0, rgba(0,0,0,0.8) 100%);background-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);min-height: 60px;width: 100%;box-sizing: border-box;color: #fff;position: absolute;bottom: 0;margin: 0;padding: 10px 20px;z-index: inherit;text-shadow: 0 0 1px #000}.slick-slide .file_info a{color: #fff;text-shadow: 0 0 1px #000;background-color: transparent}.slick-slide .file_info a:before{font-family: 'fontawesome';content: "\f0da";float: right;margin-top: 4px;-webkit-transition: font-size .3s ease;-o-transition: font-size .3s ease;transition: font-size .3s ease;-webkit-transition: all font-size .3s ease ease;-moz-transition: all font-size .3s ease ease;-ms-transition: all font-size .3s ease ease;-o-transition: all font-size .3s ease ease;transition: all font-size .3s ease ease;font-size: 1em}.slick-slide .file_info a:hover:before{-webkit-transition: font-size .3s ease;-o-transition: font-size .3s ease;transition: font-size .3s ease;-webkit-transition: all font-size .3s ease ease;-moz-transition: all font-size .3s ease ease;-ms-transition: all font-size .3s ease ease;-o-transition: all font-size .3s ease ease;transition: all font-size .3s ease ease;font-size: 1.6em}.slick-slide .file_info strong{font-size: 1.3vw;display: block}.slick-slide .file_info span{font-size: 1.1vw;display: block}.slick-prev,.slick-next{position: absolute;display: block;height: 30px;width: 30px;line-height: 0px;font-size: 0px;cursor: pointer;background: transparent;color: transparent;top: 50%;z-index: 100;margin-top: -10px \9;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);padding: 0;border: none;outline: none}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{outline: none;background: transparent;color: transparent}.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before{opacity: 1;text-shadow: 0 0 1px #000}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;text-shadow: none}.slick-prev:before,.slick-next:before{font-family: "fontawesome";font-size: 30px;line-height: 1;color: #fff;opacity: .75;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.slick-prev{left: 15px}.slick-prev[dir="rtl"]{left: auto;right: 15px}.slick-prev:before{content: "\f0d9"}.slick-prev:before[dir="rtl"]{content: "\f0da"}.slick-next{right: 15px}.slick-next[dir="rtl"]{left: 15px;right: auto}.slick-next:before{content: "\f0da"}.slick-next:before[dir="rtl"]{content: "\f0d9"}.slick-dots{position: absolute;bottom: -45px;list-style: none;display: block;text-align: center;padding: 0;width: 100%}.slick-dots li{position: relative;display: inline-block;height: 20px;width: 20px;margin: 0 5px;padding: 0;cursor: pointer}.slick-dots li button{border: 0;background: transparent;display: block;height: 20px;width: 20px;outline: none;line-height: 0px;font-size: 0px;color: transparent;padding: 5px;cursor: pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline: none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity: 1}.slick-dots li button:before{position: absolute;top: 0;left: 0;content: "\f111";width: 20px;height: 20px;font-family: "fontawesome";font-size: 12px;line-height: 20px;text-align: center;color: #000;opacity: .25;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.slick-dots li.slick-active button:before{color: #90084a;opacity: .75}.slick-slide:focus,.slick-slide a{outline: none !important}.slick-dots{bottom: -35px}.ce-menu .placeholder{background-color: #eee;width: 100%;min-height: 140px}.ce-menu.layout-1 .teaser-item{position: relative;margin-bottom: 30px}.ce-menu.layout-1 .teaser-item .image{box-shadow: 0 2px 2px rgba(0,0,0,0.2)}.ce-menu.layout-1 .teaser-item .info{position: absolute;bottom: 0;padding: 10px;left: 0;right: 0;margin: 0 15px;background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);background-image: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);color: #fff;text-shadow: 0 0 0 #000, 0 0 1px #000}.ce-menu.layout-1 .teaser-item .info a,.ce-menu.layout-1 .teaser-item .info a:focus{color: #fff}.ce-menu.layout-1 .teaser-item .info .title{font-weight: bold}.ce-menu.layout-1 .teaser-item .info .description{opacity: 0.9;font-size: 15px}.ce-menu.layout-1 .teaser-item .info .goto-link{float: right;font-size: 15px}.fsc-gallery .row div[class*="col-"]{margin-bottom: 30px}.fsc-gallery .row div[class*="col-"] figure{position: relative}.fsc-gallery .row div[class*="col-"] figure .lightbox{color: #fff;font-size: 20px;text-shadow: 0 0 1px #000;position: absolute;right: 3px;top: 3px}.fsc-gallery .row div[class*="col-"] figure figcaption{display: block;width: 100%;position: absolute;bottom: 0;padding: 8px;font-size: 15px;text-align: center;color: #fff;text-shadow: 0 0 1px #000, 0 0 0 #000}.fsc-gallery.layout-1 figure img{box-shadow: 0 2px 2px rgba(0,0,0,0.2)}.ce-gallery .ce-row{margin-bottom: 30px}.ce-gallery .ce-row .ce-column figure{position: relative}.ce-gallery .ce-row .ce-column figure i.fa{color: #fff;font-size: 20px;text-shadow: 0 0 1px #000;position: absolute;right: 3px;top: 3px}.ce-gallery .ce-row .ce-column figure figcaption{display: block;width: 100%;position: absolute;bottom: 0;padding: 8px;font-size: 15px;text-align: center;color: #fff;text-shadow: 0 0 1px #000, 0 0 0 #000}.ce-gallery.layout-1 figure img{box-shadow: 0 2px 2px rgba(0,0,0,0.2)}.fsc-teaser{position: relative;background-color: #90084a;color: #fff;border-radius: 15px;padding: 0;margin-bottom: 15px}.fsc-teaser figure{position: relative}.fsc-teaser figure .lightbox{color: #fff;font-size: 20px;text-shadow: 0 0 1px #000;position: absolute;right: 3px;top: 3px}.fsc-teaser figure iframe{width: 100%;height: auto;min-height: 200px}.fsc-teaser figure figcaption{text-align: center;font-size: 15px;position: absolute;bottom: 5px;left: 10px;text-shadow: 0 0 2px #000}.fsc-teaser .content-wrapper-xs{padding: 15px}@media (min-width: 768px){.fsc-teaser .content-wrapper-xs{border-left: 1px solid #fff}}.fsc-teaser .teaser-headlines .h1{font-size: 42px}.fsc-teaser .teaser-headlines .h2{font-size: 25.2px}.fsc-teaser .goto-link{margin-top: 20px}.fsc-teaser .goto-link a{color: #fff}.fsc-teaser .goto-link a:hover,.fsc-teaser .goto-link a:active{opacity: 0.9;color: #fff}.fsc-teaser.ce-border{box-shadow: 0 2px 2px rgba(0,0,0,0.2)}.fsc-teaser.layout-0 .teaser-image,.fsc-teaser.layout-1 .teaser-image{background-size: cover;background-position: center center;position: relative;display: block;min-height: 150px;width: 100%}.fsc-teaser.layout-0 .teaser-image .image-description,.fsc-teaser.layout-1 .teaser-image .image-description{position: absolute;bottom: 5px;width: 100%;text-align: center;text-shadow: 0 0 2px #000;color: #fff}@media (min-width: 768px){.fsc-teaser.layout-0,.fsc-teaser.layout-1{padding: 0;display: table;table-layout: fixed}.fsc-teaser.layout-0 .teaser-image,.fsc-teaser.layout-1 .teaser-image{display: table-cell;width: 50%}}@media (min-width: 768px){.fsc-teaser{padding: 30px;margin-bottom: 30px}.fsc-teaser .teaser-headlines{text-align: left}.fsc-teaser .teaser-headlines .h1{margin-top: 0;font-size: 48px}.fsc-teaser .teaser-headlines .h2{font-size: 28.8px}}.fsc-teaser.layout-0 .teaser-image,.fsc-teaser.layout-1 .teaser-image{border-radius: 15px 15px 0 0}@media (min-width: 768px){.fsc-teaser.layout-0 .teaser-image,.fsc-teaser.layout-1 .teaser-image{border-radius: 15px 0 0 15px}}.fsc-teaser.layout-1,.fsc-teaser.layout-3{background-color: #eee;color: #333}.fsc-teaser.layout-1 .teaser-headlines,.fsc-teaser.layout-3 .teaser-headlines{margin-top: 20px}.fsc-teaser.layout-1 .goto-link a,.fsc-teaser.layout-3 .goto-link a{color: #000}.fsc-teaser.layout-2,.fsc-teaser.layout-3{padding: 15px;padding-top: 0}.fsc-teaser.layout-2 .teaser-headlines,.fsc-teaser.layout-3 .teaser-headlines{margin-top: 0}.fsc-teaser.layout-2 .teaser-headlines .h2,.fsc-teaser.layout-3 .teaser-headlines .h2{margin-top: 15px}.fsc-teaser.layout-2 figure,.fsc-teaser.layout-3 figure{margin-bottom: 15px}.fsc-teaser.layout-2 figure img,.fsc-teaser.layout-3 figure img{border-top: 1px solid #fff;border-bottom: 1px solid #fff}@media (min-width: 768px){.fsc-teaser.layout-2,.fsc-teaser.layout-3{min-height: 430px}}.eo-slider-content.layout-1 .item{opacity: 0.5;filter: grayscale(1);-webkit-filter: grayscale(1)}.eo-slider-content.layout-1 .item .file_info{display: none}.eo-slider-content.layout-1 .item.slick-current{opacity: 0.8;filter: grayscale(.6);-webkit-filter: grayscale(.6)}.eo-slider-content.layout-2 .item .file_info{display: none}.ge_3.slick-slider{background-color: #eee;padding: 15px}.btn{padding: 6px 12px;font-size: 17px;line-height: 1.42857143;border-radius: 5px}.btn-lg,.btn-group-lg > .btn{padding: 10px 16px;font-size: 22px;line-height: 1.3333333;border-radius: 5px}.btn-sm,.btn-group-sm > .btn{padding: 5px 10px;font-size: 15px;line-height: 1.5;border-radius: 5px}.btn-xs,.btn-group-xs > .btn{padding: 1px 5px;font-size: 15px;line-height: 1.5;border-radius: 5px}.btn-book{color: #333;background-color: #fadf70;border-color: #f9d957}.btn-book:focus,.btn-book.focus{color: #333;background-color: #f8d43f;border-color: #caa407}.btn-book:hover{color: #333;background-color: #f8d43f;border-color: #f7cc1c}.btn-book:active,.btn-book.active,.open > .dropdown-toggle.btn-book{color: #333;background-color: #f8d43f;border-color: #f7cc1c}.btn-book:active:hover,.btn-book.active:hover,.open > .dropdown-toggle.btn-book:hover,.btn-book:active:focus,.btn-book.active:focus,.open > .dropdown-toggle.btn-book:focus,.btn-book:active.focus,.btn-book.active.focus,.open > .dropdown-toggle.btn-book.focus{color: #333;background-color: #f7cc1c;border-color: #caa407}.btn-book:active,.btn-book.active,.open > .dropdown-toggle.btn-book{background-image: none}.btn-book.disabled:hover,.btn-book[disabled]:hover,fieldset[disabled] .btn-book:hover,.btn-book.disabled:focus,.btn-book[disabled]:focus,fieldset[disabled] .btn-book:focus,.btn-book.disabled.focus,.btn-book[disabled].focus,fieldset[disabled] .btn-book.focus{background-color: #fadf70;border-color: #f9d957}.btn-book .badge{color: #fadf70;background-color: #333}.btn-secondary{color: #fff;background-color: #90084a;border-color: #78073e}.btn-secondary:focus,.btn-secondary.focus{color: #fff;background-color: #600531;border-color: #000}.btn-secondary:hover{color: #fff;background-color: #600531;border-color: #3e0320}.btn-secondary:active,.btn-secondary.active,.open > .dropdown-toggle.btn-secondary{color: #fff;background-color: #600531;border-color: #3e0320}.btn-secondary:active:hover,.btn-secondary.active:hover,.open > .dropdown-toggle.btn-secondary:hover,.btn-secondary:active:focus,.btn-secondary.active:focus,.open > .dropdown-toggle.btn-secondary:focus,.btn-secondary:active.focus,.btn-secondary.active.focus,.open > .dropdown-toggle.btn-secondary.focus{color: #fff;background-color: #3e0320;border-color: #000}.btn-secondary:active,.btn-secondary.active,.open > .dropdown-toggle.btn-secondary{background-image: none}.btn-secondary.disabled:hover,.btn-secondary[disabled]:hover,fieldset[disabled] .btn-secondary:hover,.btn-secondary.disabled:focus,.btn-secondary[disabled]:focus,fieldset[disabled] .btn-secondary:focus,.btn-secondary.disabled.focus,.btn-secondary[disabled].focus,fieldset[disabled] .btn-secondary.focus{background-color: #90084a;border-color: #78073e}.btn-secondary .badge{color: #90084a;background-color: #fff}.btn-teaser{color: #fff}.row-eq-height{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex}.carousel-inner{margin-top: 30px}.control-fields{background-color: #eee;border-radius: 15px;height: 30px;font-weight: bold;color: #333;line-height: 30px;text-align: center;opacity: .8;filter: alpha(opacity=80)}.control-fields:hover{opacity: 1;filter: alpha(opacity=100)}.control-fields .carousel-control{bottom: auto;width: 10%;background-color: #003f39}.control-fields .carousel-control.left,.control-fields .carousel-control.right{background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)}.control-fields .carousel-control.left{border-radius: 15px}.control-fields .carousel-control.right{border-radius: 15px}.control-fields .carousel-control .fa-chevron-left,.control-fields .carousel-control .fa-chevron-right{top: 0}.carousel-indicators{top: 6px;bottom: auto}.carousel-indicators li{margin-right: 5px;border: 1px solid #003f39}.carousel-indicators li.active{background-color: #003f39;border: 1px solid #003f39;margin-right: 5px}.overpop{cursor: pointer}.popover{min-width: 200px;border-radius: 15px}.flexslider .flex-viewport li .file_info,.flexslider .slides li .file_info{width: auto;color: #fff;text-shadow: 0 0 5px rgba(0,0,0,0.8);position: absolute;bottom: 0;padding: 10px 20px;z-index: inherit}.flexslider .flex-viewport li .file_info strong,.flexslider .slides li .file_info strong{font-size: 20px}.flexslider .flex-viewport li .file_info span,.flexslider .slides li .file_info span{margin-left: 20px}.flexslider .flex-viewport li .file_info a,.flexslider .slides li .file_info a{color: #fff}.flexslider .flex-viewport li .file_info a:hover,.flexslider .slides li .file_info a:hover{text-decoration: none}.flexslider .flex-viewport li .file_info a:before,.flexslider .slides li .file_info a:before{content: "\f14c";color: #fff;float: right;font-size: 16px;font-family: FontAwesome}.flexslider .flex-direction-nav a:before{font-size: 30px}.flexslider .flex-direction-nav .flex-prev{left: 0}.flexslider .flex-direction-nav .flex-next{right: 0}.eon-mimetypes-:before{content: "\f016"}.eon-mimetypes-png:before,.eon-mimetypes-gif:before,.eon-mimetypes-ai:before,.eon-mimetypes-mng:before,.eon-mimetypes-jpeg:before,.eon-mimetypes-jpg:before{content: "\f1c5"}.eon-mimetypes-wav:before,.eon-mimetypes-ogg:before,.eon-mimetypes-mp3:before{content: "\f1c7"}.eon-mimetypes-doc:before,.eon-mimetypes-docx:before,.eon-mimetypes-odx:before{content: "\f1c2"}.eon-mimetypes-zip:before,.eon-mimetypes-gz:before,.eon-mimetypes-tar:before,.eon-mimetypes-lhz:before,.eon-mimetypes-lha:before,.eon-mimetypes-dmg:before,.eon-mimetypes-lza:before,.eon-mimetypes-gzip:before{content: "\f1c6"}.eon-mimetypes-pdf:before{content: "\f1c1"}.eon-mimetypes-ppt:before{content: "\f1c4"}.eon-mimetypes-bin:before,.eon-mimetypes-exe:before{content: "\f15b"}.eon-mimetypes-c:before,.eon-mimetypes-jar:before,.eon-mimetypes-php:before,.eon-mimetypes-xml:before,.eon-mimetypes-html:before,.eon-mimetypes-htm:before{content: "\f1c9"}.eon-mimetypes-xls:before,.eon-mimetypes-xlsx:before{content: "\f1c3"}.eon-mimetypes-txt:before,.eon-mimetypes-css:before,.eon-mimetypes-text:before,.eon-mimetypes-readme:before{content: "\f0f6"}.eon-mimetypes-mp4:before,.eon-mimetypes-avi:before,.eon-mimetypes-ogv:before,.eon-mimetypes-webm:before,.eon-mimetypes-mkv:before,.eon-mimetypes-mpeg:before{content: "\f1c8"}#offCanvas{width: 300px;height: auto;overflow-y: auto;position: absolute;left: -300px;top: 50px;z-index: 10050;opacity: 0;border: 1px solid #78073e;box-shadow: 0 0 20px rgba(0,0,0,0.9);transition: all .3s ease}#offCanvas.can-on{left: 0;opacity: 1;transition: all .3s ease}#offCanvas #mobileNav{width: 100%;position: relative;left: 0}#offCanvas #mobileNav #flutschmenu{font-size: 16px}#offCanvas #mobileNav #flutschmenu .custom-navigation{font-size: 20px;height: 40px;background-color: #90084a;border-bottom: 1px solid #78073e;padding-left: 30px}#offCanvas #mobileNav #flutschmenu .custom-navigation i,#offCanvas #mobileNav #flutschmenu .custom-navigation span{line-height: 40px;color: white;opacity: 0.8;display: inline-block;cursor: pointer}#offCanvas #mobileNav #flutschmenu .custom-navigation i:hover,#offCanvas #mobileNav #flutschmenu .custom-navigation span:hover,#offCanvas #mobileNav #flutschmenu .custom-navigation i.active,#offCanvas #mobileNav #flutschmenu .custom-navigation span.active{opacity: 1}#offCanvas #mobileNav #flutschmenu .custom-navigation .active i,#offCanvas #mobileNav #flutschmenu .custom-navigation .active span{opacity: 1}#offCanvas #mobileNav #flutschmenu .custom-navigation .custom-links{margin-right: 20px}#offCanvas #mobileNav #flutschmenu .custom-navigation .custom-links i{margin-right: 10px}#offCanvas #mobileNav #flutschmenu .custom-navigation .close{display: inline-block;width: 40px;text-align: center}#offCanvas #mobileNav #flutschmenu .main-navigation{height: 40px;background-color: #90084a}#offCanvas #mobileNav #flutschmenu .main-navigation i{background-color: #78073e;color: white;display: inline-block;height: 40px;line-height: 40px;text-align: center;width: 49%;box-sizing: border-box;cursor: pointer}#offCanvas #mobileNav #flutschmenu .main-navigation i:last-child{float: right}#offCanvas #mobileNav #flutschmenu #flutschi{margin-top: 0}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li{background-color: #90084a;float: left;width: 100%;margin-top: 0;border-top: 1px solid rgba(255,255,255,0.1);position: relative}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li:hover{background-color: #a80956}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li span.fa{color: white;position: absolute;left: 4px;top: 14px}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li a{color: white;padding-left: 30px}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li a:hover{background-color: transparent}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li.has-subpage a{color: white;display: inline-block;width: 87%}#offCanvas #mobileNav #flutschmenu #flutschi .nav-flutschi li.has-subpage i{background-color: #78073e;color: white;display: inline-block;height: 40px;line-height: 40px;text-align: center;width: 13%;cursor: pointer}.flutsch-backdrop{width: 100%;position: fixed;height: 100%;z-index: 0;top: 0px;left: 0px;background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 85%, transparent 100%);background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 85%, transparent 100%);background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 85%, transparent 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00000000', GradientType=0)}body{font-family: 'PT Sans', serif;padding: 0;background-color: #fff;position: relative}body a:hover{text-decoration: none}@media (min-width: 992px){body .background-attachment{position: fixed;z-index: -1;height: 100%;width: 100%;background-size: cover;background-repeat: no-repeat}}.container{padding-left: 0;padding-right: 0}#headerWrapper{position: fixed;top: 0;z-index: 10000;width: 100%}#logoWrapper .container figure{display: block;position: absolute;top: 10px;left: 50%;z-index: 1}#logoWrapper .container figure img{width: 100px;height: auto;margin-left: -50px}@media (min-width: 768px){#logoWrapper .container{display: inline}#logoWrapper .container figure{position: absolute;top: 10px;left: 60px}#logoWrapper .container figure img{margin-left: 0;width: auto}}@media (min-width: 992px){#logoWrapper .container{display: block}#logoWrapper .container figure{display: block;text-align: left;top: 50px;z-index: 10000}}@media (min-width: 1200px){#logoWrapper .container figure{display: block;left: 30px;position: fixed;text-align: left;top: 20px;z-index: 10000}}#headerContentWrapper{padding-top: 42px}@media (min-width: 992px){#headerContentWrapper{padding-top: 0}}#contentWrapper .inner-wrapper #left{margin-bottom: 50px}#contentWrapper .inner-wrapper #left > .layout-1{margin-left: -15px}#contentWrapper .inner-wrapper #content{margin-top: 25px;margin-bottom: 50px}#contentWrapper .inner-wrapper #right{margin-bottom: 50px}#contentWrapper .inner-wrapper #right > .layout-1{margin-right: -15px}footer .inner-wrapper{background-color: #003f39;color: #fff;border-top: 3px double #fff}footer .inner-wrapper a{color: #fff;text-decoration: underline}footer .inner-wrapper .col-footer-content{padding-top: 20px;text-align: center}footer .inner-wrapper #footerMenu{padding-top: 10px;text-align: center}footer .inner-wrapper #footerMenu ul{margin: 0}footer .inner-wrapper #footerMenu ul li{padding: 5px}footer .inner-wrapper #footerMenu ul li a{color: #fff;margin-right: 0;margin-left: 15px}footer .inner-wrapper address{text-align: center}footer .inner-wrapper address .adr-name{font-size: 26px;padding: 10px;margin-bottom: 10px;border-top: 1px dotted rgba(255,255,255,0.5);border-bottom: 1px dotted rgba(255,255,255,0.5)}#ggSuche{background-color: #90084a;width: auto;margin-top: 20px;padding: 20px;padding-bottom: 5px;box-sizing: border-box;position: relative;border-top: 1px solid #a80956}#ggSuche .title{color: white;font-size: 20px;margin-bottom: 10px;text-transform: uppercase;letter-spacing: 0.25em;text-align: center}#ggSuche form{margin-bottom: 0}#ggSuche form label{font-size: 14px;color: #fff}#ggSuche form input,#ggSuche form input[type="text"],#ggSuche form select{border-color: transparent;box-shadow: none;border-radius: 15px}#ggSuche form .form-control-feedback{right: 15px;color: #fff;background-color: #333}.colum{width: 50%;height: 50px;float: left}.colum #shariffWrapper{margin-right: 0}.colum #shariffWrapper .shariff ul li{max-width: 10%;margin-right: 10px;margin-left: auto}.colum .instagram-btn{width: 20%;display: inline-block;height: 35px;background: #f09433;background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);text-decoration: none;border-radius: 3px;min-width: 110px;padding-top: 2px}.colum .instagram-btn:hover{background: #ff951b;background: -moz-linear-gradient(45deg, #ff951b 0%, #fb5e27 25%, #f31033 50%, #e10e62 75%, #d1038f 100%);background: -webkit-linear-gradient(45deg, #ff951b 0%, #fb5e27 25%, #f31033 50%, #e10e62 75%, #d1038f 100%);background: linear-gradient(45deg, #ff951b 0%, #fb5e27 25%, #f31033 50%, #e10e62 75%, #d1038f 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff951b', endColorstr='#d1038f', GradientType=1)}.colum .instagram-btn .fa{width: 30px;height: 30px;text-align: center;vertical-align: middle}.colum .instagram-btn .fa:before{font-size: 17px;line-height: 32px}.colum .instagram-btn .share_text{font-size: 12px}@media (min-width: 1024px){.colum .instagram-btn{height: 30px;padding-top: 0}}#subNav{padding-top: 30px}#subNav ul{padding: 0;margin: 0;list-style-type: none}#subNav ul li{margin: 0;border-bottom: 1px solid #f1f1f1;position: relative}#subNav ul li.cur > a{font-weight: bold;background-color: #fff}#subNav ul li a{padding: 5px 10px;text-decoration: none;color: #000}#subNav ul li i{position: absolute;right: 8px;top: 8px;color: #777}#subNav ul li ul li{margin-bottom: 5px;border-bottom: none}#subNav ul li ul li a{padding-left: 30px;display: block;font-size: 12px}#subNav ul li ul li a:hover{background-color: #f5f5f5}#subNav ul li ul li ul li a{padding-left: 50px}#subNav > ul{margin-bottom: 15px;padding-bottom: 15px}#cookieCheck{background-color: #f0bc7e;position: fixed;z-index: 20000;bottom: 0;width: 100%;padding: 10px 0;box-shadow: 0 -2px 15px rgba(0,0,0,0.6)}#cookieCheck .description{padding-top: 5px;font-weight: bold;vertical-align: middle}#cookieCheck .description a{font-weight: normal;color: #fff;margin-left: 10px;font-size: 15px}#cookieCheck button{border: none;font-weight: bold;float: right}@media (max-width: 767px){#cookieCheck{font-size: 14px}#cookieCheck .btn{font-size: 14px;height: 30px}}#offCanvasToggle{cursor: pointer;display: inline-block;padding: 4px 8px;border: none;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;-webkit-transition: all all 1s ease ease;-moz-transition: all all 1s ease ease;-ms-transition: all all 1s ease ease;-o-transition: all all 1s ease ease;transition: all all 1s ease ease;color: #333;position: absolute;left: 0;top: 0}#offCanvasToggle:active{-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-transition: all all .3s ease ease;-moz-transition: all all .3s ease ease;-ms-transition: all all .3s ease ease;-o-transition: all all .3s ease ease;transition: all all .3s ease ease}@media (max-width: 991px){#ggSuche form.form-horizontal .control-label{text-align: left}}@media (min-width: 992px){.container{padding-left: 30px;padding-right: 30px}#contentWrapper .inner-wrapper #left{margin-top: 30px}#ggSuche{box-shadow: 0 2px 10px rgba(0,0,0,0.5);margin-bottom: 30px;border-radius: 15px}#mainMenuWrapper #mainNav{background-color: rgba(0,89,80,0.9);border: none;border-bottom: 1px solid rgba(255,255,255,0.6);margin-bottom: 0;padding: 0;box-shadow: 0 4px 5px rgba(0,0,0,0.3);position: relative;z-index: 1000}#mainMenuWrapper #mainNav #mainNavContainer{text-align: center;padding-bottom: 0;padding-top: 0}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav{float: none;display: inline-block}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li{float: none;display: inline-block;position: relative}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li > a{font-size: 20px;line-height: 20px;color: white;border-left: none;text-transform: uppercase}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li:hover a,#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li.active a{background-color: #003f39;color: white}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li .lvl2-wrapper{display: none;position: absolute;left: 0;top: 50px -1;z-index: 1020;background-color: rgba(0,63,57,0.95);width: 250px}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li .lvl2-wrapper ul{margin: 0;padding: 0;box-shadow: 0 5px 4px rgba(0,0,0,0.5)}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li .lvl2-wrapper ul .list-group-item{padding: 0;border-width: 0;background-color: transparent;word-break: keep-all}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li .lvl2-wrapper ul .list-group-item a{background-color: transparent;display: block;text-decoration: none;padding: 8px 10px;text-align: left;color: white}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li .lvl2-wrapper ul .list-group-item a:hover{background-color: rgba(0,114,103,0.9);color: white}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li.last-one .lvl2-wrapper{left: auto;right: 0}#mainMenuWrapper #mainNav #mainNavContainer .navbar-nav > li:hover .lvl2-wrapper{display: block}footer .inner-wrapper .col-footer-content{text-align: left}}@media (min-width: 1200px){#contentWrapper .inner-wrapper #left{margin-top: -80px}}.klaro.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{display: block}.klaro.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons{display: flex;flex-direction: column;margin-top: 0}.klaro.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons .cm-btn{border-radius: 0;margin-top: 0;margin-bottom: 10px}@media (min-width: 480px){.klaro.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons .cm-btn{margin-left: auto;margin-right: auto}}.klaro.klaro .cookie-modal,.klaro.klaro .cookie-notice{font-size: 12px}.klaro.klaro .cookie-modal .cm-modal.cm-klaro,.klaro.klaro .cookie-notice .cm-modal.cm-klaro{background: #fff}.klaro.klaro .cookie-modal .us-info-text,.klaro.klaro .cookie-notice .us-info-text{font-size: 10px}.klaro.klaro .cookie-modal .klaro-header .cn-headline,.klaro.klaro .cookie-notice .klaro-header .cn-headline{font-size: 16px}.klaro.klaro .cookie-modal .klaro-header .customer-logo,.klaro.klaro .cookie-notice .klaro-header .customer-logo{width: 150px;display: inline-block;padding-left: 20px}@media (min-width: 480px){.klaro.klaro .cookie-modal .klaro-header .cn-headline,.klaro.klaro .cookie-notice .klaro-header .cn-headline{width: 60%;display: inline-block}.klaro.klaro .cookie-modal .klaro-header .customer-logo,.klaro.klaro .cookie-notice .klaro-header .customer-logo{display: inline-block;height: auto}.klaro.klaro .cookie-modal .klaro-header + p,.klaro.klaro .cookie-notice .klaro-header + p{width: 90%}}.klaro.klaro .cookie-modal .slider,.klaro.klaro .cookie-notice .slider{box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro.klaro .cookie-modal a,.klaro.klaro .cookie-notice a{color: #444;text-decoration: none}.klaro.klaro .cookie-modal p,.klaro.klaro .cookie-notice p,.klaro.klaro .cookie-modal strong,.klaro.klaro .cookie-notice strong,.klaro.klaro .cookie-modal h1,.klaro.klaro .cookie-notice h1,.klaro.klaro .cookie-modal h2,.klaro.klaro .cookie-notice h2,.klaro.klaro .cookie-modal ul,.klaro.klaro .cookie-notice ul,.klaro.klaro .cookie-modal li,.klaro.klaro .cookie-notice li{font-family: inherit;color: #212529}.klaro.klaro .cookie-modal p,.klaro.klaro .cookie-notice p,.klaro.klaro .cookie-modal h1,.klaro.klaro .cookie-notice h1,.klaro.klaro .cookie-modal h2,.klaro.klaro .cookie-notice h2,.klaro.klaro .cookie-modal ul,.klaro.klaro .cookie-notice ul,.klaro.klaro .cookie-modal li,.klaro.klaro .cookie-notice li{display: block;text-align: left;margin: 0;padding: 0;margin-top: 10px}.klaro.klaro .cookie-modal ul,.klaro.klaro .cookie-notice ul{margin-bottom: 10px;margin-left: 5px}.klaro.klaro .cookie-modal .cm-btn,.klaro.klaro .cookie-notice .cm-btn{color: #fff;padding: 0.5em;margin-right: 0.5em;border: 0}.klaro.klaro .cookie-modal .cm-btn.cm-btn-sm,.klaro.klaro .cookie-notice .cm-btn.cm-btn-sm{padding: 0.4em;font-size: 1em}.klaro.klaro .cookie-modal .cm-btn.cm-btn-close,.klaro.klaro .cookie-notice .cm-btn.cm-btn-close{background: #eee;color: #000}.klaro.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro.klaro .cookie-notice .cm-btn.cm-btn-success{background: #c00b63;border-radius: 0}.klaro.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info,.klaro.klaro .cookie-notice .cm-btn.cm-btn-success.cm-btn-info{background: #ccc;border-radius: 0}.klaro.klaro .cookie-modal .cm-btn.cm-btn-danger,.klaro.klaro .cookie-notice .cm-btn.cm-btn-danger{background: #FFF;color: #000;border: 1px solid #000}.klaro.klaro .cookie-modal{width: 100%;height: 100%;position: fixed;overflow: hidden;left: 0;top: 0;z-index: 100000}.klaro.klaro .cookie-modal .cm-bg{background: rgba(0,0,0,0.5);height: 100%;width: 100%;position: fixed;top: 0;left: 0}.klaro.klaro .cookie-modal .cm-modal{z-index: 9999;box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19);width: 100%;max-height: 98%;top: 50%;transform: translateY(-50%);position: fixed;overflow: auto;background: #fff;color: #212529}@media (min-width: 800px){.klaro.klaro .cookie-modal .cm-modal{max-width: 500px}}@media (min-width: 1024px){.klaro.klaro .cookie-modal .cm-modal{position: relative;margin: 0 auto;max-width: 500px;height: auto;width: auto}}.klaro.klaro .cookie-modal .cm-modal .hide{border: none;background: none;position: absolute;top: 20px;right: 20px}.klaro.klaro .cookie-modal .cm-modal .hide svg{stroke: #212529}.klaro.klaro .cookie-modal .cm-modal .cm-footer{padding: 1em;border-top: 1px solid #212529}.klaro.klaro .cookie-modal .cm-modal .cm-footer a.cm-powered-by{position: absolute;right: 1em;color: #9ba5ae;font-size: 0.8em;padding-top: 4px}.klaro.klaro .cookie-modal .cm-modal .cm-header{padding: 1em;padding-right: 24px;border-bottom: 1px solid #212529}.klaro.klaro .cookie-modal .cm-modal .cm-header h1{margin: 0;font-size: 2em;display: block}.klaro.klaro .cookie-modal .cm-modal .cm-header h1.title{padding-right: 20px}.klaro.klaro .cookie-modal .cm-modal .cm-body{padding: 1em}.klaro.klaro .cookie-modal .cm-modal .cm-body ul{display: block}.klaro.klaro .cookie-modal .cm-modal .cm-body span{display: inline-block;width: auto}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps{padding: 0;margin: 0}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app{position: relative;line-height: 20px;vertical-align: middle;padding-left: 60px;min-height: 40px}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child{margin-top: 0}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch{position: absolute;left: 0}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p{margin-top: 0}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes{font-size: 0.8em;color: #9ba5ae}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all{border-top: 1px solid #212529;padding-top: 1em}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title{font-weight: 600}.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,.klaro.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required{padding-left: 0.2em;font-size: 0.8em;color: #9ba5ae}.klaro.klaro .cookie-modal .cm-modal .cm-btn-decline{display: none}.klaro.klaro .cookie-notice{background: #fff;z-index: 9997;position: fixed;width: 100%;bottom: 0;right: 0}@media (min-width: 990px){.klaro.klaro .cookie-notice{box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19);position: fixed;bottom: 20px;right: 20px;max-width: 300px}}@media (max-width: 989px){.klaro.klaro .cookie-notice{border: none;border-top: 1px solid #212529}}.klaro.klaro .cookie-notice .cn-body{margin-bottom: 0;margin-right: 0;bottom: 0;padding: 0 1em 1em;min-height: 512px}@media (min-width: 480px){.klaro.klaro .cookie-notice .cn-body{min-height: 426px}}.klaro.klaro .cookie-notice .cn-body:after{clear: both}.klaro.klaro .cookie-notice .cn-body p{margin-bottom: 0.5em}.klaro.klaro .cookie-notice .cn-body p.cn-changes{text-decoration: underline}.klaro.klaro .cookie-notice .cn-body .cn-learn-more{display: inline-block}.klaro.klaro .cookie-notice .cn-body div.cn-ok{padding-top: 0.5em;margin: 0}.klaro.klaro .cookie-notice .cn-body div.cn-ok .cm-btn-success{padding: .5em .5em}.klaro.klaro .cookie-notice-hidden{display: none !important}.klaro.klaro .cookie-modal .cm-modal .cm-footer-buttons{justify-content: flex-start}.klaro.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success{order: 0}.klaro.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-accept{order: 1}.klaro.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider.slider{background: #c00b63;opacity: 1}.klaro.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider{background: #c00b63}.klaro.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider{background: #ccc}.klaro.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider{background: #c00b63}.klaro.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{text-align: left}.klaro.klaro .cookie-modal .cm-btn{border-radius: 0}#klaro .cookie-modal .cm-modal.cm-klaro{max-width: 500px !important}#klaro .cookie-notice{position: fixed;background: rgba(0,0,0,0.5);top: 0;left: 0;width: 100vw;height: 100vh;max-width: unset;display: flex;align-items: center;justify-content: center}#klaro .cookie-notice:not(.cookie-modal-notice){z-index: 10001}#klaro .cn-body{background: white;padding: 24px;max-width: 500px}#klaro .cn-body .cn-body-footer{margin-top: 10px}#klaro .cn-body-footer{margin-bottom: 15px;text-align: center}#klaro .cn-ok .cn-buttons .cm-btn{width: 100%;text-align: center}@media (min-width: 480px){#klaro .cn-ok .cn-buttons .cm-btn{width: 50%}}#klaro .cn-ok .cn-buttons a.cm-btn{display: flex;justify-content: center;align-items: center}.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content{margin-left: 0 !important;display: block !important}.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded{display: none !important}.cm-switch{position: relative;display: inline-block;width: 50px;height: 30px}.cm-switch.disabled input:checked + .slider{opacity: 0.5;background-color: #444}.slider{box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19)}.cm-app-input{position: absolute;top: 0;left: 0;opacity: 0;width: 50px;height: 30px}.cm-app-label .slider{position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;width: 50px;display: inline-block}.cm-app-label .slider:before{position: absolute;content: "";height: 20px;width: 20px;left: 5px;bottom: 5px;background-color: white;-webkit-transition: .4s;transition: .4s}.cm-app-label .slider.round{border-radius: 30px}.cm-app-label .slider.round:before{border-radius: 50%}.cm-app-label input:focus + .slider{box-shadow: 0 0 1px #444}.cm-app-label input:checked + .slider:before{-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px)}.cm-app-input:focus + .cm-app-label .slider{box-shadow: 0 4px 6px 0 rgba(125,125,125,0.2), 5px 5px 10px 0 rgba(125,125,125,0.19)}.cm-app-input:checked + .cm-app-label .slider{background-color: #c00b63}.cm-app-input:checked + .cm-app-label .slider:before{-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px)}@font-face{font-family: 'Pinyon Script';font-style: normal;font-weight: 400;font-display: swap;src: url("/typo3conf/ext/template76/Resources/Public/Components/font-PinyonScript/font/6xKpdSJbL9-e9LuoeQiDRQR8WOXaOg.woff2") format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family: 'PT Sans';font-style: normal;font-weight: 400;font-display: swap;src: url("/typo3conf/ext/template76/Resources/Public/Components/font-PTSans/font/jizaRExUiTo99u79D0KExQ.woff2") format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family: 'PT Sans';font-style: normal;font-weight: 700;font-display: swap;src: url("/typo3conf/ext/template76/Resources/Public/Components/font-PTSans/font/jizfRExUiTo99u79B_mh0O6tLQ.woff2") format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}


/************** RTE.CSS  **************/

/* (PUNKT) .Klassennamen stehen im RTE zur Verfügung, wenn sie als erlaubt im rte_setup.ts eingetragen sind */
.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}
.align-justify {text-align:justify;}

.table-condensed, .table-hover, .table-bordered, .table-striped, .table {
	/* Platzhalter, damit diese BS-Klassen verwendet werden können */
	width: 100%;
}

/* Platzhalter für Hinweistexte, die mittels Bootstrap schön gemacht werden */
.alert,
.alert-danger,
.alert-warning,
.alert-success,
.alert-info {
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	color:#555;
}
.alert-danger {background-color:#fcc; border-color:#333;}
.alert-warning {background-color:#ffc; border-color:#333;}
.alert-success {background-color:#cfc; border-color:#333;}
.alert-info {background-color:#cdf; border-color:#333;}

.active, .success, .info, .warning, .danger {
	/* Platzhalter, damit diese BS-Klassen verwendet werden können */
}

.invisible {display:none;}

.box {}