/*.footer {*/
    /*margin-top: 40px;*/
    /*border-top: 0;*/
/*}*/
/*#footer {*/
    /*height: 32px;*/
    /*background: #e2e2e2;*/
    /*border-radius: 16px;*/
    /*-webkit-border-radius: 16px;*/
    /*-moz-border-radius: 16px;*/
    /*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #ffffff;*/
    /*font-weight: 700;*/
    /*font-style: normal;*/
    /*color: #626467;*/
    /*font-size: 10px;*/
    /*border-top: none;*/
/*}*/
/*#footer p {*/
    /*float: left;*/
    /*padding: 6px 0 0 19px;*/
/*}*/
/*#footer ul {*/
    /*float: right;*/
    /*padding: 0 19px 0 0;*/
    /*margin: 0;*/
/*}*/
/*#footer ul .generalForm {*/
    /*margin-top: 0px;*/
/*}*/
/*#footer ul .generalForm input {*/
    /*width: 254px ;*/
/*}*/
/*#footer ul .generalForm textarea {*/
    /*width: 254px !important;*/
/*}*/
/*#footer ul li {*/
    /*display: inline-block;*/
    /*height: 32px;*/
    /*background: url(../images/slash.gif) top left no-repeat;*/
    /*padding-left: 20px;*/
    /*margin-left: 4px;*/
    /*float: left;*/
/*}*/
/*#footer ul li a {*/
    /*padding: 6px 0;*/
    /*display: block;*/
    /*color: #626467;*/
/*}*/
/*#footer ul li a:hover {*/
    /*color: #4f5053;*/
