/************* FONTS *************/
@font-face {
  font-family: 'avendem';
  src: url("../fonts/avenirnextroundedstd-demi-webfont.eot");
  src: url("../fonts/avenirnextroundedstd-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextroundedstd-demi-webfont.woff") format("woff"), url("../fonts/avenirnextroundedstd-demi-webfont.ttf") format("truetype"), url("../fonts/avenirnextroundedstd-demi-webfont.svg#avenir_next_rounded_stdbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avenreg';
  src: url("../fonts/avenirnextroundedstd-reg-webfont.eot");
  src: url("../fonts/avenirnextroundedstd-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextroundedstd-reg-webfont.woff") format("woff"), url("../fonts/avenirnextroundedstd-reg-webfont.ttf") format("truetype"), url("../fonts/avenirnextroundedstd-reg-webfont.svg#avenir_next_rounded_stdRg") format("svg");
  font-weight: normal;
  font-style: normal; }

/************* COLOURS *************/
/************* SITEWIDE *************/
.greenBtn {
  display: block;
  background-color: #1abc9c;
  border-bottom: 8px solid #148f77;
  color: white;
  text-decoration: none;
  margin: 0px auto;
  float: left; }

.greenBtn:hover {
  background-color: #148f77;
  border-bottom: 8px solid #0b594a; }

.redBtn {
  float: left;
  display: block;
  width: 310px;
  height: 52px;
  border-radius: 5px;
  padding-top: 28px;
  margin-top: 30px;
  border-bottom: 8px solid #c73c37;
  color: white;
  text-decoration: none;
  background-color: #f4524d;
  font-size: 22px;
  font-family: 'avendem'; }

.redBtn:last-child {
  float: right !important; }

.redBtn:hover {
  background-color: #148f77;
  border-bottom: 8px solid #0b594a;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.lgBtn {
  height: 50px;
  /*width:450px;*/
  width: 380px;
  border-radius: 5px;
  padding-top: 25px;
  font-size: 22px;
  font-family: 'avendem';
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.buttonContainer {
  clear: both;
  padding-top: 60px;
  width: 780px;
  margin: 0px auto;
  text-align: center;
  /*background-color: red;*/ }

/************* Headings *************/
h1 {
  margin: 0;
  padding: 0;
  font-size: 37px;
  font-family: 'avendem';
  font-weight: normal;
  color: #444444; }

h2 {
  font-weight: normal;
  color: #a2a2a2;
  font-size: 18px; }

h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-family: 'avendem';
  font-weight: normal;
  color: white; }

h4 {
  font-size: 16px;
  margin: 0 0 10px 0; }

a {
  color: #1abc9c; }

/************* MAIN *************/
body, html {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: 'avenreg';
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: center; }

nav {
  position: fixed;
  z-index: 14000;
  float: left;
  min-width: 100%;
  height: 50px;
  background-color: #232323;
  text-align: center;
  /*overflow: hidden;*/ }
  nav #navCenter {
    margin: 0px auto;
    width: 1180px;
    height: 50px; }
    nav #navCenter #logo {
      float: left; }
    nav #navCenter #actions {
      float: right;
      width: 245px;
      text-align: right; }
      nav #navCenter #actions #create {
        float: left;
        font-family: 'Arial','Helvetica';
        font-size: 12px;
        color: white;
        display: block;
        background-color: #333333;
        margin: 10px 1px 0 0;
        height: 14px;
        padding: 8px 15px 8px 15px;
        border-radius: 5px 0 0 5px;
        text-decoration: none; }
      nav #navCenter #actions #signin {
        float: left;
        font-family: 'Arial','Helvetica';
        font-size: 12px;
        color: white;
        display: block;
        background-color: #333333;
        margin: 10px 1px 0 0;
        height: 14px;
        padding: 8px 15px 8px 15px;
        border-radius: 0px 5px 5px 0px;
        text-decoration: none; }
      nav #navCenter #actions #create:hover, nav #navCenter #actions #signin:hover {
        background-color: black; }

#wplogo {
  position: absolute;
  float: right;
  margin-left: 130px;
  top: 50px;
  z-index: 2000; }

#smallHeader {
  position: fixed;
  z-index: 1200;
  top: 50px;
  width: 100%;
  background-color: #08183d;
  text-align: center;
  display: none; }
  #smallHeader #smallLogo {
    margin: 0px auto;
    width: 1180px; }

header {
  float: left;
  margin-top: 50px;
  height: 468px;
  min-width: 100%;
  background-image: url("../images/back.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  /*background-attachment: fixed;*/
  /*background-size: cover;*/
  background-color: #07143a;
  text-align: center;
  overflow: hidden; }
  header #headerCenter {
    margin: 0px auto;
    width: 1180px;
    height: 468px;
    padding-top: 87px;
    text-align: center; }
    header #headerCenter #logo {
      margin-bottom: 30px; }
    header #headerCenter h1 {
      font-family: 'avenreg';
      font-size: 65px;
      color: white;
      margin: 0;
      padding: 0; }
    header #headerCenter h2 {
      font-family: 'avendem';
      font-size: 23px;
      text-transform: uppercase;
      color: #00aeef;
      margin: 0;
      padding: 0; }
    header #headerCenter #buttons {
      margin: 0px auto;
      width: 640px; }
  header #banner {
    position: absolute;
    left: 0; }

