@media screen and (max-width: 670px) {
  body {
    margin: 0;
    padding: 0; }
  * {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova";
    font-size: 14px; }
  @font-face {
    font-family: "Proxima Nova";
    src: url(./font/proximaNova/ProximaNova-Regular.otf); }
  /*mainNavigation*/
  #mainNavigation {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  #logo,
  #logo2 {
    display: none; }
  #mainNavigation ul {
    background-color: #009bde;
    margin: 0;
    padding: 0; }
  #mainNavigation ul li {
    list-style: none;
    text-align: center;
    line-height: 2.5;
    border-bottom: 1px solid #ffffff; }
  #mainNavigation ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease; }
  #mainNavigation ul li a:hover {
    color: #005377; }
  .mainNavigationActive a {
    color: #005377 !important; }
  /*topNavigation*/
  .container {
    background-color: #f6f6f6;
    color: #636363;
    height: 100%;
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
    min-height: 50vh; }
  #topNavigation {
    border-bottom: 1px solid #ccc;
    width: 100%; }
  #topNavigation ul {
    margin: 0;
    padding: 0; }
  #topNavigation ul li {
    line-height: 41px;
    max-height: 41px;
    display: block;
    list-style: none;
    text-align: center;
    float: left;
    width: 24.6%;
    margin: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
  #topNavigation ul li:nth-child(4n+0) {
    border-right: none; }
  #topNavigation ul li a {
    text-decoration: none;
    color: #636363;
    display: block; }
  #topNavigation ul li a:hover {
    color: #009bde; }
  .topNavigationActive a {
    color: #009bde !important; }
  .search {
    float: left;
    margin-left: 10px;
    padding: 10px 0;
    width: 95%;
    clear: both; }
  .search input {
    color: #636363;
    width: calc(100% - 200px);
    height: 30px;
    outline: none;
    padding: 3px 0 3px 3px;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
  .search input:focus {
    box-shadow: 0 0 5px #51cbee;
    padding: 3px 0 3px 3px;
    border: 1px solid #51cbee; }
  .search .download {
    display: none; }
  /*Font Icons, displaying fonts*/
  .copy {
    font-family: "nfont";
    font-size: 20px;
    float: left;
    margin-left: 10px;
    width: 30px; }
  .iconContainer {
    margin: 0; }
  .iconContainer h1 {
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .iconContainer ul {
    margin: 0 20px;
    padding: 0;
    list-style: none; }
  .iconContainer li {
    display: block;
    width: 100%;
    margin: 10px 0 5px;
    line-height: 40px;
    line-height: 26px;
    border-radius: 5px;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  .iconContainer ul li span {
    margin-left: 15px; }
  .iconContainer ul li:hover {
    color: #ffffff;
    background-color: #009bde; }
  /*color guide*/
  .container h1 {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }
  .container article {
    margin: 10px; }
  div.color-item {
    display: inline-block;
    width: 45%;
    margin: 2%;
    background-color: #ffffff; }
  div.color-item div {
    display: inline-block;
    margin: 0;
    padding: 0; }
  div.color {
    line-height: 50px;
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff; }
  div.color-item h2 {
    line-height: 30px;
    font-weight: normal;
    padding-left: 20px; }
  /*Logos*/
  article.logo h1 {
    clear: both; }
  article.logo h1 span {
    float: right;
    color: #009bde;
    font-weight: normal;
    margin-right: 2%;
    font-size: 12px;
    width: 60px; }
  article.logo a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 40%;
    line-height: 18px;
    float: left;
    border: 1px solid #ccc;
    margin: 1% 2%; }
  article.logo ul {
    width: 100%;
    margin: 4% 0;
    background-color: red;
    list-style: none; }
  article.logo ul li {
    float: left;
    width: 100%;
    margin: 3% 0; }
  article.logo .title {
    float: left;
    width: 100%; }
  article.logo img {
    float: left;
    width: 35%; }
  article.logo .buttons {
    float: right;
    width: 60%; }
  article.logo .button {
    float: left;
    width: 100%;
    text-align: center; }
  /*Product starter kit*/
  article.starterkit ul {
    list-style: none;
    clear: both; }
  article.starterkit ul li {
    background-color: #009bde;
    display: block;
    margin: 10px;
    line-height: 30px;
    width: 200px;
    color: white;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  article.starterkit ul li:hover {
    background-color: #005377;
    cursor: pointer; }
  article.starterkit ul li a {
    color: #ffffff;
    text-decoration: none; }
  article.starterkit .copy {
    margin-left: 20px;
    margin-right: 10px; }
  /*Fonts*/
  article.fonts ul {
    list-style: none;
    clear: both; }
  article.fonts ul li {
    background-color: #009bde;
    display: block;
    margin: 10px;
    line-height: 30px;
    width: 200px;
    color: #ffffff;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  article.fonts ul li:hover {
    background-color: #005377;
    cursor: pointer; }
  article.fonts ul li a {
    color: #ffffff;
    text-decoration: none; }
  article.fonts .copy {
    margin-left: 20px;
    margin-right: 10px; }
  span.no-result {
    padding: 10px; }
  /*Showcase*/
  .subNavigationActive a {
    background-color: #009bde !important; }
  .showcase ul.nav {
    clear: both;
    list-style: none;
    border-bottom: 4px solid #cccccc;
    padding-bottom: 10px;
    width: 100%; }
  .showcase ul.nav li {
    color: #ffffff;
    display: inline-block;
    width: 48%;
    margin: 1%; }
  .showcase ul.nav li a {
    background-color: darkslategrey;
    text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 40px;
    padding-left: 10px;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  .showcase ul.nav li a:hover {
    background-color: #009bde; }
  .showcase div.img {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    margin: 10px auto;
    overflow: hidden; }
  .showcase div.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%; }
  .showcase div.video {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    margin: 10px auto;
    overflow: hidden; }
  .showcase div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%; }
  .showcase div.imgVideoSpacer {
    width: 100%;
    height: 4px;
    background-color: #cccccc;
    clear: both; }
  .showcase span.imgTitle {
    position: absolute;
    bottom: 0; }
  .showcase span.videoTitle {
    position: absolute;
    bottom: 0; } }

@media screen and (min-width: 671px) {
  @font-face {
    font-family: "Proxima Nova";
    src: url(./font/proximaNova/ProximaNova-Regular.otf); }
  body {
    min-width: 1250px; }
  * {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova";
    font-size: 14px; }
  #body {
    /*	width: 1524px;*/
    width: 100%;
    height: 100vh; }
  a:hover {
    cursor: pointer; }
  #logo {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 3px; }
  #logo:hover {
    box-shadow: 0 0 15px #ffffff; }
  /*change color of selection */
  ::-moz-selection {
    background: orange; }
  ::selection {
    background: orange; }
  /* main navigation menu */
  #mainNavigation {
    float: left;
    width: 155px;
    height: 100%;
    background-color: #009bde; }
  #mainNavigation nav {
    padding: 20px; }
  #mainNavigation ul li {
    list-style: none;
    margin-top: 15px; }
  #mainNavigation ul li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease; }
  #mainNavigation ul li a:hover {
    color: #005377; }
  .mainNavigationActive a {
    color: #005377 !important; }
  #mainNavigation img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0; }
  /* container */
  .container {
    background-color: #f6f6f6;
    color: #636363;
    height: 100%;
    margin-right: 0;
    overflow-y: scroll; }
  /* top navigation */
  #topNavigation {
    line-height: 41px;
    height: 41px;
    border-bottom: 1px solid #cccccc; }
  #topNavigation ul {
    float: left;
    /*
    	overflow: hidden;
    	margin: 0;
    	padding: 0;
    	width: 100%;
    */ }
  #topNavigation ul li {
    list-style: none;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    /*
    	width: 15.1%;
    	overflow: hidden;
    */ }
  #topNavigation ul li a {
    text-decoration: none;
    color: #636363;
    padding: 20px; }
  #topNavigation ul li a:hover {
    color: #009bde; }
  .topNavigationActive a {
    color: #009bde !important; }
  .subNavigationActive a {
    background-color: #009bde !important; }
  /* search */
  .search {
    float: right;
    margin-right: 10px; }
  .search input {
    color: #636363;
    line-height: 1.6;
    outline: none;
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
  .search input:focus {
    box-shadow: 0 0 5px #51cbee;
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid #51cbee; }
  .search .download {
    background-color: #009bde;
    color: #ffffff;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  .search .download:hover {
    background-color: #005377; }
  /* main content -> article */
  .container h1 {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 10px;
    padding: 10px; }
  .container article {
    margin: 20px; }
  .container article h1 {
    border-bottom: 1px solid #ccc; }
  /* Change font for displaying icons */
  .copy {
    font-family: "nfont";
    font-size: 20px; }
  div.color-item {
    display: inline-block;
    margin: 15px 10px 10px;
    width: 160px;
    background-color: #ffffff; }
  div.color-item div {
    display: inline-block;
    margin: 0;
    padding: 0; }
  div.color-item h2 {
    line-height: 30px;
    font-weight: normal;
    padding-left: 20px; }
  div.color {
    line-height: 50px;
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff; }
  .iconContainer .copy {
    float: left;
    margin-left: 10px;
    width: 30px; }
  .iconContainer ul {
    list-style: none; }
  .iconContainer ul li {
    display: inline-block;
    margin: 10px 50px 5px 0;
    width: 300px;
    line-height: 26px;
    border-radius: 5px;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  .iconContainer ul li span {
    margin-left: 15px; }
  .iconContainer ul li:hover {
    color: #ffffff;
    background-color: #009bde; }
  span.no-result {
    padding: 10px; }
  .iconContainer i {
    font-family: sans-serif;
    margin-left: 5px; }
  article.logo h1 span {
    color: #009bde;
    font-weight: normal;
    margin-left: 150px;
    font-size: 14px; }
  article.logo a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    float: left;
    width: 62px;
    margin-left: 10px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    margin-top: 15px; }
  article.logo .button {
    float: left;
    width: 100%;
    text-align: center; }
  article.logo ul {
    list-style: none;
    margin: 10px; }
  article.logo ul li {
    position: relative;
    margin-top: 15px;
    height: 80px; }
  article.logo ul li img {
    float: left; }
  article.logo .buttons {
    float: left;
    margin-left: 45px; }
  article.logo .seven a:nth-child(2n+3) {
    margin-left: 50px; }
  article.logo .nsoft .buttons {
    margin-left: 65px; }
  article.logo .nsoft a:nth-child(2n+3) {
    margin-left: 50px; }
  article.logo .nsoftTagline .buttons {
    margin-left: 35px; }
  article.logo .nsoftTagline a:nth-child(2n+3) {
    margin-left: 50px; }
  article.logo .title {
    font-weight: bold;
    padding-bottom: 3px; }
  article.starterkit ul {
    list-style: none; }
  article.starterkit ul li {
    background-color: #009bde;
    display: block;
    margin: 10px;
    line-height: 30px;
    width: 200px;
    color: white;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  article.starterkit ul li:hover {
    background-color: #005377;
    cursor: pointer; }
  article.starterkit ul li a {
    color: #ffffff;
    text-decoration: none; }
  article.starterkit .copy {
    margin-left: 20px;
    margin-right: 10px; }
  article.fonts ul {
    list-style: none; }
  article.fonts ul li {
    background-color: #009bde;
    display: block;
    margin: 10px;
    line-height: 30px;
    width: 200px;
    color: #ffffff;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  article.fonts ul li:hover {
    background-color: #005377;
    cursor: pointer; }
  article.fonts ul li a {
    color: #ffffff;
    text-decoration: none; }
  article.fonts .copy {
    margin-left: 20px;
    margin-right: 10px; }
  .showcase {
    padding-top: 20px; }
  .showcase ul.nav {
    list-style: none;
    border-bottom: 4px solid #cccccc;
    padding-bottom: 10px; }
  .showcase ul.nav li {
    color: #ffffff;
    display: inline-block;
    margin: 5px; }
  .showcase ul.nav li a {
    background-color: darkslategrey;
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 160px;
    line-height: 40px;
    padding-left: 10px;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease; }
  .showcase ul.nav li a:hover {
    background-color: #009bde;
    clear: both; }
  .showcase div.img {
    float: left;
    margin: 35px 40px 10px 5px;
    overflow: hidden; }
  .showcase div.img img {
    width: 300px;
    height: 220px; }
  .showcase div.video {
    float: left;
    margin: 35px 30px 5px 5px;
    width: 600px;
    height: 400px;
    overflow: hidden; }
  .showcase div.video iframe {
    width: 600px;
    height: 400px; }
  .showcase div.imgVideoSpacer {
    width: 100%;
    height: 4px;
    background-color: #cccccc;
    clear: both; }
  .showcase span.imgTitle {
    margin-top: 5px;
    float: left;
    width: 300px; }
  .showcase span.videoTitle {
    margin-top: 5px;
    float: left;
    width: 300px; } }
