/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(js/fe/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(js/fe/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(js/fe/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(js/fe/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font: 16px/1.25 Helvetica, Arial, sans-serif;
  color: #786491;
  background: #d3c7d1 url(css/fe/../../images/fe/bgr.jpg) no-repeat 50% 0;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  width: auto 9;
  -ms-interpolation-mode: bicubic;
}
.clear,
.row {
  *zoom: 1;
}
.clear:before,
.row:before,
.clear:after,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}
.clear:after,
.row:after {
  clear: both;
}
.container,
footer {
  width: 1034px;
  padding: 0 40px;
  margin: 0 auto;
}
.row {
  position: relative;
  margin-left: -30px;
  border-radius: 5px;
}
[class^="col"] {
  float: left;
  margin-left: 30px;
}
[class^="col"]._borderLeft:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 0;
  margin-left: -16px;
  border-left: 1px solid #ccc;
}
.col1 {
  width: 52px;
}
.offset1 {
  margin-left: 112px;
}
.col2 {
  width: 134px;
}
.offset2 {
  margin-left: 194px;
}
.col3 {
  width: 216px;
}
.offset3 {
  margin-left: 276px;
}
.col4 {
  width: 298px;
}
.offset4 {
  margin-left: 358px;
}
.col5 {
  width: 380px;
}
.offset5 {
  margin-left: 440px;
}
.col6 {
  width: 462px;
}
.offset6 {
  margin-left: 522px;
}
.col7 {
  width: 544px;
}
.offset7 {
  margin-left: 604px;
}
.col8 {
  width: 626px;
}
.offset8 {
  margin-left: 686px;
}
.col9 {
  width: 708px;
}
.offset9 {
  margin-left: 768px;
}
.col10 {
  width: 790px;
}
.offset10 {
  margin-left: 850px;
}
.col11 {
  width: 872px;
}
.offset11 {
  margin-left: 932px;
}
.col12 {
  width: 954px;
}
.offset12 {
  margin-left: 1014px;
}
.prow {
  margin-top: 10px;
  margin-bottom: 20px;
}
.label,
label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.label._inline,
label._inline {
  margin-right: 20px;
}
.prow .label,
.prow label {
  margin-top: 10px;
}
input,
button,
select,
textarea,
.button {
  margin: 0;
  font: 16px/1 Helvetica, Arial, sans-serif;
}
input.error,
button.error,
select.error,
textarea.error,
.button.error {
  border-color: #b4002d !important;
}
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 40px;
  padding: 10px;
  vertical-align: baseline;
  border-radius: 4px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
textarea {
  height: auto;
}
button,
.button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #7e4ac5;
}
button:hover,
.button:hover {
  text-decoration: none;
}
button._border,
.button._border {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.2em;
}
select {
  line-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
select.flatField {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 30px;
}
select[multiple],
select[size] {
  height: auto;
}
.flatField {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.overflowHidden {
  overflow: hidden;
}
.visibilityHidden {
  visibility: hidden;
}
.flatList {
  list-style: none;
}
.flatList li {
  margin-left: 0;
}
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.5em;
}
.metaList {
  list-style: none;
  color: #999;
}
.metaList._nosep li {
  margin-left: 0.8em;
}
.metaList._nosep li:first-child {
  margin-left: 0;
}
.metaList._nosep li:before {
  content: none;
}
.metaList._breadcrumbs li {
  font-style: italic;
}
.metaList._breadcrumbs li:before {
  content: '→';
}
.metaList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.metaList li:before {
  content: '|';
  margin: 0 0.6em 0 0.3em;
  color: #ccc;
}
._breadcrumbs .metaList li:before {
  content: '/';
}
.metaList li:first-child:before,
.metaList li._nosep:before {
  content: none;
}
.metaList li._nosep {
  margin-left: 0.8em;
}
.metaList li._active,
.metaList li._active > a {
  color: #b4002d;
  font-weight: bold;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
ol,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 10px 0;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font: normal normal 20px 'Neucha', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  color: #7e4ac5;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
li {
  margin-left: 2.5em;
}
dl {
  font-size: 13px;
  text-align: center;
}
dt {
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-weight: bold;
}
dd {
  margin-top: 0;
  font-style: italic;
}
hr {
  display: table;
  width: 100%;
  height: 13px;
  padding: 0;
  border: 0;
  margin: 20px 0 18px;
  line-height: 0;
  background: url(css/fe/../../images/fe/hr.png) no-repeat 50% 50%;
}
hr._alt {
  height: 24px;
  background-image: url(css/fe/../../images/fe/hr2.png);
}
hr._alt3 {
  height: 4px;
  background-image: url(css/fe/../../images/fe/hr3.png);
  -webkit-background-size: 100% 4px;
  -moz-background-size: 100% 4px;
  background-size: 100% 4px;
}
a,
.link {
  color: #7e4ac5;
}
a:link,
.link:link,
a:visited,
.link:visited,
a:active,
.link:active {
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #b4002d;
  text-decoration: underline;
}
a._active,
.link._active {
  color: #b4002d;
}
a._block {
  display: block;
  color: inherit;
}
a._block h1,
a._block h2,
a._block h3,
a._block h4,
a._block h5,
a._block h6,
a._block .h1,
a._block .h2,
a._block .h3,
a._block .h4,
a._block .h5,
a._block .h6 {
  color: #7e4ac5;
}
a._block .cLink {
  color: #7e4ac5;
}
a._block:hover,
a._inline:hover {
  text-decoration: none;
}
a._block:hover .link,
a._inline:hover .link {
  text-decoration: underline;
  color: #7e4ac5;
}
a._inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pseudo {
  color: #7e4ac5;
}
.pseudo > span {
  border-bottom: 1px dotted #7e4ac5;
  cursor: pointer;
}
.pseudo:hover {
  text-decoration: none;
}
.more {
  padding-right: 0.8em;
  white-space: nowrap;
}
.more:after {
  content: '»';
  position: absolute;
  margin-left: 0.3em;
  text-decoration: none;
  color: #7e4ac5;
}
.tableStruct {
  padding: 0;
  margin: 20px 0;
  border-collapse: collapse;
}
.tableStruct td {
  padding: 0 0 10px 20px;
  margin: 0;
}
.tableStruct td:first-child {
  padding-left: 0;
}
.tableData {
  width: 100%;
  margin: 19px 0 20px;
  border-collapse: collapse;
}
.tableData th,
.tableData td {
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}
.tableData th {
  font-weight: bold;
  color: #fff;
  background: #666;
  border: 0;
}
.fontFamilyText {
  font-family: Helvetica, Arial, sans-serif;
}
.fontFamilyHeader {
  font-family: 'Neucha', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
.fontHead {
  font-size: 20px;
}
.fontText {
  font-size: 16px;
}
.fontBigX {
  font-size: 40px;
}
.fontBig {
  font-size: 18px;
}
.fontMedium {
  font-size: 15px;
}
.fontSmall {
  font-size: 11px;
}
.cHead {
  color: #7e4ac5;
}
.cText {
  color: #786491;
}
.cFade {
  color: #999;
}
.cFadeLight {
  color: #ccc;
}
.cBack {
  color: #fff;
}
.cLink {
  color: #7e4ac5;
}
.cWarn {
  color: #b4002d;
}
.bcTransparent {
  background-color: transparent;
}
.bcBack {
  background-color: #fff;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.alignBaseline {
  vertical-align: baseline;
}
.alignMiddle {
  vertical-align: middle;
}
.alignTop {
  vertical-align: top;
}
.alignBottom {
  vertical-align: bottom;
}
.tdUnderline {
  text-decoration: underline !important;
}
.floatLeft {
  float: left;
  margin: 0 20px 10px 0;
}
.floatRight {
  float: right;
  margin: 0 0 10px 20px;
}
.marginTopDoubleBase {
  margin-top: 40px;
}
.marginBottomDoubleBase {
  margin-bottom: 40px;
}
.marginLeftDoubleBase {
  margin-left: 40px;
}
.marginRightDoubleBase {
  margin-right: 40px;
}
.marginTopBase {
  margin-top: 20px;
}
.marginBottomBase {
  margin-bottom: 20px;
}
.marginLeftBase {
  margin-left: 20px;
}
.marginRightBase {
  margin-right: 20px;
}
.marginTopHalfBase {
  margin-top: 10px;
}
.marginBottomHalfBase {
  margin-bottom: 10px;
}
.marginLeftHalfBase {
  margin-left: 10px;
}
.marginRightHalfBase {
  margin-right: 10px;
}
.flat {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.flatTop {
  margin-top: 0;
}
.flatBottom {
  margin-bottom: 0;
}
.roundedBorder {
  border-radius: 10px;
}
body {
  min-width: 1240px;
}
.wrapper {
  overflow-x: hidden;
}
header {
  position: relative;
  z-index: 40;
  width: 1000px;
  margin: 0 auto 10px;
}
.promo {
  z-index: 3;
  position: relative;
  width: 820px;
  height: 180px;
  margin-left: auto;
}
.promo_page {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.promo_page:first-child {
  display: block;
}
.headerLogo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: -135px;
  width: 428px;
  height: 330px;
  background: url(css/fe/../../images/fe/logo.png) no-repeat 0 0;
}
.headerLogo a {
  position: absolute;
  top: 67px;
  left: 70px;
  width: 225px;
  height: 181px;
}
.headerLogoFiveTV {
  position: absolute;
  top: 0;
  right: -124px;
  width: 110px;
  height: 180px;
  background: url(css/fe/../../images/fe/5-tv_logo.png?v=2023) no-repeat 0 0;
}
.page {
  position: relative;
  width: 1054px;
  margin: 0 auto 100px;
}
.page:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: -290px;
  bottom: 120px;
  width: 329px;
  height: 566px;
  background: url(css/fe/../../images/fe/flowers_left.png) no-repeat 0 0;
}
.page:after {
  content: '';
  position: absolute;
  z-index: 30;
  right: -92px;
  top: -18px;
  width: 185px;
  height: 291px;
  background: url(css/fe/../../images/fe/flowers_right_alt.png) no-repeat 0 0;
}
.pageWrap {
  position: relative;
  z-index: 20;
  min-height: 1000px;
  padding: 80px 0 20px;
  background: url(css/fe/../../images/fe/bgr_content.png) no-repeat 50% 0;
  -webkit-background-size: 1053px 100%;
  -moz-background-size: 1053px 100%;
  background-size: 1053px 100%;
}
.pageWrap:after {
  content: '';
  position: absolute;
  z-index: 30;
  right: -60px;
  bottom: -70px;
  width: 230px;
  height: 207px;
  background: url(css/fe/../../images/fe/horse.png) no-repeat 0 0;
}
.mainMenu {
  margin: 0.5em 92px -0.5em 0;
  font-family: 'Neucha', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-align: right;
}
.mainMenu a {
  margin-left: 3em;
  font-weight: normal;
}
footer .mainMenu {
  margin: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}
.mainMenu._tabs {
  margin: 15px 140px -32px 0;
}
.mainMenu._tabs a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 70px;
  padding: 16px 80px;
  margin: 0 -60px 0 0;
  font-size: 24px;
  background: url(css/fe/../../images/fe/menu_tab.png) no-repeat 100% 0;
}
.mainMenu._tabs a._nth1 {
  z-index: 3;
  min-width: 570px;
}
.mainMenu._tabs a._nth2 {
  z-index: 2;
}
.mainMenu._tabs a._nth3 {
  z-index: 1;
}
.headerTab {
  width: 480px;
  height: 120px;
  padding: 40px 30px 0;
  margin: -40px -27px -16px auto;
  line-height: 1;
  text-align: center;
  background: url(css/fe/../../images/fe/header_tab.png) no-repeat 100% 0;
}
.headerTab strong {
  font-size: 1.1em;
}
.headerTab span {
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.plate {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background: rgba(126,74,197,0.3);
  border-radius: 20px;
}
.askLink {
  position: absolute;
  top: -57px;
  right: -23px;
}
.main {
  float: left;
  width: 670px;
  padding-left: 50px;
  margin: 0 0 20px;
}
.sidebar {
  float: right;
  width: 344px;
  margin: 0 8px 20px 0;
}
.sideCont {
  padding: 0 30px;
}
.sidePlate {
  min-height: 400px;
  padding: 20px;
  margin-top: -10px;
  background: url(css/fe/../../images/fe/bgr_side.png) no-repeat 50% 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.videoplayer {
  position: relative;
  cursor: pointer;
}
.videoWrapper {
  position: absolute;
  top: 56px;
  left: 96px;
  width: 480px;
  height: 360px;
}
.videoplayer_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(css/fe/../../images/fe/player_ontop.png) no-repeat 50% 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.videoplayer_overlay:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.paginatorAfterEventsList {
  position: relative;
  margin: -20px 0 10px;
  text-align: center;
}
.mainPhotoFrame {
  position: relative;
  width: 660px;
  height: 480px;
  margin: -10px 0 -7px -16px;
}
.mainPhotoFrame .videoplayer {
  position: absolute;
  top: 56px;
  left: 96px;
  width: 480px;
  height: 360px;
}
.mainPhotoFrame h2 {
  position: absolute;
  z-index: 2;
  top: 366px;
  left: 293px;
  font-size: 25px;
}
.mainPhotoFrame:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(css/fe/../../images/fe/main_photo_frame.png) no-repeat 0 0;
}
.mainPhotoFrame._secondary {
  width: 670px;
  height: 491px;
  margin: 0 0 0 -12px;
}
.mainPhotoFrame._secondary .videoplayer,
.mainPhotoFrame._secondary ._image {
  position: absolute;
  top: 60px;
  left: 95px;
  width: 480px;
  height: 360px;
}
.mainPhotoFrame._secondary ._date {
  position: absolute;
  bottom: 35px;
  right: 95px;
}
.mainPhotoFrame._secondary:before {
  background: url(css/fe/../../images/fe/secondary_photo_frame.png) no-repeat 0 0;
}
.smallSecondaryPhotoFrame {
  position: relative;
  display: block;
  width: 298px;
  height: 220px;
  padding: 23px 41px 0;
  margin-bottom: 36px;
  font-family: 'Neucha', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  background: url(css/fe/../../images/fe/secondary_photo_frame.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.smallSecondaryPhotoFrame span {
  display: block;
  margin-top: 6px;
}
.smallSecondaryPhotoFrame span._date {
  position: absolute;
  top: 0;
  right: 41px;
  font-size: 12px;
  color: #7e4ac5;
}
.smallSecondaryPhotoFrame._old {
  width: 462px;
  height: 339px;
  padding: 37px 64px 0;
  margin: 0;
}
.photoFrame {
  position: relative;
  width: 304px;
  height: 196px;
  margin: 0 auto 10px;
  background: url(css/fe/../../images/fe/photo_frame.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.photoFrame img {
  position: absolute;
  bottom: 17px;
  left: 26px;
  width: 250px;
  height: 160px;
}
.photoFrame h3 {
  position: absolute;
  z-index: 2;
  bottom: 17px;
  left: 26px;
  width: 250px;
  height: 65px;
  padding: 37px 7px 0 76px;
  margin: 0;
  line-height: 1;
  font-size: 13px;
  background: url(css/fe/../../images/fe/photo_frame_overlay.png) no-repeat 0 0;
}
.photoFrame h3 span {
  display: block;
  text-align: right;
}
.photoFrame._alt {
  height: auto;
  min-height: 400px;
  padding: 16px 12px 24px 8px;
  background-image: url(css/fe/../../images/fe/photo_frame_high.png);
}
.photoFrame._alt img {
  position: static;
  width: auto;
  height: auto;
}
.photoFrame .pleaseCall {
  position: absolute;
  bottom: 17px;
  left: 26px;
  width: 250px;
  height: 160px;
  padding: 6px 10px;
  font-family: 'Neucha', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.25;
  text-align: right;
  color: #7e4ac5;
  background: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,0.2);
  box-shadow: 0 0 9px rgba(0,0,0,0.2);
}
.photoFrame .pleaseCall:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 48px;
  width: 71px;
  height: 57px;
  background: url(css/fe/../../images/fe/angel.png) no-repeat 0 0;
}
.photoFrame .pleaseCall ._if {
  display: block;
  text-align: left;
}
.photoFrame .pleaseCall ._tobe {
  display: block;
  padding-left: 1.5em;
  font-size: 34px;
  text-align: center;
}
.photoFrame .pleaseCall ._name {
  font-size: 30px;
  line-height: 1;
}
.photoFrame .pleaseCall ._and {
  display: block;
  font-size: 25px;
}
.photoFrame .pleaseCall ._call {
  display: block;
  padding-left: 2.5em;
  text-align: center;
}
.photoFrame .pleaseCall ._tel {
  display: block;
  font-size: 31px;
}
.gallery {
  position: relative;
}
.gallery_previews {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.gallery_previews > .row {
  position: relative;
  left: 0;
  width: 999999px;
}
.gallery_previews_left,
.gallery_previews_right {
  position: absolute;
  top: 50%;
  left: -34px;
  width: 28px;
  height: 25px;
  margin-top: -12px;
  background: url(css/fe/../../images/fe/arrow_left.png) no-repeat 50% 50%;
  cursor: pointer;
  opacity: 0.85;
}
.gallery_previews_left:hover,
.gallery_previews_right:hover {
  opacity: 1;
}
.gallery_previews_right {
  left: auto;
  right: -34px;
  background-image: url(css/fe/../../images/fe/arrow_right.png);
}
.sideListAccordion h1 {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}
.sideListAccordion h1:before {
  content: url(css/fe/../../images/fe/kakaha.png);
  vertical-align: 0.1em;
  margin-right: 20px;
}
.sideListAccordion h1:after {
  content: url(css/fe/../../images/fe/kakahb.png);
  vertical-align: 0.1em;
  margin-left: 20px;
}
.sideListAccordion ul {
  margin: 0;
}
.sideListAccordion ul,
.sideListAccordion li {
  overflow: hidden;
}
footer {
  min-height: 20px;
}
