html {
    background-image: url(../img/sys/bg.png);
    background-repeat: repeat;
    overflow: auto;
}

body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .1em;
    min-width: 1260px;
}

a {
    outline: 0;
}

a img {
    border: 0;
}

div#menu-wrap {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0px;
}

div#header {
    width: 100%;
    height: 235px;
    background: rgba(0,0,0,0.5);
    background: url(../img/sys/office.png);
}

div#header-shadow {
    background: url(../img/sys/shadow/shadow-b.png);
    height: 10px;
    width: 100%;
}

div#content-wrap {
    margin-top: 40px;
    width: 100%;
    color: #fff;
    margin-bottom: 40px;
    display: none;
    max-width: 1366px;
    margin: 40px auto;
}

div#content-wrap a:link, div#content-wrap a:visited {
    color: #fff;
    text-decoration: underline;
}

div#content-wrap a:hover {
    color: #a60000;
    text-decoration: none;	
}

div#social-wrap div.social-tile {
    background-repeat: repeat-x;
    background-image: url(../img/sys/social-wrap/tile_1x42.png);
    width: 140px;
    text-align: left;
    font-size: 11px;
    background-position: 41px 0px;
}

div#social-wrap a.social-trigger {
    text-decoration: none;
    color: #fff;
    right: -99px;  
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.social-tile .fa {
    font-size: 32px;
}

.social-tile .text {
    display: inline-block;
}

.social-tile .padder {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 5px;
}

div#social-wrap {
    width: 140px;
    position: fixed;
    top: 270px;
    right: 0px;
    overflow: hidden;
}

div#social-wrap img.social-button {
    vertical-align: middle;
    border: 0px;
    padding-right: 10px;
}

.stylish {
    font-family: 'ScriptinaRegular';
}

.teaser {
    font-size: 10px;
}

#menu-wrap .sf-menu a, #menu-wrap .sf-menu a:visited  {
    color: #d6d6d6;
}

#menu-wrap .sf-menu li {
    background: transparent;
}

#menu-wrap .sf-menu li a {
    padding: 15px 25px;
}

#menu-wrap .sf-menu li li a {
    padding: 15px 20px;
    text-align: center;
}

#menu-wrap .sf-menu li li, #menu-wrap .sf-menu li li li {
    background: rgba(0,0,0,0.7);
}

#menu-wrap .sf-menu a {
    border: 0px;
}

#menu-wrap .sf-menu li:hover, #menu-wrap .sf-menu li.sfHover, #menu-wrap .sf-menu a:focus, #menu-wrap .sf-menu a:hover, #menu-wrap .sf-menu a:active {
    outline: 0;
    background: rgba(0,0,0,0.3);
    color: #a60000;
}

#gallery {
    display: none;
}

#loader {
    position: absolute;
    top: 50%;
    right: 50%;
    background: #000;
    padding: 5px;
    border-radius: 10px;
    opacity:.50;
    display: none;
}

.jspTrack {
    background: rgba(0,0,0,0.5);
}

.jspHorizontalBar, .jspVerticalBar {
    background: transparent;
}

.jspDrag {
    background: transparent;
}

.jspVerticalBar .jspDrag {
    background-image: url(../img/sys/scroll-y.png);
    background-repeat: no-repeat;
}

.jspHorizontalBar .jspDrag {
    background-image: url(../img/sys/scroll-y.png);
    background-repeat: no-repeat;
}

.jspVerticalBar {
    width: 10px;
}

.content-panel {
    background: rgba(0,0,0,0.3);
    border: 1px dashed #393939;
}

textarea {
    resize: none;
}

textarea, input {
    background: transparent;
    border: 0px solid;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-family: 'ChantelliAntiquaRegular';
    font-size: 14px;
}

.input-wrap {
    display: inline;
    border: 1px solid transparent;
}

.input-wrap, textarea {
    background: #fff;
    padding: 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

textarea {
    overflow: auto;
    padding: 8px;
    text-align: center;
    border: 1px solid transparent;
}

.input-wrap-focus {
    border: 1px solid #ffd700;
}

input[type=submit]:focus {
    font-weight: bold;
}

input:focus, textarea:focus {
    outline: none;
}

.placeholder { 
    color: #9b9b9b; 
}

.textual {
    text-align: justify;
}

.textual p {
    text-indent: 20px;
}

#order-form input {
    margin: 10px;
}
