.botop {
    -webkit-animation: botop 1s both;
    animation: botop 1s both;
}

@-webkit-keyframes botop{
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes botop{
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

#fage-main {
    background: #FFFFFF url('images/bg.jpg') bottom left no-repeat fixed;
    background: -webkit-linear-gradient(90deg, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, -webkit-linear-gradient(90deg, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    background: -moz-linear-gradient(90deg, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, -moz-linear-gradient(90deg, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    background: -o-linear-gradient(90deg, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, -o-linear-gradient(90deg, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    background: -ms-linear-gradient(90deg, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, -ms-linear-gradient(90deg, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    -svg-background: linear-gradient(90deg, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, linear-gradient(90deg, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    background: linear-gradient(to bottom, rgba(198, 198, 198, 0.13) 0, rgba(255, 255, 255, 0.36) 250px) no-repeat, url('images/bg.jpg') bottom left no-repeat, linear-gradient(to bottom, #D9D9D9 0, #FFFFFF 250px) no-repeat;
    background-attachment: fixed, fixed, fixed !important;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    overflow: hidden;
    line-height: 150%;
    background-size: cover;
}

table,
ul.fage-hmenu {
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

/* Reset buttons border. It's important for input and button tags. 
 * border-collapse should be separate for shadow in IE. */
.fage-button {
    border: 0;
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #B5B5B5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    padding: 0 21px;
    margin: 0 auto;
    height: 26px;
}

.fage-postcontent,
.fage-postheadericons,
.fage-postfootericons,
.fage-blockcontent,
ul.fage-vmenu a {
    text-align: left;
}

.fage-postcontent,
.fage-postcontent li,
.fage-postcontent table,
.fage-postcontent a,
.fage-postcontent a:link,
.fage-postcontent a:visited,
.fage-postcontent a.visited,
.fage-postcontent a:hover,
.fage-postcontent a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent p {
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: 0;
}

.fage-postcontent h1,
.fage-postcontent h1 a,
.fage-postcontent h1 a:link,
.fage-postcontent h1 a:visited,
.fage-postcontent h1 a:hover,
.fage-postcontent h2,
.fage-postcontent h2 a,
.fage-postcontent h2 a:link,
.fage-postcontent h2 a:visited,
.fage-postcontent h2 a:hover,
.fage-postcontent h3,
.fage-postcontent h3 a,
.fage-postcontent h3 a:link,
.fage-postcontent h3 a:visited,
.fage-postcontent h3 a:hover,
.fage-postcontent h4,
.fage-postcontent h4 a,
.fage-postcontent h4 a:link,
.fage-postcontent h4 a:visited,
.fage-postcontent h4 a:hover,
.fage-postcontent h5,
.fage-postcontent h5 a,
.fage-postcontent h5 a:link,
.fage-postcontent h5 a:visited,
.fage-postcontent h5 a:hover,
.fage-postcontent h6,
.fage-postcontent h6 a,
.fage-postcontent h6 a:link,
.fage-postcontent h6 a:visited,
.fage-postcontent h6 a:hover,
.fage-blockheader .t,
.fage-blockheader .t a,
.fage-blockheader .t a:link,
.fage-blockheader .t a:visited,
.fage-blockheader .t a:hover,
.fage-vmenublockheader .t,
.fage-vmenublockheader .t a,
.fage-vmenublockheader .t a:link,
.fage-vmenublockheader .t a:visited,
.fage-vmenublockheader .t a:hover,
.fage-headline,
.fage-headline a,
.fage-headline a:link,
.fage-headline a:visited,
.fage-headline a:hover,
.fage-slogan,
.fage-slogan a,
.fage-slogan a:link,
.fage-slogan a:visited,
.fage-slogan a:hover,
.fage-postheader,
.fage-postheader a,
.fage-postheader a:link,
.fage-postheader a:visited,
.fage-postheader a:hover {
    font-size: 31px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: 120%;
}

.fage-postcontent a,
.fage-postcontent a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #E30613;
}

.fage-postcontent a:visited,
.fage-postcontent a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #E30613;
}

.fage-postcontent  a:hover,
.fage-postcontent a.hover {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #808080;
}

.fage-postcontent h1 {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #E50615;
    background: -webkit-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -moz-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -o-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -ms-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    -svg-background: linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: linear-gradient(to bottom, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B3040D;
    border-bottom-color: #B3040D;
    word-break: break-word;
    padding: 0.5rem;
}

.fage-blockcontent h1 {
    margin: 10px 0 0;
    font-size: 34px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: center;
}

.fage-postcontent h1 a,
.fage-postcontent h1 a:link,
.fage-postcontent h1 a:hover,
.fage-postcontent h1 a:visited,
.fage-blockcontent h1 a,
.fage-blockcontent h1 a:link,
.fage-blockcontent h1 a:hover,
.fage-blockcontent h1 a:visited {
    font-size: 34px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: center;
}

.fage-postcontent h2 {
    color: #000000;
    font-size: 22px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.fage-blockcontent h2 {
    margin: 10px 0 0;
    font-size: 26px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h2 a,
.fage-postcontent h2 a:link,
.fage-postcontent h2 a:hover,
.fage-postcontent h2 a:visited,
.fage-blockcontent h2 a,
.fage-blockcontent h2 a:link,
.fage-blockcontent h2 a:hover,
.fage-blockcontent h2 a:visited {
    font-size: 26px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h3 {
    color: #000000;
    margin: 10px 0 0;
    font-size: 20px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent h3 {
    margin: 10px 0 0;
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h3 a,
.fage-postcontent h3 a:link,
.fage-postcontent h3 a:hover,
.fage-postcontent h3 a:visited,
.fage-blockcontent h3 a,
.fage-blockcontent h3 a:link,
.fage-blockcontent h3 a:hover,
.fage-blockcontent h3 a:visited {
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h4 {
    color: #696969;
    margin: 10px 0 0;
    font-size: 19px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent h4 {
    margin: 10px 0 0;
    font-size: 19px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h4 a,
.fage-postcontent h4 a:link,
.fage-postcontent h4 a:hover,
.fage-postcontent h4 a:visited,
.fage-blockcontent h4 a,
.fage-blockcontent h4 a:link,
.fage-blockcontent h4 a:hover,
.fage-blockcontent h4 a:visited {
    font-size: 19px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h5 {
    color: #696969;
    margin: 10px 0 0;
    font-size: 17px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent h5 {
    margin: 10px 0 0;
    font-size: 17px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h5 a,
.fage-postcontent h5 a:link,
.fage-postcontent h5 a:hover,
.fage-postcontent h5 a:visited,
.fage-blockcontent h5 a,
.fage-blockcontent h5 a:link,
.fage-blockcontent h5 a:hover,
.fage-blockcontent h5 a:visited {
    font-size: 17px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h6 {
    color: #B8B8B8;
    margin: 10px 0 0;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent h6 {
    margin: 10px 0 0;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-postcontent h6 a,
.fage-postcontent h6 a:link,
.fage-postcontent h6 a:hover,
.fage-postcontent h6 a:visited,
.fage-blockcontent h6 a,
.fage-blockcontent h6 a:link,
.fage-blockcontent h6 a:hover,
.fage-blockcontent h6 a:visited {
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

header,
footer,
article,
nav,
#fage-hmenu-bg,
.fage-sheet,
.fage-hmenu a,
.fage-vmenu a,
.fage-slidenavigator > a,
.fage-checkbox:before,
.fage-radiobutton:before {
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
}

header,
footer,
article,
nav,
#fage-hmenu-bg,
.fage-sheet,
.fage-slidenavigator > a,
.fage-checkbox:before,
.fage-radiobutton:before {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

html,
body {
    height: 100%;
}

/* *
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;

    /* 2 */
    -webkit-text-size-adjust: 100%;

    /* 2 */
}

body {
    padding: 0;
    margin: 0;
    min-width: 960px;
    color: #000000;
}

.fage-header:before,
#fage-header-bg:before,
.fage-layout-cell:before,
.fage-layout-wrapper:before,
.fage-footer:before,
.fage-nav:before,
#fage-hmenu-bg:before,
.fage-sheet:before {
    width: 100%;
    content: " ";
    display: table;
}

.fage-header:after,
#fage-header-bg:after,
.fage-layout-cell:after,
.fage-layout-wrapper:after,
.fage-footer:after,
.fage-nav:after,
#fage-hmenu-bg:after,
.fage-sheet:after,
.cleared,
.clearfix:after {
    clear: both;
    display: block;
    content: " ";
}

form {
    padding: 0 !important;
    margin: 0 !important;
}

table.position {
    position: relative;
    width: 100%;
    table-layout: fixed;
}

li h1,
.fage-postcontent li h1,
.fage-blockcontent li h1 {
    margin: 1px;
}

li h2,
.fage-postcontent li h2,
.fage-blockcontent li h2 {
    margin: 1px;
}

li h3,
.fage-postcontent li h3,
.fage-blockcontent li h3 {
    margin: 1px;
}

li h4,
.fage-postcontent li h4,
.fage-blockcontent li h4 {
    margin: 1px;
}

li h5,
.fage-postcontent li h5,
.fage-blockcontent li h5 {
    margin: 1px;
}

li h6,
.fage-postcontent li h6,
.fage-blockcontent li h6 {
    margin: 1px;
}

li p,
.fage-postcontent li p,
.fage-blockcontent li p {
    margin: 1px;
}

.fage-shapes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.fage-slider-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fage-slidenavigator > a {
    display: inline-block;
    vertical-align: middle;
    outline-style: none;
    font-size: 1px;
}

.fage-slidenavigator > a:last-child {
    margin-right: 0 !important;
}

.fage-sheet {
    background: #F0F0F0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid #C4C4C4;
    padding: 2px;
    margin: 20px auto 0;
    position: relative;
    cursor: auto;
    width: 960px;
    z-index: auto !important;
}

.fage-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 175px;
    background-image: url('images/object534274309.png'), url('images/header.jpg');
    background-position: 52px 21px, 0 0;
    position: relative;
    z-index: auto !important;
}

.custom-responsive .fage-header {
    background-image: url('images/object534274309.png'), url('images/header.jpg');
    background-position: 52px 21px, 0 0;
}

.default-responsive .fage-header,
.default-responsive #fage-header-bg {
    background-image: url('images/header.jpg');
    background-position: center center;
}

.fage-header>.widget {
    position: absolute;
    z-index: 101;
}

.fage-header .fage-slider-inner {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.fage-nav {
    background: #F0F0F0;
    background: -webkit-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -moz-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -o-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -ms-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    -svg-background: linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: linear-gradient(to bottom, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin: 0 auto;
    position: relative;
    z-index: 499;
    text-align: center;
}

ul.fage-hmenu a,
ul.fage-hmenu a:link,
ul.fage-hmenu a:visited,
ul.fage-hmenu a:hover {
    outline: none;
    position: relative;
    z-index: 11;
}

ul.fage-hmenu,
ul.fage-hmenu ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

ul.fage-hmenu li {
    position: relative;
    z-index: 5;
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

ul.fage-hmenu li:hover {
    z-index: 10000;
    white-space: normal;
}

ul.fage-hmenu:after,
ul.fage-hmenu ul:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

ul.fage-hmenu,
ul.fage-hmenu ul {
    min-height: 0;
}

ul.fage-hmenu {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fage-nav:before {
    content: ' ';
}

.fage-hmenu-extra1 {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    background-position: center;
}

.fage-hmenu-extra2 {
    position: relative;
    display: block;
    float: right;
    width: auto;
    height: auto;
    background-position: center;
}

.fage-menuitemcontainer {
    margin: 0 auto;
}

ul.fage-hmenu>li {
    margin-left: 1px;
}

ul.fage-hmenu>li:first-child {
    margin-left: 0;
}

ul.fage-hmenu>li:last-child,
ul.fage-hmenu>li.last-child {
    margin-right: 0;
}

ul.fage-hmenu>li>a {
    padding: 0 35px;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 49px;
    cursor: pointer;
    text-decoration: none;
    color: #7A7A7A;
    line-height: 49px;
    text-align: center;
}

.fage-hmenu>li>a,
.fage-hmenu>li>a:link,
.fage-hmenu>li>a:visited,
.fage-hmenu>li>a.active,
.fage-hmenu>li>a:hover {
    font-size: 17px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

ul.fage-hmenu>li>a.active {
    background: #E50615;
    background: -webkit-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -moz-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -o-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: -ms-linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    -svg-background: linear-gradient(90deg, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    background: linear-gradient(to bottom, #FA3D4A 0, #F90617 37%, #9A040E 100%) no-repeat;
    padding: 0 35px;
    margin: 0 auto;
    color: #FFF5F6;
    text-decoration: none;
}

ul.fage-hmenu>li>a:visited,
ul.fage-hmenu>li>a:hover,
ul.fage-hmenu>li:hover>a {
    text-decoration: none;
}

ul.fage-hmenu>li>a:hover,
.desktop ul.fage-hmenu>li:hover>a {
    background: #E50615;
    background: -webkit-linear-gradient(90deg, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    background: -moz-linear-gradient(90deg, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    background: -o-linear-gradient(90deg, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    background: -ms-linear-gradient(90deg, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    -svg-background: linear-gradient(90deg, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    background: linear-gradient(to bottom, #FA3D4A 0, #F80717 37%, #9A040E 100%) no-repeat;
    padding: 0 35px;
    margin: 0 auto;
}

ul.fage-hmenu>li>a:hover,
.desktop ul.fage-hmenu>li:hover>a {
    color: #FFF5F6;
    text-decoration: none;
}

ul.fage-hmenu>li:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: -1px;
    width: 1px;
    height: 49px;
    background: url('images/menuseparator.png') center center no-repeat;
}

ul.fage-hmenu>li:first-child:before {
    display: none;
}

ul.fage-hmenu li li a {
    background: #C7C7C7;
    background: transparent;
    border: 1px solid transparent;
    padding: 0 17px;
    margin: 0 auto;
}

ul.fage-hmenu li li {
    float: none;
    width: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}

.desktop ul.fage-hmenu li li ul>li:first-child {
    margin-top: 0;
}

ul.fage-hmenu li li ul>li:last-child {
    margin-bottom: 0;
}

.fage-hmenu ul a {
    display: block;
    white-space: nowrap;
    height: 32px;
    min-width: 7em;
    border: 1px solid transparent;
    text-align: left;
    line-height: 32px;
    color: #7D7D7D;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin: 0;
}

.fage-hmenu ul a:link,
.fage-hmenu ul a:visited,
.fage-hmenu ul a.active,
.fage-hmenu ul a:hover {
    text-align: left;
    line-height: 32px;
    color: #7D7D7D;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin: 0;
}

ul.fage-hmenu li li:after {
    display: block;
    position: absolute;
    content: ' ';
    height: 0;
    top: -4px;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #D1D1D1;
}

.desktop ul.fage-hmenu li li:first-child:before,
.desktop ul.fage-hmenu li li:first-child:after {
    display: none;
}

ul.fage-hmenu ul li a:hover,
.desktop ul.fage-hmenu ul li:hover>a {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(178, 178, 178, 0.3);
    margin: 0 auto;
}

.fage-hmenu ul a:hover {
    text-decoration: underline;
    color: #EF0616;
}

.desktop .fage-hmenu ul li:hover>a {
    color: #EF0616;
}

ul.fage-hmenu ul:before {
    background: #FEE6E8;
    margin: 0 auto;
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
}

.desktop ul.fage-hmenu li:hover>ul {
    visibility: visible;
    top: 100%;
}

.desktop ul.fage-hmenu li li:hover>ul {
    top: 0;
    left: 100%;
}

ul.fage-hmenu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: url('images/spacer.gif');
}

.desktop ul.fage-hmenu>li>ul {
    padding: 17px 34px 34px 34px;
    margin: -10px 0 0 -30px;
}

.desktop ul.fage-hmenu ul ul {
    padding: 34px 34px 34px 14px;
    margin: -34px 0 0 -6px;
}

.desktop ul.fage-hmenu ul.fage-hmenu-left-to-right {
    right: auto;
    left: 0;
    margin: -10px 0 0 -30px;
}

.desktop ul.fage-hmenu ul.fage-hmenu-right-to-left {
    left: auto;
    right: 0;
    margin: -10px -30px 0 0;
}

.desktop ul.fage-hmenu li li:hover>ul.fage-hmenu-left-to-right {
    right: auto;
    left: 100%;
}

.desktop ul.fage-hmenu li li:hover>ul.fage-hmenu-right-to-left {
    left: auto;
    right: 100%;
}

.desktop ul.fage-hmenu ul ul.fage-hmenu-left-to-right {
    right: auto;
    left: 0;
    padding: 34px 34px 34px 14px;
    margin: -34px 0 0 -6px;
}

.desktop ul.fage-hmenu ul ul.fage-hmenu-right-to-left {
    left: auto;
    right: 0;
    padding: 34px 14px 34px 34px;
    margin: -34px -6px 0 0;
}

.desktop ul.fage-hmenu li ul>li:first-child {
    margin-top: 0;
}

.desktop ul.fage-hmenu li ul>li:last-child {
    margin-bottom: 0;
}

.desktop ul.fage-hmenu ul ul:before {
    border-radius: 0;
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 10px;
}

.desktop ul.fage-hmenu>li>ul:before {
    top: 13px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.desktop ul.fage-hmenu>li>ul.fage-hmenu-left-to-right:before {
    right: 30px;
    left: 30px;
}

.desktop ul.fage-hmenu>li>ul.fage-hmenu-right-to-left:before {
    right: 30px;
    left: 30px;
}

.desktop ul.fage-hmenu ul ul.fage-hmenu-left-to-right:before {
    right: 30px;
    left: 10px;
}

.desktop ul.fage-hmenu ul ul.fage-hmenu-right-to-left:before {
    right: 10px;
    left: 30px;
}

.desktop ul.fage-hmenu>li.ext>a {
    white-space: nowrap;
}

.desktop ul.fage-hmenu>li.ext>a:hover,
.desktop ul.fage-hmenu>li.ext:hover>a,
.desktop ul.fage-hmenu>li.ext:hover>a.active {
    background: none;

    /* default padding + border size */
    padding: 0 35px 0 35px;

    /* margin for shadow */
    margin: -0 -0 0 -0;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #EF0616;
}

.desktop ul.fage-hmenu>li.ext>a:hover:before,
.desktop ul.fage-hmenu>li.ext:hover>a:before,
.desktop ul.fage-hmenu>li.ext:hover>a.active:before {
    position: absolute;
    content: ' ';

    /* top, right, left - for shadow */
    top: 0;
    right: 0;
    left: 0;

    /* border + shadow */
    bottom: -0;
    background-color: #FEE6E8;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.desktop ul.fage-hmenu>li.ext:hover>ul {
    padding-top: 4px;

    /* menu bar padding */
    margin-top: 0;
}

.desktop ul.fage-hmenu>li.ext:hover>ul:before {
    /* border + shadow */
    top: -0;
    clip: rect(4px, auto, auto, auto);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.fage-hmenu>li.ext>.ext-r,
ul.fage-hmenu>li.ext>.ext-l,
ul.fage-hmenu>li.ext>.ext-m,
ul.fage-hmenu>li.ext>.ext-off {
    display: none;
    z-index: 12;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desktop ul.fage-hmenu>li.ext>ul {
    z-index: 13;
}

.desktop ul.fage-hmenu>li.ext.ext-r:hover>.ext-r,
.desktop ul.fage-hmenu>li.ext.ext-l:hover>.ext-l {
    position: absolute;
    display: block;
    overflow: hidden;

    /* size of radius 
   * if size if 0 we should now generate script 
   * that adds ext-r and ext-m divs */
    height: 4px;
    top: 100%;
    padding-top: 0;
    margin-top: -0;

    /* border width + shadow */
}

.desktop ul.fage-hmenu>li.ext:hover>.ext-r:before,
.desktop ul.fage-hmenu>li.ext:hover>.ext-l:before {
    position: absolute;
    content: ' ';
    top: 0;

    /* border + shadow */
    bottom: -0;
    background-color: #FEE6E8;
    border: 0 solid transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.fage-hmenu>li.ext.ext-r:hover>.ext-r {
    left: 100%;
    right: auto;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: -0;

    /* only shadow */
}

.desktop ul.fage-hmenu>li.ext.ext-r:hover>.ext-r:before {
    right: 0;
    left: -0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.desktop ul.fage-hmenu>li.ext.ext-l:hover>.ext-l {
    right: 100%;
    left: auto;
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
    margin-left: -0;

    /* only shadow */
}

.desktop ul.fage-hmenu>li.ext.ext-l:hover>.ext-l:before {
    right: -0;
    left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.desktop ul.fage-hmenu>li.ext:hover>.ext-m,
.desktop ul.fage-hmenu>li.ext:hover>.ext-off {
    position: absolute;
    display: block;
    overflow: hidden;
    height: 4px;
    top: 100%;
}

.desktop ul.fage-hmenu>li.ext.ext-r:hover>.ext-m {
    /* shadow offset */
    left: -0;
    right: 0;

    /* shadow offset */
    padding-right: 0;
    padding-left: 0;
}

.desktop ul.fage-hmenu>li.ext:hover>.ext-off {
    /* shadow offset */
    left: -0;
    right: -0;

    /* shadow offset */
    padding-left: 0;
    padding-right: 0;
}

.desktop ul.fage-hmenu>li.ext.ext-l:hover>.ext-m {
    /* shadow offset */
    right: -0;
    left: 0;

    /* shadow offset */
    padding-left: 0;
    padding-right: 0;
}

.desktop ul.fage-hmenu>li.ext.ext-l.ext-r:hover>.ext-m {
    /* shadow offset */
    right: -0;
    left: -0;

    /* shadow offset */
    padding-left: 0;
    padding-right: 0;
}

.desktop ul.fage-hmenu>li.ext:hover>.ext-m:before,
.desktop ul.fage-hmenu>li.ext:hover>.ext-off:before {
    position: absolute;
    content: ' ';
    top: -0;
    bottom: -0;

    /* shadow offset */
    background-color: #FEE6E8;
    border: 0 solid transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.fage-hmenu>li.ext.ext-r:hover>.ext-m:before {
    right: -0;
    left: 0;
}

.desktop ul.fage-hmenu>li.ext.ext-l:hover>.ext-m:before {
    left: -0;
    right: 0;
}

.desktop ul.fage-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before {
    left: -0;
    right: -0
;
}

.fage-layout-wrapper {
    position: relative;
    margin: 0 auto 0 auto;
    z-index: auto !important;
}

.fage-content-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.fage-content-layout-row {
    display: table-row;
}

.fage-layout-cell {
    display: table-cell;
    vertical-align: top;
}

/* need only for content layout in post content */
.fage-postcontent .fage-content-layout {
    border-collapse: collapse;
}

.fage-block {
    margin: 3px;
}

div.fage-block img {
    border: none;
    margin: 0;
}

.fage-blockheader {
    padding: 6px 5px;
    margin: 0 auto 2px;
}

.fage-blockheader .t,
.fage-blockheader .t a,
.fage-blockheader .t a:link,
.fage-blockheader .t a:visited,
.fage-blockheader .t a:hover {
    color: #878787;
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 10px;
}

.fage-blockcontent {
    padding: 5px;
    margin: 0 auto;
    color: #404040;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent table,
.fage-blockcontent li,
.fage-blockcontent a,
.fage-blockcontent a:link,
.fage-blockcontent a:visited,
.fage-blockcontent a:hover {
    color: #404040;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent p {
    margin: 0 5px;
}

.fage-blockcontent a,
.fage-blockcontent a:link {
    color: #FA3D4A;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-blockcontent a:visited,
.fage-blockcontent a.visited {
    color: #BABABA;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
}

.fage-blockcontent a:hover,
.fage-blockcontent a.hover {
    color: #F90617;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
}

.fage-block ul>li:before {
    content: url('images/blockbullets.png');
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-left: -12px;
}

.opera .fage-block ul>li:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-block li {
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 125%;
    color: #696969;
    margin: 5px 0 0 10px;
}

.fage-block ul>li,
.fage-block ol {
    padding: 0;
}

.fage-block ul>li {
    padding-left: 12px;
}

.fage-breadcrumbs {
    margin: 0 auto;
}

a.fage-button,
a.fage-button:link,
a:link.fage-button:link,
body a.fage-button:link,
a.fage-button:visited,
body a.fage-button:visited,
input.fage-button,
button.fage-button {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    margin: 0 5px 0 0 !important;
    overflow: visible;
    cursor: pointer;
    text-indent: 0;
    line-height: 26px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fage-button img {
    margin: 0;
    vertical-align: middle;
}

.firefox2 .fage-button {
    display: block;
    float: left;
}

input,
select,
textarea,
a.fage-search-button span {
    vertical-align: middle;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

.fage-block select {
    width: 96%;
}

input.fage-button {
    float: none !important;
    -webkit-appearance: none;
}

.fage-button.active,
.fage-button.active:hover {
    background: #B5B5B5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    padding: 0 21px;
    margin: 0 auto;
}

.fage-button.active,
.fage-button.active:hover {
    color: #FFFFFF !important;
}

.fage-button.hover,
.fage-button:hover {
    background: #A6A6A6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    padding: 0 21px;
    margin: 0 auto;
}

.fage-button.hover,
.fage-button:hover {
    color: #FFFFFF !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
    background: #FFF5F6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    margin: 0 auto;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
    width: 100%;
    padding: 4px 0;
    color: #525252 !important;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}

input.fage-error,
textarea.fage-error {
    background: #FFF5F6;
    border: 1px solid #E2341D;
    margin: 0 auto;
}

input.fage-error,
textarea.fage-error {
    color: #525252 !important;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

form.fage-search input[type="text"] {
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FDAFB5;
    margin: 0 auto;
    width: 100%;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #404040 !important;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

form.fage-search {
    background-image: none;
    border: 0;
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    margin: 5px;
    left: 0;
    line-height: 0;
}

form.fage-search input,
a.fage-search-button {
    -webkit-appearance: none;
    top: 0;
    right: 0;
}

form.fage-search>input,
a.fage-search-button {
    bottom: 0;
    left: 0;
    vertical-align: middle;
}

form.fage-search input[type="submit"],
input.fage-search-button,
a.fage-search-button {
    border-radius: 0;
    margin: 0 auto;
}

form.fage-search input[type="submit"],
input.fage-search-button,
a.fage-search-button {
    position: absolute;
    left: auto;
    display: block;
    border: none;
    background: url('images/searchicon.png') center center no-repeat;
    width: 24px;
    height: 100%;
    padding: 0;
    color: #FFFFFF !important;
    cursor: pointer;
}

a.fage-search-button span.fage-search-button-text {
    display: none;
}

label.fage-checkbox:before {
    background: #FFF5F6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-width: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
}

label.fage-checkbox {
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    color: #404040 !important;
}

.fage-checkbox>input[type="checkbox"] {
    margin: 0 5px 0 0;
}

label.fage-checkbox.active:before {
    background: #FC8D94;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-width: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

label.fage-checkbox.hovered:before {
    background: #E0E0E0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-width: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

label.fage-radiobutton:before {
    background: #FFF5F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
}

label.fage-radiobutton {
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    line-height: 12px;
    display: inline-block;
    color: #404040 !important;
}

.fage-radiobutton>input[type="radio"] {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

label.fage-radiobutton.active:before {
    background: #C7C7C7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    display: inline-block;
}

label.fage-radiobutton.hovered:before {
    background: #E0E0E0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.fage-comments {
    border-top: 1px dotted #B5B5B5;
    margin: 0 auto;
    margin-top: 25px;
}

.fage-comments h2 {
    color: #292929;
}

.fage-comment-inner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin: 0 auto;
    margin-left: 96px;
}

.fage-comment-avatar {
    float: left;
    width: 80px;
    height: 80px;
    padding: 2px;
    background: #fff;
    border: 1px solid #FED2D5;
}

.fage-comment-avatar>img {
    margin: 0 !important;
    border: none !important;
}

.fage-comment-content {
    padding: 10px 0;
    color: #404040;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-comment {
    margin-top: 6px;
}

.fage-comment:first-child {
    margin-top: 0;
}

.fage-comment-header {
    color: #292929;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-comment-header a,
.fage-comment-header a:link,
.fage-comment-header a:visited,
.fage-comment-header a.visited,
.fage-comment-header a:hover,
.fage-comment-header a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-comment-header a,
.fage-comment-header a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #878787;
}

.fage-comment-header a:visited,
.fage-comment-header a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #878787;
}

.fage-comment-header a:hover,
.fage-comment-header a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #878787;
}

.fage-comment-content a,
.fage-comment-content a:link,
.fage-comment-content a:visited,
.fage-comment-content a.visited,
.fage-comment-content a:hover,
.fage-comment-content a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-comment-content a,
.fage-comment-content a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #CC0512;
}

.fage-comment-content a:visited,
.fage-comment-content a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #545454;
}

.fage-comment-content a:hover,
.fage-comment-content a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #CC0512;
}

.fage-pager {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    margin: 2px;
}

.fage-pager>*:last-child {
    margin-right: 0 !important;
}

.fage-pager>span {
    cursor: default;
}

.fage-pager>* {
    background: #E0E0E0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin: 0 4px 0 auto;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-left: 0;
}

.fage-pager a:link,
.fage-pager a:visited,
.fage-pager .active {
    line-height: normal;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    color: #212121
;
}

.fage-pager .active {
    background: #BFBFBF;
    padding: 10px;
    margin: 0 4px 0 auto;
    color: #FFFFFF
;
}

.fage-pager .more {
    background: #E0E0E0;
    margin: 0 4px 0 auto;
}

.fage-pager a.more:link,
.fage-pager a.more:visited {
    color: #410206
;
}

.fage-pager a:hover {
    background: #C7C7C7;
    padding: 10px;
    margin: 0 4px 0 auto;
}

.fage-pager  a:hover,
.fage-pager  a.more:hover {
    color: #292929
;
}

.fage-pager>*:after {
    margin: 0 0 0 auto;
    display: inline-block;
    position: absolute;
    content: ' ';
    top: 0;
    width: 0;
    height: 100%;
    right: 0;
    text-decoration: none;
}

.fage-pager>*:last-child:after {
    display: none;
}

.fage-commentsform {
    background: #FED2D5;
    background: transparent;
    padding: 10px;
    margin: 0 auto;
    margin-top: 25px;
    color: #292929;
}

.fage-commentsform h2 {
    padding-bottom: 10px;
    margin: 0;
    color: #292929;
}

.fage-commentsform label {
    display: inline-block;
    line-height: 25px;
}

.fage-commentsform input:not([type=submit]),
.fage-commentsform textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.fage-commentsform .form-submit {
    margin-top: 10px;
}

.fage-post {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    padding: 10px;
    margin: 10px;
}

a img {
    border: 0;
}

.fage-article img,
img.fage-article,
.fage-block img,
.fage-footer img {
    margin: 0 0 0 0;
}

.fage-metadata-icons img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.fage-article table,
table.fage-article {
    border-collapse: collapse;
    margin: 1px;
}

.fage-post .fage-content-layout-br {
    height: 0;
}

.fage-article th,
.fage-article td {
    padding: 2px;
    border: solid 1px #C7C7C7;
    vertical-align: top;
    text-align: left;
}

.fage-article th {
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre {
    overflow: auto;
    padding: 0.1em;
}

.preview-cms-logo {
    border: 0;
    margin: 1em 1em 0 0;
    float: left;
}

.image-caption-wrapper {
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper img {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper div.fage-collage {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper p {
    font-size: 80%;
    text-align: right;
    margin: 0;
}

.fage-postheader {
    color: #696969;
    margin: 5px 0;
    font-size: 31px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

.fage-postheader a,
.fage-postheader a:link,
.fage-postheader a:visited,
.fage-postheader a.visited,
.fage-postheader a:hover,
.fage-postheader a.hovered {
    font-size: 31px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

.fage-postheader a,
.fage-postheader a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #FA424E;
}

.fage-postheader a:visited,
.fage-postheader a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #8C8C8C;
}

.fage-postheader a:hover,
.fage-postheader a.hovered {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #FA3D4A;
}

.fage-postheadericons,
.fage-postheadericons a,
.fage-postheadericons a:link,
.fage-postheadericons a:visited,
.fage-postheadericons a:hover {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #696969;
}

.fage-postheadericons {
    padding: 1px;
}

.fage-postheadericons a,
.fage-postheadericons a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #FA2E3C;
}

.fage-postheadericons a:visited,
.fage-postheadericons a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    color: #757575;
}

.fage-postheadericons a:hover,
.fage-postheadericons a.hover {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #E50615;
}

.fage-postdateicon:before {
    content: url('images/postdateicon.png');
    margin-right: 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    bottom: auto;
}

.opera .fage-postdateicon:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-postauthoricon:before {
    content: url('images/postauthoricon.png');
    margin-right: 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    bottom: auto;
}

.opera .fage-postauthoricon:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-postediticon:before {
    content: url('images/postediticon.png');
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.opera .fage-postediticon:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-postcontent ul>li:before,
.fage-post ul>li:before,
.fage-textblock ul>li:before {
    content: url('images/postbullets.png');
    margin-right: 10px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.opera .fage-postcontent ul>li:before,
.opera   .fage-post ul>li:before,
.opera   .fage-textblock ul>li:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-postcontent li,
.fage-post li,
.fage-textblock li {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #7C030B;
    margin: 5px 0 5px 11px;
}

.fage-postcontent ul>li,
.fage-post ul>li,
.fage-textblock ul>li,
.fage-postcontent ol,
.fage-post ol,
.fage-textblock ol {
    padding: 0;
}

.fage-postcontent ul>li,
.fage-post ul>li,
.fage-textblock ul>li {
    padding-left: 17px;
}

.fage-postcontent ul>li:before,
.fage-post ul>li:before,
.fage-textblock ul>li:before {
    margin-left: -17px;
}

.fage-postcontent ol,
.fage-post ol,
.fage-textblock ol,
.fage-postcontent ul,
.fage-post ul,
.fage-textblock ul {
    margin: 1em 0 1em 11px;
}

.fage-postcontent li ol,
.fage-post li ol,
.fage-textblock li ol,
.fage-postcontent li ul,
.fage-post li ul,
.fage-textblock li ul {
    margin: 0.5em 0 0.5em 11px;
}

.fage-postcontent li,
.fage-post li,
.fage-textblock li {
    margin: 5px 0 5px 0;
}

.fage-postcontent ol>li,
.fage-post ol>li,
.fage-textblock ol>li {
    /* overrides overflow for "ul li" and sets the default value */
    overflow: visible;
}

.fage-postcontent ul>li,
.fage-post ul>li,
.fage-textblock ul>li {
    /* makes "ul li" not to align behind the image if they are in the same line */
    overflow-x: visible;
    overflow-y: hidden;
}

blockquote {
    background: #FEE6E8 url('images/postquote.png') no-repeat scroll;
    padding: 10px 10px 10px 47px;
    margin: 10px 0 0 25px;
    color: #121212;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;

    /* makes block not to align behind the image if they are in the same line */
    overflow: auto;
    clear: both;
}

blockquote a,
.fage-postcontent blockquote a,
.fage-blockcontent blockquote a,
.fage-footer blockquote a,
blockquote a:link,
.fage-postcontent blockquote a:link,
.fage-blockcontent blockquote a:link,
.fage-footer blockquote a:link,
blockquote a:visited,
.fage-postcontent blockquote a:visited,
.fage-blockcontent blockquote a:visited,
.fage-footer blockquote a:visited,
blockquote a:hover,
.fage-postcontent blockquote a:hover,
.fage-blockcontent blockquote a:hover,
.fage-footer blockquote a:hover {
    color: #121212;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

/* Override native 'p' margins */
blockquote p,
.fage-postcontent blockquote p,
.fage-blockcontent blockquote p,
.fage-footer blockquote p {
    margin: 0;
    margin: 5px;
}

.Sorter img {
    border: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: static;
    z-index: 1;
    width: 12px;
    height: 6px;
}

.Sorter a {
    position: relative;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #757575;
}

.Sorter a:link {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #757575;
}

.Sorter a:visited,
.Sorter a.visited {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #757575;
}

.Sorter a:hover,
.Sorter a.hover {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #595959;
}

.Sorter {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #404040;
}

.fage-footer {
    background: #F0F0F0;
    background: -webkit-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -moz-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -o-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: -ms-linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    -svg-background: linear-gradient(90deg, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    background: linear-gradient(to bottom, #FFFFFF 0, #A8A8A8 100%) no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    margin: 0 auto 0;
    position: relative;
    color: #7A7A7A;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: center;
}

.fage-footer a,
.fage-footer a:link,
.fage-footer a:visited,
.fage-footer a:hover,
.fage-footer td,
.fage-footer th,
.fage-footer caption {
    color: #7A7A7A;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer p {
    padding: 0;
    text-align: center;
    color: #000;
}

.fage-footer a,
.fage-footer a:link {
    color: #949494;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer a:visited {
    color: #787878;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: underline;
}

.fage-footer a:hover {
    color: #FA2E3C;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
}

.fage-footer h1 {
    color: #A6A6A6;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer h2 {
    color: #B5B5B5;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer h3 {
    color: #FB515C;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer h4 {
    color: #C4C4C4;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer h5 {
    color: #C4C4C4;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer h6 {
    color: #C4C4C4;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.fage-footer img {
    border: none;
    margin: 0;
}

.fage-rss-tag-icon {
    background: url('images/footerrssicon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-rss-tag-icon:empty {
    vertical-align: middle;
}

.fage-facebook-tag-icon {
    background: url('images/footerfacebookicon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-facebook-tag-icon:empty {
    vertical-align: middle;
}

.fage-twitter-tag-icon {
    background: url('images/footertwittericon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-twitter-tag-icon:empty {
    vertical-align: middle;
}

.fage-tumblr-tag-icon {
    background: url('images/tumblricon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-tumblr-tag-icon:empty {
    vertical-align: middle;
}

.fage-pinterest-tag-icon {
    background: url('images/pinteresticon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-pinterest-tag-icon:empty {
    vertical-align: middle;
}

.fage-vimeo-tag-icon {
    background: url('images/vimeoicon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-vimeo-tag-icon:empty {
    vertical-align: middle;
}

.fage-youtube-tag-icon {
    background: url('images/youtubeicon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-youtube-tag-icon:empty {
    vertical-align: middle;
}

.fage-linkedin-tag-icon {
    background: url('images/linkedinicon.png') no-repeat scroll;
    margin: 0 auto;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.fage-linkedin-tag-icon:empty {
    vertical-align: middle;
}

.fage-footer ul>li:before {
    content: url('images/footerbullets.png');
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-left: -13px;
}

.opera .fage-footer ul>li:before {
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.fage-footer li {
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 125%;
    color: #95040E;
}

.fage-footer ul>li,
.fage-footer ol {
    padding: 0;
}

.fage-footer ul>li {
    padding-left: 13px;
}

.fage-page-footer,
.fage-page-footer a,
.fage-page-footer a:link,
.fage-page-footer a:visited,
.fage-page-footer a:hover {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #757575;
}

.fage-page-footer {
    position: relative;
    z-index: auto !important;
    padding: 1em;
    text-align: center !important;
    text-decoration: none;
    color: #595959;
}

.fage-content-layout .fage-content {
    margin: 0 auto;
}

/* Begin Additional CSS Styles */
/* End Additional CSS Styles */
.fage-content .fage-postcontent-0 .layout-item-0 {
    padding-right: 10px;
    padding-left: 10px;
}

.ie7 .fage-post .fage-layout-cell {
    border: none !important;
    padding: 0 !important;
}

.ie6 .fage-post .fage-layout-cell {
    border: none !important;
    padding: 0 !important;
}

p.redfot {
    color: #E30613 ;
}

img.rigg {
    float: right;
    clear: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
}

img.link {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px ;
    margin-left: 10px ;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
}

img.riggno {
    float: right;
    clear: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    padding: 1px ;
}

.gmaps {
    float: right;
    clear: right;
    margin-top: 15px;
}

.box {
    float: right;
    clear: right;
    background-image: -webkit-gradient(
	linear,
	right top,
	right top,
	color-stop(0, #AAAAAA),
	color-stop(0.84, #FDFEFF)
);
    background-image: -o-linear-gradient(right top, #AAAAAA 0%, #FDFEFF 84%);
    background-image: -moz-linear-gradient(right top, #AAAAAA 0%, #FDFEFF 84%);
    background-image: -webkit-linear-gradient(right top, #AAAAAA 0%, #FDFEFF 84%);
    background-image: -ms-linear-gradient(right top, #AAAAAA 0%, #FDFEFF 84%);
    background-image: linear-gradient(to right top, #AAAAAA 0%, #FDFEFF 84%);
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.63);
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.33);
    margin-left: 30px;
}
