html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'playregular';
    src: url("fonts/play-regular-webfont.eot");
    src: url("fonts/play-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/play-regular-webfont.woff") format("woff"),
         url("fonts/play-regular-webfont.ttf") format("truetype"),
         url("fonts/play-regular-webfont.svg#playregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playbold';
    src: url("fonts/play-bold-webfont.eot");
    src: url("fonts/play-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/play-bold-webfont.woff") format("woff"),
         url("fonts/play-bold-webfont.ttf") format("truetype"),
         url("fonts/play-bold-webfont.svg#playbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jurabook';
    src: url("fonts/jura-regular-webfont.eot");
    src: url("fonts/jura-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/jura-regular-webfont.woff") format("woff"),
         url("fonts/jura-regular-webfont.ttf") format("truetype"),
         url("fonts/jura-regular-webfont.svg#jurabook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'juramedium';
    src: url("fonts/jura-medium-webfont.eot");
    src: url("fonts/jura-medium-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/jura-medium-webfont.woff") format("woff"),
         url("fonts/jura-medium-webfont.ttf") format("truetype"),
         url("fonts/jura-medium-webfont.svg#juramedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-ExtraBold.eot");
    src: url("fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSans-ExtraBold.woff") format("woff"),
         url("fonts/OpenSans-ExtraBold.ttf") format("truetype"),
         url("fonts/OpenSans-ExtraBold.svg#OpenSansBold") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Semibold.eot");
    src: url("fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSans-Semibold.woff") format("woff"),
         url("fonts/OpenSans-Semibold.ttf") format("truetype"),
         url("fonts/OpenSans-Semibold.svg#OpenSansBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Bold.eot");
    src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSans-Bold.woff") format("woff"),
         url("fonts/OpenSans-Bold.ttf") format("truetype"),
         url("fonts/OpenSans-Bold.svg#OpenSansBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Light.eot");
    src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSans-Light.woff") format("woff"),
         url("fonts/OpenSans-Light.ttf") format("truetype"),
         url("fonts/OpenSans-Light.svg#OpenSansBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

#fixedbg {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(home_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-starcloths {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(starcloths_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-ledfurniture {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(ledfurniture_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-audiohire {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(audiohire_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-projection {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(projection_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-lighting {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(lighting_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fixedbg-staging {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: url(staging_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page-container {
    position: relative;
    min-height: 100%;
    z-index: 9;
}

img {
    border: 0px;
}

h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 82px;
    letter-spacing: 5px;
    color: #000000;
    z-index: 900;
}

h1.inner {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 80px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    z-index: 900;
}

h1.gallery {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 80px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    z-index: 900;
}

h1.starcloths {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 80px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    z-index: 900;
}

h1.services {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 80px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    z-index: 900;
}

h1.furniture {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    z-index: 900;
}

h2.inner {
    margin: 0px;
    padding: 0px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 44px;
    color: #ffffff;
    letter-spacing: 0px;
}

h3.inner {
    margin: 0px;
    padding: 0px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: left;
}

h2 {
    margin: 0;
    padding: 0;
    padding-top: 6px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 5px;
    color: #ffffff;
}

b {
    font-weight: 600;
}

a {
    color: #0066cc;
    text-decoration: underline;
}

a:hover {
    color: #0066cc;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.main-logo {
    width: 250px;
    height: 185px;
    margin-top: 10px;
    margin-left: 10px;
}

.mobile-logo {
    width: 100%;
    background: transparent;
}

.logo-phone {
    color: #592c67;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 1px;
    background: transparent;
}

.logo-phone-white {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 1px;
    background: transparent;
}

.main-menu {
    height: 80px;
    margin-bottom: 140px;
    position: relative;
}

.main-menu-inner {
    height: 80px;
    margin-bottom: 65px;
    position: relative;
}

.main-menu-mobile {
    width: 100%;
    display: none;
    width: 100%;
    z-index: 100;
    position: relative;
    background: #592c67;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: none;
}

#mobilemenu {
    background: #4c4c4c;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 99999;
}

#mobilemenu ul {
    width: 90%;
    font-size: 18px;
    list-style: none;
}

#mobilemenu ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}

#mobilemenu ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    display: block;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 8px;
}

#mobilemenu ul li a:hover {
    background: #cccccc;
    color: #222222;
    border: 1px solid #cccccc;
}

.menu-cell {
    height: 80px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'playregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #c1c3c9;
    background: #111111;
    background: -webkit-linear-gradient(#515151, #111111);
    background: -o-linear-gradient(#515151, #111111);
    background: -moz-linear-gradient(#515151, #111111);
    background: linear-gradient(#515151, #111111);
}

.menu-cell:hover {
    color: #c1c3c9;
    background: #592c67;
}

.menu-cell.active {
    color: #c1c3c9;
    background: #592c67;
}

#sub-menu-wrapper {
    position: absolute;
    display: none;
    width: 110px;
    height: 191px;
    top: 80px;
    left: 50%;
    margin-left: 14px;
    background: url(spacer.gif) top left repeat;
    z-index: 99999;
}

.submenu-cell {
    height: 30px;
    width: 110px;
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'playregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #c1c3c9;
    background: #111111;
    background: -webkit-linear-gradient(#515151, #111111);
    background: -o-linear-gradient(#515151, #111111);
    background: -moz-linear-gradient(#515151, #111111);
    background: linear-gradient(#515151, #111111);
}

.submenu-cell:hover {
    color: #c1c3c9;
    background: #592c67;
}

#header-container {
    width: 100%;
    height: 400px;
}

#header-background {
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
}

.header1 {
    margin: 0px;
    padding: 0px;
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-size: 82px;
    color: #ffffff;
}

.header2 {
    margin: 0px;
    padding: 0px;
    font-family: 'juramedium', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #cccccc;
}

.header3 {
    margin: 0px;
    padding: 0px;
    font-family: 'playregular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

#large-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
}

#inner-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
}

#mobile-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
    display: none;
}

#gallery-container {
    width: 100%;
}

#services-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
}

#services-mobile-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
    display: none;
}

