﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #2e2e2e;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

/* Set Fonts*/
@font-face {
    font-family: 'roses_are_red';
    src:  url('RosesareRed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnnieUseYourTelescope';
    src: url('AnnieUseYourTelescope.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('Raleway-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('Raleway-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: 'Raleway-Light';
    font-size: 28px;
    letter-spacing: 0px;
    color: #3A7D90;
    
}

h2 {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-family: 'Raleway-Light';
    font-size: 15px;
    letter-spacing: 2px;
    color: #3A7D90;
}

h3 {

}

h4 {
    padding: 0px;
    margin: 0px;
    font-family: 'Raleway-Light';
    font-size: 12px;
    letter-spacing: 2px;
    color: #3A7D90;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #dddddd;
}
ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
li{
    padding-bottom:5px;
}

a, a:visited {
    color: #3A7D90;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:link {
}

/* Gradient color1 - color2 - color1 */

hr{
    border: 0;
    height: 2px;
    background: #3A7D90;
    background-image: linear-gradient(to right, #2e2e2e, #3A7D90, #2e2e2e);
}

#releasedates
{
    color:#7d7d7d;
    text-align:center;
    margin-bottom:20px;
}
#platformsMenu
{
    margin-bottom:25px;
}
/* Navigation */
.NavMenu {
    position: relative;
    margin: auto;
    text-align: center;
    padding-left: 0px;
}

.NavMenu li {
    margin: 0;
    padding-right: 5px;
    list-style: none;
    display: inline;
    top: 0;
    font-family: 'Raleway-Light', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #3A7D90;
}

.NavMenu li, .NavMenu a {
    height: 22px;
    display: inline;
    text-decoration: none;
}

.MenuItem a:link{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.MenuItem a:visited{

    text-decoration: none;
}


.MenuItem a:hover {

    color: #FFFFFF;
    text-decoration: none;
}

#News {
    width: 86px;
    background: url('../images/menu_01.png');
}

#Media {
    left: 96px;
    width: 100px;
    background: url('../images/menu_02.png');
}

#Faq {
    left: 206px;
    width: 82px;
    background: url('../images/menu_03.png');
}

#News a:hover {
    background: url('../images/menu_hi_01.png');
}

#Media a:hover {
    background: url('../images/menu_hi_02.png');
}

#Faq a:hover {
    background: url('../images/menu_hi_03.png');
}

/* Controls */
.KeyTextBox {
    background-color:#ff0000;
}
inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}



.KeyTextBox {
   width: 200px;
   height: 32px;
   font-family: Arial;
   border: solid 2px #3A7D90;
   padding: 2px;
   border-radius: 5px;
   font-size: 20px;
   box-shadow: 0px 1px 2px 0px #9C9C9C;
   background-color: #FFFFFF;
   outline: none;
   color: #474747;
  }
.KeyTextBox:hover  {
   border: 2px solid #4BAAC4;
  }
.KeyTextBox:active  {
   border: solid 2px #4BAAC4;
  }

.invalidKeylabel{
    color:#ff0000;
    font-size:18px;
}

.KeyDownloadButton {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dcdcdc;
    padding: 9px 18px;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    cursor: pointer;
    color: #666666;
    display: inline-block;
    background: -webkit-linear-gradient(90deg, #e9e9e9 5%, #f9f9f9 100%);
    background: -moz-linear-gradient(90deg, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(90deg, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(180deg, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#e9e9e9");
}

.KeyDownloadButton:hover {
    background: -webkit-linear-gradient(90deg, #f9f9f9 5%, #e9e9e9 100%);
    background: -moz-linear-gradient(90deg, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(90deg, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(180deg, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9",endColorstr="#f9f9f9");
}

.KeyDownloadButton:active {
    position:relative;
    top: 1px;
}



/* Main */
#Main {
    background: url('../images/ITS_logo_2017_Landing.png') no-repeat center top;
    height: 1200px;
}



#MainContainer {
    width:980px;
    height:auto;
    padding-top:225px;
    margin:auto;
}



#Info {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

#Description {
    

}
#Content {
    margin-top:30px;
}


#NewsContainer {

    width: 575px;
    margin-right: 25px;
    display: inline-block;
    float: left;
}
#NewsPost {
}

#NewsTitle {
}

#NewsContent {
}
#MediaContainer{
    margin:auto;
    width:980px;
    text-align:center;
}

#RightPanel{
    float:right;
}

#Facebook {
    width: 290px;
}

#Twitter {
    width: 290px;
    display: inline-block;
    padding-top: 15px;
}
#Twitter a {
    display: inline-block;
}
#Kickstarter {
    width: 290px;
    margin-top: 15px;
    align-content: center;
}

#SupportSection{
    margin-top:40px;
    margin-bottom:500px;
    text-align:center;
    font-size:20px;
}

.GameDescription{
    margin-left:8px;
    margin-right:8px;
    text-align:left;
    color:#adadad
}

    .GameDescription p {
        text-align: justify;
        text-justify: inter-word;
        color: #dcdcdc
    }

    .GameDescription strong {
        text-align: justify;
        text-justify: inter-word;
        color: #3A7D90
    }

.GameDescription ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #dddddd;
}

#Footer {
    width: 900px;
    height: auto;
    padding-top: 80px;
    margin: auto;
    text-align: center;
    padding-bottom: 25px;
    font-size: 16px;
}

