<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*== Google maps  ==*/
.google-map.alignleft {
	float: left;
	margin-right: 20px;
}
.google-map.alignright {
	float: right;
	margin-left: 20px;
}
/*== Tooltip  ==*/
.post-tooltip {
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px dotted #666;
	color: #E36600;
}
/*== Dropcap  ==*/
.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 50px;
	font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.dropcap.style-2, .dropcap.style-3 {
	border-radius: 30px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 30px;
	margin: 0px 10px 5px 0px;
	background-color: #ef2748;
}
.dropcap.style-3 {
	border-radius: 5px !important;
}
/*== Buttons  ==*/
.short-button.red, .short-button.orange, .short-button.green, .short-button.gray, .short-button.gold, .short-button.light-green, .short-button.blue, .short-button.violet, .short-button.black, .short-button.white, .short-button.pink, .short-button.purple, .short-button.yellow, .short-button.rosy, .short-button.brown, .short-button.magenta, .short-button.cyan, .short-button.oqean, .short-button.dark-violet, .short-button.light-gray {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 36px;
	text-decoration: none;
	margin: 0 5px 20px;
}
.short-button.small {
	font-size: 15px;
	padding: 8px 16px;
}
.short-button.big {
	font-size: 20px;
	padding: 24px 62px;
}
.short-button.red {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color: #fe1a00;
	border: 1px solid #d83526;
	text-shadow: 1px 1px 0px #b23e35;
}
.short-button.red:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color: #ce0100;
}
.short-button.red:active {
	position: relative;
	top: 1px;
}
.short-button.orange {
	-moz-box-shadow: inset 0px 1px 0px 0px #F0B393;
	-webkit-box-shadow: inset 0px 1px 0px 0px #F0B393;
	box-shadow: inset 0px 1px 0px 0px #F0B393;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FE5C00), color-stop(1, #CE4C01) );
	background: -moz-linear-gradient( center top, #FE5C00 5%, #CE4C01 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE5C00', endColorstr='#CE4C01');
	background-color: #FE5C00;
	border: 1px solid #D76726;
	text-shadow: 1px 1px 0px #b06134;
}
.short-button.orange:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CE4C01), color-stop(1, #FE5C00) );
	background: -moz-linear-gradient( center top, #CE4C01 5%, #FE5C00 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE4C01', endColorstr='#FE5C00');
	background-color: #CE4C01;
}
.short-button.orange:active {
	position: relative;
	top: 1px;
}
.short-button.yellow {
	-moz-box-shadow: inset 0px 1px 0px 0px #EED090;
	-webkit-box-shadow: inset 0px 1px 0px 0px #EED090;
	box-shadow: inset 0px 1px 0px 0px #EED090;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FeAD03), color-stop(1, #CE8A04) );
	background: -moz-linear-gradient( center top, #FeAD03 5%, #CE8A04 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FeAD03', endColorstr='#CE8A04');
	background-color: #FeAD03;
	border: 1px solid #D69F27;
	text-shadow: 1px 1px 0px #b08934;
}
.short-button.yellow:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CE8A04), color-stop(1, #FeAD03) );
	background: -moz-linear-gradient( center top, #CE8A04 5%, #FeAD03 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE8A04', endColorstr='#FeAD03');
	background-color: #CE8A04;
}
.short-button.yellow:active {
	position: relative;
	top: 1px;
}
.short-button.rosy {
	-moz-box-shadow: inset 0px 1px 0px 0px #F7A6AF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #F7A6AF;
	box-shadow: inset 0px 1px 0px 0px #F7A6AF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F16C7C), color-stop(1, #D25E6C) );
	background: -moz-linear-gradient( center top, #F16C7C 5%, #D25E6C 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F16C7C', endColorstr='#D25E6C');
	background-color: #F16C7C;
	border: 1px solid #BA4553;
	text-shadow: 1px 1px 0px #CA4B5B;
}
.short-button.rosy:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D25E6C), color-stop(1, #F16C7C) );
	background: -moz-linear-gradient( center top, #D25E6C 5%, #F16C7C 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D25E6C', endColorstr='#F16C7C');
	background-color: #D25E6C;
}
.short-button.rosy:active {
	position: relative;
	top: 1px;
}
.short-button.green {
	-moz-box-shadow: inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
	box-shadow: inset 0px 1px 0px 0px #caefab;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8BF632), color-stop(1, #438D06) );
	/* Chrome,Safari4+ */
	background: -moz-linear-gradient( center top, #8BF632 5%, #438D06 100% );
 /* FF3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8BF632', endColorstr='#438D06');
	/* IE6-9 */
	background-color: #8BF632;
	/* Old browsers */
	border: 1px solid #268a16;
	color: #306108;
	text-shadow: 1px 1px 0px #aade7c;
}
.short-button.green:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #438D06), color-stop(1, #8BF632) );
	background: -moz-linear-gradient( center top, #438D06 5%, #8BF632 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#438D06', endColorstr='#8BF632');
	background-color: #438D06;
}
.short-button.green:active {
	position: relative;
	top: 1px;
}
.short-button.blue {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color: #79bbff;
	border: 1px solid #84bbf3;
	text-shadow: 1px 1px 0px #528ecc;
}
.short-button.blue:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color: #378de5;
}
.short-button.blue:active {
	position: relative;
	top: 1px;
}
.short-button.gray {
	-moz-box-shadow: inset 0px 1px 0px 0px #D5D5D5;
	-webkit-box-shadow: inset 0px 1px 0px 0px #D5D5D5;
	box-shadow: inset 0px 1px 0px 0px #D5D5D5;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #444444) );
	/* Chrome,Safari4+ */
	background: -moz-linear-gradient( center top, #666666 5%, #444444 100% );
 /* FF3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444');
	/* IE6-9 */
	background-color: #666666;
	/* Old browsers */
	border: 1px solid #888888;
	text-shadow: 1px 1px 0px #595959;
}
.short-button.gray:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #666666) );
	background: -moz-linear-gradient( center top, #444444 5%, #666666 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#666666');
	background-color: #444444;
}
.short-button.gray:active {
	position: relative;
	top: 1px;
}
.short-button.light-gray {
	-moz-box-shadow: inset 0px 1px 0px 0px #EDEBEB;
	-webkit-box-shadow: inset 0px 1px 0px 0px #EDEBEB;
	box-shadow: inset 0px 1px 0px 0px #EDEBEB;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C3C3C3), color-stop(1, #8A8A8A) );
	/* Chrome,Safari4+ */
	background: -moz-linear-gradient( center top, #C3C3C3 5%, #8A8A8A 100% );
 /* FF3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3C3C3', endColorstr='#8A8A8A');
	/* IE6-9 */
	background-color: #C3C3C3;
	/* Old browsers */
	border: 1px solid #DCDCDC;
	text-shadow: 1px 1px 0px #AFAEAE;
}
.short-button.light-gray:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8A8A8A), color-stop(1, #C3C3C3) );
	background: -moz-linear-gradient( center top, #8A8A8A 5%, #C3C3C3 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A8A8A', endColorstr='#C3C3C3');
	background-color: #8A8A8A;
}
.short-button.light-gray:active {
	position: relative;
	top: 1px;
}
.short-button.white {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #D4D4D4) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #D4D4D4 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D4D4D4');
	background-color: #ffffff;
	border: 1px solid #ACABAB;
	color: #666666;
	text-shadow: 1px 1px 0px #ffffff;
}
.short-button.white:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D4D4D4), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #D4D4D4 5%, #ffffff 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#ffffff');
	background-color: #D4D4D4;
}
.short-button.white:active {
	position: relative;
	top: 1px;
}
.short-button.black {
	background: -moz-linear-gradient(center top, #363636 5%, #0D0D0D 100%) repeat scroll 0 0 #363636;
	border: 1px solid #494747;
	box-shadow: 0 1px 0 0 #7A7277 inset;
	text-shadow: 1px 1px 0 #777777;
}
.short-button.black {
	-moz-box-shadow: inset 0px 1px 0px 0px #7A7277;
	-webkit-box-shadow: inset 0px 1px 0px 0px #7A7277;
	box-shadow: inset 0px 1px 0px 0px #7A7277;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #1C1C1C) );
	background: -moz-linear-gradient( center top, #444444 5%, #1C1C1C 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#1C1C1C');
	background-color: #444444;
	border: 1px solid #3A3434;
	text-shadow: 1px 1px 0px #1D1A1D;
}
.short-button.black:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1C1C1C), color-stop(1, #444444) );
	background: -moz-linear-gradient( center top, #1C1C1C 5%, #444444 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C1C1C', endColorstr='#444444');
	background-color: #1C1C1C;
}
.short-button.black:active {
	position: relative;
	top: 1px;
}
.short-button.violet {
	-moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
	box-shadow: inset 0px 1px 0px 0px #e184f3;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd) );
	background: -moz-linear-gradient( center top, #c123de 5%, #a20dbd 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
	background-color: #c123de;
	border: 1px solid #a511c0;
	text-shadow: 1px 1px 0px #9b14b3;
}
.short-button.violet:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de) );
	background: -moz-linear-gradient( center top, #a20dbd 5%, #c123de 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
	background-color: #a20dbd;
}
.short-button.violet:active {
	position: relative;
	top: 1px;
}
.short-button.pink {
	background: -moz-linear-gradient(center top, #E22092 5%, #FB0696 100%) repeat scroll 0 0 #E22092;
	border: 1px solid #BC1176;
	box-shadow: 0 1px 0 0 #ed78bd inset;
	text-shadow: 1px 1px 0 #b01570;
}
.short-button.pink {
	-moz-box-shadow: inset 0px 1px 0px 0px #ed78bd;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ed78bd;
	box-shadow: inset 0px 1px 0px 0px #ed78bd;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E22092), color-stop(1, #FB0696) );
	background: -moz-linear-gradient( center top, #E22092 5%, #FB0696 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E22092', endColorstr='#FB0696');
	background-color: #E22092;
	border: 1px solid #BC1176;
	text-shadow: 1px 1px 0px #b01570;
}
.short-button.pink:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #E22092) );
	background: -moz-linear-gradient( center top, #FB0696 5%, #E22092 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB0696', endColorstr='#E22092');
	background-color: #FB0696;
}
.short-button.pink:active {
	position: relative;
	top: 1px;
}
.short-button.oqean123 {
	background: #578faa;
	/* Old browsers */
	background: -moz-linear-gradient(top, #578faa 0%, #457e99 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #578faa), color-stop(100%, #457e99));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #578faa 0%, #457e99 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #578faa 0%, #457e99 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #578faa 0%, #457e99 100%);
	/* IE10+ */
	background: linear-gradient(top, #578faa 0%, #457e99 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578faa', endColorstr='#457e99', GradientType=0 );/* IE6-9 */;
}
.short-button.oqean {
	background: -moz-linear-gradient(center top, #0077BE 5%, #045483 100%) repeat scroll 0 0 #0077BE;
	border: 1px solid #3B8CBD;
	box-shadow: 0 1px 0 0 #88C7ED inset;
	text-shadow: 1px 1px 0 #25719E;
}
.short-button.oqean {
	-moz-box-shadow: inset 0px 1px 0px 0px #88C7ED;
	-webkit-box-shadow: inset 0px 1px 0px 0px #88C7ED;
	box-shadow: inset 0px 1px 0px 0px #88C7ED;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0077BE), color-stop(1, #045483) );
	background: -moz-linear-gradient( center top, #0077BE 5%, #045483 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077BE', endColorstr='#045483');
	background-color: #0077BE;
	border: 1px solid #3B8CBD;
	text-shadow: 1px 1px 0px #25719E;
}
.short-button.oqean:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #045483), color-stop(1, #0077BE) );
	background: -moz-linear-gradient( center top, #045483 5%, #0077BE 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045483', endColorstr='#0077BE');
	background-color: #045483;
}
.short-button.oqean:active {
	position: relative;
	top: 1px;
}
.short-button.dark-violet123 {
	background: #5c57a7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #5c57a7 1%, #4c4595 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5c57a7), color-stop(100%, #4c4595));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c57a7 1%, #4c4595 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c57a7 1%, #4c4595 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c57a7 1%, #4c4595 100%);
	/* IE10+ */
	background: linear-gradient(top, #5c57a7 1%, #4c4595 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c57a7', endColorstr='#4c4595', GradientType=0 );/* IE6-9 */;
}
.short-button.dark-violet {
	-moz-box-shadow: inset 0px 1px 0px 0px #9D9ACB;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9D9ACB;
	box-shadow: inset 0px 1px 0px 0px #9D9ACB;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c57a7), color-stop(1, #37326D) );
	background: -moz-linear-gradient( center top, #5c57a7 5%, #37326D 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C57A7', endColorstr='#37326D');
	background-color: #5C57A7;
	border: 1px solid #666393;
	text-shadow: 1px 1px 0px #585493;
}
.short-button.dark-violet:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #37326D), color-stop(1, #5C57A7) );
	background: -moz-linear-gradient( center top, #37326D 5%, #5C57A7 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37326D', endColorstr='#5C57A7');
	background-color: #37326D;
}
.short-button.dark-violet:active {
	position: relative;
	top: 1px;
}
.short-button.gold {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #ffc477;
	border: 1px solid #eeb44f;
	text-shadow: 1px 1px 0px #cc9f52;
}
.short-button.gold:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #fb9e25;
}
.short-button.gold:active {
	position: relative;
	top: 1px;
}
.short-button.light-green {
	-moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color: #9dce2c;
	border: 1px solid #83c41a;
	text-shadow: 1px 1px 0px #689324;
}
.short-button.light-green:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color: #8cb82b;
}
.short-button.light-green:active {
	position: relative;
	top: 1px;
}
.short-button.brown {
	-moz-box-shadow: inset 0px 1px 0px 0px #AC743D;
	-webkit-box-shadow: inset 0px 1px 0px 0px #AC743D;
	box-shadow: inset 0px 1px 0px 0px #AC743D;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #804000), color-stop(1, #572D02) );
	background: -moz-linear-gradient( center top, #804000 5%, #572D02 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804000', endColorstr='#572D02');
	background-color: #804000;
	border: 1px solid #754618;
	text-shadow: 1px 1px 0px #7B4714;
}
.short-button.brown:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #572D02), color-stop(1, #804000) );
	background: -moz-linear-gradient( center top, #572D02 5%, #804000 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#572D02', endColorstr='#804000');
	background-color: #572D02;
}
.short-button.brown:active {
	position: relative;
	top: 1px;
}
.short-button.magenta {
	-moz-box-shadow: inset 0px 1px 0px 0px #CB6B95;
	-webkit-box-shadow: inset 0px 1px 0px 0px #CB6B95;
	box-shadow: inset 0px 1px 0px 0px #CB6B95;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A9014B), color-stop(1, #6E0332) );
	background: -moz-linear-gradient( center top, #A9014B 5%, #6E0332 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9014B', endColorstr='#6E0332');
	background-color: #A9014B;
	border: 1px solid #A82961;
	text-shadow: 1px 1px 0px #a6205b;
}
.short-button.magenta:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6E0332), color-stop(1, #A9014B) );
	background: -moz-linear-gradient( center top, #6E0332 5%, #A9014B 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E0332', endColorstr='#A9014B');
	background-color: #6E0332;
}
.short-button.magenta:active {
	position: relative;
	top: 1px;
}
.short-button.cyan {
	-moz-box-shadow: inset 0px 1px 0px 0px #A4FAFA;
	-webkit-box-shadow: inset 0px 1px 0px 0px #A4FAFA;
	box-shadow: inset 0px 1px 0px 0px #A4FAFA;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04FAFA), color-stop(1, #058989) );
	background: -moz-linear-gradient( center top, #04FAFA 5%, #058989 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04FAFA', endColorstr='#058989');
	background-color: #04FAFA;
	border: 1px solid #2FAAAA;
	text-shadow: 1px 1px 0px #A6205B;
}
.short-button.cyan:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #058989), color-stop(1, #04FAFA) );
	background: -moz-linear-gradient( center top, #058989 5%, #04FAFA 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#058989', endColorstr='#04FAFA');
	background-color: #058989;
}
.short-button.cyan:active {
	position: relative;
	top: 1px;
}
.short-button.purple {
	-moz-box-shadow: inset 0px 1px 0px 0px #984E98;
	-webkit-box-shadow: inset 0px 1px 0px 0px #984E98;
	box-shadow: inset 0px 1px 0px 0px #984E98;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9A199A), color-stop(1, #800080) );
	background: -moz-linear-gradient( center top, #9A199A 5%, #800080 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A199A', endColorstr='#800080');
	background-color: #9A199A;
	border: 1px solid #610761;
	text-shadow: 1px 1px 0px #6E0B6E;
}
.short-button.purple:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #800080), color-stop(1, #9A199A) );
	background: -moz-linear-gradient( center top, #800080 5%, #9A199A 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800080', endColorstr='#9A199A');
	background-color: #800080;
}
.short-button.purple:active {
	position: relative;
	top: 1px;
}
/*== Liste Style  ==*/
ul.favo-list.type-line li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: medium none;
	box-shadow: none;
}
ul.favo-list.type-line li {
	border-top: 1px solid #F0F0F0;
	font-size: 13px;
	list-style: none outside none !important;
	margin-top: 7px;
	padding-top: 7px;
}
ul.favo-list.type-line, ul.favo-list.type-star {
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.favo-list.type-star &gt; li:first-child {
	margin-top: 0;
}
.post-entry ul li {
	line-height: 25px;
	list-style: disc inside none;
}
ul.favo-list.type-star li {
	background: url("../images/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	font-size: 13px;
	list-style: none outside none !important;
	margin-top: 5px;
	padding: 3px 0 0 25px;
}
ul.favo-list.type-yes li:before, ul.favo-list.type-no li:before, ul.favo-list.type-star li:before {
	content: ' ';
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: 18px;
	margin-left: -25px;
	margin-right: 0;
	text-decoration: inherit;
	width: 18px;
}
ul.favo-list.type-yes li:before {
	color: #6EAD18 !important;
	content: '\f00c';
}
ul.favo-list.type-star li:before {
	color: #FBD925 !important;
	content: '\f005';
}
ul.favo-list.type-no li:before {
	color: #EF4E41 !important;
	content: '\f00d';
}
ul.favo-list.type-yes &gt; li:first-child, ul.favo-list.type-no &gt; li:first-child {
	margin-top: 0;
}
ul.favo-list.type-yes li, ul.favo-list.type-no li {
	list-style: none outside none !important;
	margin-top: 5px;
	padding: 3px 0 0 25px;
}
ul.favo-list.type-bullet li {
	list-style: none outside none !important;
}
.bullet-list &gt; li:before, .type-bullet &gt; li:before {
	background: none repeat scroll 0 0 #6EAD18;
}
.bullet-list {
	counter-reset: section;
	list-style: none outside none;
	margin: 0;
}
.bullet-list &gt; li:before, .type-bullet &gt; li:before {
	background: none repeat scroll 0 0 #666666;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4) inset;
	color: #FFFFFF;
	content: counter(section, decimal);
	counter-increment: section;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin: 0 10px 15px -30px;
	text-align: center;
	width: 20px;
}
.bullet-list, .type-bullet, .link-list, .map-list, .arrow-list {
	float: left;
	overflow: hidden;
	width: 95%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bullet-list li, .type-bullet, .link-list li, .map-list li, .arrow-list li {
	color: #4d4d4d;
	padding-left: 30px;
	display: block;
	min-height: 24px;
	line-height: 24px;
}
.favo-list.type-bullet {
	counter-reset: section;
}
.bullet-list li {
	background: url(../images/bullet-style.png) no-repeat left center;
}
/*== Divider  ==*/

div.divider {
	border-top: 1px solid #E6E6E6;
	border-color: #E0DEDE;
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 0;
	margin: 30px 0;
	overflow: hidden;
}
div.divider.double {
	height: 8px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
div.divider.dashed {
	border-top: 2px dashed #EEE;
}
div.divider.dotted {
	border-top: 3px dotted #EEE;
}
div.divider.sep-stripe {
	background: url('../images/texture.png') repeat scroll 0% 0% transparent;
	height: 10px;
	border-top: none;
}
.symple-heading-double-line {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0px !important;
	border-bottom: medium none;
	background: url('../images/double-line.png') repeat-x scroll center center transparent;
}
.symple-heading.text-align-left span {
	padding-right: 15px;
}
.symple-heading span {
	background: none repeat scroll 0% 0% #FFF;
}
.symple-heading-double-line {
	line-height: 40px !important;
}
.content .entry iframe {
	max-width: 100%;
}
.single-video iframe {
	width: 100%;
}
/*== Columns  ==*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-right: 4%;
	position: relative;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.entry .last {
	margin-right: 0 !important;
	clear: right;
}
.entry-page .last {
	clear: right;
	margin-right: 0 !important;
}
/*== Toggle  ==*/

ul.toggle-box {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul.toggle-box li {
	margin-bottom: 10px;
}
ul.toggle-box li h3.toggle-box-head {
	padding: 5px 8px;
	margin: 0;
	line-height: 22px;
	overflow: hidden;
	cursor: pointer;
	font-size: 13px;
	background-color: #FBFBFB;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
	border: 1px solid #ddd;
}
ul.toggle-box li h3.toggle-box-head span {
	background-color: rgba(255,255,255,0.5);
	color: #999;
	height: 34px;
	width: 38px;
	float: right;
	margin: -6px -10px;
	display: block;
	text-align: center;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #E2E2E2;
}
ul.toggle-box li h3.toggle-box-head span:before {
	content: "\f077";
	font-family: FontAwesome;
	display: block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
ul.toggle-box li h3.toggle-box-head i {
	font-size: 14px;
	margin-right: 5px;
}
ul.toggle-box li h3.toggle-box-head.active {
	color: #333;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
ul.toggle-box li h3.toggle-box-head.active span {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
ul.toggle-box li h3.toggle-box-head.active span:before {
	content: "\f078";
}
ul.toggle-box li h3.toggle-box-head:hover {
	color: #333;
	background: #EFEFEF;
}
ul.toggle-box li .toggle-box-content {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*== accordion ==*/

ul.favo-accordion {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul.favo-accordion li.accordion-group {
	border: 1px solid #d5d5d5;
	margin-bottom: 5px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
ul.favo-accordion li.accordion-group h3.accordion-heading {
	padding: 5px 8px;
	margin: 0;
	line-height: 22px;
	cursor: pointer;
	font-size: 13px;
	background-color: #FBFBFB;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
ul.favo-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
	text-align: left;
}
ul.favo-accordion li.accordion-group h3.accordion-heading .fa-plus-circle:before {
	font-size: 14px;
}
ul.favo-accordion li.accordion-group h3.accordion-heading.active {
	color: #333;
}
.fa-plus-circle:before {
	content: "\f055";
}
ul.favo-accordion li.accordion-group h3.accordion-heading.active .fa-shorticon:before {
	content: "\f056";
}
 [class^="fa-"], [class*=" fa-"] {
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 margin-right: 5px;
}
ul.favo-accordion li.accordion-group h3.accordion-heading.active .fa-plus-circle:before {
	content: "\f056";
}
ul.favo-accordion li.accordion-group h3.accordion-heading:hover {
	color: #333;
	background: #EFEFEF;
}
ul.favo-accordion li.accordion-group .accordion-inner {
	border-top: 1px solid #D5D5D5;
	background: #fff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	padding: 20px;
}
/*== tabs ==*/

div.favo-tabs ul.nav-tabs {
	list-style: none;
	margin: 0 5px;
	padding: 0 5px;
	border-bottom: none;
	border-bottom: 1px solid #ddd;
}
div.favo-tabs ul.nav-tabs li {
	overflow: hidden;
	max-width: 25%;
	padding: 0;
	float: left;
}
.nav-tabs &gt; li {
	margin-bottom: -1px;
}
div.favo-tabs ul.nav-tabs li a {
	margin-right: 5px;
	padding: 8px 25px;
	display: block;
	border: 1px solid #ddd;
	background: #F7F6F6;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.favo-tabs ul.nav-tabs li a:hover {
	color: #000;
}
div.favo-tabs ul.nav-tabs li a.active {
	border-bottom-color: #fff;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.favo-tabs div.tab-content {
	padding: 10px 5px;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-top: none;
	margin: 0 5px;
}
div.favo-tabs div.tab-content &gt; div {
	display: none;
}
div.favo-tabs div.tab-content &gt; div.active {
	display: block;
}
div.favo-tabs[class*="style"] ul.nav-tabs {
	margin: 0 5px;
	border-bottom: 3px solid #85B24E;
}
div.favo-tabs[class*="style"] ul.nav-tabs li {
	margin-bottom: 0;
}
div.favo-tabs[class*="vertical"] ul.nav-tabs li {
	max-width: 300px;
}
div.favo-tabs[class*="style"] ul.nav-tabs li a {
	padding: 8px 25px;
}
div.favo-tabs[class*="style"] ul.nav-tabs li a.active {
	border-color: #7BA543;
	border-bottom-color: #85B24E;
	background: #85B24E;
	color: #fff;
	text-shadow: none;
}
div.favo-tabs[class*="style"] div.tab-content {
	padding: 20px;
	border: 1px solid #E5E5E5;
	border-top: none;
	margin: 0 5px;
}
div.favo-tabs.style-blue ul.nav-tabs {
	border-bottom-color: #61A5CA;
}
div.favo-tabs.style-blue ul.nav-tabs li a.active {
	background: #61A5CA;
	border-color: #61A5CA;
}
div.favo-tabs.style-black ul.nav-tabs {
	border-bottom-color: #626262;
}
div.favo-tabs.style-black ul.nav-tabs li a.active {
	background: #626262;
	border-color: #626262;
}
div.favo-tabs.style-red ul.nav-tabs {
	border-bottom-color: #E02C26;
}
div.favo-tabs.style-red ul.nav-tabs li a.active {
	background: #E02C26;
	border-color: #E02C26;
}
div.favo-tabs.style-orange ul.nav-tabs {
	border-bottom-color: #ef2748;
}
div.favo-tabs.style-orange ul.nav-tabs li a.active {
	background: #ef2748;
	border-color: #ef2748;
}
div.favo-tabs.vertical {
	margin-left: 120px;
	clear: both;
}
div.favo-tabs.vertical ul.nav-tabs {
	float: left;
	width: 120px;
	margin-left: -120px;
	border: none;
	padding: 0;
}
div.favo-tabs.vertical ul.nav-tabs li {
	float: none;
	margin-bottom: 10px;
	display: block;
	overflow: visible;
}
div.favo-tabs.vertical ul.nav-tabs li a {
	margin: 0;
	padding: 6px 10px;
	border: none;
	text-align: left;
	background: none;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: visible;
	border: 1px solid #ddd;
	background: #F7F6F6;
}
div.favo-tabs.vertical ul.nav-tabs li a.active {
	background: #606060;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.favo-tabs.vertical ul.nav-tabs li a.active:before {
	border-bottom: 17px solid transparent;
	border-left: 17px solid #606060;
	border-top: 17px solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: -1px;
	right: -16px;
}
div.favo-tabs.vertical div.tab-content {
	width: 100%;
	border: none;
	padding: 20px 20px 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -1px;
	border: 1px solid #E5E5E5;
}
div.favo-tabs.vertical.style-green ul.nav-tabs li a.active {
	background: #85B24E;
}
div.favo-tabs.vertical.style-green ul.nav-tabs li a:before {
	border-left: 15px solid #85B24E;
}
div.favo-tabs.vertical.style-blue ul.nav-tabs li a.active {
	background: #61A5CA;
}
div.favo-tabs.vertical.style-blue ul.nav-tabs li a:before {
	border-left: 15px solid #61A5CA;
}
div.favo-tabs.vertical.style-red ul.nav-tabs li a.active {
	background: #E02C26;
}
div.favo-tabs.vertical.style-red ul.nav-tabs li a:before {
	border-left: 15px solid #E02C26;
}
div.favo-tabs.vertical.style-orange ul.nav-tabs li a.active {
	background: #ef2748;
}
div.favo-tabs.vertical.style-orange ul.nav-tabs li a:before {
	border-left: 15px solid #ef2748;
}
/* ==  lightbox  ==*/


ul.thumbnails &gt; li {
	margin-bottom: 10px !important;
}
#favo-lightbox:after {
	background: -moz-element(#favo-lightbox);
}
#favo-lightbox1:after {
	background: -moz-element(#favo-lightbox1);
}
#favo-lightbox2:after {
	background: -moz-element(#favo-lightbox2);
}
#favo-lightbox3:after {
	background: -moz-element(#favo-lightbox3);
}
#favo-lightbox4:after {
	background: -moz-element(#favo-lightbox4);
}
#favo-lightbox5:after {
	background: -moz-element(#favo-lightbox5);
}
#favo-lightbox6:after {
	background: -moz-element(#favo-lightbox6);
}
#favo-lightbox7:after {
	background: -moz-element(#favo-lightbox7);
}
.favo-lightbox {
	margin: 0 20px 20px 0;
	z-index: 5;
	overflow: hidden;
	display: block;
}
.favo-lightbox.image-left {
	float: left;
}
.favo-lightbox.image-right {
	float: right;
	margin: 0 0 20px 20px;
}
.favo-lightbox.no-border {
	padding: 0;
	border: none;
}
.favo-lightbox.image-none {
	margin: 0 0 10px;
	display: inline-block;
}
.favo-lightbox.border {
	padding: 5px;
	background: #FCFCFC;
	border: 1px solid #ddd;
}
.favo-lightbox.borderInner {
	position: relative;
	z-index: 1;
}
.favo-lightbox.borderInner .transparent-border {
	position: absolute;
	content: "";
	top: 0;
	border: 5px solid rgba(0,0,0,0.2);
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.favo-lightbox.shadow {
	box-shadow: 0 15px 10px -13px rgba(0,0,0,0.5);
}
.favo-lightbox.reflect {
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: visible;
}
.favo-lightbox.reflect:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	mask: url("./images/mask.svg#light");
	opacity: 0.8;
	pointer-events: none;
	transform: scaleY(-1);
}
.favo-lightbox a {
	min-height: 80px;
	min-width: 80px;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	display: block;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	overflow: hidden;
	z-index: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.favo-lightbox a h3.img-title {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #eee;
	opacity: 0;
	filter: alpha(opacity=0);
	line-height: 18px;
	background: rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.favo-lightbox a:hover h3.img-title {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.favo-lightbox a img {
	width: 100%;
}</pre></body></html>