
/* #region Fonts */

@font-face {
    font-family: "OpenSans";
    src: url("Fonts/opensans-light.eot");
    src: url("Fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("Fonts/opensans-lightitalic.eot");
    src: url("Fonts/opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-lightitalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "OpenSans";
    src: url("Fonts/opensans-regular.eot");
    src: url("Fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("Fonts/opensans-semibold.eot");
    src: url("Fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("Fonts/opensans-bold.eot");
    src: url("Fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("Fonts/opensans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* #endregion */

.fb-share-button {
    line-height: 23px;
}

/* #region Elements */
*, *:after, *:before {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    color: #505050;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

b {
    font-weight: 600;
}

p {
    margin: 15px 0;
    text-align: justify;
}

a {
    font-weight: 600;
    color: #606060;
    text-decoration: none;
}

a:active {
    color: #d00000;
}

a:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

a.lightbox {
    line-height: 0;
}

img {
    /*max-width: 100%;*/
    height: auto;
}

hr {
    margin: 20px 0;
    height: 1px;
    background-color: #eeeeee;
    border: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: normal;
    color: #222;
    font-weight: 700;
}

h1 {
    font-size: 45px;
    width: 100%;
    color: #222;
    margin: 40px 0 60px 0;
    font-weight: 700;
}

h2 {
    width: 100%;
    font-size: 28px;
    margin: 20px 0 30px 0;
}

h3 {
    font-size: 20px;
    margin: 20px 0;
}

h4 {
    font-size: 16px;
    margin: 10px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    vertical-align: top;
    padding: 5px 20px;
}

th {
    vertical-align: middle;
    padding: 5px 20px;
    font-weight: 600;
    color: white;
}

ul {
    list-style-position: outside;
    margin-left: 25px;
    /*list-style-image: url('Images/Shared/Bullet.png');*/
}

button {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    background-color: black; /* IE8 */
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: black; /* IE8 */
    background-color: rgba(0, 0, 0, 0.3);
}

button:focus {
    outline: 0;
    text-decoration: none;
}

/* #endregion */

/* #region Shared */

.Top {
    margin-top: 0;
}

ul.NoBullet {
    list-style-image: none;
}

.Container {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.LightGrey {
    background-color: #f6f6f6;
}

.WhiteText, .WhiteText h1, .WhiteText h2, .WhiteText h3, .WhiteText h4, .WhiteText a {
    color: white;
}

.Green {
    background-color: #4eb083;
}

.GreenText {
    color: #4eb083;
}

.Blue {
    background-color: #5d8ed4;
}

.BlueText {
    color: #5d8ed4;
}

.Purple {
    background-color: #ad77c2;
}

.DarkPurple {
    background-color: #8b5f9b;
}

.PurpleText {
    color: #ad77c2;
}

.Orange {
    background-color: #da7d51;
}

.OrangeText {
    color: #da7d51;
}

.row {
    width: 100%;
    max-width: 1140px;
    min-width: 280px;
    margin: 0 auto;
    padding: 50px 0 90px 0;
    overflow: hidden;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.Column-centered {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.Column-1-2 {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.Column-1-3 {
    width: 33.3%;
    float: left;
    padding: 0 20px;
}

.Column-1-4-Container {
    width: 50%;
    float: left;
}

.Column-1-4 {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.Centered {
    text-align: center;
}

table.Striped {
    background-color: #f6f6f6;
}

table.Striped tr:nth-child(even) {
    background-color: white;
}

span.Vertical-Align-Fix {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.Strong {
    font-weight: 700;
}

/* #endregion */

/* #region Layout */

#Header {
    background-color: #f1f1f1;
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    transition: background-color 0.2s;
    z-index: 99;
}

#HeaderContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: border-bottom-color 0.2s;
}

#HeaderLogo {
    position: absolute;
    top: 22px;
    left: 30px;
}

#HeaderLogo a {
    color: black;
    font-size: 28px;
}

#InstagramImageWhite, #InstagramImageBlack {
    width: 32px;
    height: 32px;
}

#InstagramImageWhite {
    display: none;
}

#HeaderMenu {
    position: absolute;
    top: 18px;
    right: 100px;
}

#HeaderMenu ul {
    z-index: 100;
    list-style-type: none;
}

#HeaderMenu ul li {
    margin: 0 0 0 15px;
    position: relative;
    display: inline;
    float: left;
}

#HeaderMenu ul li a {
    padding: 10px 15px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}

#HeaderMenu ul li a:hover {
    background: white;
    color: black;
}

#HeaderMenuPopupLink {
    display: none;
}

.topMenuHomeLink {
    color: #666666 !important;
}

.topMenuHomeLink:hover {
    color: black !important;
}

#InstagramLink {
    position: absolute;
    right: 30px;
    top: 24px;
}

#InstagramLink img {
    width: 32px;
    height: 32px;
}

#RenderBody {
    margin-top: 80px;
}

#RenderPageBody {
    min-height: 400px;
}

