@charset "UTF-8";

body {
    background: #F6ECE1;
    font-family: Avenir, Arial, sans-serif;
    font-size: 30px;
    color: black;
}

body .container {
    width: 1600px;
}

.wrapper {
    width: 1100px;
    margin: 20px auto;
}

h1.title {
    font-family: Nunito, Arial, sans-serif;
    font-size: 34pt;
    padding: 30px;
    color: white;
    margin: 0;
}

.bottom_align{
    position: fixed;
    width: 100%;
    bottom: 0;
}

/* Navbar */
.navbar-inverse {
    background: transparent;
    border: none;
    transition: 0.5s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar {
    margin: 80px 0;
}

.navbar-nav {
    float: right;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 400px;
}

.navbar-nav a {
    font-family: Avenir, Arial, sans-serif;
    font-size: 15pt;
    color: black !important;
}

/* Decoration */
.puzzle-open {
    width: 100%;
    height: 160px;
    background: url('../images/puzzle_open.png') no-repeat;
    background-size: auto auto;
    background-position: center;
}

.puzzle-close {
    width: 100%;
    height: 160px;
    background: url('../images/puzzle_open.png') no-repeat;
    background-size: auto auto;
    background-position: center;
}

/* Download section */
#download {
    overflow: hidden;
}

.introduce {
    position: relative;
    width: 80%;
    margin: 50px auto;
}

.introduce p {
    font-size: 34pt;
    font-family: Nunito, Arial, sans-serif;
    text-align: center;
}

.introduce img {
    width: 100%;
}

.download-container {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.btn-appstore {
    float: left;
}

.btn-googleplay {
    float: right;
}

.download-container img {
    width: auto;
    height: 110px;
}

/* Trailer section */
.grey-bg {
    background: #3A3A3A;
}

#trailer video {
    width: 1100px; /* must be same as #game-trailer */
    height: auto;
    border: 5px solid #4D799B;
    margin: 30px 0;
}

.trailer-container {
    position: relative;
    border: 5px solid #4D799B;
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 110px solid rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* iframe trailer */
#video-trailer {
    width: 100%;
    margin-bottom: -12px;
}

/* Description & Press section */
.white-bg {
    background: white;
}

#press, #description {
    margin: 100px auto;
}

#press .title,
#description .title {
    font-family: Nunito, Arial, sans-serif;
    font-size: 25pt;
    color: #F9717A;
    margin-bottom: 50px;
}

#press ul,
#description ul {
    margin-bottom: 20px;
}

#press ul > li,
#description ul > li {
    font-size: 15pt;
    margin: 5px 0;
}

#press p,
#description p {
    font-size: 15pt;
}

ul.overview-content {
    padding-left: 20px;
}

ul.review > li {
    list-style: none;
}

#review p {
    margin: 0;
}

.star {
    display: inline-block;;
    width: 30px;
    height: 30px;
    background: url('../images/non_white_star.png');
    background-size: contain;
    background-repeat: no-repeat;

}

.download-presskit {
    position: relative;
    width: 100%;
    height: 600px;
    background: url('../images/flying_words.png') no-repeat;
    background-size: contain;
}

.btn-download {
    position: absolute;
    top: 50%;
    right: 200px;
    font-size: 27pt;
    color: #FF804F;
    padding: 10px 20px;
    border: 4px solid #FF804F;
    border-radius: 50px;
    background: transparent;
    transition: all 0.1s ease-out;
}

.btn-download:hover {
    color: #FF804F;
    transform: scale(1.1);
}

/* Screenshot section */
#screenshot {
    position: relative;
}

#screenshotCarousel {
    width: 100%;
    margin: 30px auto 100px auto;
}

.carousel-control .icon-next {
    font-size: 10em;
    margin-top: -120px;
    margin-right: -160px;
}

.carousel-control .icon-prev {
    font-size: 10em;
    margin-top: -120px;
    margin-left: -200px;
}

.carousel-control {
    background-image: none !important;
}

