@font-face {
    font-family: 'latobold';
    src: url('/fonts/Lato-Bold-webfont.eot');
    src: url('/fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Bold-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Bold-webfont.woff') format('woff'),
         url('/fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latolight';
    src: url('/fonts/Lato-Light-webfont.eot');
    src: url('/fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Light-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Light-webfont.woff') format('woff'),
         url('/fonts/Lato-Light-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('/fonts/Lato-Regular-webfont.eot');
    src: url('/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Lato-Regular-webfont.woff') format('woff'),
         url('/fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-size:18px;
	font-family: "latolight";
	
}
footer{

	position: fixed;
	bottom: 0;
	width: 100%;
}
p{
	margin:0px;
}
h1{
	margin-top:0px;
	font-family:'latolight';
	font-size:30px;
}
h2{
	margin-top:0px;
	font-family:'latolight';
	font-size:25px;
}
h1 b, h2 b{
	font-family: 'latoregular';
	font-weight:normal;
}
.help-block.with-errors{
	color:#FFF !important;
}
p b{
	font-family: 'latobold';
	font-weight:normal;
}
.navbar-default{
	background-color:white;
}
.relative{
	position:relative;
}
.fullSize{
	height:100%;
	width:100%;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fe5b4f;
	font-size:13px;
	text-transform:uppercase;
	font-family:"latobold";
	letter-spacing: 0.06rem;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	border-bottom:4px solid #fe5b4f;
	color: #fe5b4f;
}
.buttons{
	margin-top:10px;
	margin-bottom:10px;
}
.intro{
	font-size:50px;
	font-family:"latobold";
	text-align:left;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
}
.intro span{
	padding-bottom:70px;
	display:block;
}
.background-black-opacity-04{
/*	background:url(../img/pattern.png);*/
}
.background-cover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.textover { 
	color:#fff;
	/*position:absolute;
	z-index:12;
	top:45%;
	transform: translateY(-50%);
	left:0;*/
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
.not-on-mobile{
	display:block;
}
.navbar-brand, .navbar-nav li a {
  line-height: 42px;
  height: 71px;
  padding-top: 15px;
}
.navbar-toggle {
	margin-top:18px;
}
.background-blue{
	background: #ffedec;
	color: #333534;
}
.background-dark-blue{
	background: #fe5b4f;
  	color: #FFF;
}
.background-white{
	background: #FFF;
  	color: #333534;
}
.background-gradient{
	background: #E4EEF2;
	color: #333534;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE4EEF2');
	background-image: -webkit-linear-gradient( #FFF, #E4EEF2 300px, #E4EEF2 100%);
	background-image: linear-gradient( #FFF, #E4EEF2 300px, #E4EEF2 100%);
}
.background{
	padding-top:30px;
	/*padding-bottom:30px;*/
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:none;
	overflow: hidden !important;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.33333em;
  margin: 2px 0;
  padding: 7px 0 9px 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.overflowHidden {
  overflow: hidden;
}
.align-center{
	text-align:center;
}
.animationSection {
  overflow: hidden;
}
.fixAnim {
  max-width: 500px;
}
.btn.small>span {
  padding-left: 18px;
  padding-right: 18px;
}
.btn.mainbtn {
  background-color: #fe5b4f;
  color: white !important;
  border-color: #fe5b4f;
}
.btn.mainbtn:hover {
  background-color: #fe493e;
  color: white !important;
  border-color: #fe493e;
}
.btn.primaryCta {
  background-color: white;
  color: #fe5b4f !important;
  border-color: #fe5b4f;
}
.btn.secondaryCta {
  background-color: #fe5b4f;
  color: white !important;
  border-color: white;
   margin-bottom: 10px;
}
.btn.secondaryCta:hover {
  background-color: white;
  color: #fe5b4f !important;
  border-color: white;
  margin-bottom: 10px;
}
.btn>span {
  display: block;
  position: relative;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.btn .arrowUp, .btn .arrowDown, .btn .arrowNext {
  padding-left: 25px;
  padding-right: 52px;
}
.btn.focus, .btn:focus, .btn:hover {
  outline: none;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer {
  overflow: hidden;
  background: white;
  border-top: 6px solid #fe5b4f;
  color: #333;
}
footer a{
	text-decoration:none;
	color:black;
}
footer a:hover, footer a:focus{
	text-decoration:none;
	color:black;
}
.btn:hover {
  border-bottom-width: 4px;
  border-top-width: 4px;
  margin: 0;
  text-decoration: none;
}
.btn.primaryCta:hover {
	background-color:#fe493e;
	color:#FFF!important;
	border-color:#fe493e;
}
.margin-top-30{
	margin-top:30px;
}
.padding-top-70{
	padding-top:70px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 11px 7px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50%;
}
.navbar-default .navbar-toggle {
  border-color: #fe5b4f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fe5b4f;
}
textarea:focus, input:focus{
    outline: 0 !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:1px solid white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fe5b4f;
  border-bottom:4px solid #fe5b4f;
  background:white;
}
.background-image-request-demo{
/*	background-image: url(../img/artemide_slide.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;*/

	color:#fff;
  /*min-height:800px;*/
}
label{
	font-weight:normal;
	font-size:14px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: white;
}
.reg{
	font-size:14px;
	vertical-align: baseline;
}
#main{
	margin-top:71px;
}
.horizontalAlignCenterDesktop {
	text-align: center;
}
.horizontalAlignCenterDesktop img{
	margin:auto;
}
@media only screen and (max-width: 767px)
{
	#main{
		margin-top:53px;
	}
	.intro{
		font-size:25px;
	}
	.intro span{
		font-size:15px;
	}
	.not-on-mobile {
	  display: none !important;
	}
	.unit5Mobile {
	  width: 41.66667%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit6Mobile {
	  width: 50%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit7Mobile {
	  width: 58.33333%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit12Mobile{
		margin-top:20px;
		width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.imageFluid {
	  display: block;
	  width: 100%;
	  height: auto;
	}
	.noMobile {
	  display: none !important;
	}
	.navbar-brand, .navbar-nav li a {
	  line-height: 37px;
	  height: 53px;
	  padding-top: 8px;
	}
	.navbar-toggle {
		margin-top:7px;
	}
	.navbar-nav {
	  margin: 0px -15px;
	}
	#trdmark{
		position:static !important;
		display:block;
	}
	.fixAnim {
	  max-width: 100% !important;
	}
}
@media only screen and (min-width: 768px)
{
	.unit2 {
	  width: 16.66667%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit4 {
	  width: 33.33333%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit6 {
	  width: 50%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.unit8 {
	  width: 66.66667%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	}
	.imageFluidDesktop {
	  display: block;
	  width: 100%;
	  height: auto;
	}
	.animation {
	  position: relative;
	  opacity:0;
	}
	.animated {
	  -webkit-animation-duration: 0.7s;
	  animation-duration: 0.7s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
	.fixAnim {
	  max-width: none;
	}
	.btn {
	  border-width: 4px;
	  font-size: 16px;
	  line-height: 16px;
	  margin: 0px;
	  max-width: none;
	  padding: 9px 0 11px;
	  width: auto;
	}
	.btn.small {
	  font-size: 1em;
	  line-height: 1.25em;
	  padding: 5px 0 7px;
	}
	.btn span {
	  display: block;
	}
	.btn:hover {
	  border-width: 4px;
	  margin: 0;
	}
	.btn:active {
	  border-width: 2px;
	  margin: 2px;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px)
{
	.noTablet {
	  display: none !important;
	}
}
@media only screen and (min-width: 1024px)
{
	.noDesktop {
	  display: none !important;
	}
}
@media only screen and (max-width: 1024px)
{
	.navbar-default .navbar-nav>li>a {
	  font-size: 10px !important;
	}
/*  .background-image-request-demo {
    min-height: auto;
  }*/
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}