/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/montserrat/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/montserrat/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}





a {
    color: #EB5602;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #EB5602;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
    padding: 15px 15px 15px 15px;

}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .plus-button {
        display: block;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .news-feed {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 140px;
    display: block;
    text-align: left;
}

.intro .news-feed .media-body .media-heading {
    font-size: 16px;
    margin-top: 5px;
}

.intro .news-feed h3,
.intro .news-feed h4 {
    text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
}

.intro .news-feed .media-body p {
    font-size: 14px;
}

.intro .news-feed .media-left {
    padding-right: 15px;
    padding-bottom: 15px;
}

.intro .news-feed .media-left img {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.35);
}

.intro .news-feed .media-body, .intro .news-feed .media-left, .intro .news-feed .media-right {
    display: table-cell;
    vertical-align: top;
}
.intro .news-feed .media-body {
    width: 10000px;
}
.intro .news-feed .media, .media-body {
    overflow: hidden;
    zoom: 1;
}



.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.brand-logo {
    width: 100%;
}

.brand-logo img {
    max-width: 100%;
    width: 100%;
}


@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-logo {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
    }

    .brand-logo img {
        max-width: 100%;
        width: 100%;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(0,0,0,0.2);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.options-section {
    width: 100%;
    padding: 50px 0;
    background: url(../img/options-bg.png) no-repeat bottom left;
    background-color: #68489a;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow:    inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow:         inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
}

.about-section {
    width: 100%;
    padding: 50px 0;
    background: url(../img/about.jpg) no-repeat right bottom;
    background-color: #000;
}

.capabilities-section {
    width: 100%;
    padding: 50px 0;
    background: url(../img/bubbles.png) no-repeat right bottom;
    background-color: #2AC5EE;
}

.contact-section {
    background: url(../img/contact-bg.png);
    width: 100%;
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.references-section {
    background: #000;
    width: 100%;
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow:    inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow:         inset 0px 3px 0px 0px rgba(255, 255, 255, 0.15);
}

.imprint-section {
    background: #000;
    width: 100%;
    padding: 50px 0;
    box-shadow: 0 -25px 18px -25px #d40029 inset;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.map {
    margin-bottom: 25px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 300px 0;
    }

    .options-section {
        padding: 110px 20px 170px 20px;
    }

    .about-section {
        padding: 150px 0 180px 0;
    }

    .capabilities-section {
        padding: 150px 0 150px 0;
    }

    .contact-section {
        padding: 170px 0 180px 0;
    }

    .references-section {
        padding: 80px 0 80px 0;
    }

    .imprint-section {
        padding: 80px 0 100px 0;
    }

    .capabilities-pictures {
        
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}


@media (max-width: 1200px) {

    .intro .container {
        margin-bottom: 100px;
    }

}


/* max width 991px */
@media (max-width: 991px) {
    .nav > li > a {
        font-size: 10px;
        padding: 15px 10px;
    }
}


/* max width 767px */
@media (max-width: 767px) {
    .nav > li > a {
        font-size: 14px;
    }
}


/* max width 480px */
@media (max-width: 480px) {
    .nav > li > a {
        font-size: 14px;
    }
}


/* max width 320px */
@media (max-width: 320px) {
    .nav > li > a {
        font-size: 14px;
    }
}


.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #EB5602;
    color: #EB5602;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #EB5602;
    outline: 0;
    color: #FFF;
    background-color: #EB5602;
}

.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.btn-white:hover,
.btn-white:focus {
    border: 1px solid #FFF;
    outline: 0;
    color: #000;
    background-color: #FFF;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }


}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }


}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

#footer {
    background:#121212;
    padding-top:0px !important;
    position: relative;
}

#footer img {
    margin: 0 auto;
    padding-top: 25px;
}

#footer p {
    font-size: 14px;
    padding-bottom:20px;
    margin: 5px 0px 0px 0px;
}

#footer i { color:#FFF !important;}

#footer i:hover { color:#d40029 !important}

#about {
    padding-top: 0px;
    position: relative;
}

