/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

ul.contentlist {
  list-style: square;
  margin-left: 20px;
}

br.clear {clear: both;}

img.logo {padding-top: 20px; max-width:80%; height: auto;}


hr {margin-bottom: 30px;}
hr.top {max-width: 50%; margin-bottom: 0px; margin-left: auto; margin-right: auto;}

.button {
   border-top: 1px solid #ffffff;
   background: #30ab00;
   padding: 10px 20px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: "Roboto", Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ffffff;
   background: #47ff00;
   color: #ccc;
   }
.button:active {
   border-top-color: #ffffff;
   background: #47ff00;
   }

  td.formfield {color:#ffffff; padding-right:15px; vertical-align: top;}
  .req_star {color: red;}

  img.screenshot {max-width: 30%; padding:5px; border:1px solid #ffffff;}

 #modal_wrapper.overlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
  }

  #modal_window {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  #modal_wrapper.overlay #modal_window {
    display: block;
  }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {

  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
 text-align: center;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
.cd-header #cd-logo img {
  display: block;
}

.infopanel-social{
  clear:both;
  margin-top:20px;
  float:right;
  width: 100%;
  max-width: 100%;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    margin-top: -20px;
}
 
    /*----- Tab Links -----*/

ul.tablinks{width:100%; text-align: center;}

    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        list-style:none;
        display:inline-block;
    }
 
        .tab-links a {
            padding:0px 10px;
            display:inline-block;
            font-size:12px;
            font-weight:600;
            color:#4c4c4c;

        }
 
        .tab-links a:hover {
            text-decoration:none;
            color: #ffffff;
        }
 
    li.active a, li.active a:hover {
        color: #ffffff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        color: #ffffff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

@media only screen and (min-width: 768px) {

img.logo {padding-top: 20px; max-width:500px; height: auto;}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    margin-top: -80px;
}
 
    /*----- Tab Links -----*/

ul.tablinks{width:100%; text-align: center;}

    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        list-style:none;
        display:inline-block;
    }
 
        .tab-links a {
            padding:0px 50px;
            display:inline-block;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;

        }
 
        .tab-links a:hover {
            text-decoration:none;
            color: #ffffff;
        }
 
    li.active a, li.active a:hover {
        color: #ffffff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        color: #ffffff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
  
  .menu {
  max-width: 100%;
  /* background: url("../img/nav-bg.png") no-repeat center center; */
  margin-top: 0px;
  text-align: center;
  z-index: 10;
  padding: 15px 0px 15px 0px; 
  }

  div.menu-container {
    height: 70px;
    max-width: 768px;
    margin:auto;
    text-align: center;
  }

  div.menu-left {
    height: 70px;
    text-align: left;
    float:left;
  }

  div.menu-right {
    height: 70px;
    text-align: right;
    float:right;
  }

.infopanel-social{
  clear:none;
  margin-top:0px;
  float:right;
  width: 50%;
  max-width: 50%;
}

}

.cd-main-nav {
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  border-top: 1px solid #453c3d;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }


  .topnav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .topnav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

  }
  .topnav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .topnav li {
    display: inline-block;
    margin-left: 1em;
  }
  .topnav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: 0em 2em 0em 2em;
    margin:25px 0px 0px 0px;
    border-top: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .no-touch .topnav a:hover {
    color: #99a478;
  }
}

.cd-main-content {
  /*  min-height assigned to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  top: 0;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg-header.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bg-pinball-tall2.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/bg-pinball-tall3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/bg-pinball-tall4.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/bg-pinball-5.jpg");
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
    height: 100%;
    max-height: 100%;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 3em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #99a478;
  color: #3d3536;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #b4d7a8;
  color: #3d3536;
}

.cd-scrolling-bg.cd-color-5 {
  background-color: #000000;
  color: #ffffff;
}


.infopanel-left{
  max-width: 100%;
}

.infopanel-right{
  max-width: 100%;
  text-align: left;
}

.infopanel-central{
  max-width: 100%;
}

.infopanel-left-image{
  max-width: 100%;
  text-align: center;

}

.infopanel-right-image{
  max-width: 100%;
  text-align: center;
}

.large-only {
  display: none;  
}

.flex {
  max-width: 100%;
}




/* 
  tablet customisations
*/

@media only screen and (min-width: 481px) and (max-width: 989px) {

.cd-scrolling-bg {
  padding: 4em 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 300;
}

.infopanel-left{
  clear:both;
  max-width: 100%;
  text-align: center;
}

.infopanel-right{
  clear:both;
  max-width: 100%;
  text-align: center;
}

.infopanel-central{
  clear: both;
  max-width: 100%;
  text-align: left;
}

.infopanel-left-image{
  clear:both;
  max-width: 100%;
  text-align: center;

}

.infopanel-right-image{
  clear:both;
  max-width: 100%;
  text-align: center;
}

.large-only {
  display: none;  
}


}

/* 
  desktop customisations
*/

@media only screen and (min-width: 989px) {

  div.menu-container {
    height: 70px;
    max-width: 989px;
    margin:auto;
  }

  .cd-scrolling-bg {
    padding: 4em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }

.infopanel-left{
  float:left;
  max-width: 50%;
}

.infopanel-right{
  float:right;
  max-width: 50%;
}

.infopanel-central{
  clear: both;
  max-width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
}

.infopanel-left-image{
  float:left;
  max-width: 50%;
  text-align: center;

}

.infopanel-right-image{
  float:right;
  max-width: 50%;
  text-align: center;
  padding-left:40px;
}

.large-only {
  display: block;
}

.small-only {
  display: none;  
}


div.screens {text-align: center;}
img.socialicon {margin: 16px 0px 0px 15px;}
img.thumb {margin: 0px 0px 10px 0px; float:left; border:1px solid #ffffff;}
img.thumb-alt {margin: 0px 0px 10px 10px; float:left; border:1px solid #ffffff;}



}




.footer{
  padding: 2em 2em 2em 2em;
  background-color: #121212;
  color: #ffffff;
}

.legal{
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #262526;
  color: #ffffff;
}

h1 { font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1em; font-size: 2em; margin:0px;}
h2 { font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1em; font-size: 2em; margin-bottom: 20px;}
h3 { font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 400; text-transform: uppercase; line-height: 1em; font-size: 1.2em; margin: 20px 0px 20px 0px;}
h5 { font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 300; line-height: 1em; font-size: 0.8em; color:#a5a5a5; }


img.appstore {margin: 5px;}

.centered {text-align: center;}


/* hyperlinks */

a.menuitem:link {color: #ffffff; font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 700; margin: 0px 15px 0px 15px;}
a.menuitem:visited {color: #ffffff; font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 700; margin: 0px 15px 0px 15px;}
a.menuitem:hover {color: #ffffff; font-family: ‘Open Sans’, Arial, sans-serif; font-weight: 700; margin: 0px 15px 0px 15px;}

.plain:link {color: #58d731;}
.plain:visited {color: #58d731;}
.plain:link {color: #58d731;}

ul.contentlist li {list-style: square;}