#FooterRow {
    padding: 40px 0;
}

#FooterColumns {
    margin-top: 20px;
    color: #646464;
}

#FooterColumns .Column {
    width: 16%;
    float: left;
    padding: 0 10px;
    height: 180px;
}

#FooterColumns .Column a {
    display: block;
    vertical-align: middle;
    height: 30px;
    color: #767676;
    border-bottom: 1px solid #3b3b3b;
    font-weight: normal;
    font-size: 14px;
}

#FooterColumns a.Heading {
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    /*border-bottom: none;*/
}

#FooterColumns .Column a:hover {
    color: #a0a0a0;
    text-decoration: none;
}

#FooterDivider {
    background-color: #404040;
    height: 9px;
}

#FooterSmall {
    font-size: 11px;
    color: #666;
    font-weight: 400;
}

#FooterSmall a {
    color: #666;
}

#FooterContactDetails {
    float: left;
    width: 20%;
    padding-left: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #767676;
    height: 180px;
}

#FooterCompanyName {
    color: #767676;
    font-weight: 700;
    font-size: 16px;
}

#FooterABN {
    font-size: 11px;
    color: #606060;
    margin-bottom: 15px;
}

/* #endregion */

/* #region Mobile Menu */

#MobileMenu {
    z-index: 100;
    display: none;
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #505050;
    transition: right 0.1s linear, left 0.1s linear;
}

#MobileMenuHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    background-color: #444444;
}

#MobileMenuContent {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#CloseMobileMenuIcon {
    float: right;
    width: 50px;
    height: 50px;
}

#MobileMenu ul {
    list-style-type: none;
}

#MobileMenu li {
    display: block;
    width: 100%;
}

#MobileMenu a {
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px #454545 solid;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#MobileMenu a:hover {
    background: #ad77c2;
}

/* #endregion */

/* #region Page */

#HeadingContainer {
    background: white;
    border-bottom: 1px solid #e8e8e8;
}

#PageRow {
    overflow: hidden;
    padding: 60px 0 90px 0;
}

#FullPageRow {
    overflow: visible;
    padding: 60px 0 0 0;
}

#PageHeading {
    color: #222;
    font-size: 45px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding-bottom: 30px;
}

#PageHeading.HasSubHeading {
    padding-bottom: 10px;
}

#PageSubHeading {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #656565;
    padding-bottom: 20px;
}

#SideMenu {
    background-color: white;
    padding: 0;
    width: 280px;
    border-collapse: separate;
}

#SideMenuContainer {
    margin: 20px;
}

a.sideMenu {
    display: block;
    padding: 6px 10px 6px 50px;
    font-size: 13px;
    font-weight: 700;
    color: #808080;
    text-transform: uppercase;
}

a.sideMenu:hover {
    background-color: #e6e6e6;
    text-decoration: none;
    color: black;
}

hr.SideMenuDivider {
    display: none;
    margin: 0;
    background-color: transparent; /* #e5e5e5; */
}

a.sideMenu0 {
    display: none;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding-left: 10px;
}

a.sideMenu0:hover {
    color: black;
    background-color: transparent;
}

a.sideMenu1 {
    font-size: 14px;
    padding-left: 16px;
}

a.sideMenu2 {
    padding-left: 30px;
}

a.sideMenuActive {
    color: Black;
    background-color: #e6e6e6;
}

a.sideMenuActive:hover {
}

a.sideMenuActiveParent {
    color: Black;
}

/* #endregion */

/* #region Home */

#BannerContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 313px;
    overflow: hidden;
    background-image: url('Images/Home/Background.jpg');
    background-size: contain;
    background-position-x: 507px;
    background-repeat: repeat-x;
}

#BannerShadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-image: url('Images/Home/BannerShadow.png');
    background-repeat: repeat-x;
}

#BannerRibbon {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#BannerText {
    position: absolute;
    left: 560px;
    right: 20%;
    top: 130px;
    min-width: 770px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    color: white;
    font-size: 60px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

#BannerText button {
    font-size: 18px;
    border-radius: 8px;
    background-color: black; /* IE8 */
    color: white; /* IE8 */
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

#BannerText button:hover {
    color: white;
    background-color: black;
}

#HomeContent1 {
    margin-top: 313px;
}

#HomeContent1Text {
    width: 45%;
}

#HomeScreenshotContainer {
    position: absolute;
    right: 0;
    left: 52%;
    height: 403px;
    overflow: hidden;
    margin-top: 50px;
    background-image: url('Images/Home/Screenshot_Tile.png');
    background-size: contain;
    background-repeat: repeat-x;
}

.HomeScreenshotImage {
    position: absolute;
    height: 403px;
    max-width: none;
    transition: opacity 0.5s;
}

#HomeScreenshotOSX, #HomeScreenshotLinux {
    opacity: 0;
}

.HomeIcon {
    margin-top: 40px;
}

/* #endregion */

/* #region Forms */