/*}*/
#loginPanel {
    padding-top: 20px;
}
#loginPanel .login {
    text-align: right;
}
#loginPanel h1 {
    color: #e2e2e2;
    margin-bottom: 15px;
}
#loginPanel input {
    margin-left: 6px;
    color: #e2e2e2;
    background: #4f5053;
}
#loginPanel .formField {
    width: 230px;
}
#loginPanel .loginButton {
    background: #f18857;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    font-size: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
}
#loginPanel .loginButton:hover {
    background: #FFF;
    color: #2c2d2e;
}
#loginPanel .loginInput {
    text-align: right;
}
#registerPanel {
    padding-top: 20px;
}
#registerPanel .register {
    text-align: right;
}
#registerPanel h1 {
    color: #e2e2e2;
    margin-bottom: 15px;
}
#registerPanel input {
    margin-left: 6px;
    color: #e2e2e2;
    background: #4f5053;
}
#registerPanel .formField {
    width: 230px;
}
#registerPanel .registerButton {
    background: #f18857;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    font-size: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
}
#registerPanel .registerButton:hover {
    background: #FFF;
    color: #2c2d2e;
}
#registerPanel .registerInput {
    text-align: right;
}
#searchPanel {
    padding-top: 20px;
}
#searchPanel .search {
    text-align: right;
}
#searchPanel h1 {
    color: #e2e2e2;
    margin-bottom: 15px;
}
#searchPanel input {
    margin-left: 6px;
    color: #e2e2e2;
    background: #4f5053;
}
#searchPanel .searchBox {
    width: 300px;
}
#searchPanel .searchButton {
    background: #f18857;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    font-size: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
}
#searchPanel .searchButton:hover {
    background: #FFF;
    color: #2c2d2e;
}
#searchPanel .searchInput {
    text-align: right;
}
#pager {
    border-top: 1px dotted #cccccc;
    margin-top: 40px;
    padding-top: 20px;
}
#pager #newer,
#pager #pages,
#pager #older,
#pager #back {
    float: left;
}
#pager p {
    padding-right: 0px;
    height: 22px;
}
#pager #newer p,
#pager #back p {
    width: 113px;
    padding-left: 27px;
    background: url(../images/pager-left-grey.png) top left no-repeat;
}
#pager #newer .over,
#pager #back .over {
    color: #f18857;
    background: url(../images/pager-left-orange.png) top left no-repeat;
}
#pager #older p {
    width: 113px;
    padding-right: 27px;
    text-align: right;
    background: url(../images/pager-right-grey.png) top right no-repeat;
}
#pager #older .over {
    color: #f18857;
    background: url(../images/pager-right-orange.png) top right no-repeat;
}
#pager #pages {
    width: 350px;
    text-align: center;
}
#pager #pages li {
    display: inline;
    padding: 0;
    background: none;
}
.AFImage {
    position: relative;
    background: #f18857;
    background: -webkit-gradient(linear, left top, left bottom, from(#f18857), to(#ff4200));
    background: -moz-linear-gradient(left top, #f18857, #ff4200);
}
.AFImage .title {
    position: absolute;
    bottom: 65px;
    left: 35px;
    z-index: 5;
    display: none;
}
.AFImage .title h2 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 34px;
}
.AFImage .title span {
    color: #FFF;
    font-weight: 400;
    font-style: normal;
}
.AFColumn320 .AFImage h2,
.AFColumn640 .AFImage h2,
.AFColumn214 .AFImage h2 {
    font-size: 20px;
    line-height: 25px;
}
.AFColumn320 .AFImage .title,
.AFColumn640 .AFImage .title,
.AFColumn214 .AFImage .title {
    bottom: 55px;
}
.prevArrow,
.nextArrow {
    width: 35px;
    height: 35px;
    display: block;
    top: 195px;
    overflow: hidden;
    z-index: 9;
    position: absolute;
}
.prevArrow {
    left: -45px;
    background: url(../images/left-arrow-orange.png) top left no-repeat;
}
.nextArrow {
    right: -45px;
    background: url(../images/right-arrow-orange.png) top left no-repeat;
}
.aMask {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.aFeature {
    margin-bottom: 0;
    padding-bottom: 20px;
    height: 420px;
    position: relative;
}
.aFeature .underlay {
    height: 440px;
    width: 960px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/shadow.gif) bottom left no-repeat;
}
.aFeature .arrow-over {
    background-position: 0 -40px;
}
.scrollItems {
    width: 2000em;
    position: relative;
    left: -960px;
}
.scrollItems .AFColumn960.inactive {
    overflow: hidden;
}
.scrollItems .AFColumn960.inactive .mask-top,
.scrollItems .AFColumn960.inactive .mask-bottom {
    height: 10px;
}
.scrollItems .AFColumn960.inactive .info {
    opacity: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.AFColumn960 {
    width: 960px;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.AFColumn214 {
    float: left;
}
.navFade {
    background: rgba(255, 255, 255, 0.8);
}
.mainFrame {
    position: relative;
}
.mask-top,
.mask-bottom {
    height: 0;
    right: 0;
    position: absolute;
    background: whiteSmoke;
    left: 0;
    z-index: 9;
}
.mask-top {
    top: 0;
}
.mask-bottom {
    bottom: 0;
}
#controls ul {
    position: absolute;
    right: 0px;
    top: -25px;
    padding: 0;
    margin: 0;
    z-index: 5;
    height: 5px;
    overflow: hidden;
}
#controls ul li {
    width: 20px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
    background: url(../images/control-bar.gif) top left no-repeat;
}
#controls ul li:hover {
    cursor: pointer;
}
#controls ul .control-over,
#controls ul .selected {
    background-position: 0 -10px;
}
.grid-d {
    position: relative;
}
.grid-d .AFColumn640 {
    position: absolute;
    top: 0;
    right: 0;
}
.grid-d .AFColumn214 {
    clear: left;
}
.grid-f {
    position: relative;
    height: 420px;
}
.grid-f .one {
    position: absolute;
    left: 0;
    top: 0;
}
.grid-f .two {
    position: absolute;
    left: 320px;
    top: 0;
}
.grid-f .three {
    position: absolute;
    left: 320px;
    top: 214px;
}
.grid-f .four {
    position: absolute;
    right: 0;
    top: 0;
}
.grid-g .AFColumn640 {
    width: 960px;
}
#scroll-indicator {
    position: absolute;
    right: 0;
    bottom: -18px;
}
#scroll-indicator li {
    background: url(../images/scroll-indicator-orange.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    float: left;
}
#scroll-indicator li:hover {
    cursor: pointer;
}
#scroll-indicator li.active {
    background-position: 0 -30px;
}
#scrollTimer {
    display: none;
    width: 960px;
    background: #FCBC98;
    height: 2px;
    margin: 0 auto;
    position: relative;
    bottom: 22px;
}
#scrollTimer .timer {
    background: #fe6031;
    height: 2px;
    width: 0%;
}
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    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 {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}
.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: 10px;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    background: #000;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/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: 8020;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/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;
    background: transparent url('../images/blank.gif');
    /* helps IE */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev,