/* Contact section */
#contact {
    padding-bottom: 100px;
    font-family: Nunito;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.center-block-wrap {
    display: table;
}

.contact-us-header {
    width: 100%;
    height: 200px;
    font-family: Nunito;
    color: #f9717a;
    font-size: 30pt;
}

.contact-icon {
    width: 60px;
}

.contact-info {
    font-size: 18pt;
    margin-left: 30px;
}

.input_contact_us {
    background-color: #e6cdad;
    border: none;
    margin: 10px;
    font-size: 18pt;
    color: black;
    padding: 8px 10px 7px 10px;
    width: 90%;
}

.contact_us_submit {
    width: 90%;
    margin: 0px 10px 0px 10px;
    background-color: #f9717a;
    border: none;
    color: white;
    font-size: 18pt;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.footer {
    background-color: #e6cdad;
    text-align: center;
}

.footer-wrap {
    width: 1100px;
    display: inline-block;
}

.sgs-logo {
    float: left;
    width: 150px;
    padding: 20px 20px 0px 20px;
}

.sgs-logo > a > img {
    width: 100%;
}

.sgs-title {
    font-size: 15pt;
    float: left;
    padding: 20px 20px 0px 20px;
    width: inherit;
    text-align: left;
}

.alleylabs-logo {
    width: 200px;
    float: left;
    margin-top: 33px;
}

.alleylabs-logo > a > img {
    width: 100%;
}

.alleylabs-title {
    float: left;
    width: inherit;
    font-size: 15pt;
    padding: 20px 20px 0px 20px;
    text-align: left;
}

/*slider*/
.img-item {
    width: 400px;
    float: left;
    margin: 5px;
}

#itemList {
    width: 900%;
    height: 50px;
    position: absolute;
    left: -410px;
}

.img-item > img {
    width: 100%;
}

.star {
    display: block;
    float: left;
}

#press span, #description span {
    margin: 0;
    float: left;
}

#slideWrap {
    overflow: hidden;
    width: 1234px;
    height: 610px;
    position: relative;
    margin: 50px auto;
}

#preButton {
    position: absolute;
    width: auto;
}

#nextButton {
    position: absolute;
    width: auto;
}

.controlButton {
    position: absolute;
    font-size: 62pt;
    top: 40%;
    color: gray;
}

.controlButton:hover {
    color: white;
    cursor: pointer;
}

.button_hide {
    background-color: #777777;
}

.notification_wrap {
    top: 0px;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 20pt;
    color: #f2f2f2;
    display: none;
    z-index: 10000;
    padding: 30px;
}

@-moz-document url-prefix() {
    #play-button {
        display: none;
    }
}