/************* GRAPH *************/
#graphPanel {
  float: left;
  width: 100%;
  min-width: 1180px;
  /*height:600px;*/
  background-color: #dddddd; }

#graphContainer {
  clear: both;
  position: relative;
  margin: 0px auto;
  width: 1180px;
  margin-top: 30px;
  padding: 30px 0 60px 0;
  text-align: center; }
  #graphContainer label {
    float: left;
    margin: 20px 0 10px 10px; }
  #graphContainer .bubble {
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transform: rotateY(80deg);
    transform: rotateY(80deg);
    -moz-transform: rotateY(80deg); }
  #graphContainer #bubble1 {
    top: 240px;
    left: 30px; }
  #graphContainer #bubble2 {
    top: 220px;
    left: 344px; }
  #graphContainer #bubble3 {
    top: 175px;
    left: 753px; }
  #graphContainer #bubble4 {
    top: 130px;
    left: 905px; }
  #graphContainer #bubble5 {
    top: 35px;
    left: 940px; }
  #graphContainer .graphPoint {
    position: absolute;
    z-index: 100;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid white;
    background-color: #08183d;
    opacity: 0;
    /*   -webkit-transition:all 0.6s;
       -moz-transition:all 0.6s;
       transition:all 0.6s;*/ }
  #graphContainer #graphPoint1 {
    top: 360px;
    left: 50px; }
  #graphContainer #graphPoint2 {
    top: 355px;
    left: 444px; }
  #graphContainer #graphPoint3 {
    top: 308px;
    left: 850px; }
  #graphContainer #graphPoint4 {
    top: 265px;
    left: 1005px; }
  #graphContainer #graphPoint5 {
    top: 180px;
    left: 1100px; }

/************* BOXES *************/
.itemBoxes {
  display: block;
  margin-top: 40px; }
  .itemBoxes .itemBox {
    float: left;
    margin: 20px 20px 0 0;
    width: 380px;
    min-height: 286px;
    padding-top: 2px;
    background-color: white;
    background-image: url("../images/link_backdrop.png");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    overflow: hidden; }
    .itemBoxes .itemBox img {
      border: 1px solid #f4f3f3;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      background-color: white; }
  .itemBoxes .itemBox4 {
    float: left;
    margin: 20px 20px 0 0;
    width: 280px;
    height: 220px;
    padding-top: 2px;
    background-color: white;
    background-image: url("../images/link_backdrop_sm.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
    overflow: hidden; }
  .itemBoxes .itemBox:last-child, .itemBoxes .itemBox4:last-child {
    margin-right: 0; }
  .itemBoxes .itemInfo {
    font-family: Arial;
    font-size: 16px;
    text-align: left;
    padding: 10px 0  0px 20px;
    color: #444444; }
    .itemBoxes .itemInfo a {
      color: #444444;
      text-decoration: none; }
    .itemBoxes .itemInfo a:hover {
      color: #f4524d; }
    .itemBoxes .itemInfo .addInfo {
      font-size: 13px;
      color: #a2a2a2;
      padding: 0 0 10px 0; }

.itemBox a:hover img, .itemBox4 a:hover img {
  /*background-color: $lightRed;*/
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  opacity: 0;
    /*-webkit-transform:scale(1.01,1.01);
transform:scale(1,1);*/ }

/************* ADDONS *************/
#addonPanel {
  float: left;
  width: 100%;
  min-width: 1180px;
  padding: 60px 0 60px 0;
  text-align: center; }
  #addonPanel #addons {
    width: 1180px;
    clear: both;
    margin: 0px auto; }

/************* FEATURES *************/
#featuresPanel {
  float: left;
  width: 100%;
  min-width: 1180px;
  padding: 60px 0 60px 0;
  background-color: #dddddd; }
  #featuresPanel #features {
    width: 1180px;
    clear: both;
    margin: 0px auto; }

/************* THEMES *************/
#themesPanel {
  float: left;
  width: 100%;
  min-width: 1180px;
  padding: 60px 0 60px 0;
  text-align: center; }
  #themesPanel #themes {
    width: 1180px;
    clear: both;
    margin: 0px auto; }

/************* Footer *************/
footer {
  float: left;
  min-width: 100%;
  height: 180px;
  background-color: #232323;
  text-align: center; }
  footer .center {
    margin: 0px auto;
    width: 1180px;
    text-align: left;
    padding-top: 40px; }
    footer .center a {
      float: left;
      margin-right: 20px;
      color: #666666;
      text-decoration: none; }
    footer .center a:hover {
      color: white; }
    footer .center .darkGray {
      display: block;
      color: #666666;
      margin-top: 3px;
      font-family: 'arial', 'Helvetica'; }
    footer .center p {
      margin-top: 40px;
      width: 560px;
      font-family: 'arial', 'Helvetica';
      font-size: 13px;
      color: white; }
    footer .center .rhs {
      float: right;
      color: #666666;
      font-family: 'arial', 'Helvetica'; }

/************* MEDIA *************/
@media screen and (max-device-width: 425px), screen and (max-width: 425px) {
  .itemInfo {
    font-size: 15px; } }