.fancybox-prev div.wrapper {
    left: 0;
}
.fancybox-next,
.fancybox-next div.wrapper {
    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: 20px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}
#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
/* 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: -30px;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    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: #3f3f3f;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    margin-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
.fancybox-wrap {
    z-index: 9999;
    overflow: visible !important;
}
.fancybox-nav {
    width: 200px;
    position: fixed;
    height: 100%;
}
.fancybox-nav img {
    position: absolute;
    margin: 10px;
}
@media (max-width: 767px) {
    .fancybox-nav img {
        display: none;
    }
}
.fancybox-next img {
    left: 0;
}
.fancybox-prev img {
    right: 0;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav .wrapper {
    height: 110px;
    top: 50%;
    margin-top: -55px;
    position: fixed;
    background: #2c2d2e;
    opacity: 0.1;
    width: 200px;
}
@media (max-width: 1023px) {
    .fancybox-nav .wrapper {
        opacity: 0.5;
    }
}
@media (max-width: 767px) {
    .fancybox-nav {
        width: 40px;
    }
    .fancybox-nav .wrapper {
        width: 40px;
        opacity: 1 !important;
    }
}
.fancybox-nav .wrapper * {
    visibility: visible;
}
.fancybox-nav:hover .wrapper {
    opacity: 1;
}
.fancybox-nav span {
    cursor: pointer;
    height: 38px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 22px;
    z-index: 8040;
}
.fancybox-prev span {
    background: url(../images/previous-arrow.gif) no-repeat top left !important;
    left: 12px;
}
.fancybox-next span {
    background: url(../images/next-arrow.gif) no-repeat top left !important;
    right: 12px;
}
@media (max-width: 767px) {
    .fancybox-prev span {
        left: 8px;
    }
    .fancybox-next span {
        right: 8px;
    }
}
.eg-topbar,
.eg-images {
    display: none;
}
.eg-topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}
.eg-navigation {
    position: absolute;
    top: 20px;
    left: 12px;
}
.eg-navigation ul li {
    margin-bottom: 10px;
    background: none;
}
.eg-navigation ul li a {
    background-image: url(../images/gallery-sprite.png);
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9000px;
    width: 20px;
    height: 20px;
    outline: none;
}
.eg-navigation ul li .icon-close {
    background-position: 0 0;
}
.eg-navigation ul li .icon-close:hover {
    background-position: 0 -45px;
}
.eg-navigation ul li .icon-photo-info {
    background-position: 0 -90px;
}
.eg-navigation ul li .icon-photo-info:hover {
    background-position: 0 -135px;
}
.eg-navigation ul li .icon-photo-thumbs {
    margin-left: 2px;
    background-position: 0 -225px;
}
.eg-navigation ul li .icon-photo-thumbs:hover {
    background-position: 0 -263px;
}
.eg-items {
    display: none;
    width: 100%;
    min-height: 222px;
    background: #1b1b1b;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 60px;
    color: #626467;
}
.eg-item-thumbs ul li {
    background: none;
    padding: 0;
}
.eg-item-photo-info,
.eg-item-thumbs {
    display: none;
}
.eg-item-thumbs img {
    opacity: 0.8;
}
.eg-item-thumbs img:hover {
    opacity: 0.95;
}
.eg-item-thumbs img.active {
    opacity: 1;
}
.eg-item-photo-info-item {
    display: none;
}
.eg-item-photo-info-item ul {
    margin-bottom: 10px;
}
.eg-item-photo-info-item.active {
    display: block;
}
.eg-item-thumbs li {
    float: left;
    margin: 0 1px 1px 0;
}
.foot-pagination {
    display: none;
}

.scroller {
    width: 728px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.scroller .slides {
    width: 1000em;
    position: relative;
}
.scroller .slides .slide {
    float: left;
}

.column200.featureBox .imageBox img {
    max-width: 100%;
}

#anchor-body .text-block ol li {
    list-style: decimal;
    margin-bottom: 5px;
}
#anchor-body .text-block ul li {
    list-style: circle;
    margin-bottom: 5px;
}
#anchor-body .text-block ol li ul {
    margin: 5px 0 10px 20px;
}

/*@import "account.css";*/
/*@import "media-queries.css";*/