#furniture-container {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 200px;
}

.innercontent {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'juramedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    color: #dddddd;
}

.innerbold {
    font-family: 'jurabook', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.shadow {
    -webkit-box-shadow: 0px 4px 22px 16px rgba(0,0,0,0.9);
    
-moz-box-shadow: 0px 4px 22px 16px rgba(0,0,0,0.9);
    
box-shadow: 0px 4px 22px 16px rgba(0,0,0,0.9);
}

.forminput {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    outline-color: transparent;
    outline-style: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.formtextarea {
    overflow: auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    outline-color: transparent;
    outline-style: none;
    resize: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-btn, .form-btn:hover {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    outline-color: transparent;
    outline-style: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#gallery-container {
    width: 100%;
    height: 650px;
    padding: 0;
    margin: 0;
}

#gallery-photo-area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

#gallery-photo-area div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#gallery-photo-area div.active {
    z-index: 3;
}

.gallery-photo-controls {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-bottom: 10px;
    margin-left: -132px;
    z-index: 4;
}

.gallery-photo-controls a {
    display: block;
    width: 22px;
    height: 0;
    padding-top: 22px;
    text-decoration: none;
    background-image: url(pagination-main.png);
    background-position: 0 -22px;
    float: left;
}

.gallery-photo-controls a.active {
    background-position: 0 0;
}

#menu-btn {
    z-index: 999999;
    position: fixed;
    top: 225px;
    right: 0px;
    width: 50px;
    height: 65px;
    display: none;
    cursor: pointer;
}

#footer-container {
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    color: #cccccc;
    font-family: 'playregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

#footer-container a {
    color: #cccccc;
    text-decoration: underline;
}

#footer-container a:hover {
    color: #cccccc;
    text-decoration: none;
}

.footertitle {
    padding-top: 10px;
    padding-bottom: 15px;
    letter-spacing: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 42px;
    text-align: center;
}

.footertext {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

a.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

a.footertext:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

a.footer-facebook {
    display: inline-block;
    background: url(facebook.png) 50% 50% no-repeat;
}

a.footer-facebook:hover {
    background: url(facebook_o.png) top left no-repeat;
}

a.footer-twitter {
    display: inline-block;
    background: url(twitter.png) 50% 50% no-repeat;
}

a.footer-twitter:hover {
    background: url(twitter_o.png) top left no-repeat;
}

@media screen and (min-width:1401px) {
    #map-container-mid { display: none; }
    #map-container-large { display: block; }
    #furniture-container-mid { display: none; }
    #furniture-container-large { display: block; }
}

@media screen and (max-width:1400px) {
    #map-container-mid { display: block; }
    #map-container-large { display: none; }
    #furniture-container-mid { display: block; }
    #furniture-container-large { display: none; }
}

@media screen and (min-width:1301px) {
    #footer-widescreen { display: block; }
    #footer-mid { display: none; }
    #footer-mobile { display: none; }
}

@media screen and (min-width:551px) and (max-width:1300px) {
    #footer-widescreen { display: none; }
    #footer-mid { display: block; }
    #footer-mobile { display: none; }
}

@media screen and (max-width:550px) {
    #footer-widescreen { display: none; }
    #footer-mid { display: none; }
    #footer-mobile { display: block; }
}

@media screen and (min-width:900px) {
    .main-menu-inner { display: block; }
    .main-menu-mobile { display: none; }
    #inner-container { display: block; }
    #header-container { display: block; }
    #mobile-container { display: none; }
    .main-logo { display: block; }
    .mobile-logo { display: none; }
    h1.gallery { font-size: 80px; }
    h1.starcloths { font-size: 80px; }
    h1.services { font-size: 80px; }
    h1.furniture { font-size: 70px; }
    #ledvideo { display: block; }
    #ledvideo-tablet { display: none; }
    #ledvideo-mobile { display: none; }
}

@media screen and (max-width:899px) {
    .main-menu-inner { display: none; }
    .main-menu-mobile { display: block; }
    #large-container { display: none; }
    #inner-container { display: none; }
    #header-container { display: none; }
    #mobile-container { display: block; }
    .main-logo { display: none; }
    .mobile-logo { display: block; }
    h1.gallery { font-size: 60px; }
    h1.starcloths { font-size: 36px; }
    h1.services { font-size: 52px; }
    h1.furniture { font-size: 36px; }
    #ledvideo { display: none; }
    #ledvideo-tablet { display: block; }
    #ledvideo-mobile { display: none; }
    #audiophone { color: #592c67; }
}

@media screen and (max-width:575px) {
    #ledvideo { display: none; }
    #ledvideo-tablet { display: none; }
    #ledvideo-mobile { display: block; }
}
