html {
	height: 100%;
	position: relative;
	background-color:#FFF;
}

.scooter a:last-child {
    margin: 90px 0px 0px 0px;
    display:  block;
}

.norbieFix li ul li:last-child {
    padding-top: 20px;
    padding-bottom: 33px;
}

img.compLog {
    width: 100%;
}

.mega {display:none;}

/* DROP DOWN MENU */

.norbieFix li {
  float: left;
  position:relative;
  line-height: 55px;
  list-style:none;
  top: 0px;
  z-index:1000;
  text-decoration:none;
  margin-bottom: 0px;
}

.norbieFix > li{
  padding:0px 16px;
  }


.norbieFix li ul
{
  width:331px;
  list-style:none;
  /******/
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
}

.norbieFix li > ul {

  padding: 0px;
  background-color: #fff;
  overflow:hidden;
}


.norbieFix li ul li {
  color:#000 !important;
  line-height:2.5;
  width: 30%;
  margin: 0 1% 2% 2%;
  list-style-type: none;
  list-style-position: inside;
  text-indent: -1em;
  padding: 0 2% 0 2%;
  height: auto;
}

.norbieFix li ul li img {
	
}

.norbieFix li ul li:hover {

  background-color:#ccc;

}

.norbieFix li a, .norbieFix > li:hover {
  text-decoration:none;
}

.norbieFix li ul li:hover a {
  color: #000;
}

.norbieFix li ul li:hover{
  
  
  }

.norbieFix li ul li a{
  font-weight:normal;
  margin-left:16px;
  width:auto;
}

.norbieFix li:hover ul,li.over ul {
  display: block;
}


.scooter 
{
	margin-top: -40px;	
}

.nothingToPush {
    margin-top: 110px;
}

p.text-danger {
    margin: 10px 0px 20px 0px !important;
    display: block;
    float: left;
    width: 100%;
    background-color: #00AB9C;
    color: #FFF;
}

.input-validation-error {
    margin-bottom: 0px !important;

}

.smallButtonBlue {
	color: #FFF;
	float: left;
	margin-right: 10px;
	font-size: 10px;
	text-align: right;
	padding: 6px 10px;
	width: 120px;
	background-image: url(/images/smallBlueButtonBack.jpg) !important;
	background-repeat: repeat-x;
	background-color: #00AB9C;
	border: solid 2px #00AB9C !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0);
 box-shadow: -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0);
}

#mm-0 {
	float:left;	
	width: 100%;
}

.footLinks span {
    margin-right: 19px;
}