#Footer2 {
    width: 290px;
    height: auto;
    padding-top: 80px;
    margin: auto;
    text-align: center;
    padding-bottom: 25px;
    font-size: 16px;
}

#mce-EMAIL
{
    width:400px;
}



.language_menu {
    position: relative;
    margin: auto;
    text-align: center;
}

    .language_menu ul{
        padding-top:0px;
        padding-bottom:15px;
        padding-left:0px;
    }

    .language_menu li {
        margin: 0;
        padding-right: 5px;
        list-style: none;
        display: inline;
        top: 0;
        font-family: 'Raleway-Light', Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #7d7d7d;
    }

    .language_menu li, .language_menu a {
        height: 22px;
        display: inline;
        text-decoration: none;
        color: #7d7d7d;
    }

        .language_menu a:link, .language_menu a:visited {
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
            text-decoration: none;
        }

        .language_menu a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }



.update_banner {
    background: url('/images/top_left_banner.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width:286px;
    height:316px;
}

.update_banner_zh {
    background: url('/images/top_left_banner_chinese.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

.update_banner_ja {
    background: url('/images/top_left_banner_japanese.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

.update_banner_ko {
    background: url('/images/top_left_banner_korean.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

.update_banner_ru {
    background: url('/images/top_left_banner_russian.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

.update_banner_es {
    background: url('/images/top_left_banner_spanish.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

.update_banner_fr {
    background: url('/images/top_left_banner_french.png') no-repeat;
    padding-left: 50px;
    margin-top: 200px;
    width: 286px;
    height: 316px;
}

/* LANDING */
#MainLanding {
    background: url('../images/ITS_logo_2017_Landing.png') no-repeat center top;
    height: 550px;
}

/* PARALLAX *********************************************************/

#mainparallax {
    
}

.parallaxcontent {
    height: 3600px;
    overflow: hidden;
    background-color: #121213;
}

.parallaxwrapper {
    width: 100%;
}

.parallaxbox {
    
}

.parallaxbox_bg {
    display: inline-block;
    background-image: url('../images/parallax/Stars.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    height: 1329px;
    top: -10px;
    width: 100%;
}

.parallaxbox_cloud1 {
    display: inline-block;
    background-image: url('../images/parallax/CloudL1.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 1400px;
    width: 100%;
    top: -200px;
}

.parallaxbox_mg {
    display: inline-block;
    background-image: url('../images/parallax/Main.png');
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 1400px;
    width: 100%;
    top: -1235px;
}

.parallaxbox_mg_L {
    display: inline-block;
    background-image: url('../images/parallax/Main.png');
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 1400px;
    width: 100%;
    top: -1265px;
}

.parallaxbox_fg {
    display: inline-block;
    background-image: url('../images/parallax/Foreground.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 130px;
    width: 100%;
    top: -2575px;
}
.parallaxbox_fg_L {
    display: inline-block;
    background-image: url('../images/parallax/Foreground.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 150px;
    width: 100%;
    top: -2620px;
}

.parallaxbox_basement {
    display: inline-block;
    position: relative;
    background-image: url('../images/parallax/Basement.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 916px;
    width: 100%;
    top: -2575px;
}

.parallaxbox_basement_L {
    display: inline-block;
    position: relative;
    background-image: url('../images/parallax/Basement.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 916px;
    width: 100%;
    top: -2620px;
}

/* PARALLAX *********************************************************/



#MainContainerLanding {
    width: 980px;
    height: auto;
    padding-top: 225px;
    margin: auto;
}

#ContentLanding {
    margin-top:35px;
    text-align:center;
}

#ScreenshotsLanding{
    padding-top:25px;
    text-align:center;
}

#SingleScreenshotLanding{

}

#LandingTagline h3
{
    color:#f9f9f9;
    text-align:center;
    margin-bottom:10px;
    font-size:38px;
    font-weight:100;
}

.BuyMenu {
    position: relative;
    margin: auto;
    text-align: center;
    padding-left: 0px;

}

    .BuyMenu li img {
        vertical-align: middle;
        padding-bottom:6px;
        padding-right:5px;
    }

.BuyMenu li {
    list-style: none;
    display: inline;
    top: 0;
}

.BuyMenu li, .BuyMenu a {
    
    display: inline;
    text-decoration: none;
    color:#dcffb4;
}

#menuspacer{
    margin-left:50px;
}
.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#HumbleLargeWidget{
    align-content:center;
}

.button-green, .button-blue {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    border-color: #9ec835;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: white;
}

    .button-green:link, .button-blue:link {
        color: white;
    }

    .button-green:visited, .button-blue:visited {
        color: white;
    }

.button-green {
    background: #6a9a13;
    background-image: -webkit-linear-gradient(top, #6a9a13, #6a9a13);
    background-image: -moz-linear-gradient(top, #6a9a13, #6a9a13);
    background-image: -ms-linear-gradient(top, #6a9a13, #6a9a13);
    background-image: -o-linear-gradient(top, #6a9a13, #6a9a13);
    background-image: linear-gradient(to bottom, #6a9a13, #6a9a13);
    background: #6a9a13;
}

    .button-green:hover {
        background: #90c827;
        text-decoration: none;
        color: white;
    }