@import url(reset.css);

@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TrajanPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/TrajanPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TrajanPro-Regular.svg#b8a70d5ec6d2a6627ed4d54bfa4580ba') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TrajanPro-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/TrajanPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TrajanPro-Bold.svg#8533b8ff4f18ac8f5cb4208583e747f1') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}

html {
    min-width: 1080px;
}

body {
    background: #000 url(../images/background.jpg) center top no-repeat;
    font: normal normal 11px Arial, sans-serif;
}

.logo {
    display: table;
}

.logo .logo-inner {
    text-align: center;
    height: 136px;
    display: table-cell;
    vertical-align: middle;
}

.navigation {
    background: url(../images/navigation.png) no-repeat;
    width: 976px;
    height: 92px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    display: table;
}

.navigation-item {
    font-family: 'Trajan Pro', serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 1px #000;
    text-align: center;
    padding: 38px 15px 0 0;
    display: table-cell;
    width: 210px;
    opacity: 0.9;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    vertical-align: top;
}

.navigation-item:hover {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 1px #000, 0 0 15px #6399ae;
    color: #89c6e5;
}

.navigation-item.play {
    min-width: 267px;
    width: 267px;
    max-width: 267px;
    padding-right: 0;
}

.navigation-item.play:after {
    background: url(../images/play_hover.png) no-repeat;
    width: 269px;
    height: 91px;
    position: absolute;
    content: '';
    display: block;
    margin: -38px 0 0 -2px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.navigation-item.play:hover:after {
    opacity: 1;
}

.body-container {
    background: url(../images/body.png) no-repeat;
    width: 997px;
    height: 1410px;
    margin: -40px auto 0;
    position: relative;
    left: 5px;
    padding: 92px 50px 0;
}

.slider-container {
    margin-bottom: 10px;
}

.slider-container .slider {
    background: url(../images/slider.jpg) no-repeat;
    width: 770px;
    height: 359px;
    float: left;
    padding: 4px;
}

.slider-container .slider .slides {
    overflow: hidden;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 0;
}

.slider-container .slider .slide {
    position: relative;
    display: inline-block;
}

.slider-container .slider .slide:first-child {
    transition: margin-left 500ms ease-in-out;
}

.slider-container .slider .slide .text-content {
    background: rgba(0, 0, 0, 0.43);
    width: 100%;
    height: 76px;
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.slider-container .slider .slide .text-content h2 {
    font-family: 'Trajan Pro', serif;
    font-size: 29px;
    font-weight: bold;
    color: #678AB1;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.slider-container .slider .slide .text-content p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
}

.slider-container .slider-side {
    background: url(../images/slider_side.jpg) no-repeat;
    width: 123px;
    height: 359px;
    float: right;
    margin-right: 1px;
    padding: 2px;
}

.slider-container .slider-side figure {
    background: #000;
    width: 100%;
    height: 86.5px;
    margin-bottom: 3px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.slider-container .slider-side figure img {
    width: auto;
    height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.65;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.slider-container .slider-side figure:hover img, .slider-container .slider-side figure.active img {
    opacity: 0.8;
}

.content-container .left-container {
    width: 610px;
    float: left;
}

.content-container .right-container {
    width: 276px;
    float: right;
}

.box {
    background: url(../images/pattern.png) repeat;
    width: 100%;
    border: 1px solid #273548;
    box-shadow: 0.5px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 57px 10px 10px;
    position: relative;
    color: #788B9B;
    text-shadow: 1px 1px 1px rgba(53, 60, 76, 0.43);
    margin-bottom: 10px;
}

.box header {
    background: url(../images/header.png) no-repeat;
    width: 100%;
    height: 47px;
    margin: 0 -11px;
    position: absolute;
    top: 0;
    padding: 16px;
}

.box header h2 {
    font-family: 'Trajan Pro', serif;
    font-size: 18px;
    font-weight: bold;
    color: #558EAA;
    opacity: 0.85;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.box figure {
    width: 586px;
    margin: 0 auto 10px;
    overflow: hidden;
    border: 1px solid #3f4e65;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.box figure img {
    width: 586px;
    height: auto;
}

.box p {
    line-height: 13px;
}

.button {
    background: url(../images/button.png) no-repeat;
    font: normal normal 11px 'Trajan Pro', serif;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline-block;
    width: 96px;
    height: 34px;
    padding-top: 10px;
    margin-right: 5px;
}

.button:hover {
    background-image: url(../images/button_hover.png);
    text-decoration: underline;
}

.notice {
    padding-top: 10px;
}

.notice h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.notice p {
    margin-top: 2px;
}

.notice .button {
    float: right;
    position: relative;
    top: 2px;
}

.input-group {
    position: relative;
}

input[type="text"], input[type="password"] {
    background: #10151B;
    border: none;
    outline: none;
    height: 29px;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 10px;
    color: #7D8EA0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: -0.5px 1px 1px #2E4154, -0.5px 1px 1px #202C3B;
}

.input-group input + i {
    background: #090C12;
    top: 0;
    right: 0;
    position: absolute;
    width: 34px;
    height: 29px;
    text-align: center;
    line-height: 30px;
}

::-webkit-input-placeholder {
    color: #7D8EA0;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="password"]::-webkit-input-placeholder {
    line-height: 21px;
}

button[type="submit"] {
    border: none;
    outline: none;
    margin-top: 4px;
    line-height: 0;
}

.login button[type="submit"] {
    float: left;
}

.login .links {
    padding-top: 9px;
    font-family: 'Trajan Pro';
    font-size: 9px;
}

.login .links a {
    display: block;
    color: inherit;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.login .links a:hover {
    text-decoration: underline;
}

.button-links a {
    background: url(../images/button_1.png) no-repeat;
    width: 275px;
    height: 48px;
    display: block;
    padding: 11px 15px;
    font: normal normal 15px 'Trajan Pro', sans-serif;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    line-height: 25px;
    -webkit-transition: padding-left 200ms ease-in-out;
    -moz-transition: padding-left 200ms ease-in-out;
    -o-transition: padding-left 200ms ease-in-out;
    -ms-transition: padding-left 200ms ease-in-out;
    transition: padding-left 200ms ease-in-out;
}

.button-links a:hover {
    padding-left: 25px;
}

.button-links a:before {
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 25px;
    color: #F9EA5E;
    content: '>';
    opacity: 0.9;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.button-links a:nth-child(2) {
    background-image: url(../images/button_2.png);
}

.button-links a:nth-child(3) {
    background-image: url(../images/button_3.png);
}

.button-links a:nth-child(4) {
    background-image: url(../images/button_4.png);
}

.button-links a:nth-child(5) {
    background-image: url(../images/button_5.png);
}

.images {
    white-space: nowrap;
}

.images figure {
    background: url(../images/image_container.png) no-repeat;
    width: 219px;
    height: 238px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    padding: 5px 4px;
    position: relative;
}

.images figure:first-child {
    margin-left: 0;
}

.images figure:last-child {
    margin-right: 0;
}

.images figure span {
    background: rgba(0, 0, 0, 0.78);
    width: 213px;
    margin-left: -1px;
    height: 28px;
    position: absolute;
    text-align: center;
    font: normal normal 14px 'Trajan Pro', sans-serif;
    color: #FFF;
    bottom: 52px;
    padding-top: 7px;
}

.images figure span:after {
    font: bold normal 17px Arial, serif;
    color: #E1C84A;
    content: '>';
    position: absolute;
    margin: 0 0 0 5px;
}

.images figure:hover span {
    text-decoration: underline;
}

.bottom-footer {
    background: url(../images/footer.png) no-repeat;
    width: 901px;
    height: 116px;
    margin: 64px auto 0;
    padding: 42px 5px 0;
    position: relative;
}

.bottom-footer img {
    position: absolute;
}

.bottom-footer p {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 7px;
    color: #759598;
    font-family: 'Trajan Pro';
    font-size: 9px;
    font-weight: 700;
}

.bottom-footer .links {
    right: 8px;
    width: auto;
    z-index: 20;
    text-align: right;
    font-size: 10px;
    color: #556373;
    margin-bottom: 1px;
}

.bottom-footer .links a {
    color: inherit;
}

.bottom-footer p a:hover {
    text-decoration: underline;
}

.bottom-footer .copyright a {
    color: #B8D0D1;
}

button > span {
    top: -5px;
    position: relative;
}

.mac-osx .button {
    padding-top: 11px;
}

.mac-osx button > span {
    top: -3px;
}

.mac-osx .images figure span:after {
    margin: -1.5px 0 0 5px;
}