﻿/* -------------------------------- 

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: 'Marvel', sans-serif;
  color: #3d3536;
  background-color: white;
  font-size: 35px;
  text-align:justify;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #31859b;
  font-weight:700;
  text-decoration: none;
}
/*
h1 {
  text-align: center;
  font-size: 30px;
  font-size: 1.275rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 1.3);
  color: #FFF;
  font-family: 'Abel', sans-serif !important; 
}
*/
h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.275rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 1.3);
  color: #FFF;
  font-family: 'Abel', sans-serif !important; 
}
.headerback {
	background:rgba(0, 0, 0, 0.3);
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	border:0px solid #fff;
	width:65%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.stylebutton {
	background:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:2px solid #fff;
	display:inline-block;
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-style:normal;
	height:50px;
	line-height:45px;
	width:200px;
	text-decoration:none;
	text-align:center;
}
.stylebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #31859b), color-stop(1, #31859b) );
	background:-moz-linear-gradient( center top, #31859b 5%, #31859b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#31859b', endColorstr='#31859b');
	background-color:#31859b;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}
.stylebutton:active {
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
    text-decoration:none;
    border:none;
    outline: none;
}
.stylebuttoncolor {
	background:#31859b;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:2px solid #31859b;
	display:inline-block;
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-style:normal;
	height:50px;
	line-height:45px;
	width:200px;
	text-decoration:none;
	text-align:center;
}
.stylebuttoncolor:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	color:#31859b;
	background-color:#31859b;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}
.stylebuttoncolor:active {
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
    text-decoration:none;
    border:none;
    outline: none;
}
/* -------------------------------- 

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: 1024px;
  margin: 40px auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


.cd-scrolling-header {
  position: relative;
  min-height: 50px;
  padding: 2em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-header h2 {
  font-size: 40px;
  text-align:center;
  font-family: 'Abel', sans-serif !important; 
}
.cd-scrolling-header h3 {
  font-size: 25px;
  text-align:center;
  font-family: 'Abel', sans-serif !important; 
}
.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 2em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-footer {
  position: relative;
  min-height: 50px;
  padding: 2em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-header.cd-color-1 {
  background-color: #31739b;
  color: #FFF;
}
.cd-scrolling-header.cd-color-2 {
  background-color: dodgerblue;
  color: #FFF;
}
.cd-scrolling-header.cd-color-3 {
  background-color: dodgerblue;
  color: #FFF;
}
.cd-scrolling-header.cd-color-3 {
  background-color: dodgerblue;
  color: #FFF;
}
.cd-scrolling-bg.cd-color-white {
  background-color: #efefef;
  background-image: url("https://www.onlinestocktake.com/img/white_leather.png");
  background-repeat: repeat;
  color: #000;
}
.cd-fixed-bg.cd-color-3 {
  background-color: dodgerblue;
  color: #FFF;
}
.cd-scrolling-footer.cd-color-3 {
  background-color: dodgerblue;
  color: #FFF;
}
.cd-scrolling-footer .cd-fixed-bg a {
  color: #FFF;
  font-weight:700;
  text-decoration: none;
}
/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  display: inline-block;
  padding: 1em 1.4em 1em;
  margin-top: 20px;
  background: #b4d7a8;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: .25em;
  color: #3d3536;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #3d3536;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.no-touch .cd-nugget-info:hover {
  background: #99a478;
}

/* -------------------------------- 

xcarbonads 


#carbonads-container {
  position: fixed;
  right: 40px;
  top: 120px;
  width: 180px;
  display: none;
  z-index: 1;
}
#carbonads-container .close-carbon-adv {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(56, 56, 56, 0.8);
  text-indent: 100%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 3px 0 0 3px;
}
#carbonads-container .close-carbon-adv:hover {
  background: #383838;
}
#carbonads-container .close-carbon-adv::after, #carbonads-container .close-carbon-adv::before {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 14px;
  left: 9px;
}
#carbonads-container .close-carbon-adv::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#carbonads-container .close-carbon-adv::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#carbonads-container .carbonad {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 100%;
  height: auto;
  padding: 14px;
  text-align: center;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#carbonads-container .carbonad .carbonad-image img {
  margin: 0 0 10px 10px;
}
#carbonads-container .carbonad .carbonad-text, #carbonads-container .carbonad .carbonad-tag {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
#carbonads-container .carbonad .carbonad-text {
  display: block;
  width: 100%;
  padding: 0;
}
#carbonads-container .carbonad .carbonad-text a {
  color: #d26c64;
  font-size: 13px;
  font-weight: bold;
}
.no-touch #carbonads-container .carbonad .carbonad-text a:hover {
  text-decoration: underline;
}
#carbonads-container .carbonad .carbonad-tag {
  margin-top: 5px;
  color: #3a393f;
}
#carbonads-container .carbonad .carbonad-tag a {
  color: #3a393f;
}
#carbonads-container .carbonad .carbonad-tag a:hover {
  color: #d26c64;
}
@media only screen and (min-width: 1170px) {
  #carbonads-container {
    display: block;
  }

}
-------------------------------- */


/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.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;
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-intro {
  -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%);
  text-align: center;
  width: 90%;
  max-width: 1170px;
}
.cd-fixed-header {
  position: relative;
  max-height: 80%;
  height: 50%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg {
  position: relative;
  max-height: 80%;
  height: 50%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-header h1 {
  text-align: center;
  font-size: 60px;
  font-size: 1.275rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
.cd-fixed-header h2 {
  text-align: center;
  font-size: 60px;
  font-size: 1.275rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
.cd-fixed-header h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.275rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
.cd-fixed-bg h1 {
  text-align: center;
  font-size: 60px;
  font-size: 1.275rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
.cd-fixed-bg h2 {
  text-align: center;
  font-size: 60px;
  font-size: 1.275rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
.cd-fixed-bg h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.275rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1.3);
  color: white;
  font-family: 'Abel', sans-serif !important; 
}
/*
.cd-fixed-bg h2, .cd-fixed-bg h1 {
  -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: 90%;
  max-width: 1170px;
}
.cd-fixed-bg h3 {
  -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: 90%;
  max-width: 1170px;
}
*/
.cd-fixed-header.cd-bg-1 {
  background-image: url("/Images/Intellisoft-Background.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("https://www.onlinestocktake.com/img/whiskeypour.gif");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("https://www.onlinestocktake.com/img/redwine.gif");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("https://www.onlinestocktake.com/img/guinness2.gif");
}

/* -------------------------------- 

iPad 768px;

-------------------------------- */

/* -------------------------------- 

Mobile

-------------------------------- */
@media only screen and (min-width: 0px) {
  body {
    font-family: 'Marvel', sans-serif;
    font-size: 25px;
    text-align:justify;
  }
  .headerback {
	width:65%;
  }
  .mobilebubble  {
	width:80px;
	vertical-align:middle;
  }
  .bubblebox {
	visibility:hidden;
	display:none;
  }
  .mobilebubblebox {
	visibility:visible;
	display:inline;
	width:100%;
	text-align:center;
  }
  .bubblebox {
	width:200px;
	min-height:100%;
  }
  .bubbletext {
	width:100%;
	padding-left:0px !important;
  }
  .bubbleheader {
	text-align:center;
  }
  .cd-header #cd-logo {
    margin: 6px 0 0 5%;
  }
  .desktop {
	visibility: hidden;
	display: none;
  }
  .mobile {
	visibility: visible;
	display: block;
  }
  .embed-video {
	display:none;
	visibility: hidden;
  }
  .embed-ipad-video {
	display:none;
    visibility: hidden;
  }
  .embed-mobile-video {
	display:inline;
    visibility: visible;
  }
  .cd-scrolling-bg {
    position: relative;
    min-height: 100%;
    padding: 1em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
	font-size: 0.7em;
  }
  .cd-fixed-header {
    position: relative;
    padding: 1em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
	font-size: 0.7em;
  }
  .cd-container {
	width:90%;
  }
  .cd-scrolling-bg {
  	width:100%;
  }
  .cd-bg-2, .cd-bg-3, .cd-bg-4 {
        height: 400px
  }
  .cd-bg-2 h2 {
    top: 50%;
  }
  .cd-bg-3 h2 {
    top: 50%;
  }
  .cd-bg-4 h2 {
	font-size: 0.8em;
  }
  .cd-color-1 {
	font-size: 0.5em;
  }
  .cd-color-2 {
	font-size: 0.5em;
  }
  .cd-color-3 {
	font-size: 0.5em;
  }
  .cd-scrolling-footer {
	min-height: 25%;
  }
  .cd-fixed-header h1 {
    font-size: 20px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h2 {
    font-size: 40px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h3 {
    font-size: 20px;
	color:#FFF;
  }
  .cd-scrolling-header h2 {
    font-size: 30px;
    text-align:center;
    font-family: 'Abel', sans-serif !important; 
  }
  .cd-scrolling-header h3 {
    font-size: 20px;
    text-align:center;
    font-family: 'Abel', sans-serif !important; 
  }
  .cd-fixed-bg h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("/Images/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(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #31859b;
  font-size:20px;
 }
}

@media only screen and (min-width: 768px) {
  body {
    font-family: 'Marvel', sans-serif;
    font-size: 35px;
    text-align:justify;
  }
  .bubble {
	width:90%;
	vertical-align:middle;
  }
  .mobilebubble {
	visibility:hidden;
	display:none;
  }
  .bubblebox {
  	visibility:visible;
	display:inline;
	width:200px;
	min-height:100%;
  }
  .bubbletext {
	width:80%;
  }
  .desktop {
	visibility: hidden;
	display: none;
  }
  .mobile {
	visibility: visible;
	display: block;
  }
  .embed-video {
	display:none;
    visibility: hidden;
  }
  .embed-ipad-video {
	display:inline;
    visibility: visible;
  }
  .embed-mobile-video {
	display:none;
	visibility: hidden;
  }
  .cd-fixed-bg h1 {
    font-size: 25px;
  }
  .cd-fixed-bg h2 {
    font-size: 40px;
  }
  .cd-fixed-bg h3 {
    font-size: 40px;
  }
    .cd-header {
    height: 70px;
  }
  .cd-header #cd-logo {
    margin: 5px 0 0 5%;
  }
  .cd-fixed-header h1 {
    font-size: 50px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h2 {
    font-size: 60px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h3 {
    font-size: 30px;
	color:#FFF;
  }

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("/images/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(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #95c9d8;
 }

}

@media only screen and (min-width: 1024px) {
  .mobile {
	visibility: hidden;
	display: none;
  }
  .desktop {
	visibility: visible;
	display: block;
  }
  .headerback {
	width:50%;
  }
  .cd-fixed-header h1 {
    font-size: 50px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h2 {
    font-size: 60px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h3 {
    font-size: 30px;
	color:#FFF;
  }
  .mobilebubble {
	visibility:hidden;
	display:none;
  }
  .bubblebox {
	width:200px;
	min-height:100%;
	visibility:visible;
	display:inline;
  }
  .bubbletext {
	width:80%;
  }
  .bubbleheader {
	text-align:justify;
  }
  .button1  {
    margin-right:35px !important;
  }
  .button2  {
    margin-left:35px !important;
  }
  .embed-video {
	display:inline;
    visibility: visible;
  }
  .embed-ipad-video {
	display:none;
    visibility: hidden;
  }
  .embed-mobile-video {
	display:none;
	visibility: hidden;
  }
}

@media only screen and (min-width: 1152px) {
  .mobile {
	visibility: hidden;
	display: none;
  }
  .desktop {
	visibility: visible;
	display: block;
  }
  .headerback {
	width:30%;
  }
  .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: .5em .3em 2em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  .no-touch .cd-main-nav a:hover {
    color: #31859b;
  }
  .cd-fixed-header h1 {
    font-size: 50px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h2 {
    font-size: 60px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h3 {
    font-size: 30px;
	color:#FFF;
  }
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-header {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 1600px) {
  .mobile {
	visibility: hidden;
	display: none;
  }
  .desktop {
	visibility: visible;
	display: block;
  }
  .cd-fixed-bg h1 {
    font-size: 50px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-bg h2 {
    font-size: 60px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-bg h3 {
    font-size: 30px;
	color:#FFF;
  }
  .cd-fixed-header h1 {
    font-size: 50px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h2 {
    font-size: 60px;
    font-weight: 700;
	color:#FFF;
  }
  .cd-fixed-header h3 {
    font-size: 30px;
	color:#FFF;
  }
}
.cd-scrolling-footer a {
  color: #FFF;
  font-weight:700;
  text-decoration: none;
}
.cd-fixed-bg a {
  color: #FFF;
  font-weight:700;
  text-decoration: none;
}
.ui-effects-explode{
    z-index:200;
}
#contactBox *{
    font-size: 20px;
    font-family: 'Marvel', sans-serif;
}
#contactBox {
    box-shadow: 2px 2px 2px #888888;
    width: 40%;
    height: auto;
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    border-radius: 2px;
    position: relative;
}
#contactBox h2{
    font-size: 26px;
    font-family: 'Marvel', sans-serif;
}
#contactBox span {
    font-size: 24px;
    display: inline-block;
    width: 150px;
    height: 30px;
    vertical-align: top;
    padding-bottom:5px;
}
#contactBox input[type='text'] {
    height: 30px;
    display:inline-block;
    width: 250px;
    vertical-align: top;
    padding-left:5px;
    margin-bottom:5px;
}
#contactBox select {
    width: 240px;
    height: 30px;
    vertical-align: top;
    padding-left: 5px;
    margin-bottom: 5px;
}
#contactBox textarea{
    width:250px;
    border-radius:2px;
}
#lbDetails{
    height:58px;
}
#buttonsDiv{
    text-align:center;
    padding-bottom:10px;
}
    #buttonsDiv input[type='submit'] {
        margin-right: 5px;
        width: 100px;
        height: 40px;
        -webkit-appearance: none;
        background-color: lightgray;
    }
#blackoutbox {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*display: none;*/
    position: fixed;
    background-color: rgba(255,255,255,.7);
    z-index: 200;
}
.validators{
    width: 100%!important;
    /*display: inline-block!important;*/
    text-align: center;
    color: red;
}