﻿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-Medium';
    font-size: 26px;
    letter-spacing: 1px;
    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: 10px;
    letter-spacing: 2px;
    color: #3A7D90;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
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:20px;
}
/* Navigation */
.NavMenu {
    position: relative;
    width:660px;
    margin:auto;
}

.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.png') no-repeat center top;
    height: 1200px;
}



#MainContainer {
    width:900px;
    height:auto;
    padding-top:350px;
    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:70px;
}


#NewsContainer {

    width: 575px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
#NewsPost {
}

#NewsTitle {
}

#NewsContent {
}
#MediaContainer{
    margin:auto;
    width:660px;
}
#Twitter {
    width:290px;
    display: inline-block;
    padding-top:15px;
}
#Twitter a {
    display: inline-block;
}
#Kickstarter{
    margin-top:15px;
    align-content:center;


}
#Facebook{
    display: inline-block;
    vertical-align:middle;
    width:270px;
    height:28px;
    background-color:#FFFFFF;
    padding:5px 15px 5px 5px;
}
#Facebook span {

  height:28px;

}

#Footer {
    width:900px;
    height:auto;
    padding-top:50px;
    margin:auto;
    text-align:center;
    padding-bottom:25px;
    font-size: 12px;
}

#mce-EMAIL
{
    width:400px;
}
/* LANDING */

#MainLanding{
    background: url('../images/ITS_logo_2017_Landing.png') no-repeat center top;
    height: 550px;

}

#MainContainerLanding {
    width:980px;
    height:auto;
    padding-top:220px;
    margin:auto;
}

#ContentLanding {
    margin-top:10px;
    text-align:center;
}

#ScreenshotsLanding{
    padding-top:15px;
}

#SingleScreenshotLanding{

}

#LandingTagline h3
{
    color:#f9f9f9;
    text-align:center;
    margin-bottom:15px;
    font-size:xx-large;
}

.BuyMenu {
    position: relative;

    margin:auto;
    text-align:center;
}

.BuyMenu 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;
}

.BuyMenu li, .BuyMenu a {
    height: 22px;
    display: inline;
    text-decoration: none;
}

#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;
}