.row {
    margin-right: 0;
    margin-left: 0;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder { /* Firefox 18- */
    color: black;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

.footer span {
    white-space: nowrap;
}

.alleylab-footer > a {
    line-height: 75px;
}

.title_pink {
    color: #F9717A;
    font-family: Nunito;
}

.privacy_content{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.privacy_title{
    text-align: center;
}
.privacy_content p{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 240px) {
    /*top navigation*/
    .navbar {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin-top: 10px;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-header {
        width: 100%;
        margin: 0px;
    }

    .navbar-collapse {
        margin: 0px;
    }

    .container > .navbar-header {
        margin: 0px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .introduce {
        width: 98%;
        margin: 25px auto;
        text-align: center;
    }

    .introduce p {
        font-size: 12pt;
        margin: 10px 0px;
    }

    .puzzle-open {
        height: 80px;
        background: url('../images/puzzle_open_small.png') no-repeat;
        background-position: center;
    }

    .puzzle-close {
        height: 80px;
        background: url('../images/puzzle_close_small.png') no-repeat;
        background-position: center;
    }

    #review {
        font-size: 10pt;
    }

    .review-wrap {
        margin-top: 15px;
    }

    body .container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    .download-container img {
        height: 32px;
    }

    .download-container {
        width: 200px;
        margin: 0px auto;
    }

    .wrapper {
        width: 220px;
        margin: 10px 0;
    }

    h1.title {
        font-size: 14pt;
        padding: 10px;
    }

    #press ul, #description ul {
        padding-left: 15px;
    }

    #trailer video {
        width: 220px;
        margin: 10px 0;
    }

    #play-button {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid rgba(255, 255, 255, 0.95);
    }

    #press, #description {
        margin: 10px auto;
    }

    #press .title, #description .title {
        font-size: 22pt;
        margin-bottom: 30px;
    }

    #press ul > li, #description ul > li {
        font-size: 10pt;
        margin: 2px 0;
    }

    #press .title, #description .title {
        font-size: 12pt;
        padding: 30px 0px;
        margin: auto;
    }

    #press span, #description span {
        font-size: 10pt;
        margin: 0px 0 10px 0;
        float: none;
    }

    #press p, #description p {
        font-size: 10pt;
    }

    h1.title {
        font-size: 14pt;
    }

    .img-item {
        width: 150px;
    }

    #slideWrap {
        width: 160px;
        height: 235px;
        margin: 10px auto;
    }

    #itemList {
        left: -160px;
    }

    #nextButton {
        position: absolute;
        left: 10px;
    }

    #preButton {
        position: absolute;
        right: 10px;
    }

    .controlButton {
        font-size: 30pt;
    }

    .star {
        width: 15px;
        height: 15px;
    }

    .download-presskit {
        height: 150px;
    }

    .btn-download {
        right: 12px;
        font-size: 10pt;
        padding: 10px 15px 5px 15px;
        border: 2px solid #FF804F;
    }

    .contact-us-header {
        height: 50px;
        font-size: 14pt;
        margin: 0;
    }

    .contact-info {
        font-size: 7pt;
        margin-left: 0px;
    }

    .input_contact_us {
        font-size: 10pt;
        width: 90%;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_submit {
        width: 96%;
        margin: 0px auto;
        font-size: 12pt;
    }

    #contact {
        padding-bottom: 10px;
    }

    .footer-wrap {
        width: 220px;
        padding-top: 10px;
    }

    .contact-icon {
        width: 25px;
        margin-left: 0px;
    }

    .footer {
        padding: 0px;
    }

    .col-xs-6 {
        padding: 1px;
    }

    .sgs-footer > a > img {
        width: 60px;
    }

    .sgs-footer > a > span {
        font-size: 8pt;
    }

    .alleylab-footer > a > img {
        width: 100px;
    }

    .alleylab-footer > a > span {
        font-size: 8pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    .alleylab-footer > a {
        line-height: 43px;
    }
    .privacy_title{
        font-size: 14pt;
    }
}

