@font-face {
  font-family: 'spartanx';
  src: URL('../files/spartanx.woff2') format('truetype');
}
@font-face {
  font-family: 'BFARNAZ';
  src: URL('../files/BFARNAZ.ttf') format('truetype');
}
mark {padding-left: 30px; padding-right: 30px;padding-top: 8px;padding-bottom: 10px; color:#1A5276; background-color: rgba(0, 0, 0, .05);}

html,
body,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
strong {
    font-weight: bolder;
}
:focus {
    outline: 0;
}
body {
    line-height: 1.4;
    color: #000;
}
ol,
ul {
    list-style: square;
    margin-left: 20px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
a img {
    border: none;
}
html {
    margin: 0;
    padding: 0;
    min-width: 300px;
    font-weight: normal;
    z-index: -5;
    background: #fff;
    height: 100%;
    width: auto;
}
body {
    position: static;
    margin: 0;
    padding: 0;
    min-width: 300px;
    min-height: 100%;
    width: auto;
}
header {
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
#headerWrapper {
    position: relative;
    width: 100%;
    min-height: 20px;
}
#headerCenter {
    position: relative;
    max-width: 900px;
    padding: 0 15px 0 15px;
    margin: 0 auto 7px auto;
    overflow: hidden;
}
#headerTitles {
    position: relative;
    float: left;
    display: inline-block;
}
#headerTitles > h1 {
    margin: 7px 0 3px 0;
}
#headerTitles > h2 {
    margin: 5px 0 5px 3px;
}
#wrapper {
    margin: 0 0 0 0;
    padding: 90px 0 1px 0;
    position: relative;
    z-index: 0;
}
#centerWrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto 15px auto;
    padding: 0px 15px 0px 15px;
}
#contentWrapper {
    min-height: 100px;
    margin: -40px 0 0 0;
    padding: 35px 20px 70px 20px;
    display: none;
    overflow: visible;
}
#content {
    min-height: 200px;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    height: auto;
}
#tileContainer {
    display: none;
    position: relative;
    font-weight: normal;
    margin-top: 30px;
}
footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1px;
    font-weight: lighter;
    text-decoration: none;
    z-index: 100;
}
footer:hover {
    cursor: default;
}

.count {
    position: fixed;
    bottom: 0;
    left:0;
    padding: 1px;
    font-weight: lighter;
    text-decoration: none;
    z-index: 100;
    color: #333;
    font-size: 13px;
    background-color: rgba(200, 200, 200, 0.7);
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    box-shadow: 0 0 3px #777;
}