input, select, textarea {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

textarea, input[type="text"], input[type="email"], select {
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
}

input[type="text"], input[type="email"], select {
    width: 250px;
    height: 40px;
}

input[type="submit"] {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    background-color: rgb(27, 119, 151); /* IE8 */
    background-color: rgba(27, 119, 151, 0.8);
    color: white;
    border: none;
    border-bottom: 2px solid rgb(133, 181, 198);
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #1b7797;
}

input[type="submit"]:active {
    border-bottom: none;
    margin-top: 2px;
}

.Validation {
    color: Red;
    font-weight: bold;
}

div.Form {
    background-color: #efefef;
    padding: 40px 0;
}

div.Form table {
    width: 50%;
    min-width: 430px;
    line-height: normal;
    float: left;
}

div.Form td {
    padding: 10px 20px;
    vertical-align: middle;
}

div.Form td.Label {
    width: 200px;
    padding: 10px 0px 10px 20px;
    vertical-align: middle;
    text-align: right;
}

#current-artwork-carousel-pager {
    display: flex;
    display: -webkit-flex;
}

#current-artwork-carousel-pager > div {
    flex: 1 1 0px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* Don't use the shorthand 'flex: 1' as this behaves differently in Edge and IE */
    flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    margin: 10px;
}

.archive-images {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.archive-images > a > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.archive-images > a > div > div {
    margin: 10px;
}


/*.archive-images > a > div > div {
    margin-bottom: -30px;
}*/

/* Flex */
.display-flex-row {
    display: flex;
    display: -webkit-flex;
}

.flex-1 {
    /* Don't use the shorthand 'flex: 1' as this behaves differently in Edge and IE */
    flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
}

/* Media Queries */
@media only screen and (max-width: 1450px) {

    #BannerText {
        font-size: 40px;
        min-width: 520px;
        top: 170px;
    }
}

@media only screen and (max-width: 1150px) {

    .row {
        padding: 30px 0 50px 0;
    }

    #BannerText {
        font-size: 40px;
        min-width: 520px;
        top: 120px;
        left: 400px;
    }

    #BannerContainer {
        height: 338px;
        background-position-x: 320px;
        background-size: initial;
    }

    #HomeContent1 {
        margin-top: 310px;
    }

    #BannerRibbon {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 950px) {

    .Column-1-4-Container {
        width: 100%;
    }

    #BannerText {
        font-size: 30px;
        min-width: 520px;
        top: 140px;
        left: 320px;
    }

    #BannerText button {
        margin-top: 10px;
        padding: 7px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 850px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    #PageRow {
        padding: 40px 0 60px 0;
    }

    .Column-1-3 {
        font-size: 14px;
        line-height: 20px;
    }

    .Column-1-4 {
        font-size: 14px;
        line-height: 20px;
    }

    #Header {
        height: 60px;
    }

    #InstagramLink {
        top: 15px;
    }

    #RenderBody {
        margin-top: 60px;
    }

    #HeaderMenu {
        top: 8px;
        right: 80px;
    }

    #HeaderMenu ul li {
        margin: 0;
    }

    #HeaderMenuFullSized {
        display: none;
    }

    #MobileMenu {
        display: block;
    }

    #HeaderMenuPopupLink {
        display: block;
    }

    #PageHeading {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    #HeaderLogo {
        top: 17px;
    }

    #HeaderLogo a {
        font-size: 24px;
    }

    #current-artwork-carousel-pager > div {
        margin: 0;
    }
}

@media only screen and (max-width: 750px) {

    #BannerText {
        font-size: 26px;
        min-width: 330px;
        top: 100px;
        left: 270px;
    }

    #BannerContainer {
        height: 254px;
        background-position-x: 240px;
    }

    #HomeContent1 {
        margin-top: 254px;
    }

    #BannerText button {
        margin-top: 10px;
        padding: 5px 15px;
        font-size: 14px;
    }

    #HomeScreenshotContainer {
        left: 20px;
        height: 300px;
        margin-top: 0;
    }

    .HomeScreenshotImage {
        height: 300px;
    }

    #HomeContent1Text {
        width: auto;
        margin-top: 300px;
    }

    .Column-1-2 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .Column-1-4 {
        width: 100%;
        padding: 0 0 30px 0;
        float: none;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 650px) {

    h1 {
        margin: 30px 0 40px 0;
    }

    .Column-1-3 {
        width: 100%;
        padding: 0 0 30px 0;
        float: none;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 550px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    #PageRow {
        padding: 30px 0 40px 0;
    }

    #RenderPageBody {
        min-height: 0;
    }

    #PageHeading {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 20px;
    }

    .carousel-pager > div, .carousel-pager > div.active {
        border: 0;
    }
}

@media only screen and (max-width: 450px) {

    .Container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #BannerText {
        font-size: 22px;
        min-width: 300px;
    }
}

@media only screen and (max-width: 350px) {

    body {
        font-size: 14px;
        line-height: 22px;
    }
}