@media (min-width: 320px) {
    /*top navigation*/
    .navbar {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin-top: 0px;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-brand img {
        width: 230px;
    }

    .navbar-inverse {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    .alleylab-footer > a {
        line-height: 43px;
    }

    #review {
        font-size: 11pt;
    }

    body .container {
        width: 100%;
    }

    .introduce {
        width: 98%;
    }

    .introduce p {
        font-size: 14pt;
        margin: 10px 0px;
    }

    .download-container img {
        height: 40px;
    }

    .download-container {
        width: 260px;
        margin: 30px auto;
    }

    .wrapper {
        width: 300px;
        margin: 10px auto;
    }

    h1.title {
        font-size: 14pt;
        padding: 10px;
    }

    #trailer video {
        width: 290px;
    }

    #play-button {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid rgba(255, 255, 255, 0.95);
    }

    #press, #description {
        margin: 10px auto;
    }

    #press .title, #description .title {
        font-size: 22pt;
        margin-bottom: 30px;
    }

    #press ul > li, #description ul > li {
        font-size: 11pt;
    }

    #press .title, #description .title {
        font-size: 15pt;
    }

    #press span, #description span {
        font-size: 11pt;
        margin: 5px 0 15px 0;
    }

    #press p, #description p {
        font-size: 11pt;
    }

    h1.title {
        font-size: 20pt;
    }

    .img-item {
        width: 240px;
    }

    #itemList {
        left: -250px;
    }

    .star {
        width: 13px;
        height: 13px;
    }

    .download-presskit {
        height: 180px;
    }

    .btn-download {
        right: 12px;
        font-size: 10pt;
    }

    .contact-us-header {
        height: 60px;
        font-size: 16pt;
        margin: 0;
    }

    .contact-info {
        font-size: 9pt;
        margin-left: 0px;
    }

    .input_contact_us {
        font-size: 11pt;
        width: 90%;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_submit {
        width: 91%;
        margin: 0px auto;
        font-size: 12pt;
    }

    #contact {
        padding-bottom: 10px;
    }

    .footer-wrap {
        width: 290px;
        padding-top: 10px;
    }

    .contact-icon {
        width: 32px;
        margin-left: 5px;
    }

    .sgs-footer{
        padding: 0;
        padding-top: 1px;
    }
    .alleylab-footer{
        padding: 0;
    }

    .sgs-footer > a > img {
        width: auto;
        height: 35px;
    }

    .sgs-footer > a > span {
        font-size: 11pt;
    }

    .alleylab-footer > a > img {
        width: auto;
        height: 40px;
    }

    .alleylab-footer > a > span {
        font-size: 11pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    #contact p {
        margin: 0;
    }

    .infusion-field {
        text-align: center;
    }

    .controlButton > img {
        width: 15px;
    }

    .container_ss {
        width: 280px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 250px;
        height: 370px;
        margin: 0px auto 10px auto;
    }

    #preButton {
        position: relative;
        width: 15px;
        text-align: left;
        padding-left: 10px;
        line-height: 370px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 15px;
        text-align: right;
        padding-right: 10px;
        line-height: 370px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 12pt;
    }

    .privacy-text{
        padding-top: 43px;
    }
}

@media (min-width: 480px) {
    /*top navigation*/
    .navbar {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin-top: 5px;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-brand img {
        width: 230px;
    }

    .navbar-inverse {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    #contact p {
        margin-bottom: 10px;
    }

    body .container {
        width: 100%;
    }

    .introduce p {
        font-size: 19pt;
        margin: 10px 0px;
    }

    .download-container img {
        height: 55px;
    }

    .download-container {
        width: 350px;
        margin: 30px auto;
    }

    .wrapper {
        width: 450px;
        margin: 20px auto;
    }

    h1.title {
        font-size: 24pt;
        padding: 20px;
    }

    #trailer video {
        width: 450px;
    }

    #play-button {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 55px solid rgba(255, 255, 255, 0.95);
    }

    #press, #description {
        margin: 20px auto;
    }

    #press .title, #description .title {
        font-size: 22pt;
        margin-bottom: 30px;
    }

    #press ul > li, #description ul > li {
        font-size: 11pt;
    }

    #press .title, #description .title {
        font-size: 22pt;
    }

    #press span, #description span {
        font-size: 11pt;
    }

    h1.title {
        font-size: 20pt;
    }

    .img-item {
        width: 300px;
    }

    #itemList {
        left: -310px;
    }

    .star {
        width: 15px;
        height: 15px;
    }

    .review-wrap br {
    }

    #press p, #description p {
        font-size: 11pt;
    }

    #review {
        margin-top: 15px;
    }

    .download-presskit {
        height: 260px;
    }

    .btn-download {
        right: 32px;
        font-size: 18pt;
    }

    .contact-us-header {
        height: 60px;
        font-size: 19pt;
    }

    .contact-info {
        font-size: 10pt;
        margin-left: 15px;
    }

    .input_contact_us {
        font-size: 11pt;
        width: 95%;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_submit {
        width: 96%;
        margin: 10px auto;
        font-size: 13pt;
        padding: 10px 0px 5px 0px;
    }

    #contact {
        padding-bottom: 10px;
    }

    .footer-wrap {
        width: 450px;
        padding-top: 10px;
    }

    .contact-icon {
        width: 40px;
        margin-left: 15px;
    }

    #review {
        font-size: 11pt;
    }

    .sgs-footer > a > img {
        padding: 5px;
        height: 40px;
    }

    .sgs-footer > a > span {
        font-size: 12pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
    }

    .alleylab-footer > a > span {
        font-size: 12pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: block;
    }

    .sgs-footer > a > br {
        display: block;
    }

    .controlButton > img {
        width: 25px;
    }

    .container_ss {
        width: 420px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 310px;
        height: 460px;
        margin: 0px auto 10px auto;
    }

    #preButton {
        position: relative;
        width: 55px;
        text-align: left;
        padding-left: 20px;
        line-height: 460px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 55px;
        text-align: right;
        padding-right: 20px;
        line-height: 460px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }
    .privacy-text{
        padding-top: 43px;
    }
}