.navArrows {
    position: absolute;
    margin-top: 60px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 32px;
    display: none;
}
.navArrows:hover {
    cursor: pointer;
}
.navArrows.hidden {
    opacity: 0;
}
.groupTitle {
    position: absolute;
    text-decoration: none;
    white-space: nowrap;
}
.groupTitle > h3 {
    margin: 0;
    font-weight: lighter;
}
#bgImage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -4;
    min-width: 125%;
    min-height: 100%;
}
#catchScroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#mobileOnDesktop {
    color: #fff;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #668000;
    z-index: 999;
}
#mobileOnDesktop:hover,
#mobileOnDesktop:active {
    color: #fff;
    text-decoration: underline;
    border: 1px solid #fff;
}
.sidebar {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}
.sidebar-left {
    margin: 5px 15px 0 0;
    float: left;
}
.sidebar-right {
    margin: 5px 0 0 15px;
    float: right;
}
.sidebar-top {
    margin: 5px 0 5px 0;
    width: 100%;
}
nav {
    z-index: 1;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
}
nav > a,
#navItems > a {
    padding: 7px 3px 5px 3px;
    margin: 0;
    display: inline-block;
    z-index: inherit;
    cursor: pointer;
    height: auto;
    width: 95px;
    -webkit-transition: background 100ms ease-in;
    -moz-transition: background 100ms ease-in;
    -o-transition: background 100ms ease-in;
    -ms-transition: background 100ms ease-in;
    transition: background 100ms ease-in;
}
nav > a > img {
    display: block;
    margin: 0 auto 5px auto;
}
.column nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 300;
    overflow: visible;
}
.column #navTitle {
    background-color: #668800;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    margin-left: -10px;
    cursor: pointer;
    width: 100%;
}
.column nav > a {
    padding: 5px;
    display: none;
    background-color: #444;
    color: #fff;
    border-bottom: 1px solid #777;
}
.column nav > a > img {
    margin: 0 auto;
}
#subNavWrapper {
    display: block;
    z-index: 4;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    min-height: 40px;
}
#subNav > a {
    height: 20px;
    margin: 0px 5px 5px 0;
    padding: 3px 8px;
    display: inline-block;
    text-decoration: none;
    z-index: 100;
    vertical-align: top;
    transition: height 0.2s, box-shadow 0.4s ease-out;
    -moz-transition: height 0.2s, box-shadow 0.4s ease-out;
    -webkit-transition: height 0.2s, box-shadow 0.4s ease-out;
    -o-transition: height 0.2s, box-shadow 0.4s ease-out;
}
#subNav > a:hover {
    height: 28px;
}
.subNavItemActive {
    padding: 2px 7px 3px 7px !important;
}
.tile {
    color: #fff;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    -ms-transition: box-shadow 0.25s ease-out;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 0 2px #555;
}
.loading > .tile {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.tile:visited {
    color: #fff;
}
.tile:active {
    -ms-transform: scale(0.97, 0.97) !important;
    -webkit-transform: scale(0.97, 0.97) !important;
    transform: scale(0.97, 0.97) !important;
}
.tile.noClick:active {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.tile:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.tile img {
    border: none;
}
.tile.noClick:hover {
    cursor: default !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}
.tileTitle {
    margin: 5px 3px 5px 15px;
    padding: 0px;
    font-size: 28px;
    font-weight: 300;
}
.tileDesc {
    margin: 0 12px 0 12px;
    padding: 0;
    font-size: 13px;
    position: absolute;
}
.tileLabelWrapper {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    height: auto;
    z-index: 11;
}
.tileLabel {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
.tileLabelDesc {
    border-top: 1px solid #999;
    background-color: rgb(140, 140, 140);
    background-color: rgba(55, 55, 55, 0.6);
    filter: opacity(alpha=0.8);
    color: #ccc;
    padding: 3px;
    font-size: 12px;
}
.showOnHover {
    display: none;
}
.tileLabelWrapper.bottom {
    bottom: 0;
    left: 0;
    height: 21px;
}
.tileLabel.bottom {
    position: relative;
    padding: 2px 2px 0px 2px;
    margin-bottom: -4px;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #777;
    height: 0;
    line-height: 17px;
}
.tileLabelWrapper.top {
    top: 0;
    border-left: 15px solid transparent;
    border-top: 20px solid #777;
    height: 0;
    z-index: 15;
}
.tileLabel.top {
    padding: 0px 2px 2px 2px;
    top: -19px;
}
.tileImg > img {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.tileImg .imgDesc {
    position: relative;
    top: 0;
    margin: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(100, 100, 100);
    background: rgba(70, 70, 70, 0.8);
    border-top: 1px solid #aaa;
    padding: 5px;
    font-size: 12px;
}
.tileImg > .tileLabelWrapper.top > .imgDesc {
    margin-top: -20px;
}
.tileImg > .tileLabelWrapper > .tileLabel.bottom {
    bottom: 2px;
}
.tileImg > .tileLabelWrapper.bottom {
    height: auto;
}
.tileCentered > .container {
    text-align: center;
    display: table;
    transition: background 200ms;
    width: 100%;
    height: 100%;
}
.tileCentered > .container > h3 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 36px;
    padding: 0 0 8px 0;
    transition: color 200ms !important;
    -webkit-transition: color 200ms !important;
    -moz-transition: color 200ms !important;
    -o-transition: color 200ms !important;
}
.tileCentered > .container > h3 > img {
    position: relative;
    vertical-align: middle;
    top: -5px;
}
.tileCenteredSlide {
    outline: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}
.tileCenteredSlide > .container1 {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -webkit-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -o-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -moz-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}
.tileCenteredSlide > .container2 {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -webkit-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -o-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -moz-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}
.tileCenteredSlide > .container1 > h3 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 28px;           /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TILE TEXT SIZE */
    padding: 0 0 8px 0;
    margin: 3px;
    transition: color 200ms !important;
}
.tileCenteredSlide > .container2 > h5 {
    display: table-cell;
    color: #fff;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 8px 0;
    margin: 3px;
    transition: color 200ms !important;
}
.tileCenteredSlide > .container1 > h3 > img {
    position: relative;
    vertical-align: middle;
    top: -5px;
}
.tileCenteredSlide.left > .container1 {
    left: 0;
}
.tileCenteredSlide.left > .container2 {
    left: -100%;
}
.tileCenteredSlide.left:hover > .container1 {
    left: 100%;
}
.tileCenteredSlide.left:hover > .container2 {
    left: -0%;
}
.tileCenteredSlide.right > .container1 {
    right: 0;
}
.tileCenteredSlide.right > .container2 {
    right: -100%;
}
.tileCenteredSlide.right:hover > .container1 {
    right: 100%;
}
.tileCenteredSlide.right:hover > .container2 {
    right: -0%;
}
.tileCenteredSlide.top > .container1 {
    top: 0;
}
.tileCenteredSlide.top > .container2 {
    top: -100%;
}
.tileCenteredSlide.top:hover > .container1 {
    top: 100%;
}
.tileCenteredSlide.top:hover > .container2 {
    top: -0%;
}
.tileCenteredSlide.bottom > .container1 {
    bottom: 0;
}
.tileCenteredSlide.bottom > .container2 {
    bottom: -100%;
}
.tileCenteredSlide.bottom:hover > .container1 {
    bottom: 100%;
}
.tileCenteredSlide.bottom:hover > .container2 {
    bottom: -0%;
}
html {
    font-family: "Open Sans", Segoe UI light, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #222;
}
html,
body {
    /* background-color:#ddd; */
    background-image: url("g.jpg");
    background-size: 100%
}
nav {
    margin-top: 5px;
    margin-bottom: 3px;
}
nav > a {
    color: #ddd;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px rgb(38, 143, 29) solid;
    -webkit-transition: border-color 400ms, color 400ms;
    -moz-transition: border-color 400ms, color 400ms;
    -o-transition: border-color 400ms, color 400ms;
    -ms-transition: border-color 400ms, color 400ms;
    transition: border-color 400ms, color 400ms;
}
nav > a:hover {
    color: #fff;
}
nav img {
    height: 36px;
    opacity: 0.5;
    transition: opacity 400ms;
}
.navActive {
    color: #fff;
    border-bottom-color: #fff;
    font-size: 18px;
    font-weight:bold;
}
.navActive img {
    opacity: 1;
}
.navActive:hover {
    color: #fff;
}
nav > a:hover img {
    opacity: 0.7 !important;
}
#subNav a {
    font-size: 14px;
    color: #fff;
}
#subNav a:hover {
    color: #fff;
}
.subNavItemActive {
    border: 1px #fff solid;
    border-top: none;
    box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
}
.column #navTitle {
    color: #333;
    background-color: #eee;
    outline: 1px solid rgba(230, 230, 230, 0.5);
}
.column nav a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
header {
}
#headerWrapper {
    background-color: rgb(38, 143, 29);
    border-bottom: 1px #999 solid;
    box-shadow: 0 0 3px #555;
}
#headerCenter {
}
#headerTitles {
}
#headerTitles > h1 {
    color: white;
    font-size: 40px;      /* Headerrrrrrrrrrrrrrrrrrrrrrr */
    text-decoration: none;
    font-weight: 300;
    padding-bottom: 0px;
}
#headerTitles > h1 {
    padding-bottom: 1px;
}

