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

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

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

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	background: #fff;
	color: #69606b;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}


html, body {
	height: 100%;
	
}

h1,h2,h3,h4,h5,h6{
		font-family: 'Noto Serif', serif;
		font-style: italic;
		position: relative;
		z-index: 2;
		line-height: 1.5;
}
@media only screen and (max-width: 768px) {
h2{
	font-size: 20px;
}
}
p {
	position: relative;
	z-index: 2;
}
.logo{
	position: relative;
	z-index: 2;
}
ul{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Open Sans', serif;
}

.topGradient{
	position: fixed;
	top:0;
	left: 0;
	height: 5px;
	width: 100%;
	z-index: 10000;
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */
}

.container{

	padding: 0;
}

/* Header */
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}
.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	top:50%;
	left: 28%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1900px) {
	.title{
		left: 48%;
	}
}
.title h1 {
/* 	padding: 0 0 0.2em; */
	color: #333;
	font-weight: 300;
	font-size: 78px;
	margin: 0 auto;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	line-height: 1.6!important;
}
.title p.sub {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	font-style: normal;
	margin: 0 auto;
	font-style: italic;
}

.title p {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	font-style: normal;
	margin: 20px auto;
	font-style: italic;
}
.Gtext{
	-webkit-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	background: #0087ff; /* Old browsers */
	background: -moz-linear-gradient(left, #0087ff 0%, #00dbc9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0087ff 0%,#00dbc9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0087ff 0%,#00dbc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087ff', endColorstr='#00dbc9',GradientType=1 ); /* IE6-9 */
	-webkit-background-clip: text;
	-mz-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}


.orange{
	color: #F58220;
}
.blue{
	color: #0087FF;
}


div.main-logo{
	position: fixed;
	top:40px;
	left: 40px;
	max-width: 200px;
	z-index: 10340;
}
@media only screen and (max-width: 768px) {
	div.main-logo{
		position: fixed;
		top:20px;
		left: 20px;
		width: 100px;
	}
	
}

.close{
	opacity: 1;
    display: block;
	position: fixed;
	right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    z-index: 100;
}
@media only screen and (max-width: 768px) {
	.close{
		opacity: 1;
	    display: block;
	    position: fixed;
	    right: 20px;
	    top: 20px;
    z-index: 100;

	}
}



/* Xtrac */
.xtrac .btn{
	border: 1px solid #f28430;
}
.xtrac .btn:before{
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */	;
}

.xtrac .gradientBottom{
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f28430+0,f2d21d+100 */
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */
}
.xtrac .gradientBottomO{
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2d21d+0,f28430+100 */
	background: #f2d21d; /* Old browsers */
	background: -moz-linear-gradient(left, #f2d21d 0%, #f28430 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f2d21d 0%,#f28430 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f2d21d 0%,#f28430 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d21d', endColorstr='#f28430',GradientType=1 ); /* IE6-9 */
}

.xtrac h2{
	-webkit-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */	
	-webkit-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}

.xtrac .hbspt-form input[type="text"]:focus,
.xtrac .hbspt-form input[type="email"]:focus,
.xtrac .hbspt-form textarea:focus,
.xtrac select.hs-input:focus {
	border: 1px solid #DE6B2D;
}
.xtrac .hbspt-form input[type="submit"]{
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */}
.xtrac .hbspt-form input[type="radio"] + label::after, .hbspt-form input[type="checkbox"] + label::after{
	background-color: #DE6B2D;
	box-shadow: 0 0 5px #DE6B2D;
}

.xtrac .bg{
	background-image: url(../img/xtrac_bg.jpg);
}


/* Main Sections */


.logo{
	margin: 0 auto ;
	max-width: 360px;
	width: 100%;
}

.xtrac-logo{
	position: relative;
	top:40px;
	z-index: 10340;
	margin: 0 auto;
	margin-top:5%;
	max-width: 220px;
}


.vAlign{
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
.vAlign{
	display: block;
	align-items: center;
}

}
.product-container{
	width: 100%;
	position: relative;
	background: #fff;
	padding:10% 15%;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) {
	.product-container{
		padding:8% 8%;
	}
}

.section{
	position: relative;
	width: 100%;
	display: block;
	padding: 140px 0;
}
@media only screen and (max-width: 768px) {
	.section{
		padding: 80px 0;
	}

}

.prod{

}

.overhid{
	overflow: hidden;
}



.-moz- h2, .-moz- h1{
	background: none!important;
}
.-moz- .title h1{
	color: #0088FE;
}


ul li{
	margin: 5px 0;
}


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

	Footer

-------------------------------- */
.footer p {
	color: #fff;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.footer p {
		text-align: center!important;
		padding: 0px 30px!important;
	}
}

.footer {
	padding: 30px 0;
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */
}





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

Form

-------------------------------- */
.form-title{
	color: #fff;
	padding: 20px;
	font-size: 20px;
	position: relative;
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */
}

.form-wrapper{
  	  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  	  margin-bottom: 130px;
}
.hbspt-form {
  width: 100%;
  padding: 5%;
  max-width: 900px;
  margin: 0em auto;
  position: relative;
  z-index: 10;
  padding-top: 0;
}
.hbspt-form::after {
  clear: both;
  content: "";
  display: table;
}



.hbspt-form fieldset {
  margin: 24px 0;
}
.hbspt-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
    font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ecf0f1;
}