#about ul {
    margin:5px 0px 0px 0px;
    padding:0px;
    list-style-type:  none;
}

#about li {
    margin-bottom: 12px;
}

#about i {
    vertical-align: -5%;
    color: #2AC5EE;
}

#about span {
    margin-left: 7px;
    font-size: 20px;
}

#about .row {
    margin-right: 0px;
}

#about .col-lg-8 {
    padding-left: 0px;
}

#capabilities {
    padding-top: 0px;
    position: relative;
}

#capabilities .row {
    margin-right: 0px;
}

#options .col-lg-12 {
    padding-left: 0px;
}

#capabilities-pictures {
    padding-top: 0px;
    height: 145px;
    background: #2AC5EE;
    position: relative;
}

#contact .adress {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 16px;
}

#contact .adress i {
    color:#2AC5EE;
}

#contact .adress ul {
    list-style-type: none;
    padding: 0px;
    font-size: 20px;
    font-weight: 300;
}

#contact .adress span {
    margin-left: 5px;
}

#contact i {
    vertical-align: -5%;
    font-weight: 300;
}


#download { padding-top: 0px; }

#options { padding-top: 3px; }

#contact { padding-top: 0px; }

#references { padding-top: 0px; }

#imprint { padding-top: 0px; }

.game-pictures {
    background: url(../img/games.png) bottom center no-repeat;
    height: 190px;
    position: absolute;
    top:-42px;
    left: 0px;
    right: 0px;
}

.game-pictures:hover {
    background: url(../img/games.png) top center no-repeat;
}

.game-pictures p {
    margin-top: -70px;
}

.optical-flare {
    background:url(../img/flare.png) top left no-repeat;
    width: 973px;
    height: 550px;
    position: absolute;
    top: 0px;
    left:0px;
}

.optical-shine {
    background:url(../img/shine.png) top left no-repeat;
    width: 668px;
    height: 563px;
    position: absolute;
    top:0px;
    left:0px;
}

.back-to-top {
    background: none repeat scroll 0 0 #121212;
    border-radius: 3px 3px 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    margin: auto;
    transition: all 0.2s linear 0s;
    width: 45px;
    position: absolute;
    top:-40px;
    right:0;
    left:0;
}

.map {
    padding-left: 0px;
}

.map img {
    margin-bottom: 35px;
}

.modal-dialog {
    width: 60%;
    height: 60%px;
}

.modal-content {
    background: #000;
    border: 1px solid #4D4D4D;
}

.options-models h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.options-models h2 span {
    font-weight: 400;
    color:#f29400;
}

.options-models p {
    font-size: 16px;
    margin-bottom: 0px;
}

.options-models .introduce {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.container h2 {
   text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.option-box {
    padding: 11px 85px 7px 10px;
    width: 100%;
    margin-bottom: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #866dae;
}

.option-box:hover {
    background-color: #866dae;
    cursor: pointer;
}

.box-1 {
    background: url(../img/1-star.png) center right no-repeat;
}

.box-2 {
    background: url(../img/2-star.png) center right no-repeat;
}

.box-3 {
    background: url(../img/3-star.png) center right no-repeat;
}

.capabilities-section .col-lg-7 {
    padding-left: 0px;
}

.link-buttons p {
    margin-bottom: 5px;
    font-size: 16px;
}

.link-buttons a {
    display: block;
}

.link-buttons img {
    display: inline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.link-buttons .col-lg-3:first-child {
    width: 240px;
}

.clients-logos p {
    color:#959595;
}

.game-pictures .plus-button {
    height: 150px;
}

.plus-button a {
    display: block;
    outline: 0;
}

.tooltip-inner {
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.row-centered {
    text-align:center;
}

.contact-button {
    margin: 45px 0px;
    border-color: #FFF;
    color: #FFF;
    border-width: 2px;
}

.contact-button:hover, .contact-button:focus, .contact-button:active {
    border-width: 2px;
}


@media print {

    body {
        color: #333;
        background-color: #FFF;
    }

    .intro {
        display: none;
    }

    img { 
        page-break-inside: avoid;
    }

    .navbar, .btn {
        display: none;
    }

}