#headerTitles > h2 {
    font-size: 15px;
    color: #eee;
}
.groupTitle > h3 {
    font-size: 24px;
    color: #444;
}
.groupTitle > h3:hover {
    color: #ff8000;
}
#content {
    color: #444;
}
#contentWrapper {
    background: #e5e5e5;
    box-shadow: 0 0 4px #777;
}
footer {
    color: #333;
    font-size: 13px;
    background-color: rgba(200, 200, 200, 0.7);
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    box-shadow: 0 0 3px #777;
}
.tile {
    box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    -moz-box-shadow: 0 0 2px #333;
    color: #fff !important;
}
.tile h1,
.tile h2,
.tile h3 {
    color: #fff;
    font-weight: 300;
}
.tile.noClick:hover {
    box-shadow: 0 0 4px #333 !important;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
}
.tile:hover {
box-shadow: 0px 0px 4px 6px #8f8c85;   /* BOX SHADOW <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
}

@-moz-document url-prefix() {
    .tile:hover {
        outline: none;
        -moz-box-shadow: 0 0 15px #444, 0 0 1px 1px #fff;
        box-shadow: 0 0 15px #444, 0 0 1px 1px #fff;
    }
}
a {
    color: #666;
    text-decoration: underline;
}
a:hover {
    color: #999;
}
a:active,
a:selected,
a:visited,
a:focus {
    outline: none;
    border: none;
}
em {
    margin-right: 2px;
}
h1 {
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0 5px 0;
    color: #444;
}
h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 20px 0 5px 0;
    color: #222;
}
h3 {
    font-size: 30px;           /* <<<<<<<<<<<<<<<<<<<<<<<<<< Other Tile Text ? */
    font-weight: normal;
    margin: 20px 0 5px 0;
    color: #555;
}
h4 {
    font-size: 21px;
    font-weight: 300;
    margin: 15px 0 5px 0;
    color: #333;
    text-transform: uppercase;
}
h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 13px 0 5px 0;
    color: white;
}
h6 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 5px 0;
    color: #555;
    text-transform: uppercase;
}
p {
    margin-top: 1.5em;
}
.display-block {
    display: block;
}
.metro-accordion > h3 {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 28px;
}
.metro-accordion > h3:hover {
    color: #f90;
    cursor: pointer;
}
.metro-accordion > div.accordionContent {
    padding: 0px;
    margin: 10px;
}
.metro-accordion > h3 > img.accordionArrow {
    -moz-transition: -moz-transform 500ms;
    -o-transition: -o-transform 500ms;
    -ms-transition: -ms-transform 500ms;
    transition: transform 500ms;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-top: -12px;
    margin-right: 10px;
}
.metro-accordion > h3 > img.accordionArrow.down {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.metro-accordion > h3 > img.accordionArrow.right {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#tileContainer {
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
.demoBorder {
    border: 1px solid #509601;
}
#panel {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #555;
    z-index: 50;
    color: #fff;
    padding: 40px 10px 10px 10px;
    display: none;
    overflow: auto;
}
#panel h1,
#panel h2,
#panel h3,
#panel h4,
#panel h5,
#panel h6 {
    color: #fff;
}
#panel a:not(.tile) {
    color: #ccc;
}
#panel a:not(.tile):hover {
    color: #fff;
}
#panelArrow {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    display: inline-block;
    z-index: 50;
}
#panelArrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#panelLoader {
    display: inline-block;
    position: absolute;
    margin-left: 20px;
}
.preloadedPanel {
    display: none;
}
.tileFlip {
    outline: 1px solid #fff;
    z-index: 0;
    overflow: visible;
}
.tileFlip:hover {
    box-shadow: none;
    outline: none;
    padding: 0;
}
.tileFlip > .flipContainer {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.tileFlip > .flipContainer > div {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}
.tileFlip:hover .flipContainer > div {
    outline: 1px solid #fff;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
@-moz-document url-prefix() {
    .tileFlip:hover .flipContainer > div {
        outline: none;
        -moz-box-shadow: 0 0 10px #ddd, 0 0 1px 1px #fff;
        box-shadow: 0 0 10px #ddd, 0 0 1px 1px #fff;
    }
}
.tileFlip:hover.noClick .flipContainer > div {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.support3D.horizontal.tileFlip:hover .flipBack {
    -moz-transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
}
.support3D.vertical.tileFlip:hover .flipBack {
    -moz-transform: perspective(600px) rotateX(0);
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
}
.support3D.horizontal.tileFlip:hover .flipFront {
    -webkit-transform: perspective(600px) rotateY(-179.9deg);
    -moz-transform: perspective(600px) rotateY(-179.9deg);
    transform: perspective(600px) rotateY(-179.9deg);
}
.support3D.vertical.tileFlip:hover .flipFront {
    -webkit-transform: perspective(600px) rotateX(-179.9deg);
    -moz-transform: perspective(600px) rotateX(-179.9deg);
    transform: perspective(600px) rotateX(-179.9deg);
}
.flipImgCenterer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
.flipImgCenterer > img {
    display: inline;
    position: relative;
    z-index: 5;
    width: auto;
    height: auto;
}
.tileFlip .flipFront {
    position: absolute;
    display: table;
    padding: 0;
    marign: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.horizontal.tileFlip .flipFront {
    -moz-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.vertical.tileFlip .flipFront {
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.tileFlip .flipBack {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    color: white;
    text-align: center;
    z-index: 0;
    background: inherit;
}
.support3D.tileFlip .flipBack {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.support3D.horizontal.tileFlip .flipBack {
    -moz-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
}
.support3D.vertical.tileFlip .flipBack {
    -moz-transform: perspective(600px) rotateX(180deg);
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
}
.tileFlip .flipBack > h5 {                    /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HEN Description */
    display: table-cell;
    color: #fff;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    padding: 10 0 10px 0;
    margin: 3px;
}
.tileFlip .tileLabelWrapper.top {
    right: 0;
}
.tileFlip .tileLabelWrapper.bottom {
    bottom: 0;
    right: 0;
    left: 0;
}
@-moz-document url-prefix() {
    .tileFlip .tileLabelWrapper.bottom {
        bottom: 1px;
    }
}
html.safari {
    -webkit-font-smoothing: antialiased;
}
.tileFlipText {
    outline: 1px solid #fff;
    z-index: 0;
    overflow: visible;
}
.tileFlipText:hover {
    box-shadow: none;
    outline: none;
    padding: 0;
}
.tileFlipText > .flipContainer {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.tileFlipText > .flipContainer > div {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}
.tileFlipText:hover .flipContainer > div {
    outline: 1px solid #fff;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
@-moz-document url-prefix() {
    .tileFlipText:hover .flipContainer > div {
        outline: none;
        -moz-box-shadow: 0 0 10px #ddd, 0 0 1px 1px #fff;
        box-shadow: 0 0 10px #ddd, 0 0 1px 1px #fff;
    }
}
.tileFlipText:hover.noClick .flipContainer > div {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.support3D.horizontal.tileFlipText:hover .flipBack {
    -moz-transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
}
.support3D.vertical.tileFlipText:hover .flipBack {
    -moz-transform: perspective(600px) rotateX(0);
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
}
.support3D.horizontal.tileFlipText:hover .flipFront {
    -webkit-transform: perspective(600px) rotateY(-179.9deg);
    -moz-transform: perspective(600px) rotateY(-179.9deg);
    transform: perspective(600px) rotateY(-179.9deg);
}
.support3D.vertical.tileFlipText:hover .flipFront {
    -webkit-transform: perspective(600px) rotateX(-179.9deg);
    -moz-transform: perspective(600px) rotateX(-179.9deg);
    transform: perspective(600px) rotateX(-179.9deg);
}
.tileFlipText .flipFront > h3 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 36px;
    padding: 0 0 8px 0;
    text-align: center;
    color: #fff;
}
.tileFlipText .flipFront > h3 > img {
    position: relative;
    vertical-align: middle;
    top: -5px;
}
.tileFlipText .flipFront {
    position: absolute;
    display: table;
    padding: 0;
    marign: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.horizontal.tileFlipText .flipFront {
    -moz-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.vertical.tileFlipText .flipFront {
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.tileFlipText .flipBack {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    color: white;
    text-align: center;
    z-index: 0;
    background: inherit;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.horizontal.tileFlipText .flipBack {
    -moz-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
}
.vertical.tileFlipText .flipBack {
    -moz-transform: perspective(600px) rotateX(180deg);
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
}
.tileFlipText .flipBack > h5 {
    display: table-cell;
    color: #fff;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 8px 0;
    margin: 3px;
}
#PSBUTTON{
margin:auto;
display:inline-block;
vertical-align:middle;
background:url(data:image/png;base64,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) no-repeat center center;
height:30px;
width:30px;
margin-right: 6px;
border:0px solid red;
font-family: Spartan;
}
#pdate1{
    margin-top: -73px;
    font-family: BFARNAZ;
    font-size: 18px;
    float: right;
    margin-right: 0.8em;
    color: #fafafa;
    direction: rtl;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, .05);
    text-shadow: 1px 2px #5f5f5f;
}
#timec{
    margin-top: -35px;
    font-family: BFARNAZ;
    font-size: 18px;
    float: right;
    margin-right: 4.4em;
    color: #fafafa;
    direction: rtl;
    text-shadow: 1px 2px #5f5f5f;
}

#myBtn{
    margin-top: -73px;
    font-family: BFARNAZ;
    font-size: 18px;
    color: #fafafa;
    float: left;
    margin-left: 14px;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .05);
    text-decoration:none
}

/* JQuery Popup /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  font-family: BFARNAZ;
  font-size: 18px;
  position: relative;
  background-color: #dddddd;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