@media (min-width: 768px) {
    /*top navigation*/
    .review-wrap {
        margin-top: 0px;
    }

    .navbar {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin-top: 0px;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-header {
        width: auto;
    }

    .navbar-brand img {
        width: 300px;
    }

    .navbar-inverse {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    .navbar-nav a {
        font-size: 15pt;
    }

    .navbar-nav {
        margin-top: 8px;
    }

    .introduce {
        width: 90%;
    }

    .introduce p {
        font-size: 20pt;
        padding: 10px 100px;
    }

    #contact p {
        margin-bottom: 10px;
    }

    .puzzle-open {
        height: 160px;
        background: url('../images/puzzle_open.png') no-repeat;
        background-position: center;
    }

    .puzzle-close {
        height: 160px;
        background: url('../images/puzzle_close.png') no-repeat;
        background-position: center;
    }

    .review-wrap br {
        display: none;
    }

    #review {
        font-size: 13pt;
    }

    #press p, #description p {
        font-size: 12pt;
    }

    body .container {
        padding: 0;
        width: 100%;
    }

    .download-container {
        width: 480px;
    }

    .download-container img {
        width: auto;
        height: 72px;
    }

    .wrapper {
        width: 738px;
        margin: 0px auto;
    }

    h1.title {
        font-size: 24pt;
        padding: 30px 0px;
    }

    #trailer video {
        width: 740px;
        margin: 0px auto;
    }

    #press, #description {
        margin: 30px auto;
        padding: 25px;
    }

    #press .title, #description .title {
        font-size: 20pt;
    }

    #press ul > li, #description ul > li {
        font-size: 12pt;
    }

    #press span, #description span {
        font-size: 12pt;
        white-space: nowrap;
    }

    h1.title {
        font-size: 20pt;
    }

    .img-item {
        width: 200px;
    }

    #itemList {
        left: -210px;
    }

    .controlButton {
        font-size: 40pt;
        top: 40%;
    }

    .star {
        height: 20px;
        width: 20px;
    }

    .btn-download {
        top: 50%;
        right: 140px;
        font-size: 20pt;
        border: 4px solid #FF804F;
    }

    .download-presskit {
        height: 400px;
    }

    .contact-us-header {
        height: 125px;
        font-size: 20pt;
    }

    .row {
        margin-right: auto;
        margin-left: auto;
    }

    .contact-info {
        font-size: 16pt;
        margin-left: 20px;
    }

    .input_contact_us {
        margin: 10px;
        font-size: 16pt;
        width: 96%;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_submit {
        width: 96%;
        margin: 10px auto;
        font-size: 16pt;
        padding: 10px 0px 5px 0px;
    }

    #contact {
        padding-bottom: 10px;
    }

    .footer-wrap {
        width: 750px;
    }

    #play-button {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 50px solid rgba(255, 255, 255, 0.95);
    }

    .container-fluid {
        padding: 0px;
    }

    .sgs-footer > a > img {
        margin-right: 10px;
        height: 60px;
    }

    .sgs-footer > a > span {
        font-size: 12pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
        height: 60px;
    }

    .alleylab-footer > a > span {
        font-size: 12pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    .controlButton > img {
        width: 30px;
    }

    .container_ss {
        width: 700px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 630px;
        height: 310px;
        margin: 0px auto 30px auto;
    }

    #preButton {
        position: relative;
        width: 35px;
        text-align: left;
        padding-left: 20px;
        line-height: 310px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 35px;
        text-align: right;
        padding-right: 20px;
        line-height: 310px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }
    .privacy-text{
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    /*top navigation*/
    .navbar {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 10px !important;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-header {
        width: auto;
    }

    .navbar-brand img {
        width: 280px;
    }

    .navbar-inverse {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    .navbar-nav a {
        font-size: 15pt;
    }

    .navbar-nav {
        margin-top: 8px;
    }

    #press p, #description p {
        font-size: 12pt;
    }

    body .container {
        width: 100%;
    }

    .introduce {
        position: relative;
        width: 80%;
        margin: 30px auto;
    }

    .introduce-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .introduce p {
        font-size: 25pt;
        font-family: Nunito, Arial, sans-serif;
        text-align: center;
        padding: 10px 40px;
    }

    .introduce p {
        margin-bottom: 30px;
    }

    #download-iphone {
        height: 80px;
    }

    #download-android {
        height: 80px;
    }

    .download-container {
        width: 520px;
    }

    .wrapper {
        width: 960px;
        margin: 0px auto 30px auto;
    }

    h1.title {
        font-size: 26pt;
    }

    #trailer video {
        width: 960px;
        border: none;
        margin: 0;
    }

    .trailer-container {
        margin: 0px;
        height: 550px;
        width: 970px;
        border: 5px solid #4D799B;
    }

    #press .title, #description .title {
        font-size: 20pt;
    }

    #press ul > li, #description ul > li {
        font-size: 12pt;
    }

    #press span, #description span {
        font-size: 13pt;
        margin: 0;
        float: left;
    }

    h1.title {
        font-size: 23pt;
    }

    .img-item {
        width: 240px;
    }

    #itemList {
        left: -250px;
    }

    #nextButton {
        left: 80px;
    }

    #preButton {
        right: 80px;
    }

    .star {
        width: 20px;
        height: 18px;
    }

    .footer-wrap {
        width: 900px;
        display: inline-block;
    }

    .btn-download {
        font-size: 20pt;
    }

    .contact-us-header {
        height: 160px;
        font-size: 26pt;
    }

    .contact-info {
        font-size: 15pt;
        margin-left: 10px;
    }

    .contact-icon {
        width: 50px;
    }

    .input_contact_us {
        margin: 7px;
        font-size: 15pt;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_submit {
        font-size: 15pt;
        padding: 10px 0px 5px 0px;
    }

    #review {
        font-size: 12pt;
    }

    .sgs-footer > a > img {
    }

    .sgs-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
    }

    .alleylab-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    .controlButton > img {
        width: 25px;
    }

    .container_ss {
        width: 1000px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 750px;
        height: 400px;
        margin: 0px auto 30px auto;
    }

    #preButton {
        position: relative;
        width: 125px;
        text-align: left;
        padding-left: 20px;
        line-height: 400px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 125px;
        text-align: right;
        padding-right: 20px;
        line-height: 400px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }

    .sgs-footer{
        padding-top: 5px;
    }
    .privacy-text{
        padding-top: 10px;
    }
    .privacy_title{
        font-size: 20pt;
    }
    .privacy_content{
    }
}