.row {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.footer {
	position: relative;
	z-index: 100;
}

.adjust2 {
	padding-bottom: 20px;
}

.toni-plax{
	position:fixed;
	height:300px;
	width:100%;
	top:0px;
}

.toni-plax-push{
	margin-top:500px;
	background-color:#fff;
	display:block;
	position:relative;
	padding-top:40px;
}

section.module.parallax{
	background-attachment: scroll !important;
}

.para {position:relative;}

.para .paraContent {
	position:absolute;
	color: #FFF;
	margin:0px;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important; /* Yep! */
	-webkit-transform: translate(-50%, -50%) !important; /* Yep! */
	-moz-transform: translate(-50%, -50%) !important; /* Yep! */
	-ms-transform: translate(-50%, -50%) !important; /* Yep! */
	-o-transform: translate(-50%, -50%) !important; /* Yep! */
	}

.paraContent h1 {
    font-size: 40px;
    color: #FFF;
}

.first {margin-top: 100px;}

.parallax-container .parallax {z-index:0;}
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  /*height: 600px;
  height:400px;*/
   height:500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
 /* background-image:url(../images/1.jpg);*/
}
section.module.parallax-2 {
  background-image: url("../img/demo/_small/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/_small/3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

.adjust img {
    width: 160px;
    float: left;
    margin-right: 4%;
    height: auto;
}

.footLinks {color: #FFF; text-align: center;padding-top: 20px;}

.footLinks a {
    border-left: solid 1px #FFF;
    color: #FFF;
    padding: 0px 20px;
}

.footLinks {color: #FFF;}

.footer ul li {
    float: left;
    font-size: 12px;
    border-right: solid 1px #FFF;
    text-align: center;
    padding: 0px 20px;
}

.tremcoGreenBack {background-color: #00AB9C;}

a {color: #465F6D;}

.fillColor {background-color: #455F6C;}

.fillColor a {color: #7AC242;}

.fillColor li {
    margin-bottom: 8px;
}

.button {
    background-color: #00AB9C;
    color: #FFF;
    clear: both;
    padding: 7px 15px;
	border:none;
}

.infoBox {
    width: 35%;
    margin-right: 5%;
    color: #FAFAFA;
    max-width: 360px;
}

.greyText {
	color:#95989A;
}

.wrappingVid {
  position:absolute;	
  width: 100%;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; /* Yep! */
  -webkit-transform: translate(-50%, -50%) !important; /* Yep! */
  -moz-transform: translate(-50%, -50%) !important; /* Yep! */
  -ms-transform: translate(-50%, -50%) !important; /* Yep! */
  -o-transform: translate(-50%, -50%) !important; /* Yep! */}

.navBar a {color: #333;font-size: 14px;}

.navContainer {position:fixed; width: 100%; background-color:#FFF; z-index: 100; top: 0px;}

.boxes img {
	width: 102%;
}

.homeVideo h1 {
    font-size: 40px;
	color: #FFF;
}

.homeVideo h2 {
    font-size: 25px;
    color: #FFF;
    font-weight: 100;
}

body {font-family: 'Roboto', sans-serif; height: 100%; background-color:#FFF;}

.homeVideo {height: 400px;background-size: cover; border: solid 12px #E4E4E4; background-repeat:no-repeat; position:relative;}

.searchSubButton {
    color: #FFF;
    background-color: #f98f00 !important;
    border: 1px solid #000 !important;
    display: block;
    z-index: 1111;
    padding: 15px 50px !important;
    margin: 10px auto;
}

.typeSearch {
	background-color:#fff !important;
	width: 50% !important;
	margin: 0 auto !important;
	display:block !important;
	font-size: 30px !important;
	padding: 10px !important;
	margin-top: 20% !important;
}

.homeVideo i.material-icons.dp48 {
    color: #FFF;
    font-size: 60px;
    text-align: center;
    to; */
    width: 100%;
    width: 100%;
}

.mm-slideout {
	height: 100%;
}

.blurIt {
	-webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.navBar ul {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.navBar ul li {
    float: left;
    /* margin-left: 40px; */
}

.image {
	width: 200px;
	height: 200px;
	background-color: #f98f00;
	display:block;
	position: relative;
	z-index: 1;
	margin: 20px auto 0 auto;
	overflow: hidden;
	border: solid 2px #000;
}
#menu li a {
	padding-left: 65px;
	/* background-color: red; */
}

#menu li a:hover {background-color: #00AB9C; color:#FFF;}

#menu li {position:relative; float:none;}

#menu i {
	position:absolute;
	left: 35px;
	top: -9px;
}

#mm-1 {/*margin-top: 260px; */background-color: #f5f5f5;-webkit-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);-moz-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);}

#menu {height: 100%; width: 100%; background-color: #FFF; -webkit-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);
-moz-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);
box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);}

#hamburger
{
	background: center center no-repeat transparent;
	background-image: url(../images/menu-01.svg);
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span
{
  background: #b4b4b4 !important;
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
}
#hamburger:before
{
  top: 5px;
}
#hamburger span
{
  top: 15px;
}
#hamburger:after
{
  top: 25px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
  -webkit-transition: none 0.5s ease 0.3s;
  transition: none 0.5s ease 0.3s;

  -webkit-transition-property: all;
  transition-property: all;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
  top: 15px;
}
html.mm-opening #hamburger span
{

  opacity: 0;
}
html.mm-opening #hamburger:before
{
  transform: rotate( 45deg);
  -webkit-transform: rotate( 45deg);

}
html.mm-opening #hamburger:after
{
  transform: rotate( -45deg);
  -webkit-transform: rotate( -45deg);
}

.backPhoto {
margin-bottom: -6px;
}

.backPhoto img {
	width: 100%;
	height: 100%;
}

.navBar {
	width: 90%;
	margin: 0 auto;
	height: 64px;
	position: relative;
	background-color: #FFF;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0);
}

.logo {
	width: 180px;
	height: auto;
	position: relative;
	top: 12px;
	left: 0px;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	float: left;
}

h1 {
	text-align:left;
	color: #000;
	font-size: 28px;
}

.fullBox {/*background-color: #d9d9d9;*/ background-color: #f98f00; padding: 50px 0px;}
.fullBox h1 {margin-top: 0px;}
.boxes .col {
	margin-bottom: 50px;
	
}

.boxes .col.s4{width: 30%;margin-left: 1%;left:auto;right:auto;padding: 0px; -webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s; position:relative; overflow:hidden;

	-webkit-transition-property: width;
	transition-property: width;}

@media (max-width: 1200px) {
	.dapLogo {
		width: 100px;
		left: 15%;
	}
}

@media (max-width: 800px) {
	.dapLogo {
		width: 100px;
		left: 20%;
	}
}

@media (max-width: 600px) {
	.dapLogo {
		width: 100px;
		left: 30%;
	}
	
	.adjust img {
		width: 45%;
		float: none;
		margin-bottom: 20px;
	}
	
	.adjust img:nth-child(even) {
		margin-right: 0px !important;
	}
}
/*Start Mobile */
@media (max-width: 1050px) {
	.boxes .col.s4 {
		width: 49%;
	}

	.scooter {margin-top: 0px;}
	
	#hamburger {display:block;}
	
	.theU ul {display:none;}
	
	h1 {
		text-align: center;
	}
	
	.adjust .col {
		width: 100% !important;
		left: 0px !important;
	}
	
	.infoBox {
		width: 100%;
	}
	
	.buy {
		background-position-x: -250px;
	}
	
	.footLinks
	{
		float:left;
		width:100%;
	}

	.footLinks a {
		width: 100%;
		display:block;
		border-left: none;
		margin: 10px;
	}

	.footLinks span 
	{
		text-align:center;
		width:100%;
		display:block;
	}
	
}

@media (max-width: 550px) {
	.boxes .col.s4 {
		width: 100%;
	}
	
	.buy {
		background-position-x: -500px;
	}
	
	.infoBox {
		width: 90%;
		margin-right: 5%;
	}
	
	.adjust2 .col {width: 100% !important; left: 0px !important;
	}
	
}

