/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local('Quicksand Regular'), local('Quicksand-Regular'),
        url(fonts/quicksand/Quicksand_Book.otf) format('otf');
}
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: bold;
    src: local('Quicksand Bold'), local('Quicksand-Bold'),
        url(fonts/quicksand/Quicksand_Bold.otf) format('otf');
}
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: lighter;
    src: local('Quicksand Light'), local('Quicksand-Light'),
        url(fonts/quicksand/Quicksand_Light.otf) format('otf');
}
@font-face {
    font-family: 'didot';
    font-style: normal;
    font-weight: normal;
    src: local('Didot'), local('Didot'),
        url(fonts/didot.ttf) format('ttf');
}

html {
    height: 100%;
}
body {
    height: 100%;
    font-size: 100%;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.8;
    letter-spacing: 1px;
    background: #000;
}


#brand {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 20em;
    padding-top: 3em;
    font-size: 110%;
	color:#fff;
}

#brand .big {
    font-size: 1.8em;
    line-height: .9em;
    font-family: didot;
    display: block;
}
#brand .small {
    margin: 0 0;
    font-size: .7em;
    display: block;
}


#content {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 4em;
}

#content > div {
    display: table-cell;
    vertical-align: middle;
}

#content li, #content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#content .left {
    margin: 0 0 0 2.4em;
    border-right: 2px solid rgba(255,255,255,.4);
    padding: 0 3em;
    float: left;
	color:#fff;
}
#content .right {
    float: left;
    margin: 0 0 0 2.4em;
    padding: 0 2em;
	color:#fff;
}
#content .right ul {
    display: none;
}
#content a {
    text-transform: uppercase;
    font-size: 1.2em;
}
#content a:hover {
    font-weight: bold;
}


/* General purpose */
a {
    color: inherit;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #fff;
}

.square {
    background-size: cover;
    background-position: center;
}

/*.perl-wrapper {
    display: table;
}*/
.perl {
    background: #000;
}
.perl-wrapper {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}
.perl span {
    color: #fff;
    font-size: 2em;
    font-family: didot;
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}

.text-dark { color: #414141!important }
.text-gold { color: #98855f!important }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg.strips {
   // background: url('images/h_lines.gif');
    z-index: -99;
    opacity: .6;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
    body {
        background-image: url('images/background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

  .fullscreen-bg__video {
    display: none;
  }
}
* {
    //text-shadow: 0 0 3px #000;
    //color: #fff;
}

#content {
    margin-left: -500px;
}

@media (max-width: 800px) {
    * {
       // text-shadow: none;
       // color: #000;
    }
    #brand{
        display: none;
    }
#content {
        display: none;
    }
#content .left {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    color: #f7f7f7;
    float: left;
    margin: 0 0 0 2.4em;
    padding: 0 3em;
}
}

@media (min-width: 1600px) {
    body {
        font-size: 160%;
    }
}