@media (min-width: 1280px) {
    .navbar {
        margin: 30px 0;
        padding: 0 200px;
    }

    .introduce {
        width: 50%;
    }

    .introduce p {
        padding: 0px 0px;
    }

    .wrapper {
        width: 860px;
        margin: 0px auto 30px auto;
    }

    .trailer-container {
        margin: 0px;
        height: 488px;
        width: 860px;
        border: 5px solid #4D799B;
    }

    #trailer video {
        width: 850px;
        border: none;
        margin: 0;
    }

    #press, #description {
        margin: 10px auto;
        padding: 10px;
        width: 920px;
    }

    #press .title, #description .title {
        font-size: 19pt;
    }

    #press ul > li, #description ul > li {
        font-size: 13pt;
    }

    #press span, #description span {
        font-size: 13pt;
        float: left;
        margin: 0;
    }

    .how-to-play {
    }

    .contact-form {
        width: 920px;
    }

    .input_contact_us {
        margin: 7px 7px 7px 7px;
        font-size: 14pt;
        width: 100%;
    }

    .contact_us_submit {
        font-size: 15pt;
        padding: 10px 0px 5px 0px;
        margin-left: 6px;
        width: 100%;
    }

    .contact-info {
        font-size: 14pt;
        margin-left: 10px;
    }

    #press {
        margin-bottom: 50px;
    }

    .download-container {
        width: 480px;
    }

    #download-iphone {
        height: 70px;
    }

    #download-android {
        height: 70px;
    }

    #press p, #description p {
        font-size: 13pt;
    }

    .star {
        width: 25px;
        height: 20px;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }

    .review-wrap {
        white-space: nowrap;
    }

    #review {
        font-size: 13pt;
    }

    .sgs-footer > a > img {
    }

    .sgs-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
    }

    .alleylab-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    .container_ss {
        width: 1000px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 750px;
        height: 400px;
        margin: 0px auto 30px auto;
    }

    #preButton {
        position: relative;
        width: 125px;
        text-align: left;
        padding-left: 20px;
        line-height: 400px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 125px;
        text-align: right;
        padding-right: 20px;
        line-height: 400px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }
    .sgs-footer{
        padding-top: 5px;
    }
    .privacy-text{
        padding-top: 10px;
    }
    .privacy_content{
    }
}

