/* slidebars */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* primary */
html,
body {
  height: 100%;
  background-color: #333333;
  position: relative;
}
body {
  font-family: 'Muli',arial,sans-serif;
}
/* misc */
.text-green {
  color: #6D9606 !important;
}
.text-red {
  color: #B10F0F !important;
}
.text-yellow {
  color: #C5B502 !important;
}
.required {
  display: none;
}
.number {
  padding: 5px 0;
}
.number a {
  color: #000000;
  text-decoration: underline;
}
.number a:hover,
.number a:focus {
  text-decoration: none;
  color: #000000;
}
.number b {
  font-weight: normal;
  width: 60px;
  display: inline-block;
}
.help .row div {
  text-align: center;
}
.help h3 {
  color: #cccccc;
}
.help .row div:hover {
  background: -webkit-radial-gradient(rgba(255,255,255,0.5),transparent 115px);
  background: -moz-radial-gradient(rgba(255,255,255,0.5),transparent 115px);
  background: -ms-radial-gradient(rgba(255,255,255,0.5),transparent 115px);
  background: -o-radial-gradient(rgba(255,255,255,0.5),transparent 115px);
  background: radial-gradient(rgba(255,255,255,0.5),transparent 115px);
}
.help .row div:hover h3 {
  color: #FFDF47;
}
@media(max-width:768px){
  .help {
    display: none;
  }
}
header {
  padding: 15px 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(#ffffff,transparent);
  background: -moz-linear-gradient(#ffffff,transparent);
  background: -ms-linear-gradient(#ffffff,transparent);
  background: -o-linear-gradient(#ffffff,transparent);
  background: linear-gradient(#ffffff,transparent);
}
header.sub {
  background: transparent;
  background: -webkit-linear-gradient(#BCE749,transparent);
  background: -moz-linear-gradient(#BCE749,transparent);
  background: -ms-linear-gradient(#BCE749,transparent);
  background: -o-linear-gradient(#BCE749,transparent);
  background: linear-gradient(#BCE749,transparent);
}
header img {
  max-width: 150px
}
header nav {
  float: right;
  position: relative;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
header nav li {
  display: inline-block;
  margin-left: 5px;
}
header nav li.parent a:after {
  font-family: 'Ionicons';
  content: '\f123';
  margin-left: 5px;
}
header nav li a {
  padding: 10px 20px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header nav li a:hover,
header nav li a:focus {
  color: #000000;
  text-decoration: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
header nav li.parent a {
  background-color: transparent;
  box-shadow: none;
}
header nav li.parent:hover > a {
  padding-bottom: 25px;
}
header nav li.active a {
  background: #FFF10F;
  background: -webkit-linear-gradient(#FFF990,#FFF10F);
  background: -moz-linear-gradient(#FFF990,#FFF10F);
  background: -ms-linear-gradient(#FFF990,#FFF10F);
  background: -o-linear-gradient(#FFF990,#FFF10F);
  background: linear-gradient(#FFF990,#FFF10F);
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  -webkit-transition: 0.5s box-shadow ease;
  -moz-transition: 0.5s box-shadow ease;
  transition: 0.5s box-shadow ease;
}
header nav li.active a:hover,
header nav li.active a:focus {
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
header nav .mobile {
  display: none;
}
@media(max-width:768px){
  header nav ul {
    display: none;
  }
  header nav .mobile {
    display: block;
    font-size: 48px;
    margin-top: -15px;
  }
}
header nav li.dropdown:hover .products-menu {
  opacity: 100;
  filter: alpha(opacity=100);
  pointer-events: all;
}
/* mobile */
#mobile {
  background-color: #1E1E1E;
}
#mobile .list-group-item {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #B0E629;
  font-size: 16px;
  padding: 20px;
  border-bottom: 1px solid #555555;
}
#mobile .list-group-item i {
  font-size: 21px;
  float: right;
  color: #ffffff;
}
#mobile-sub .list-group-item {
  background-color: #000000;
  color: #dddddd;
}
.products-menu.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  display: block;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.products-menu span {
  width: 375px;
  height: 50px;
  display: block;
  position: relative;
  margin-top: -50px;
}
.products-menu span b {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  bottom: 0;
  right: 45px;
}
.products-menu {
  border: none;
  margin-top: -10px;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
  width: 650px;
  padding: 0;
}
.parent .products-menu a:after {
  content: '';
}
.products-menu li {
  float: left;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 25%;
}
.products-menu li.active a {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#FCF695);
  background: -moz-linear-gradient(#ffffff,#FCF695);
  background: -ms-linear-gradient(#ffffff,#FCF695);
  background: -o-linear-gradient(#ffffff,#FCF695);
  background: linear-gradient(#ffffff,#FCF695);
  box-shadow: none;
  color: #000000;
}
.products-menu li.active a:hover,
.products-menu li.active a:focus {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#F2E73E);
  background: -moz-linear-gradient(#ffffff,#F2E73E);
  background: -ms-linear-gradient(#ffffff,#F2E73E);
  background: -o-linear-gradient(#ffffff,#F2E73E);
  background: linear-gradient(#ffffff,#F2E73E);
  box-shadow: none;
  color: #000000;
}
.products-menu li img {
  display: inline-block;
  margin: 0 auto 10px auto;
  border-bottom: 1px solid transparent;
  height: 100px;
}
.products-menu li i {
  display: block;
  font-style: normal;
}
.products-menu li img.border {
  border-color: #dddddd;
}
.products-menu li a {
  padding: 15px 15px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products-menu li a:hover {
  box-shadow: none;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff,#f1f1f1);
  background: -moz-linear-gradient(#ffffff,#f1f1f1);
  background: -ms-linear-gradient(#ffffff,#f1f1f1);
  background: -o-linear-gradient(#ffffff,#f1f1f1);
  background: linear-gradient(#ffffff,#f1f1f1);
}
.products-menu li.active:first-child a,
.products-menu li:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.products-menu li.active:last-child a,
.products-menu li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
/* grid */
.grid {
  display: table;
  width: 100%;
  position: relative;
}
.grid > div {
  display: table-cell;
}
.grid.reverse {
  direction: rtl;
}
.grid.reverse > div {
  direction: ltr;
}
.grid > div.cell-50 {
  width: 50%;
}
.grid > div.cell-33 {
  width: 33.33%;
}
.grid > div.cell-66 {
  width: 66.67%;
}
.grid > div.top {
  vertical-align: top;
}
.grid > div.bottom {
  vertical-align: bottom;
}
@media(max-width:900px){
  .grid > div.cell-50 {
    display: block;
    width: 100%;
  }
}
/* hero */
.carousel .item {
  z-index: 0;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
ol.carousel-indicators li,
ol.carousel-indicators li.active {
  background: rgba(0,0,0,0.25);
  border: 0;
  width: 60px;
  margin: 0 5px;
  height: 8px;
  border-radius: 0px;
}
ol.carousel-indicators li.active {
  background: #555;
}
.hero {
  padding: 150px 0 80px 0;
  background: url('bg/winter-parking-bg.jpg') center center no-repeat #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hero h1 {
  font-size: 42px;
  margin-top: 0;
}
.hero h2 {
  margin: 15px 0 30px 0;
  font-size: 32px;
  color: #557203;
}
.hero p {
  line-height: 30px;
  font-size: 18px;
}
.hero .button {
  background: #FFF10F;
  background: -webkit-linear-gradient(#FFF990,#FFF10F);
  background: -moz-linear-gradient(#FFF990,#FFF10F);
  background: -ms-linear-gradient(#FFF990,#FFF10F);
  background: -o-linear-gradient(#FFF990,#FFF10F);
  background: linear-gradient(#FFF990,#FFF10F);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  padding: 15px 30px;
  margin-top: 15px;
  font-size: 18px;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
@media(min-width:768px){
  .hero .button.buy-now {
    margin-left: 20px;
  }
}
.hero .button:hover {
  background: #FFF10F;
  text-decoration: none;
}
.hero .button:focus {
  -webkit-box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
  box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
}
.hero .phone {
  color: #000000;
  font-size: 21px;
  display: inline-block;
}
.hero .phone:before {
  font-family: 'Ionicons';
  content: '\f2d2';
  font-size: 28px;
  margin-top: -2px;
  float: left;
  margin-right: 10px;
  color: #555555;
  margin-left: 30px;
}
.hero .phone:hover,
.hero .phone:focus {
  text-decoration: none;
  color: #68880E;
}
.hero .phone:hover:before {
  color: #84AD11;
}
/* leds */
.hero .left-led {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  animation: left-led-blink 2s infinite;
}
.hero .right-led {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: right-led-blink 2s infinite;
}
.right-led.green,
.left-led.green {
  background-color: #86C831;
}
@media(max-width:990px){
  .left-led,
  .right-led {
    display: none;
  }
}
@media(max-width:768px){
  .hero {
    padding-top: 100px;
  }
  .hero img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 26px;
  }
}
@media(max-width:468px){
  .hero .button {
    display: block;
    text-align: center;
    max-width: 225px;
    margin: 30px auto 0 auto;
  }
  .hero .phone {
    display: block;
    width: 225px;
    margin: 30px auto 0 auto;
  }
  .hero .phone:before {
    margin-left: 15px;
  }
}
/* coords */
.hero .coord-2,
.hero .coord-1 {
  float: left;
  position: absolute;
  z-index: 5;
}
.hero .coord-1 {
  margin-left: 78px;
  margin-top: 56px;
}
.hero .coord-2 {
  margin-left: 240px;
  margin-top: 33px;
}
@media(max-width:1199px){
  .hero .coord-1 {
    margin-left: 60px;
    margin-top: 42px;
  }
  .hero .coord-2 {
    margin-left: 192px;
    margin-top: 24px;
  }
  .hero .right-led {
  }
}
/* buttons */
.btn-black,
.btn-white,
.btn-yellow {
  background: #FFF10F;
  background: -webkit-linear-gradient(#FFF990,#FFF10F);
  background: -moz-linear-gradient(#FFF990,#FFF10F);
  background: -ms-linear-gradient(#FFF990,#FFF10F);
  background: -o-linear-gradient(#FFF990,#FFF10F);
  background: linear-gradient(#FFF990,#FFF10F);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000 !important;
  text-decoration: none !important;
  padding: 15px 30px;
  margin-top: 15px;
  font-size: 18px;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.btn-yellow:hover {
  background: #FFF10F;
  text-decoration: none;
}
.btn-yellow:focus {
  -webkit-box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
  box-shadow: inset 0 3px 15px rgba(0,0,0,0.25);
}
.btn-black {
  background: #333333;
  background: -webkit-linear-gradient(#333333,#555555);
  background: -moz-linear-gradient(#333333,#555555);
  background: -ms-linear-gradient(#333333,#555555);
  background: -o-linear-gradient(#333333,#555555);
  background: linear-gradient(#333333,#555555);
  color: #FFF10F !important;
}
.btn-yellow.med {
  padding: 10px 20px;
}
.btn-yellow.sm {
  padding: 5px 10px;
  font-size: 14px;
}
.btn-white {
  background: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 7px;
}
.btn-white-round {
  background-color: rgba(0,0,0,0.12);
  padding: 10px;
  font-size: 18px;
  color: #000000 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* sections */
section {
  padding: 30px 0;
}
section.experience,
section.attention {
  background-color: #ffffff;
}
section.experience p,
section.attention p {
  font-size: 18px;
  line-height: 30px;
}
section.attention i {
  display: inline-block;
  font-size: 28px;
  margin: 5px 20px 0 0;
  color: #980D0D;
  background: #FFC6C6;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
section.attention a {
  color: #000000;
  text-decoration: underline;
}
section.attention a:hover,
section.attention a:focus {
  text-decoration: none;
  color: #000000;
}
section.experience {
  padding: 15px 0;
  background: -webkit-linear-gradient(right, #FFF98F, #ffffff);
  background: -o-linear-gradient(right, #FFF98F, #ffffff);
  background: linear-gradient(to left, #FFF98F, #ffffff);
}
section.experience p {
  margin: 0;
}
section.experience .grid {
  display: table;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
section.experience .grid > div {
  display: table-cell;
  vertical-align: middle;
}
section.experience .grid > div:first-child {
  padding-right: 15px;
}
section.experience .grid > div i {
  font-size: 56px;
  color: rgba(0,0,0,0.5);
  background:-moz-linear-gradient(top, #B3EE16 0%, #87B609 100%);
  background: -webkit-linear-gradient(top, #B3EE16 0%,#87B609 100%);
  background: linear-gradient(to bottom, #B3EE16 0%,#87B609 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color:transparent;
}
section.experience span {
  padding: 0 0 8px;
  display: inline-block;
  font-weight: 900;
  position: relative;
}
section.experience span::before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 8px;
  width: 120px;
  height: 6px;
  transform: skew(-12deg) translateX(-50%);
  background: rgba(187,169,15,0.45);
  z-index: 1;
}
section.green {
  background: #A6D32E;
  color: #000000;
}
section.press-release i {
  display: inline-block;
  font-size: 28px;
  margin: 5px 20px 0 0;
  color: #333333;
  background: #a6d32e;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
section.green-grad {
  background: #BFE850;
  background: -webkit-linear-gradient(#BFE850,#A6D32E);
  background: -moz-linear-gradient(#BFE850,#A6D32E);
  background: -ms-linear-gradient(#BFE850,#A6D32E);
  background: -o-linear-gradient(#BFE850,#A6D32E);
  background: linear-gradient(#BFE850,#CEEF74);
  color: #344800;
  padding: 30px 0 0 0;
}
section.green-grad hr {
  border-color: #71980B;
}
section.blue-light-grad {
  background: #ffffff;
  background: -webkit-linear-gradient(#E2F4FF,#ffffff);
  background: -moz-linear-gradient(#E2F4FF,#ffffff);
  background: -ms-linear-gradient(#E2F4FF,#ffffff);
  background: -o-linear-gradient(#E2F4FF,#ffffff);
  background: linear-gradient(#E2F4FF,#ffffff);
  color: #03446E;
  padding: 30px 0 30px 0;
}
section.blue-light-grad table {
  background-color: #ffffff;
  color: #000000;
  margin: 30px 0;
  width: 100%;
  box-shadow: 1px 5px 15px rgba(0,47,44,0.1);
}
section.blue-light-grad table tr td {
  padding: 10px;
  border: 1px solid #B2D6ED;
}
section.blue-light-grad table tr:nth-child(odd) td {
  background-color: #EFF6FB;
}
section.blue-light-grad p {
  line-height: 25px;
}
section.blue-light-grad h3 {
  text-align: center;
}
section.blue-light-grad h4 {
  margin: 20px 0;
}
section.dark-green {
  background: #486100;
  background: -webkit-linear-gradient(#486100 250px,#71980B 420px);
  background: -moz-linear-gradient(#486100 250px,#71980B 420px);
  background: -ms-linear-gradient(#486100 250px,#71980B 420px);
  background: -o-linear-gradient(#486100 250px,#71980B 420px);
  background: linear-gradient(#486100 250px,#71980B 420px);
  color: #ffffff;
}
section.not-found {
  text-align: center;
}
section.not-found i {
  display: block;
  font-size: 128px;
  color: #cccccc;
}
section.white {
  background: #ffffff;
  background: -webkit-inear-gradient(#f1f1f1,#f9f9f9);
  background: -moz-linear-gradient(#f1f1f1,#f9f9f9);
  background: -ms-linear-gradient(#f1f1f1,#f9f9f9);
  background: -o-linear-gradient(#f1f1f1,#f9f9f9);
  background: linear-gradient(#f1f1f1,#f9f9f9);
  position: relative;
}
section.white a {
  color: #000000;
  text-decoration: underline;
}
section.white a:hover,
section.white a:focus {
  text-decoration: none;
  color: #000000;
}
section.white.npb {
  padding-bottom: 0;
}
section.white h2 {
  margin: 0 0 30px 0;
  font-size: 28px;
}
section.white.product h2 {
  color: #6793DD;
}
section.white.product h3 {
  color: #999999;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 30px;
}
section.parking-lot {
  background: url('//www.iplc.com/css/images/parking-lot-bg.jpg') no-repeat center center #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 100px 0;
}
section.parking-lot h2 {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 35px;
}
section.parking-lot h1 {
  margin-bottom: 30px !important;
  text-shadow: 1px 1px #000000;
}
section.parking-lot h3 {
  font-size: 18px;
  max-width: 700px;
  margin: 15px auto;
  text-shadow: 1px 1px #000000;
}
section.parking-lot .actions li {
	font-size: 18px;
	display: inline-block;
	border-right: 1px solid #999999;
	padding: 0 10px;
}
section.parking-lot .actions li:last-child {
	border: none;
}
section.parking-lot .actions li a {
	color: #ffffff;
}
section.parking-lot .actions i {
	font-size: 21px;
	padding-right: 5px;
	color: #cccccc;
}
section.blue-grad {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#D7F0FF);
  background: -moz-linear-gradient(#ffffff,#D7F0FF);
  background: -ms-linear-gradient(#ffffff,#D7F0FF);
  background: -o-linear-gradient(#ffffff,#D7F0FF);
  background: linear-gradient(#ffffff,#D7F0FF);
}
section.blue-grad .icons {
  margin-bottom: 30px;
}
section.blue-grad a {
  color: #054F7A;
  text-decoration: underline;
}
section.blue-grad a:hover,
section.blue-grad a:focus {
  text-decoration: none;
}
section.blue-grad .icons i {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #00629B;
  padding: 15px 0;
}
section.blue-grad .icons h4 {
  text-align: center;
  margin-bottom: 30px;
}
section.blue-grad h3 {
  text-align: center;
  margin-bottom: 30px;
}
section.blue-grad p {
  line-height: 30px;
}
section.blank {
  background: #ffffff;
}
section.blank h3 {
  text-align: center;
  margin-bottom: 30px;
}
section.blank h4 {
  margin-bottom: 20px;
}
section.blank p {
  line-height: 25px;
}
section.blank ol li {
  padding-bottom: 15px;
}
section.blank ul {
  margin-top: 15px;
}
section.blank a {
  color: #000000;
  text-decoration: underline;
}
section.blank a:hover,
section.blank a:focus {
  color: #000000;
  text-decoration: none;
}
section.poly-bg {
  background: url('bg/polyg-bg.png') #ffffff;
  padding: 0;
}
section.poly {
  background: url('bg/polyg-bg.png') #ffffff;
  padding: 0;
}
section.poly h3 {
  text-align: center;
  font-size: 28px;
}
section.poly hr {
  border-color: #999999;
  width: 100px;
}
section.white-grad {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#f1f1f1);
  background: -moz-linear-gradient(#ffffff,#f1f1f1);
  background: -o-linear-gradient(#ffffff,#f1f1f1);
  background: linear-gradient(#ffffff,#f1f1f1);
}
.white-grad-min,
.white-grad {
  background: transparent;
  background: -webkit-linear-gradient(transparent,#ffffff 85%);
  background: -moz-linear-gradient(transparent,#ffffff 85%);
  background: -o-linear-gradient(transparent,#ffffff 85%);
  background: linear-gradient(transparent,#ffffff 85%);
  padding: 30px 0;
}
.white-grad-min {
  background: transparent;
  background: -webkit-linear-gradient(transparent,rgba(255,255,255,0.5) 95%);
  background: -moz-linear-gradient(transparent,rgba(255,255,255,0.5) 95%);
  background: -o-linear-gradient(transparent,rgba(255,255,255,0.5) 95%);
  background: linear-gradient(transparent,rgba(255,255,255,0.5) 95%);
  padding: 30px 0 60px 0;
}
section.dark-grey-grad {
  background: #333333;
  background: -webkit-linear-gradient(#000000,#333333);
  background: -moz-linear-gradient(#000000,#333333);
  background: -ms-linear-gradient(#000000,#333333);
  background: -o-linear-gradient(#000000,#333333);
  background: linear-gradient(#000000,#333333);
  color: #ffffff;
}
section.center h3 {
   text-align: center;
   font-size: 28px;
}
section.center h4 {
  text-align: center;
  font-size: 28px;
  margin-top: 60px;
}
section.center hr {
  max-width: 100px;
}
section.tour {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  position: relative;
}
section.tour nav {
  text-align: center;
  margin-bottom: 50px;
}
section.tour nav ul.affix,
section.tour nav ul.affix-top {
  background-color: #000;
}
section.tour nav ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
section.tour nav li {
  display: inline-block;
}
section.tour nav li a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  color: #555555;
  border: 1px solid transparent;
  text-decoration: underline;
}
section.tour nav li a:hover {
  text-decoration: none;
}
@media(max-width:468px){
  section.tour nav li a span {
    display: none;
  }
}
section.tour nav li a:hover,
section.tour nav li.active a {
  background: #FFF112;
  background: -webkit-linear-gradient(#FFF98D,#FFF112);
  background: -moz-linear-gradient(#FFF98D,#FFF112);
  background: -o-linear-gradient(#FFF98D,#FFF112);
  background: linear-gradient(#FFF98D,#FFF112);
  color: #000000;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 5px 8px rgba(0,0,0,0.15);
  box-shadow: 0 5px 8px rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section.tour nav li.active a:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  z-index: 3;
  width: 10px;
  height: 10px;
  margin-bottom: -20px;
}
section.report {
  padding: 60px 0 0 0;
}
section.report h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
}
section.report h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #FFF21D;
}
section.report p {
  font-size: 18px;
  line-height: 30px;
}
section.report #savingsReport {
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
section.logos {
  text-align: center;
}
section.logos h3 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #3C5003;
  font-size: 18px;
}
section.logos .companies {
  padding: 15px 0;
}
section.logos .companies > div {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFF88D;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.55);
}
section.logos img {
  max-height: 50px;
  margin: 0 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
section.dark-green a {
  color: #ffffff;
  text-decoration: underline;
}
section.dark-green a:hover,
section.dark-green a:focus {
  text-decoration: none;
  color: #ffffff;
}
section.dark-green .lg {
  font-size: 18px;
  margin-left: 30px;
}
section.sub {
  padding: 100px 0 50px 0;
  text-align: center;
}
section.sub.small {
  padding-bottom: 0;
}
section.parking-lot h1,
section.sub h1 {
  max-width: 600px;
  margin: 0 auto;
}
section.yellow-grad {
  background: #FFF116;
  background: -webkit-linear-gradient(#FFF116 500px,#333333 500px);
  background: -moz-linear-gradient(#FFF116 500px,#333333 500px);
  background: -ms-linear-gradient(#FFF116 500px,#333333 500px);
  background: -o-linear-gradient(#FFF116 500px,#333333 500px);
  background: linear-gradient(#FFF116 500px,#333333 500px);
}
section.yellow-grad h3 {
  margin-bottom: 40px;
}
@media(max-width:768px){
  section.dark-green {
    background: #486100;
  }
  section.report .graph {
    display: none;
  }
  section.logos img {
    max-height: 35px;
    margin: 15px 10px;
  }
}
.view-product {
  background: #ffffff;
  background: -webkit-linear-gradient(transparent,#ffffff 350px);
  background: -moz-linear-gradient(transparent,#ffffff 350px);
  background: -ms-linear-gradient(transparent,#ffffff 350px);
  background: -o-linear-gradient(transparent,#ffffff 350px);
  background: linear-gradient(transparent,#ffffff 350px);
  padding: 30px 0;
}
.view-product h2 {
  margin-bottom: 10px;
  color: #555555;
}
.view-product h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 20px;
  color: #999;
}
.view-product p {
  line-height: 30px;
  font-size: 16px;
}
.view-product h3.how {
  text-align: center;
  font-size: 24px;
  color: #555555;
  margin: 30px 0;
}
.view-product .unit {
  margin: 0 auto 30px auto;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.view-product .unit.ip3 {
  border-bottom: 1px solid #dddddd;
}
.view-product .icons {
  margin-bottom: 30px;
}
.view-product .icons img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  margin: 0 auto 30px auto;
  border: 1px solid #dddddd;
  display: block;
  margin-top: 30px;
}
.view-product .icons i {
  font-size: 80px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  line-height: 125px;
  height: 125px;
}
.view-product .icons i.small {
  font-size: 60px;
}
.view-product .icons i.green {
  color: #95C21C;
}
.view-product .icons i.red {
  color: #E12828;
}
.view-product .icons i.grey {
  color: #999999;
}
.view-product .icons h4 {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.view-product .icons.nmw h4 {
  max-width: none;
}
.view-product .phone {
  font-size: 18px;
  padding: 15px;
  display: inline-block;
}
.view-product .phone:before {
  font-family: 'Ionicons';
  content: '\f2d2';
  font-size: 24px;
  margin-top: -2px;
  float: left;
  margin-right: 10px;
  color: #555555;
  margin-left: 15px;
}
.view-product .phone,
.view-product .icons p a {
  text-decoration: underline;
  color: #000000;
}
.view-product .phone:hover,
.view-product .phone:focus,
.view-product .icons p a:hover,
.view-product .icons p a:focus {
  text-decoration: none;
  color: #000000;
}
.view-product hr {
  border-color: #dddddd;
  max-width: 600px;
  margin: 50px auto;
}
.view-product .family {
  margin-bottom: 30px;
}
.view-product .family h3 {
  font-size: 24px;
  color: #555555;
}
.view-product .family a {
  color: #000000;
  text-decoration: underline;
}
.view-product .family a:hover,
.view-product .family a:focus {
  color: #000000;
  text-decoration: none;
}
@media(max-width:768px){
  .view-product hr {
    margin-bottom: 10px;
  }
  .view-product .family h3 {
    margin-top: 30px;
  }
}
@media(max-width:468px){
  .view-product .btn-yellow {
    display: block;
    text-align: center;
    max-width: 225px;
    margin: 30px auto 0 auto;
  }
  .view-product .phone {
    display: block;
    width: 225px;
    margin: 30px auto 0 auto;
  }
  .view-product .phone:before {
    margin-left: 15px;
  }
}
/* icons */
.center .icons span {
  background-color: rgba(255,255,255,0.85);
  display: block;
  padding: 30px 15px;
  height: 450px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.center .icons i.red {
  color: #E60000;
}
.center .icons i.green {
  color: #73BE11;
}
.center .icons i.blue {
  color: #0090FF;
}
.center .icons i {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 78px;
}
.center .icons h4 {
  font-size: 21px;
  margin: 15px 0 30px 0;
}
.center .icons p {
  line-height: 25px;
  font-size: 16px;
}
@media(max-width:970px){
  .center .icons span {
    height: 590px;
  }
}
@media(max-width:768px){
  .center .icons span {
    height: auto;
    margin-bottom: 15px;
  }
  .center .icons h4 {
    margin-top: 0;
  }
}
/* tab nav */
.tab-nav {
  background-color: #ffffff;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}
.tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-nav li {
  display: inline-block;
}
.tab-nav li:last-child {
  margin-right: 15px;
}
.tab-nav li.active a {
  background-color: #E9F9BD;
}
.tab-nav li.active a:focus {
  text-decoration: none;
}
.tab-nav li a {
  display: block;
  padding: 15px 20px;
  color: #000000;
  font-size: 16px;
}
.tab-content {
  background: #ffffff;
  background: -webkit-linear-gradient(#E9F9BD,#ffffff 150px);
  background: -moz-linear-gradient(#E9F9BD,#ffffff 150px);
  background: -ms-linear-gradient(#E9F9BD,#ffffff 150px);
  background: -o-linear-gradient(#E9F9BD,#ffffff 150px);
  background: linear-gradient(#E9F9BD,#ffffff 150px);
}
.tab-content .tab-pane {
  padding: 30px 0;
}
.tab-content h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #719709;
}
.tab-content h5 {
  font-size: 21px;
  margin: 30px 0 15px 0;
  color: #555555;
}
.tab-content h6 {
  font-size: 16px;
}
.tab-content .panel h4 {
  margin-bottom: 0;
}
.tab-content .panel h5 {
  margin: 15px 0 30px 0;
}
.tab-content a {
  color: #000000;
  text-decoration: underline;
}
.tab-content a:hover,
.tab-content a:focus {
  text-decoration: none;
}
.spec {
  border: 1px solid #dddddd;
}
.spec tr td {
  padding: 15px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}
.spec tr td:first-child {
  background-color: #f9f9f9;
  border-right: 1px solid #dddddd;
  width: 150px;
}
/* help */
.help-q {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-q li {
  padding: 15px 0;
}
.help-q li:before {
  font-family: 'Ionicons';
  content: '\f445';
  margin: -10px 10px 0 0;
  font-size: 28px;
  float: left;
  margin-top: -10px;
}
/* form */
.form-control {
  background-color: #f9f9f9;
  border-radius: 0;
}
.control-label {
  font-weight: normal;
}
.form-horizontal {
  margin-top: 30px;
}
/* video */
.video {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  margin-bottom: 30px;
}
.video .image {
  background: #567700;
  text-align: center;
  display: block;
}
.video .body h3 {
  margin-top: 0;
  font-size: 21px;
}
.video .body {
  padding: 15px;
}
/* panels */
.panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  box-shadow: 0 8px 12px rgba(0,0,0,0.10);
  margin-bottom: 30px;
}
.panel-yellow {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff 40%,#FCFBCC);
  background: -moz-linear-gradient(#ffffff 40%,#FCFBCC);
  background: -ms-linear-gradient(#ffffff 40%,#FCFBCC);
  background: -o-linear-gradient(#ffffff 40%,#FCFBCC);
  background: linear-gradient(#ffffff 40%,#FCFBCC);
}
.panel-yellow a {
  color: #000000;
  text-decoration: underline;
}
.panel-yellow a:hover,
.panel-yellow a:focus {
  color: #000000;
  text-decoration: none;
}
.panel-default .panel-footer {
  padding-bottom: 0;
}
.panel-default .panel-footer h4 {
  margin: 10px 0 20px 0;
}
.panel-blue {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#E6EFFF);
  background: -moz-linear-gradient(#ffffff,#E6EFFF);
  background: -ms-linear-gradient(#ffffff,#E6EFFF);
  background: -o-linear-gradient(#ffffff,#E6EFFF);
  background: linear-gradient(#ffffff,#E6EFFF);
}
.panel-map .map {
  background: url('bg/map-bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 150px;
}
.panel-default h3 {
  font-size: 21px;
  color: #537101;
  margin-top: 0;
}
.panel-default a {
  color: #000000;
  text-decoration: underline;
}
.panel-default a:hover,
.panel-default a:focus {
  text-decoration: none;
  color: #000000;
}
.panel h4 {
  margin-top: 0;
  font-size: 18px;
}
.panel h5 {
  font-size: 16px;
  margin-bottom: 30px;
  color: #339933;
}
.panel-blue h4 {
  color: #3B6AB9 !important;
}
.panel-blue .check-list li:before {
  color: #568DE8;
}
.panel-files {
  box-shadow: none;
}
.panel-files .list-group-item {
  padding: 20px 0;
}
.panel-files .list-group-item p {
  margin-bottom: 0;
}
.panel-files .btn i {
  float: left;
  display: inline-block;
  background: rgba(0,0,0,0.10);
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.panel-files .btn-yellow {
  font-size: 14px !important;
}
.panel-grey {
  background: #f9f9f9;
}
.panel-report .panel-heading,
.panel-grey .panel-heading {
  background: #DFF5A3;
  background: -webkit-linear-gradient(#DFF5A3,#E8F9B9);
  background: -moz-linear-gradient(#DFF5A3,#E8F9B9);
  background: -ms-linear-gradient(#DFF5A3,#E8F9B9);
  background: -o-linear-gradient(#DFF5A3,#E8F9B9);
  background: linear-gradient(#DFF5A3,#E8F9B9);
  padding: 15px;
  color: #394E00;
}
.panel-grey .panel-body {
  background-color: #ffffff;
}
.panel-grey .panel-footer {
  background: #FFF110;
  background: -webkit-linear-gradient(#FFF98F,#FFF110);
  background: -moz-linear-gradient(#FFF98F,#FFF110);
  background: -ms-linear-gradient(#FFF98F,#FFF110);
  background: -o-linear-gradient(#FFF98F,#FFF110);
  background: linear-gradient(#FFF98F,#FFF110);
  border-top: 0;
  padding: 30px;
}
.panel-grey .panel-footer .btn-default {
  background-color: #E4DB33;
  border: none;
  padding: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.panel-report .panel-footer {
  text-align: center;
  padding: 0 0 15px 0;
  border-top: none;
  background-color: #f8f8f8;
}
.panel-report h5 {
  font-size: 14px;
  color: #000000;
  margin: 15px 0;
}
.panel-report .small {
  font-size: 12px;
  margin: 10px 0;
  color: #555555;
}
.panel-report .form-group {
  border-bottom: 1px solid #dddddd;
}
.panel-report .form-group:last-child {
  border-bottom: 0;
}
.panel-report .control-label {
  color: #59A508;
  font-size: 18px;
}
.panel-report .form-horizontal {
  margin: 0;
}
.panel-report h4,
.panel-grey h4 {
  margin: 0;
}
.label {
  background: #FFF10F;
  background: -webkit-linear-gradient(#FFF990,#FFF10F);
  background: -moz-linear-gradient(#FFF990,#FFF10F);
  background: -ms-linear-gradient(#FFF990,#FFF10F);
  background: -o-linear-gradient(#FFF990,#FFF10F);
  background: linear-gradient(#FFF990,#FFF10F);
  color: #000000;
  font-weight: normal;
  width: 50px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}
/* lists */
.check-list {
  list-style: none;
  margin: 20px 0 0 0;
}
.check-list li {
  padding-bottom: 10px;
}
.check-list li:before {
  font-family: 'Ionicons';
  content: '\f122';
  font-size: 18px;
  float: left;
  margin: 0 0 0 -30px;
}
/* nav */
.breadcrumb {
  background-color: #DFF5A3;
  border: none;
  border-radius: 0;
  margin: 0;
  color: #394E00;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  padding: 10px 7px 7px 7px;
}
.breadcrumb li:before {
  font-family: 'Ionicons';
  content: '\f3d3';
  margin-right: 15px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  color: #394E00;
  text-decoration: underline;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  text-decoration: none;
  color: #000000;
}
@media(max-width:468px){
  .breadcrumb {
    display: none;
  }
}
/* misc */
.document {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#dddddd);
  background: -moz-linear-gradient(#ffffff,#dddddd);
  background: -ms-linear-gradient(#ffffff,#dddddd);
  background: -o-linear-gradient(#ffffff,#dddddd);
  background: linear-gradient(#ffffff,#dddddd);
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
  /* box-shadow: 5px 5px 20px rgba(0,0,0,0.5); */
}
.document.view {
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#dddddd);
  background: -moz-linear-gradient(#ffffff,#dddddd);
  background: -ms-linear-gradient(#ffffff,#dddddd);
  background: -o-linear-gradient(#ffffff,#dddddd);
  background: linear-gradient(#ffffff,#f1f1f1 98%,#cccccc);
  position: relative;
  margin: 0 auto;
  color: #000000;
  padding-top: 30px;
  /* box-shadow: 5px 5px 20px rgba(0,0,0,0.5); */
}
.document span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-left: 60px solid #ffffff;
  border-top: 60px solid #486100;
  -webkit-box-shadow: -7px 5px 10px rgba(0,0,0,0.07);
  -moz-box-shadow: -7px 5px 10px rgba(0,0,0,0.07);
  box-shadow: -7px 5px 10px rgba(0,0,0,0.07);
}
.document .heading {
  padding: 15px 30px 0 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.document .heading h5 {
  color: #333333;
  font-size: 24px;
}
.document.view .heading {
  padding-top: 0;
}
.document.view .heading h4 {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.document .body {
  padding: 0 15px 15px 15px;
}
.document .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document .body li {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 15px;
  font-size: 16px;
  color: #000000;
}
.document .body li:first-child {
  border-top: 0;
}
.document .report-summary {
  background: #F3FED7;
  background: -webkit-linear-gradient(#F3FED7,#DBF49D);
  background: -moz-linear-gradient(#F3FED7,#DBF49D);
  background: -ms-linear-gradient(#F3FED7,#DBF49D);
  background: -o-linear-gradient(#F3FED7,#DBF49D);
  background: linear-gradient(#F3FED7,#DBF49D);
  border-top: 2px solid #DBF49D;
  padding: 15px;
  text-align: center;
}
.document .report-summary h2 {
	color: #339933;
	font-size: 26px;
}
.document .report-summary h3 {
	font-size: 18px;
}
.document.view h4 {
	color: #000000;
	font-size: 21px;
}
.document .report-summary p {
  margin-top: 20px;
}
.document.view h5 {
  font-size: 21px;
  margin: 30px 0;
  text-align: center;
}
.document .legend {
  display: table;
  width: 100%;
}
.document .legend li {
  display: table-cell;
  text-align: center;
  width: 50%;
  border-radius: 0;
}
.document .legend li:first-child {
  background-color: #dddddd;
  color: #000000;
}
.document .legend li:last-child {
  background-color: #93C900;
  color: #ffffff;
}
.document .type-summary {
  margin: 15px 0;
  text-align: center;
  padding: 15px;
}
.document .type-summary h5 {
  font-size: 28px;
  margin: 15px 0;
}
.document .type-summary h6 {
  font-size: 21px;
}
.document .type-summary .time h5 {
  font-size: 18px;
  margin: 0;
}
.document .type-summary .time h6 {
  font-size: 21px;
}
@media(max-width:768px){
  .document {
    margin-top: 30px;
  }
}
/* tour */
.tour .tab-content {
  background: transparent;
}
.tour .product,
.tour .tab-pane {
  padding: 0;
}
.tour .product .unit,
.tour .tab-pane .unit {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.tour .product .unit.ip3,
.tour .tab-pane .unit.ip3 {
  border-bottom: 2px solid #cccccc;
}
.tour .product h3 {
  margin: 30px 0 40px 0;
}
.tour hr {
  margin: 75px auto;
}
.tour .product h4,
.tour .tab-pane h4 {
  text-align: left;
  color: #000000;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.tour .product p,
.tour .tab-pane p {
  margin-bottom: 0;
}
.tour .product .item,
.tour .tab-pane .item {
  border: 2px solid transparent;
  background: #f9f9f9;
  background: -webkit-linear-gradient(#f9f9f9,#ffffff);
  background: -moz-linear-gradient(#f9f9f9,#ffffff);
  background: -ms-linear-gradient(#f9f9f9,#ffffff);
  background: -o-linear-gradient(#f9f9f9,#ffffff);
  background: linear-gradient(#f9f9f9,#f1f1f1);
  padding: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  -webkit-transition: 0.3s transform ease, 0.3s border-color ease;
  -moz-transition: 0.3s transform ease, 0.3s border-color ease;
  transition: 0.3s transform ease, 0.3s border-color ease;
}
.tour .product .item:hover,
.tour .tab-pane .item:hover {
  border-color: #EFE100;
  cursor: pointer;
  background: #ffffff;
  background: -webkit-linear-gradient(#FFF989,#ffffff);
  background: -moz-linear-gradient(#FFF989,#ffffff);
  background: -ms-linear-gradient(#FFF989,#ffffff);
  background: -o-linear-gradient(#FFF989,#ffffff);
  background: linear-gradient(#FFF989,#ffffff);
  -webkit-box-shadow: 0 5px 10px rgba(215,172,0,0.4);
  -moz-box-shadow: 0 5px 10px rgba(215,172,0,0.4);
  box-shadow: 0 5px 10px rgba(215,172,0,0.4);
  color: #554400;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tour-lights h5 {
  text-align: center;
  margin: 30px 0;
  font-size: 21px;
}
.tour-lights h6 {
  text-align: center;
  font-size: 16px;
}
.tour-icons h5 {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
}
.tour-icons i {
  text-align: center;
  display: block;
  margin: 50px auto 30px auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.download-box {
  background: #F3FED7;
  background: -webkit-linear-gradient(#F3FED7,#DBF49D);
  background: -moz-linear-gradient(#F3FED7,#DBF49D);
  background: -ms-linear-gradient(#F3FED7,#DBF49D);
  background: -o-linear-gradient(#F3FED7,#DBF49D);
  background: linear-gradient(#F3FED7,#DBF49D);
  padding: 15px;
}
.download-box h4 {
  color: #628600;
}
.download-box .btn {
  font-size: 14px;
  padding: 7px;
}
.download-box .form-control {
  background-color: #ffffff;
}
@media(max-width:768px){
  section.attention p {
    font-size: 14px;
  }
}
/* footer */
footer {
  background-color: #333333;
  color: #ffffff;
  padding: 30px 0;
}
footer h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  padding: 5px 0;
}
footer li a {
  color: #dddddd;
}
footer li a:hover,
footer li a:focus {
  color: #ffffff;
}
footer hr {
  border-color: #555555;
}
footer p {
  font-size: 12px;
  color: #999999;
}
footer p a {
  color: #999999;
}
footer p a:hover,
footer p a:focus {
  color: #cccccc;
}
footer .social a {
  background-color: #999999;
  height: 35px;
  width: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  color: #333333;
  margin-right: 5px;
}
footer img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  margin-bottom: 15px;
}
/* led */
.m4 .led,
.led {
  width: 30px;
  height: 30px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 50px auto;
}
.m4 .led {
  width: 60px;
  border-radius: 25px;
}
.led.green {
  background: #80AD0E;
  background: radial-gradient(#A8DA2A,#80AD0E);
}
.led.red {
  background: #AD0E0E;
  background: radial-gradient(#DA2A2A,#AD0E0E);
}
.led.yellow {
  background: #DCC60F;
  background: radial-gradient(#F7E657,#DCC60F);
}
.led.red.flash {
  animation: led-red 0.7s infinite;
}
.led.green.flash {
  animation: led-green 1s infinite;
}
.m4 .glow,
.glow {
  position: absolute;
  border: none;
  top: 0;
  z-index: 1;
  margin-left: -15px;
  left: 50%;
  animation: led-glow 1s infinite;
}
.m4 .glow {
  margin-left: -30px;
}
.glow.red {
  animation: led-glow 0.7s infinite;
}
@media(max-width:479px){
  .glow {
    margin-top: -0px;
  }
  .m4 .glow {
    margin-top: 0;
  }
}
.panel-light-grey {
	background: #f1f1f1;
	background: -webkit-linear-gradient(#f1f1f1,#cccccc);
	background: -o-linear-gradient(#f1f1f1,#cccccc);
	background: linear-gradient(#f1f1f1,#cccccc);
	margin: 0;
}
.panel-light-grey h3 {
	text-align: left;
	font-size: 18px;
	margin: 0;
}
.chart-border {
	border: 1px solid #cccccc;
}
.modal .modal-header {
	background:#A8D337;
	background:-webkit-linear-gradient(#A8D337,#769C13);
	background:-moz-linear-gradient(#A8D337,#769C13);
	background:-ms-linear-gradient(#A8D337,#769C13);
	background:-o-linear-gradient(#A8D337,#769C13);
	background:linear-gradient(#A8D337,#769C13);
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.modal .modal-header .close {
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal .modal-body p.msg {
	padding-bottom: 15px;
}
.modal .panel-footer .btn-default {
  background: #FFF10F;
  background: -webkit-linear-gradient(#FFF990,#FFF10F);
  background: -moz-linear-gradient(#FFF990,#FFF10F);
  background: -o-linear-gradient(#FFF990,#FFF10F);
  background: linear-gradient(#FFF990,#FFF10F);
  border: 1px solid #cccccc;
}
.modal p.small {
  margin-top: 5px;
}
.btn-text {
	padding: 15px;
  color: #000000;
  cursor: pointer;
}
.toggle-switch {
	overflow: hidden;
}
.toggle-switch input {
  display: none;
}
.toggle-switch label {
  float: left;
}
.toggle-switch label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.toggle-switch label:hover {
	cursor: pointer;
}
.toggle-switch input:checked + label {
  background-color: #A8D337;
	font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toggle-switch label:first-of-type {
  -webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.toggle-switch label:last-of-type {
  -webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.video-block {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 12px rgba(0,0,0,0.25);
}
.video-block > div {
  display: table-cell;
}
.video-preview {
  background-color: #557900;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.video-body {
  padding: 30px;
  vertical-align: top;
  background-color: #ffffff;
}
.video-body .btn {
  max-width: 150px;
}
.video-body h3 {
  margin-top: 0;
}
@media(max-width:768px){
  .video-block > div {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .video-block .btn {
    display: block;
    max-width: 100%;
  }
}
/* animation */
@keyframes led-red {
  0% {
    background: #4F0000;
    background: radial-gradient(#890000,#4F0000);
  }
  50% {
    background: #DA2A2A;
    background: radial-gradient(#DA2A2A,#AD0E0E);
  }
  100% {
    background: #4F0000;
    background: radial-gradient(#890000,#4F0000);
  }
}
@keyframes led-green {
  0% {
    background: #344F00;
    background: radial-gradient(#578400,#344F00);
  }
  50% {
    background: #80AD0E;
    background: radial-gradient(#A8DA2A,#80AD0E);
  }
  100% {
    background: #344F00;
    background: radial-gradient(#578400,#344F00);
  }
}
@keyframes led-glow {
  0% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@keyframes left-led-blink {
  0% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0.25,0.25);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  15% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0.25,0.25);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  25% {
    opacity: 0.75;
    -webkit-filter: alpha(opacity=75);
    filter: alpha(opacity=75);
    transform: scale(0.5,0.5);
  }
  35%,
  100% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@keyframes right-led-blink {
  0% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  65% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0.25,0.25);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  75% {
    opacity: 0.75;
    -webkit-filter: alpha(opacity=75);
    filter: alpha(opacity=75);
    transform: scale(0.5,0.5);
  }
  85%,
  100% {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0.25,0.25);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
section.testimonials {
	background-color: #C3F441;
	background: linear-gradient(to right,#C9EB6E,#B3E52D);
}
section.testimonials h3 {
	margin-bottom: 10px;
  margin-top: 0;
}
section.testimonials h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
section.testimonials h4 i {
	display: inline-block;
	border-radius: 50%;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	margin-right: 10px;
	color: #555555;
}
section.testimonials p {
	padding: 0 0 10px 0;
	margin-bottom: 0;
	min-height: 50px;
}
section.testimonials .block {
	background-color: rgba(255,255,255,0.65);
	border-radius: 5px;
	padding: 5px 15px;
	margin-top: 15px;
	min-height: 150px;
	transition: 0.4s ease background-color, 0.4s ease box-shadow;
}
section.testimonials .block:hover {
	background-color: #ffffff;
	box-shadow: 1px 7px 15px rgba(0,0,0,0.15);
	color: #486100;
}
section.testimonials .btn-default {
	display: block;
	text-align: center;
	background-color: transparent;
	margin-bottom: 5px;
}
section.testimonials .block:hover .btn-default {
	background-color: #6D930A;
	border-color: #6D930A;
	color: #ffffff;
}
section.testimonials .btn-default i {
	margin-right: 5px;
}
.modal.testimonial-video .modal-content {
	background-color: #000000;
}
.modal video {
	width: 100%;
	height: auto;
}
/* bs ms */
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px}.btn-group-xs>.btn{padding:1px 5px}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px) and (max-width:767px){.container{max-width:748px}.hidden-xs{display:block!important}}@media (min-width:480px){.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{float:left}.col-ms-12{width:100%}.col-ms-11{width:91.66666667%}.col-ms-10{width:83.33333333%}.col-ms-9{width:75%}.col-ms-8{width:66.66666667%}.col-ms-7{width:58.33333333%}.col-ms-6{width:50%}.col-ms-5{width:41.66666667%}.col-ms-4{width:33.33333333%}.col-ms-3{width:25%}.col-ms-2{width:16.66666667%}.col-ms-1{width:8.33333333%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666667%}.col-ms-pull-10{right:83.33333333%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666667%}.col-ms-pull-7{right:58.33333333%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666667%}.col-ms-pull-4{right:33.33333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.66666667%}.col-ms-pull-1{right:8.33333333%}.col-ms-pull-0{right:auto}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666667%}.col-ms-push-10{left:83.33333333%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666667%}.col-ms-push-7{left:58.33333333%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666667%}.col-ms-push-4{left:33.33333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.66666667%}.col-ms-push-1{left:8.33333333%}.col-ms-push-0{left:auto}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666667%}.col-ms-offset-10{margin-left:83.33333333%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666667%}.col-ms-offset-7{margin-left:58.33333333%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666667%}.col-ms-offset-4{margin-left:33.33333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.66666667%}.col-ms-offset-1{margin-left:8.33333333%}.col-ms-offset-0{margin-left:0}}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.visible-ms,.visible-xs{display:none!important}.visible-ms-block,.visible-ms-inline,.visible-ms-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:479px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:480px) and (max-width:767px){.visible-ms{display:block!important}table.visible-ms{display:table!important}tr.visible-ms{display:table-row!important}td.visible-ms,th.visible-ms{display:table-cell!important}.visible-ms-block{display:block!important}.visible-ms-inline{display:inline!important}.visible-ms-inline-block{display:inline-block!important}.hidden-ms{display:none!important}}@media (max-width:479px){.hidden-xs{display:none!important}}