.hbspt-form div {
  /* form element wrapper */
  position: relative;
  margin: 10px 0;
}

.hbspt-form h4, .hbspt-form .cd-label {
  font-size: 1.3rem;
  color: #f28430;
  margin-bottom: 10px;
}

.hbspt-form .cd-label {
  display: block;
}
.hbspt-form input, .hbspt-form textarea,select.hs-input, .hbspt-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #f28430;
}
.hbspt-form input[type="text"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="email"],
.hbspt-form textarea,
select.hs-input,
.hbspt-form legend,
.hs-form-field {
  display: block;
  margin: 2px 5px;
  width: 94%!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="email"],
.hbspt-form textarea,
select.hs-input {
  /* general style for input elements */
  padding: 12px;
  width: 94%!important;
  border: 1px solid #ddd;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.hbspt-form input[type="text"]:focus,
.hbspt-form input[type="tel"]:focus,
.hbspt-form input[type="email"]:focus,
.hbspt-form textarea:focus,
select.hs-input:focus {
  outline: none;
  border-color: #f28430;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}

#phone-b951a06b-d5f7-4a3f-a24f-10ec94c4cfee{
	width: 96%!important;
}


select.hs-input {
  /* select element wapper */
  position: relative;
}
select.hs-input::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
select.hs-input {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
select.hs-input::-ms-expand {
  display: none;
}


select.hs-input {
	height: 58px!important;
	margin-left: 0px!important;
	width:100%!important
}


.hbspt-form .hbspt-form-list {
  margin-top: 16px;
}
.hbspt-form .hbspt-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.hbspt-form .hbspt-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
/* .hbspt-form input[type=radio], */
.hbspt-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
/* .hbspt-form input[type="radio"] + label, */
.hbspt-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.hbspt-form input[type="radio"] + label::before,
.hbspt-form input[type="radio"] + label::after,
.hbspt-form input[type="checkbox"] + label::before,
.hbspt-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 20px;
}
.hbspt-form input[type="radio"] + label::before,
.hbspt-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.hbspt-form input[type="radio"] + label::before,
.hbspt-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.hbspt-form input[type="checkbox"] + label::before,
.hbspt-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.hbspt-form input[type="radio"] + label::after,
.hbspt-form input[type="checkbox"] + label::after {
  background-color: #0087ff;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px #f28430;
  display: none;
}
.hbspt-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.hbspt-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.hbspt-form input[type="radio"]:focus + label::before,
.hbspt-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px #f28430;
}
.hbspt-form input[type="radio"]:checked + label::after,
.hbspt-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.hbspt-form input[type="radio"]:checked + label::before,
.hbspt-form input[type="radio"]:checked + label::after,
.hbspt-form input[type="checkbox"]:checked + label::before,
.hbspt-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.hbspt-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
/* submit button */
.hbspt-form input[type="submit"] {
  /* button style */
  border: none;
	background: #f28430; /* Old browsers */
	background: -moz-linear-gradient(left, #f28430 0%, #f2d21d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f28430 0%,#f2d21d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f28430 0%,#f2d21d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28430', endColorstr='#f2d21d',GradientType=1 ); /* IE6-9 */


  padding: 10px 45px;
  color: #ffffff;
  font-weight: bold;

  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .hbspt-form input[type="submit"]:hover {
	background: #f28430; /* Old browsers */
}
.hbspt-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.hbspt-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.hbspt-form [required] {
  background: url("../img/cd-required.svg") no-repeat top right;
}
.hbspt-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.hbspt-form .error {
  border-color: #e94b35 !important;
}

.hs-form-field{
	width: 100%!important;
}
.input{
	margin: 0;
	padding: 0;
}



@media only screen and (min-width: 600px) {
  .hbspt-form div {
    /* form element wrapper */
    margin: 2px 0;
  }
  .hbspt-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 10px;
  }
  .hbspt-form h4, .hbspt-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .hbspt-form input[type="text"],
  .hbspt-form input[type="email"],
  .hbspt-form textarea,
  select.hs-input {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}



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

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
/*
.js .floating-labels .icon .cd-label {
  left: 56px;
}
*/
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}



.hbspt-form{
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 50px auto;
	padding-bottom: 50px;
}

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

	References

-------------------------------- */
	.references{
		background: #f9f9f9;
	}
	.small-text{
		font-size: 12px;
		font-family: 'open sans', sans-serif;
	}
	ol li{
		margin-bottom: 10px;
	}
	ol li a{
				padding: 0px;

		color: #0087FF;
			-webkit-transition: all .3s ease-in-out;
			   -moz-transition: all .3s ease-in-out;
			     -o-transition: all .3s ease-in-out;
			        transition: all .3s ease-in-out;
	}
	ol li a:hover{
		background: #0087FF;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}


.laser-warning{
	max-width: 140px;
}
	.white-logo{
		padding-top: 50px;
	}



.disclaimer{
	background: #f2f2f2;
	margin-top: -100px;
}