html.Normal,html.Basic.SMPagesViewer,html.SMPagesEditor.SMPagesContentPage,html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader,html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter{background-image: url("../../files/images/backgrounds/Sunset.jpg");}html.SMPagesCustomHeader div.TPLHeader, html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader body{display: inline-block;margin-top: -3em;font-size: 2em;line-height: 1.3em;}html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameHeader body{margin-top: 20px;}div.TPLMenu > ul{display: inline-block;margin-top: -3em;border-radius: 0px;background: transparent;}div.TPLMenu > ul > li > a{color: #FFFFFF;color: rgba(255, 255, 255, 0.9);*color: #FFFFFF;font-weight: normal;font-style: normal;}div.TPLMenu > ul{float: right;}html.SMPagesCustomHeader div.TPLHeader{float: left;}div.TPLMenu:after{visibility: hidden;display: block;content: '';clear: both;height: 0;}div.TPLMenu { *zoom: 1; }div.TPLMenu li ul{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;background: #303030;background: rgba(48, 48, 48, 0.9);}div.TPLMenu li ul li a{color: #FFFFFF;color: rgba(255, 255, 255, 0.9);*color: #FFFFFF;font-weight: normal;font-style: normal;line-height: 2.2em;}div.TPLContent, html.Basic.SMPagesViewer body, html.SMPagesEditor.SMPagesContentPage body{margin-top: 0px;}html.Basic.SMPagesViewer body, html.SMPagesEditor.SMPagesContentPage body{margin-top: 20px;margin-bottom: 20px;}html.SMPagesCardLayout div.TPLContent, html.Basic.SMPagesViewer.SMPagesCardLayout body, html.SMPagesEditor.SMPagesContentPage.SMPagesCardLayout body{margin: 0px;}html.SMPagesCardLayout div.TPLContent{margin-top: 20px;}html.SMPagesCardLayout div.TPLFooter{margin-bottom: 20px;}div.TPLContent, html.Basic.SMPagesViewer.SMPagesClassicLayout body, html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body{background: #FFFFFF;background: rgba(255, 255, 255, 0.34);border-radius: 0px;-moz-box-shadow: 0px 0px 8px 1px rgba(48, 48, 48, 0.5);-webkit-box-shadow: 0px 0px 8px 1px rgba(48, 48, 48, 0.5);box-shadow: 0px 0px 8px 1px rgba(48, 48, 48, 0.5);}html.SMPagesCardLayout div.TPLContent{border: none;box-shadow: none;}div.TPLContent, html.Basic.SMPagesViewer.SMPagesClassicLayout body > *, html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body > *{color: #000000;line-height: 1.6em;}html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body:before,html.SMPagesEditor.SMPagesContentPage.SMPagesClassicLayout body:after{font-size: null;}html.SMPagesCardLayout div.TPLContent{color: #333333;line-height: normal;}html.SMPagesCustomFooter div.TPLFooter, html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter body{margin-bottom: 0px;border-radius: 0px;background: transparent;}html.SMPagesEditor.SMPagesSystemPage.SMPagesFilenameFooter body{margin-bottom: 20px;}input, textarea, select{border-radius: 5px;}div.TPLMiddle{background: #FFFFFF;background: rgba(255, 255, 255, 0.3);margin-top: 8em;margin-bottom: 200px;}html.Basic.SMPagesViewer,html.SMPagesEditor.SMPagesContentPage{background: #FFFFFF;background: rgba(255, 255, 255, 0.3);}/* Move footer down */
div.TPLPage
{
    position: relative;
}
div.TPLFooter
{
    position: absolute;
    left: 0px;
    right: 0px;
}

@media (max-width: 900px)
{
    div.TPLHeader
    {
        margin: 0px 0.5em !important;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute !important;
    }
}


span.codedirection { 
unicode-bidi:bidi-override; direction: rtl; 
}

ul {
  list-style: none; /* Remove default bullets */
}

.bullets::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #945941; /* Change the color */
  //font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

a:hover { 
text-decoration: underline;
color: #945941;
 }

a {
color: #000000;
}

#uparrow:hover {
opacity: 0.8;
}

#uparrow {
opacity: 0.5;
}

#shadow {
-webkit-box-shadow: 0px 0px 10px 2px rgba(125,125,125,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(125,125,125,1);
box-shadow: 0px 0px 10px 2px rgba(125,125,125,1);
border-radius: 5px;
}