@media (min-width: 1366px) {
    .navbar {
        margin: 30px 0;
        padding: 0 200px;
    }

    #review {
        font-size: 13pt;
    }

    #itemList {
        left: -290px;
    }

    .img-item {
        width: 280px;
    }

    #nextButton {
        left: 100px;
    }

    #preButton {
        right: 100px;
    }

    .btn-download {
        font-size: 20pt;
        border: 4px solid #FF804F;
    }

    .infusion-submit {
        text-align: center;
    }

    .contact_us_form {
        padding-left: 100px;
    }

    .sgs-footer{
        padding-top: 0;
    }

    .sgs-footer > a > img {
    }

    .sgs-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
    }

    .alleylab-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    .container_ss {
        width: 1200px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 870px;
        height: 460px;
        margin: 0px auto 30px auto;
    }

    #preButton {
        position: relative;
        width: 165px;
        text-align: left;
        padding-left: 20px;
        line-height: 460px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 165px;
        text-align: right;
        padding-right: 20px;
        line-height: 460px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }
    .privacy-text{
        padding-top: 8px;
    }
    .privacy_content{
    }
}

@media (min-width: 1920px) {
    /*top navigation*/
    .navbar {
        margin: 30px 0px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 10px !important;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        float: right;
        margin-right: 20px;
    }

    .navbar-header {
        width: auto;
    }

    .navbar-brand img {
        width: 340px;
    }

    .navbar-inverse {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
        background-color: #333;
    }

    .navbar-nav a {
        font-size: 15pt;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .menu-container {
        padding: 0 100px !important;
        margin: 0px;
    }

    #review {
        font-size: 13pt;
    }

    body .container {
        width: 1600px;
    }

    .wrapper {
        width: 1100px;
        margin: 0px auto 30px auto;
    }

    h1.title {
        font-size: 34pt;
        padding: 50px 0px;
        margin: 0;
    }

    .introduce {
        width: 70%;
        margin: 50px auto;
    }

    .introduce p {
        font-size: 34pt;
    }

    .download-container {
        width: 800px;
        margin: 0 auto;
    }

    .download-container img {
        height: 110px;
    }

    #download-iphone {
        height: 110px;
    }

    #download-android {
        height: 110px;
    }

    #trailer video {
        width: 1100px;
        border: none;
        margin: 0;
    }

    .trailer-container {
        margin: 0px;
        height: 629px;
        width: 1110px;
        border: 5px solid #4D799B;
    }

    #press span, #description span {
        font-size: 13pt;
        float: none;
    }

    #play-button {
        top: 50%;
        left: 50%;
        border-top: 80px solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 110px solid rgba(255, 255, 255, 0.95);
        border-radius: 5px;
        transform: translate(-50%, -50%);
    }

    #press, #description {
        margin: 100px auto;
        width: 1200px;
    }

    #press .title,
    #description .title {
        font-size: 25pt;
        margin-bottom: 50px;
    }

    #press ul,
    #description ul {
        margin-bottom: 20px;
    }

    #press ul > li,
    #description ul > li {
        font-size: 13pt;
        margin: 5px 0;
    }

    #press p,
    #description p {
        font-size: 13pt;
        margin: 5px 0 20px 0;
    }

    ul.overview-content {
        padding-left: 20px;
    }

    #review p {
        margin: 0;
    }

    .star {
        width: 20px;
        height: 20px;
    }

    .download-presskit {
        width: 100%;
        height: 600px;
    }

    .btn-download {
        top: 50%;
        right: 200px;
        font-size: 27pt;
        padding: 10px 20px;
        border: 4px solid #FF804F;
        border-radius: 50px;
    }

    .btn-download:hover {
        transform: scale(1.1);
    }

    #screenshotCarousel {
        width: 100%;
        margin: 30px auto 100px auto;
    }

    .carousel-control .icon-next {
        font-size: 10em;
        margin-top: -120px;
        margin-right: -160px;
    }

    .carousel-control .icon-prev {
        font-size: 10em;
        margin-top: -120px;
        margin-left: -200px;
    }

    /* Contact section */
    #contact {
        border-top: 4px solid #D5E7F3;
        padding-bottom: 100px;
    }

    .contact-us-header {
        width: 100%;
        height: 200px;
        font-size: 30pt;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        margin-left: 5px;
    }

    .contact-info {
        font-size: 15pt;
        margin-left: 5px;
    }

    .input_contact_us {
        margin: 10px;
        font-size: 15pt;
        width: 100%;
        padding: 8px 10px 7px 10px;
    }

    .contact_us_form {
        padding-left: 100px;
    }

    .contact_us_submit {
        width: 100%;
        margin: 10px;
        font-size: 18pt;
        padding: 10px 0px 5px 0px;
    }

    .footer-wrap {
        width: 1100px;
    }

    .sgs-footer > a > img {
    }

    .sgs-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer > a > img {
        margin: 0px;
    }

    .alleylab-footer > a > span {
        font-size: 15pt;
    }

    .alleylab-footer {
        padding-top: 0px;
    }

    .alleylab-footer > a > br {
        display: none;
    }

    .sgs-footer > a > br {
        display: none;
    }

    /*slider*/
    .img-item {
        width: 400px;
        margin: 5px;
    }

    #itemList {
        width: 300%;
        height: 50px;
        left: -410px;
    }

    .img-item > img {
        width: 100%;
    }

    .container_ss {
        width: 1600px;
        margin: auto;
        display: flex;
    }

    #slideWrap {
        width: 1234px;
        height: 610px;
        margin: 0px auto 30px auto;
    }

    #preButton {
        position: relative;
        width: 183px;
        text-align: left;
        padding-left: 20px;
        line-height: 610px;
        right: 0;
        left: 0;
    }

    #nextButton {
        position: relative;
        width: 183px;
        text-align: right;
        padding-right: 20px;
        line-height: 610px;
        right: 0;
        left: 0;
    }

    .controlButton {
        position: relative;
        font-size: 62pt;
        top: 40%;
    }

    .title_pink {
        font-size: 14pt;
    }
    .privacy-text{
        padding-top: 15px;
    }
}
