/*
------------------------
BLUEGIGA 2015
------------------------ */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a38d477d-5113-4115-a60f-49fc3cecdcab");
@font-face{
font-family:"Avenir LT W01_45 Book";
src:url("../Fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot");
src:url("../Fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot") format("eot"),url("../Fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"),url("../Fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"),url("../Fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg") format("svg");
}
@font-face{
font-family:"AvenirLTW01-45BookObliq";
src:url("../Fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot");
src:url("../Fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot") format("eot"),url("../Fonts/ca94ed56-18fc-4856-940a-70a072607c7c.woff") format("woff"),url("../Fonts/dd6da407-70fe-4aa3-a1c7-64f0cb086f01.ttf") format("truetype"),url("../Fonts/c7f424be-90e1-45b8-b617-ee3589a859bd.svg") format("svg");
}
@font-face{
font-family:"Avenir LT W01_65 Medium";
src:url("../Fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot");
src:url("../Fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot") format("eot"),url("../Fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("../Fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("../Fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg") format("svg");
}
@font-face{
font-family:"Avenir LT W01_85 Heavy";
src:url("../Fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot");
src:url("../Fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot") format("eot"),url("../Fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"),url("../Fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"),url("../Fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg") format("svg");
}


/*
font-family:'Avenir LT W01_45 Book';
font-family:'AvenirLTW01-45BookObliq';
font-family:'Avenir LT W01_65 Medium';
font-family:'Avenir LT W01_85 Heavy';
*/

body {
  overflow-y: scroll;
  font-family: 'Avenir LT W01_45 Book';
  margin: 72px 0 0;
}
@media (max-width: 767px) { /*480*/
  body{
    margin: 47px 0 0;
  }
}
h1 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.1;
}
h2{
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
}

.align-center{
  text-align: center;
}

.no-wrap {
  white-space: nowrap;
}

.m-btn {
  background-color: #0079bc;
  background-image: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 8px 11px;
  text-shadow: none;
  text-transform: uppercase;
  min-width: 100px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.m-btn:hover, .m-btn:focus, .m-btn:active, .m-btn.active {
  background: none repeat scroll 0 0 #005580;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.m-btn.white:hover, .m-btn.white:focus, .m-btn.white:active, .m-btn.white.active {
  background-color: #ededed;
}

.m-btn.white {
  background: #ffffff;
  color: #0079bc;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 14px 12px;
}

/* ------------
Navigation
------------ */

.top-nav {
  left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:199;
}

.top-nav .navbar-inner {
  background: #007ac9;
  min-height: 46px;
}

.top-nav .nav .active > a, .top-nav .nav .active > a:hover, .top-nav .nav .active > a:focus {
    background-color: #007ac9;
}

.top-nav .nav-collapse .nav > .active > a {
  color: #007ac9;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
}

.top-nav .language-dropdown .icon-globe,
.top-nav .language-menu-trigger .icon-globe {
  margin-right: 5px;
}

.main-nav .navbar-inner {
  background: none;
  border: none;
  padding: 0;
}

.main-nav a {
  font-weight: bold;
  text-transform: uppercase;
}

.top-nav .nav > li > a {
  padding: 25px 16px 26px;
}

.top-nav .nav-collapse .nav > li > a {
  padding: 10px 15px;
}

.top-nav.navbar-inverse .btn-navbar {
  background: transparent;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
}


.top-nav .nav.top-links .nav a {
  font-size: 16px;
  font-weight: 400;
}


.top-nav .nav.hidden-phone .nav .social a {
  font-size: 16px;
}

.top-nav .nav.hidden-phone .nav a:hover {
}

.top-nav .nav.hidden-phone .nav .social a:hover {
  text-decoration: none;
}

.top-nav.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background: transparent;
}

.top-nav .auth-nav {
  margin-left: 16px;
}

  .top-nav .hidden-phone .nav > li.brand > a {
    color: #777777;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    margin-right: 15px;
    padding: 12px 3px 8px 20px;
    text-shadow: 0 1px 0 #ffffff;
  }
.top-nav .nav > li.brand > a {
}

.top-nav .navbar-inner > a.brand {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin-left: -20px;
  max-width: 90%;
  padding: 10px 0 7px 13px;
  text-shadow: 0 1px 0 #ffffff;
}


.nav-tabs > li, .nav-pills > li {
  display: inline-block;
  float: none;
}

.products-link .arrow {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
  position: absolute;
  margin-left: 35px;
  margin-top: -9px;
}
.header-search {
  padding-top:20px;
}
.settings-navigation .row {
    margin-top: 15px;
}

.product-selector, .settings-navigation, #search-box {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    left: 0;
    margin: 0;
    position: fixed;
    top: 71px;
    width: 100%;
    z-index: 202;
}
.product-selector .product-category {
  /* width: 18%; */
  width: 20%;
  float: left;
  /* margin-right: 2%; */
  margin-right: 4%;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
}

.product-selector h4 {
  font-size: 14px;
  line-height: 18px;
}

.product-selector h3 a {
  color: #fff;
}
.product-selector h3 small a {
  display: inline-block;
  margin-left: 20px;
  color: #aaa;
}

.product-selector .product-category.last {
  margin-right: 0;
}

.nav > li.brand > a > img {
  max-width: 186px;
}

/* Settings navigation */
.navbar-inner .settings-button, .navbar-inner .search-button{
  font-size: 19px;
  padding: 25px 10px 26px !important;
}
.settings-button.active, a.settings-button:active, .search-button.active, a.search-button:active {
    background: none repeat scroll 0 0 #444444 !important;
}
.settings-navigation .row {
    margin-bottom: 15px;
}

.settings-navigation h3 {
  font-weight: 300;
}

ul.languages-menu {
  margin:0;
  padding:0;
  list-style-type:none;
}
ul.languages-menu li a {
    display: block;
    padding: 7px 12px;
    color:#FFF;
}
ul.languages-menu li.active a {
    background: #0088CC;
}
ul.languages-menu li:hover a {
  background: #000;
}


@media (min-width: 1200px){
  .top-nav .nav > li > a {
    padding: 25px 33px 26px;
  }
  .top-nav .nav.top-links .nav a {
    font-size: 17px;
  }
}

@media (max-width: 991px){
  .top-nav .hidden-phone .nav > li.brand > a{
    margin-right: 8px;
  }
  .top-nav .nav > li > a {
    padding: 25px 5px;
  }
  .top-nav .nav.top-links .nav a {
    font-size: 15px;
  }
  .navbar-inner .settings-button, .navbar-inner .search-button {
    padding: 25px 4px 26px !important;
  }
}

.settings-navigation .borders {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    display: block;
    padding: 0 30px;
}
.quick-links a {

}
.quick-links a span {
  display:block;
  color: #CCC;
}

/* content boxes */
.content-box {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
.content-box.light-gray {
  background-color: #e2e1dd;
}
.content-box.dark-gray {
  background-color: #2b2d2d;
  color: #ffffff;
}
.content-page .bg-dark-gray .col1 strong {
  color: #ffffff;
}

.content-box.box-row-2 .container{
    margin: auto;
    max-width: 620px;
}
.center-text-block .container {
    max-width: 1000px;
}
.center-text-block.smaller-width .container {
    max-width: 600px;
}

.content-box.color-blue h3, .content-box.color-blue h2{
  color: #007ac9;
}
.box-content{
  text-align: center;
  padding: 0 46px;
  padding: 0 15px;
  /*min-height: 244px;*/
}
.box-content h3, .content-box h3{
  color: #333333;
  line-height: 1.3;
}
.content-box.bg-dark-gray h3 {
  color: #ffffff;
}
.box-content h3 .emptyrow {
  display: block;
  height: 25px;
}
.box-content .icon{
  max-width: 116px;
  margin: 15px auto 20px;
}

.content-box.bg-image {
  padding: 100px 0;
  background-size: 100% auto;
}
.content-box.bg-image .box-content {
  background-color: #ffffff;
  margin: 0 30px;
  padding: 30px 46px;
}
.content-box.small-margin {
    padding: 20px 0;
}


/* 50 / 50 */

.content-2-columns{
  padding: 60px 0;
}
.content-2-columns .span6 {
    margin: 0;
    width: 50%;
}
.content-2-columns .span6 > div {
  padding: 0 100px;
}
.content-2-columns .span6 > .first-item {
  border-right: 1px solid #2b2d2d;
  margin: 0;
}


/* GRID */
.content-box.box-grid-6 {
  text-align: center;
}
.box-grid-6 .row {
  margin-left: 0;
}
.content-page .box-grid-6 h2 {
    margin: 30px 0 50px;
}
.box-grid-6 .span4 {
  margin: 0;
  width: 33%;
  position: relative;
}
.box-grid-6 .grid-content > div{
  min-height: 246px;
}

.grid-content > div > *:last-child {
  margin-bottom: 0;
}

.box-grid-6 {
  border-color: #ffffff;
}
.grid-content h3{
  margin-top: 0;
}

.grid-border {
  border-left: 1px dotted;
  left: -1px;
  min-height: 220px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.grid-border.right-border {
  left: auto;
  right: -1px;
}

.grid-border-horizontal > span{
  display: block;
  border-top: 1px dotted;
  margin: 20px 30px;
}


/* login */

.form-horizontal.stage-extranet .control-group {
  margin: auto auto 15px;
  width: 298px;
}
.form-horizontal.stage-extranet .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 66px;
}
.form-horizontal.stage-extranet .controls {
  float: left;
  margin-left: 10px;
}
.control-group.right-group .controls {
  float: right;
  margin-right: 1px;
}

/* registration */
.registration-form{
  margin-bottom: 0;
}
.registration-form .container.form-container{
  margin: auto;
  max-width: 512px;
  text-align: left;
}

.registration-form section {
  margin-left: -40px;
}
@media (max-width: 768px){
  .registration-form section {
    margin-left: 0;
  }
}

/* jobs-list */
.jobs-list{
  margin-top: 30px;
}
.jobs-list li {
    list-style-type: none;
}
.jobs-list h4 .job-title{
  text-transform: uppercase;
  color: #2b2d2d;
}
.jobs-list h4 .job-location {
  color: #2b2d2d;
  font-weight: normal;
  padding-left: 5px;
}
.jobs-list .job-link{
  padding-right: 15px;
  font-size: 16px;
}
a.arrow-link, .arrow-link{
  background: url("../img/arrow-link.png") no-repeat scroll right center / auto 100% rgba(0, 0, 0, 0);
  /* background: url("../img/smallarrow.png") no-repeat scroll right center rgba(0, 0, 0, 0); */
  padding-right: 26px;
  color: #2b2d2d;
}
a.arrow-link:hover {
  color: #2b2d2d;
}
/* ------------
front page general
------------ */

.hero-unit {
  text-align: center;
  background: #f2f2f0;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0 30px 0;
  border-top: none;
}

.hero-unit p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.hero-unit h1 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #007ac9;
  font-size: 40px;
  margin-bottom: 10px;
}

.hero-unit.bg-dark-gray h1 {
  color: #ffffff;
}

.hero-unit p a {
  font-weight: bold;
}

.hero-unit .search-suggestions a {
  font-weight: normal;
}

.meta {
  font-weight: 300;
}

.front-spots {
  color: #454a54;
  padding-bottom: 20px;
}
.front-spots a:hover, .front-spots a:active {
  text-decoration: none;
}

.front-spots h2 {
  /* color: #1883c2; */
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
}

.front-spots h2 .icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.front-spots img {
  margin-bottom: 0.8em;
  width: 100%;
  height: auto;
}


.front-spots .icon {
  margin-right: 8px;
}

.front-spots .orange h2 {
  /* color: #f09b10; */
  color: #000000;
}

.front-spots .spot p {
  color: #000000;
}

.tech-forum-box {
  background: #f09b10;
  height: 130px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0.8em;
}

.tech-forum-box img {
  width: auto;
  height: auto;
  max-width: 90%;
  margin-bottom:0;
}

.m-btn.blue {
  background: #1883c2;
}

.m-btn.orange {
  background: #ee9a27;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee9a27',endColorstr='#ee9a27',GradientType=0);
  color: #fff;
  text-shadow: none;
}

.m-btn.orange:hover {
  background: #d6881d !important;
}

/* ------------
search
------------ */

.top-nav .nav.hidden-phone .nav .search-link:hover {
  text-decoration: none;
  color: #badaed;
}

.top-nav .nav.hidden-phone .nav .search-link:active {
  color: #8cc1e1;
}

.input-append .btn {
  background: #1883c2;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-wrap.in {
  margin-bottom: 30px;
  position: static;
}

.header-search {
  padding-right: 30px;
}

.header-search input {
  width: 300px;
}

form .search-large {
  font-size: 20px;
  height: 40px;
  width: 400px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}

.search-suggestions {
  display: none;
  text-align: left;
  position: absolute;
  margin-left:0;
  width: 400px;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 0px #000;
  -moz-box-shadow:    0px 1px 0px #000;
  box-shadow:         0px 1px 0px #000;
  white-space: normal;
}

.header-search .search-suggestions {
  margin-left: 0;
  /* left: 0; */
}

.search-suggestions > li:nth-child(1) {
  background: #000;
}

.search-suggestions h3 {
  display: block;
  width: 380px;
  padding: 0 10px;
  background: #fff;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
}

.hero-unit .search-suggestions h3 > a,
.search-suggestions h3 > a {
  color: #666;
  font-weight: bold;
}

.search-suggestions h3 small {
  display: inline-block;
  margin-left: 1.3em;
  text-transform: none;
  float: right;
  margin-top: 12px;
}

.search-suggestions.results {
  display: block;
}

.search-suggestions ul {
  padding: 0;
  margin: 0;
}

.search-suggestions li {
  list-style: none;
  padding: 0.5em 10px;
  line-height: 19px;
  margin-bottom: 5px;
}

.search-suggestions li .meta {
  display: inline-block;
  color: #777;
  font-size: 13px;
}

.search-suggestions li .type {
  float: right;
}

.search-suggestions a {
  text-decoration: none;
}

.search-suggestions .active,
.search-suggestions li:nth-child(even).active {
  background: #1883c2;
}

.search-suggestions .active a,
.search-suggestions li:nth-child(even).active a {
  color: #fff;
}

.search-suggestions .active a .meta,
.search-suggestions li:nth-child(even).active a .meta {
  color: #76e4d4;
}

.quick-search .icon-search {
  color: #ccc;
  position: absolute;
  margin-left: -40px;
  margin-top: 10px;
  font-size: 24px;
}

.m-btn-large {
  padding: 17px 40px;
  font-size: 24px;
}

.modal form {
  margin: 0;
}

.modal input,
.modal textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal h3 {
  font-weight: normal;
  font-size: 16px;
}

.modal-header {
  background: #1883c2;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal,
.modal-footer {
  background: #fff;
  color: #444;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal-footer {
  border-top: 1px solid #ccc;
}

.modal-body {
  padding: 1em;
  /* max-height:350px; */
}

.modal-body a {
  font-weight: bold;
}

.modal-desc {
  margin-bottom: 1.0em;
  border-bottom: 1px solid #ccc;
}

.login-form {
  margin-top: 3.0em;
}

.login-desc {
  padding-bottom: 1.5em;
}

.nav > li.presskitlink > a {
  color: #ffffff !important;
}

/* ------------
news
------------ */

.subcontent-box.news-wrapper {

}

.news-and-releases {
  padding: 20px 0 40px;
}

.news-and-releases h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.news-and-releases div.article h3 {
  font-size: 16px;
  line-height: 21px;
  color: #1883c2;
  font-weight: normal;
}

.news-and-releases div.article h3 .meta {
  color: #ffffff;
  font-size: 13px;
}

.news-and-releases div.article .excerpt {

  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}
.news-block.news-block-1 {
  margin-right: 30px;
}
.news-block.news-block-article-0 {
  margin-left: 25px;
  margin-right: 25px;
}

.news-block.news-block-article-1 {
    margin-left: 30px;
}


/* ------------
contact cta
------------ */

.contact-cta {
  background: none repeat scroll 0 0 #017acd;
  color: #ffffff;
  margin: 0;
  padding: 55px 0 50px;
  text-align: center;
  width: 100%;
}

.contact-cta p {
  font-size: 17px;
  font-weight: 200;
}

.contact-cta b a {
  color: #000;
}

/* ------------
product page
------------ */

.action-holder .m-btn {
  font-size: 16px;
  font-weight: normal;
  padding: 0.8em 1.5em 0.9em;
}

.action-holder .dropdown-menu {
  text-align: left;
}

.buy-wrapper .dropdown-menu {
  width: 370px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.buy-wrapper .dropdown-menu > li > a:hover,
.buy-wrapper .dropdown-menu > li > a:focus,
.buy-wrapper .dropdown-submenu:hover > a,
.buy-wrapper .dropdown-submenu:focus > a {
  background: transparent;
  color: #0088cc;
}

  .buy-wrapper .dropdown-menu li img {
    margin: auto;
    max-width: 130px;
    padding: 10px 10px 5px;
  }
.buy-wrapper .dropdown-menu li {
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 11px;
  height: 120px;
  width: 50%;
}

.buy-wrapper .dropdown-menu a {
  padding: 10px;
  text-align: center;
}

.buy-wrapper .dropdown-menu img {
  display: block;
}

.action-holder .icon {
  margin-right: 10px;
  font-size: 18px;
}

.action-holder .primary-action {
  font-weight: bold;
  text-transform: uppercase;
}

.hero-unit.product {
  background: #f2f2f0;
  color: #000000;
  font-weight: 500;
  padding: 50px 0 60px;
}

.hero-unit.product h1 {
  color: #000000;
  letter-spacing: 0px;
  font-size: 58px;
  margin-bottom: 10px;
}

.hero-unit.product .btn-group{
  font-size: 1em;
  margin-left: 46px;
}

.hero-unit.product .btn-group .arrow-link{
  padding-right: 16px;
}
.hero-unit.product .action-holder{
  margin-top: 30px;
}

.product .action-holder .dropdown-menu.left {
  left: 74px;
}

.tech-forum-suggest {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555;
  margin-bottom: 2.0em;
}

.tech-forum-suggest .close {
  color: #666;
}

.content-page.product-page .product-info {
  padding: 40px 0 50px;
}

.content-page.product-page .product-info.product-features {
  margin-bottom: 0;
}

.content-page .product-info h2.large-caption {
  color: #0079cc;
  font-size: 38px;
  line-height: 1.1;
  margin: 100px auto auto;
  max-width: 380px;
  text-align: center;
}

.hero-unit.documents {
  background: url("../img/doc-bg.jpg") repeat scroll left bottom / 100% auto rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2;
  padding: 60px 0 !important;
}
.hero-unit.documents .container {
  max-width: 420px;
}
.hero-unit.documents p a{
  font-weight: 200;
}

#documentation .product-info {
  background-color: #f2f2f0;
}

#documentation .table td {
  border: medium none;
  padding: 0;
}
#documentation .table .head-row {
  position: relative;
}
#documentation .table .head-row td{
  padding-top: 20px;
}
#documentation .table .head-row h3 {
  margin-bottom: -40px;
  font-size: 24px;
  text-transform: uppercase;
}
#documentation .first-row td {
  border-top: 1px solid #666666;
  padding-top: 5px;
}
#documentation .table .file-size{
  text-align: right;
}
#devkits {
  padding: 60px 0;
}

.devkit-content {
  background: none repeat scroll 0 0 #ffffff;
  color: #333333;
  padding-bottom: 30px;
  text-align: center;
}

.product-benefits ul {
  list-style-type: none;
  font-weight: bold;
  margin-left: 0;
}
.product-benefits ul ul{
  font-weight: normal;
}
.product-benefits ul ul li:before {
  content: "- ";
}

.content-page h2 {
  font-weight: 300;
  margin: 0 0 0.5em;
}
.content-page .product-info h2 {
  margin: 24px 0 18px;
}
.content-page.no-image h2 {
  margin-top: 0.6em;
}

.content-box .content-box h2 {
  border-bottom: none;
  border-top: 1px solid #e0e0e0;
  padding: 1.5em 0 0 0;
  margin: 1.0em 0 0 0;
}

.content-page header ul {
  padding: 22px 0 14px;
  margin-bottom: 0;
  text-align: center;
}


#similar.content-2-columns .span6 > div {
  padding: 0 40px;
}
.similar-product {
  display: block;
  overflow: auto;
  text-decoration: none !important;
}
.similar-product h3 {
  color: inherit;
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
}
.similar-product:hover h3 {
  text-decoration: underline;
}
.similar-product p {
  color: #2b2d2c;
}
.similar-product > div {
    padding: 20px 0 40px;
}

.similar-product > img {
  float: left;
  max-width: 238px;
}

.similar-product > div {
  float: left;
  padding: 20px 0 40px;
  width: 160px;
}

.secondary-nav-wrapper{
  background: #e2e1dd;
}
.content-page .scrolling-nav {
  display: none;
}

.content-page .scrolling-nav ul {
  margin: 0;
  padding: 7px 0 2px;
  text-align: center;
}

.content-page header ul a,
.content-page .scrolling-nav ul a {
  color: #2b2d2d;
  font-size: 13px;
  padding: 11px 8px;
  margin: 0 5px 5px;
  text-transform: uppercase;
}

ul.static-secondary-nav, .scrolling-secondary-nav ul{
  padding: 22px 0 11px;
}
.static-secondary-nav a, .scrolling-secondary-nav a{
  margin: 0 12px 10px;
}

.content-page header ul .authentication-required a,
.content-page .scrolling-nav ul .authentication-required a {
  /* color: #999; */
}

.content-page header ul a,
.content-page header ul .active a,
.content-page header ul a:hover,
.content-page .scrolling-nav ul a,
.content-page .scrolling-nav ul .active a,
.content-page .scrolling-nav ul a:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.content-page header ul .buttons a,
.content-page header ul .buttons a:hover,
.content-page .scrolling-nav ul .buttons a,
.content-page .scrolling-nav ul .buttons a:hover,
.content-page header .dropdown-menu li a,
.content-page header .dropdown-menu li .active,
.content-page header .dropdown-menu li a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.content-page header ul.nav-pills > .active > a,
.content-page header ul.nav-pills > .active > a:hover,
.content-page header ul.nav-pills > .active > a:focus,
.scrolling-secondary-nav ul.nav-pills > .active > a,
.scrolling-secondary-nav ul.nav-pills > .active > a:hover,
.scrolling-secondary-nav ul.nav-pills > .active > a:focus {
    background-color: #ffffff;
    color: #2b2d2d;
}

.content-page header .caret {
  border-top: 4px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
}

.content-page header ul .buttons a,
.content-page .scrolling-nav ul .buttons a {
  display: inline-block;
}

.content-page header ul .buttons a .icon,
.content-page .scrolling-nav ul .buttons a .icon {
  margin-right: 5px;
}

.content-page header h2 {
  border: none;
}

.product-page header h2 em {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #007ac9;
  display: block;
  font-size: 60px;
  line-height: 64px;
  margin-left: 30px;
}

.content-page .row .col1,
.content-page .columnized {

}

.content-page .col1 strong {
  color: #333;
}

.applications-wrap .product-info h2 {
  border: none;
}

body .light-blue-tech {
  background: url(../img/bg-tech-gray.jpg) no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0 30px 0;
  border-top: 1px solid #ddd;
}

.product-info .applications {
  padding-top: 1.3em;
}

.product-info .applications .application {
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: none;
  position: relative;
}

.product-info .applications h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
  line-height: 22px;
}

.product-info .applications .excerpt p {
  display: none;
}

.product-info .application .excerpt {
  height: 70px;
  width: 100%;
  position: absolute;
  margin-top: -70px;
}

.product-info.product-features {
  background: #555;
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 0;
  padding-top: 20px;
}

.product-info.bg-medium-gray{
  background: #6d6e72;
}

.solutions-references-block {
  background: #383838;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 20px;
}

.solutions-references-block h2 {
  border: none;
  padding: 0;
  margin: 0;
}

.product-info.product-features h2 {
  border-color: #fff;
}

#specifications h2{
  margin-bottom: 10px;
}
#specifications h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 15px;
}

.product-features ul {
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.product-features li:before {
  content: "- ";
  left: 0;
  position: absolute;
}
.product-features li {
  line-height: 18px;
  padding-left: 10px;
}

.buy-button-holder {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 2.0em;
  margin-top: 1.0em;
}

.buy-button-holder .m-btn-large {
  display: block;
  font-weight: bold;
  margin: 10px auto 0 auto;
  width: 50%;
}

.toggle-button a .icon {
  margin-right: 8px;
}

.toggle-button .btn-active-label {
  display: none;
}

.toggle-button .btn-inactive-label {
  display: inline;
}

.toggle-button .btn-true .btn-active-label {
  display: inline;
}

.toggle-button .btn-true .btn-inactive-label {
  display: none;
}

.toggle-button .btn-true {
  background: green;
  text-shadow: none;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900',endColorstr='#009900',GradientType=0);
  color: #fff;
}

.product-page .benefits ul li {
  font-weight: bold;
}

.product-page .benefits ul li ul li {
  font-weight: normal;
}

.product-page .buttons-wrap {
  margin-bottom: 20px;
}

.product-page .buttons-wrap a .icon {
  margin-right: 8px;
}

.content-page .scrolling-nav {
  position: fixed;
  top: 72px;
  background: #e2e1dd;
  width: 100%;
  z-index: 201;
}

/* ------------
product group list
------------ */

.product-group-item.group-bg-1{
  background-color: #2b2d2c;
  color: #ffffff;
}
.product-group-item.group-bg-2{
  background-color: #e2e1dd;
}
.product-group-item.group-bg-3{
  background-color: #6d6e72;
  color: #ffffff;
}
.product-listing .row {
  margin-bottom: 60px;
}

.product-listing .box-content > a {
  color: #333333;
}
.product-listing .box-content > a:hover{
  text-decoration: none;
}
.product-listing .box-content > a:hover h3{
  text-decoration: underline;
}

.product-listing .controls {
  margin: 30px -20px 10px;
  min-height: 58px;
  text-align: center;
}
.product-listing .ctrl-btn {
  background-size: 100% auto;
  display: block;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.btn-community, .icon-community{
  margin-right: 10px;
  background-image: url("../img/icons/icon-community.png") !important;
}
.btn-documentation{
  background-image: url("../img/icons/icon-docs.png") !important;
}
.btn-documentation:hover{
  background-image: url("../img/icons/icon-docs.png") !important;
}
.icon-marker{
  background-image: url("../img/icons/icon-marker-light.png") !important;
}
.btn-distributorlist, .icon-buy-now{
  background-image: url("../img/icons/icon-buy-slim.png") !important;
}
.btn-distributorlist:hover, .icon-buy-now:hover{
  /*background-image: url("../img/icons/icon-buy.png") !important;*/
}
.btn-group.buy-wrapper{
  margin-left: 10px;
  vertical-align: top;
}

.custom-icon, [class^="icon-"].custom-icon, [class*=" icon-"].custom-icon {
  background-size: 100% auto;
  height: 30px;
  width: 30px;
}
.custom-icon.large-icon,
[class^="icon-"].custom-icon.large-icon,
[class*=" icon-"].custom-icon.large-icon {
  height: 65px;
  margin-bottom: -24px;
  width: 65px;
}

.product-page .product-group-item .bg-image .box-content {
  color: #333333;
}

.product-page .product-group-item .product-image{
  height: 115px;
  display: block;
}
.product-page .product-group-item .product-image img{
  max-height: 100%;
}

.product-page .product-group-item .descr {
  min-height: 60px;
  display: block;
}

.product-group-item > .center-text-block {
  padding: 40px 0;
}

.product-page .product-listing.content-box {
  background: transparent;
  padding: 0;
}

.product-listing .span4 {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 296px;
}
.product-listing.content-box.bg-image .box-content{
  margin: 0 20px;
}

.hero-unit.product-group h1 {
  font-size: 60px;
}

.product .product-icon.negative {
  display: none;
}

.products .product:hover .product-icon {
  display: none;
}

.products .product:hover .product-icon.negative {
  display: block;
}

.products .product {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2.0em 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(../img/bg-tech-light-gray.jpg);
  background-attachment: fixed;
}

.products .product .caption {
  padding: 1.0em;
}

.products .product h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #007ac9;
}

.products .product:hover {
  background: #007ac9;
}

.products .product:hover h3 {
  color: #fff;
}

.products .product:hover p {
  color: #bddbec;
}

.products .product:hover .m-btn.blue {
  background: #fff;
  color: #007ac9;
}

/*
* DESIGN FIRMS
*/

.design-firm-item {
  padding: 40px 0;
}

.design-firm-item.group-bg-1{
  background-color: #6e6f73;
}
.design-firm-item.group-bg-1 .boxed-content {
  color: #6c6d6f;
}
.design-firm-item.group-bg-3{
  background-color: #f2f2f0;
}
.design-firm-item .brand-logo,
.design-firm-item .content-area {
  float: left;
  width: 57%;
}
.design-firm-item .content-area {
  width: 43%;
}

.design-firm-item .boxed-content{
  background-color: #ffffff;
  padding: 20px 40px 40px;
  text-align: center;
}
.design-firm-item.group-bg-2 .boxed-content{
  background-color: #f2f2f0;
}

.design-firm-item .logo-container {
  margin-right: 40px;
}
.design-firm-item.group-bg-2 .logo-container {
  margin-right: 0;
  margin-left: 40px;
  text-align: right;
}
.design-firm-item .logo-container > img {
    max-height: 400px;
}


  /* ------------
filelist
------------ */

  ul.filelist-collections {
    list-style-type:none;
    padding: 0;
    margin: 0;
  }
  ul.filelist-collections li {
   display: inline-block;
   margin-right: 15px;
  }
  ul.filelist-collections li a {
    font-size:12px;
  }

.filelist-files .file {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2.0em 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFF;
}

.filelist-files .file .thumb {
  height:150px;
  text-align:center;
}

.filelist-files .file .caption {
  padding: 1.0em;
}

.filelist-files .file h3 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #007ac9;
}

.filelist-files .file:hover .caption {
  background: #007ac9;
}

.filelist-files .file:hover .caption h3 {
  color: #fff;
}

.filelist-files .file:hover .caption p {
  color: #bddbec;
}

.filelist-files .file:hover .m-btn.blue {
  background: #fff;
  color: #007ac9;
}



/* ------------
content pages general
------------ */

.table thead th {
  background: #007ac9;
  border: none;
  color: #fff;
}


.content-box.first,
.content-box.image-box {
  padding-top: 0;
}

.content-page aside h3 {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1.0em;
}

.content-page aside ul {
  margin-top: 0;
}

.content-page header .content-page-header, .content-page .white-area .content-page-header {
  font-size: 48px;
  line-height: 55px;
}
.content-page .white-area .content-page-header {
  border: none;
}

.hero-unit.content {
  background-color: #fff;
  background-image: none;
  font-weight: 500;
  height: 500px;
  position: relative;
}
@media (max-width: 920px){
  .hero-unit.content {
    height: 400px;
  }
}

.hero-unit.company {
  background-position: 50% 0%;
}

.hero-unit.overlay.ble112 {
  background-image: url(../img/bg-product-ble112.jpg);
  background-position: center center;
}


.hero-unit.career {
  background-image: url(../img/bg-bluegiga-career.jpg);
  background-position: center top;
}
.career .center-text-block{
  position: relative;
}
.jobs-list .modal.in {
  position: fixed;
  top: 5%;
  max-height: 90%;
}

.hero-unit.distributors {
    background: url(../img/bg-bluegiga-distributors.jpg) no-repeat scroll 50% 0 #007ac9;
    height:170px;
    text-align:left;
}
.hero-unit.distributors .pull-right {
    text-align: right;
}
.hero-unit.distributors h1 {
    color: #FFF;
    font-size:46px;
}
.hero-unit.distributors div.container {
    margin-top: 35px;
}

.distributor-list {
  background-color: #000000;
  background-image: url("../img/distributor-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 40px 0;
}

.dist-column-1 .distributor-continent {
    margin-right: 20px;
}
.dist-column-2 .distributor-continent {
    margin-right: 10px;
    margin-left: 10px;
}
.dist-column-3 .distributor-continent {
    margin-left: 20px;
}

.distributor-list .other {
  margin: 30px 0 0;
}
.distributor-list .other a {
  color: #6d6e71;
}


.inline-buy {
  display: inline;
  position: relative;
}


.hero-unit.quality {
  background-image: url(../img/bg-bluegiga-quality.jpg);
  background-position: center center;
}

.hero-unit.scroll {
  background-attachment: scroll;
}

.hero-unit {
  height: auto;
  background-position: center bottom;
}

.hero-unit.product {
  height: auto;
}


.image-holder {
  bottom: 0;
  position: absolute;
  height: 100%;
}
  .image-holder img {
    bottom: 0;
    height: 450px;
    margin-top: 101px;
    width: auto;
}

.hero-unit.content .text-box {
  width: 540px;
  text-align: left;
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
}
  .hero-unit.content .text-box .text-box-inner {
    background: none repeat scroll 0 0 #000;
    border-radius: 18px;
    color: #fff;
    opacity: 1;
    padding: 42px 0 28px 55px;
    width: 100%;
  }
  .hero-unit.content .text-box .text-box-inner.blue {
    background: url("../img/bg-alpha-blue-80.png") repeat scroll 0 0 transparent !important;
    opacity: 1;
  }


.hero-unit.content .text-box.transparent {
  width: auto;
  padding: 0;
  background: transparent;
  opacity: 1;
}

.hero-unit.content .text-box.transparent h1 {
  font-size: 120px;
}

.hero-unit.overlay .text-box.transparent h1 {
  font-size: 50px;
  background: #000;
  opacity:0.8;
  padding: 25px 30px;
}

.hero-unit.content .text-box.wide {
  width: 350px;
}

.hero-unit.content .text-box.wide strong {
  display: inline;
}

.hero-unit.content .text-box p {
  margin-bottom: 0.8em;
}

.hero-unit.content h1 {
  letter-spacing: 0px;
  color: #fff;
  font-size: 40px;
  margin: 0 0 10px 0;
}

.hero-unit.content h1 strong {
  display: block;
}

.hero-unit.content p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

.distributors-box {
  background-color: rgba(255, 255, 255, 0.9);
  color: #444444;
  line-height: 17px;
  margin-bottom: 40px;
  padding: 60px 20px;
  text-align: center;
}
.distributors-box p {
    margin-bottom: 5px;
}
.distributors-box:nth-child(even) {
    background: none repeat scroll 0 0 #EEEEEE;
}
.distributors-menu {
    background: #e2e1dd;
}
.distributors-box hr {
    border-bottom: medium none;
    border-top: 1px solid #CCCCCC;
    margin: 30px 0;
}
  .distributors-box h2 {
      color: #000000;
      font-weight: bold;
  }
  .distributors-box div.image {
    text-align:right;
  }

  .back-button {
    display: block;
    display: inline-block;
    margin-top: 20px;
  }

.content-page .distributor-title-row h2{
  margin-top: 30px;
}

.subcontent-box {
  background: #2d2d2d;
  padding: 2.0em 0 4.0em;
  line-height: 17px;
  color: #ffffff;
}

.subcontent-box hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin: 30px 0;
}

.tap-to-call,
.tap-to-call:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.career .jobs-list h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.career .excerpt a {
  white-space: nowrap;
}

.justify {
  text-align: justify;
}

.faux-columnized {
  orphans: 3;
  widows: 3;
}

.columnized {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  orphans: 3;
  widows: 3;
}

.columnized h3,
.faux-columnized h3 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  margin: 1.3em 0 0.5em;
  padding-bottom: 0;
  line-height: 23px;
}


.subcontent-box.people {
  margin-top: 30px;
}

.person-list {
  margin-top: 25px;
  margin-bottom: 60px;
  color: #777;
}

.board-members-list hgroup {
  height: 120px;
}

.person-list h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 500;
}

.person-list h4 {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 300;
}

.person-list h5 {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.person-list p {
  color: #555;
  font-size: 13px;
}

.person-list .img-wrap {
  position: relative;
}

.person-list .btn-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}

.person-list .icon {
  margin-right: 4px;
}

.person-list img {
  /* -webkit-filter: grayscale(100%); */
}

.person-list .bio {
    /*display: none;*/
}

/* ------------
account + follow products + feeds
------------ */

form .toggle, form .action {
  display: none;
}

form .submit-button {
  display: block;
}

form.noedit .toggle, form.noedit .action {
  display: block;
}

form.noedit .submit-button {
  display: none;
}

form.noedit input, form.noedit textarea, form.noedit select {
  border: none;
  background: transparent;
  cursor: default;
  padding: 0;
  color: #000;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form.noedit label {
  border: none;
  box-shadow: none;
}

.account-form label {
  font-weight: bold;
  color: #777;
}

form .help {
  color: #777;
  width: 80%;
  font-size: 0.9em;
}

.table-half {
  width: 49%;
}
.table-follow td {
  vertical-align: middle;
}

.table-follow .m-btn {
  margin: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.table-follow td {
  width: 40%;
}

.table-follow .cat-name {
  width: 60%;
  padding-left: 10px;
}

.table-follow:first-of-type {
  border-right: none;
}


.hidden-select.control-group, .hidden-text.control-group {
  display: none;
}
.hidden-select.control-group.active, .hidden-text.control-group.active {
  display: block;
}

/* ------------
footer
------------ */

footer {
  background: #e2e1dd;
  padding: 60px 0;
  font-size: 0.9em;
  color: #6d6e72;
}

footer h4 {
  font-size: 14px;
  text-transform: uppercase;
}

footer a {
  color: #6d6e72;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer .contact-column input,
footer .contact-column textarea {
  width: 80%;
}

footer .contact-column label {
  font-weight: bold;
  margin-bottom: 0;
  color: #777;
}

footer .contact-column .m-btn {
  display: block;
  float: none;
  width: 50%;
  margin-top: 20px;
}

  footer .footer-copyright {
    text-align:center;
  }

footer .footer-social {
  display: block;
    text-align:center;
   font-size: 70px;
    margin-top:30px;
}

footer .footer-social a {
  background-color: #017acd;
  border-radius: 40px;
  color: #1883c2;
  display: inline-block;
  margin-left: 20px;
  max-width: 42px;
  padding: 15px;
}

footer .footer-social a:hover {
  text-decoration: none;
  background-color: #005580;
}

.search-nav form {
    margin: 8px 0 0;
}

.search-nav form input.search-query {
  width: 55px;
}
.search-nav form input.search-query.open {
  width: auto;
}
.search-nav form .icon-search {
  position: absolute;
    right: 12px;
    top: 16px;
}

  .search-results li {
    margin: 10px 0;
  }

  section.solutions {
    background-repeat: no-repeat;
    background-position: 50% 0px;
    position:relative;
    height:100%;
  }
  .solutionsOverlay {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .solutions-header h1 {
    margin-top:50px;
    color: #0479B8;
  }
  .solutions-header p {
    margin: 20px 0;
    color: #0479B8;
  }
  .solutions-buttons {
    margin:50px 0 50px 30px;
  }
  /* product solutions */
  .product-solutions .thumbnails {
    margin-left: 0;
    text-align: center;
  }

  .product-solutions .thumbnails .solution{
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .product-solutions .solution a {
    display: block;
  }

  .product-solutions .thumbnails .item{
    display: inline-block;
    width: 33.333333333%;
  }
  .product-solutions .thumbnails .item:nth-child(2n+1) {
    background-color: #f2f2f0;
  }

  @media (max-width: 768px){
    .product-solutions {
      padding-left: 0;
      padding-right: 0;
    }
    .product-solutions .thumbnails .item{
      display: block;
      width: auto;
    }
  }
  .product-solutions .solution img.hover {
    opacity:0.5;
  }
  .product-solutions .solution span.link {
    color: #333;
    font-size: 20px;
    left: 50%;
    margin-left: -62px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 114px;
  }
  .product-solutions .solution span.link .arrow-link {
    padding-right: 18px;
  }
  .product-solutions .solution img {
    width: 100%;
  }
  .product-solutions span.black {
    color: #000;
  }

  section.white-area {
    background:#FFF;
    padding: 0;
    /*margin: 50px auto 0;*/
  }

  section.white-area .solution-content-column {
    margin: 2em 0;
    padding: 2em 0;
  }

  header.solutions-menu {
    background: #e2e1dd;
  }
  header.solutions-menu ul {
    border: none;
    margin-bottom: 0;
  }
  .carousel-inner .hero-unit {
    border:none;
  }
  .carousel-inner h2 {
    border:none;

  }
  .carousel-inner h2 em {
    line-height: 1em;
    color: #007ac9;
    display: block;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:19px;
  }

  .quick-links .form label {
    float: left;
    padding-top: 5px;
    width: 80px;
  }
  .support-links a, .support-links p, .support-links h4 {
    color: #555555
  }

  #support-area h3{
    border-bottom: 1px solid transparent;
    display: inline;
  }

  #support-area a:hover {
    text-decoration: none;
  }
  #support-area a:hover h3{
    border-color: #ffffff;
  }

  #zendesk_tab {
    display: block;
    background-color: rgb(24, 131, 194);
    border-color: rgb(24, 131, 194);
    border: 1px solid;
    cursor: pointer;
    position: fixed;
    top: 23%;
    z-index: 10000;
    border: solid 1px;
    cursor:pointer;
    position: fixed;
    top: 23%;
    z-index: 1040;
  }
  /* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
  .ZenboxTabLeft {
    left: 0;
    background-position: right 0;
  }
  .ZenboxTabRight {
    right: 0;
    background-position: left 0;
  }
  #zenbox_tab:hover {
    background-color: #444;
  }
  #zenbox_tab img {
    display: block;
  }

#zenbox_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90000;
}

  #zenbox_overlay * {
    color:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

#zenbox_container {
  top:50px;
  height: 620px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 638px;
  z-index:2;
}

  #zenbox_container .zenbox_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
  }

#zenbox_close {
  cursor: pointer;
  height: 46px;
  position: relative;
  top: 10px;
  width: 46px;
}

#zenbox_body {
  height: 900px;
  margin-top: -18px;
  position: relative;
  width: 615px;
}

#zenbox_scrim {
  background-color: #000;
  filter:alpha(opacity=42);
  -moz-opacity: 0.42;
  left:0;
  position: fixed;
  opacity: 0.42;
  top:0;
  bottom: 0;
  width: 100%;
  z-index:1;
}

  #carousel-fp {
  font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
  }

  .fp-carousel.container {
  padding: 0;
  }

  #carousel-fp .item {
    height: 210px;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  #carousel-fp ol {
    width: 100%;
    bottom: 10px;
    left: 0;
    top: auto;
    right: auto;
    text-align: center;
  }

  #carousel-fp ol li {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    float: none;
    cursor: pointer;
  }

  #carousel-fp ol li.active {
  background-color: #747474;
  }

  #carousel-fp .item .title,
  #carousel-fp .item .text,
  #carousel-fp .item a {
    display: block;
    float: left;
    clear: left;
    margin-top: 20px;
    font-weight: 300;
  }
    #carousel-fp .item .text,
  #carousel-fp .item a {
    margin-top: 10px;
  }


  #carousel-fp .slide-0 {
    background-position: 68% 0 !important;
  }

     #carousel-fp .item.slide-1 {
     background-position: 18% 0 !important;
     }

     #carousel-fp .slide-1 .text {
        font-size: 35px;
        max-width: 200px;
    }

     #carousel-fp .title {
        background: #000;
        color: #fff;
        line-height: 20px;
        padding: 0 10px;
        font-size: 15px;
    }

  #carousel-fp .negative .title {
    color: #fff;
  }


    #carousel-fp .text {
      font-weight: 300;
        color: #000;
        max-width: 205px;
    }

      #carousel-fp .text h2 {
        font-size: 18px;
        font-weight: 300;
      }

  #carousel-fp .text p {
  font-size: 16px;
    display: none;
  }

  #carousel-fp .negative .text {
    color: #fff;
  }

    #carousel-fp .item a {
        text-transform: uppercase;
        display: block;
        float: left;
        background-color: #007ac9;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        font-size: 15px;
        padding: 5px;

    }

    #carousel-fp .right-text.carousel-container {
      float: right;
    }

  #carousel-fp .item a:hover {
  text-decoration: none;
  }

   @media screen and (min-width: 768px){

    #carousel-fp .item .title {
      margin-top: 30px;
     }

       #carousel-fp .item .text,
     #carousel-fp .item a {
      margin-top: 10px;
     }

     #carousel-fp .item .text p {
      display: block;
     }



     #carousel-fp .item {
      height: 350px;
       padding-left: 30px;
       padding-right: 30px;
       background-position: 50% 0 !important;
               width:100%;
     }



     #carousel-fp .title {
        line-height: 25px;
        padding: 0 12px;
        font-size: 20px;
    }

     #carousel-fp .slide-0 .text {
        font-size: 35px;
        max-width: 364px;
    }

     #carousel-fp .slide-1 .text {
        font-size: 35px;
        max-width: 418px;
    }

    #carousel-fp .text {

        max-width: 384px;
    }

    #carousel-fp .text h2 {
        font-size: 33px;

    }


    #carousel-fp .item > a {
        font-size: 20px;
        padding: 8px;
    }

    #carousel-fp .right-text.carousel-container {
      width: 46%;
      float: right;
    }
  }

  @media screen and (min-width: 1280px) {

    #carousel-fp .item .title {
      margin-top: 75px;
     }

       #carousel-fp .item .text,
     #carousel-fp .item a {
      margin-top: 25px;
     }


  #carousel-fp .item {
    height: 550px;
    padding-left: 75px;
    padding-right: 75px;
  }

     #carousel-fp .title {
      font-size: 30px;
      line-height: 1.2;
      padding: 8px 15px 4px;
    }


    #carousel-fp .text {
      max-width: 600px !important;
      line-height: 55px;
      font-weight: 400;
    }

    #carousel-fp .text h2 {
          font-size: 45px;

    }

    #carousel-fp .text p {
    font-size: 20px;
      line-height: 25px;
    }

    #carousel-fp .item a {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: #fff;
      font-size: 30px;
      padding: 15px;
    }

    #carousel-fp .right-text.carousel-container {
      width: 41%;
    }


  }

.cookieDisclaimer {
  display: none;
  bottom: 0;
  position: fixed;
  width: 100%;
  background: url("../img/light.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.cookieDisclaimer p {
  margin: 10px;
}

.cookieDisclaimerInner {
  padding: 0.5em 0;
}

.closeme {
  margin-top: 10px;
  background-image: url(../img/closeme.png);
  width: 25px;
  height: 25px;
  float: right;
  opacity: 0.5;
}

.closeme a {
  display: block;
  font-size: 0px;
  padding: 14px;
}


/* centered text block */

.center-text-block {
  padding: 70px 0;
  text-align: center;
}
.center-text-block.no-bottom-margin{
  padding-bottom: 0;
}
.bg-light-gray {
  background-color: #e2e1dd;
}
.bg-dark-gray {
  background-color: #2b2d2d;
  color: #fff;
}

.subcontent-box form.noedit input,  .subcontent-box form.noedit textarea, .subcontent-box form.noedit select {
  color: #fff;
}

@media (min-width: 1200px){
  .box-content{
    padding: 0 46px;
  }

  .design-firm-item .brand-logo{
    width: 60%;
  }
  .design-firm-item .content-area {
    width: 40%;
  }

  .distributors-box {
    margin-bottom: 50px;
  }

  .product-page .product-group-item .product-image{
    height: 150px;
  }
  .product-page .product-group-item .descr {
    min-height: 42px;
  }

  .content-box.box-row-2 .container {
    max-width: 770px;
  }

  .product-listing .span4 {
    width: 366px;
  }
  .product-listing.content-box.bg-image .box-content{
    margin: 0 30px;
  }

  .similar-product > img {
    max-width: 316px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .box-content{
    padding: 0;
  }
  .content-box.bg-image .box-content{
    margin: 0;
    padding: 20px 26px;
  }
  .content-2-columns .span6 > div {
    padding: 0 40px;
  }

  .product-listing .row {
    margin-bottom: 20px;
  }
  .product-page .product-listing.content-box {
    padding-bottom: 40px;
  }

  #similar.content-2-columns .span6 > div {
    padding: 0 15px;
  }

  .similar-product > img {
    margin-top: 30px;
    max-width: 160px;
  }
  .similar-product > div {
    float: left;
    padding: 20px 0 40px;
    width: 160px;
  }

  .content-box.box-row-2 .container {
    max-width: 476px;
  }

  .design-firm-item .brand-logo, .design-firm-item .content-area {
    width: 50%;
  }
  .news-block.news-block-article-0 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .news-block.news-block-1 {
    margin-right: 5px;
  }
  .news-block.news-block-article-1 {
    margin-left: 5px;
  }
  .product-listing .span4 {
    width: 225px;
  }
  .product-listing.content-box.bg-image .box-content {
    margin: 0 5px;
  }
}

@media (max-width: 979px) {
  .product-listing .ctrl-btn {
    height: 48px;
    width: 48px;
  }

  .hero-unit.product .btn-group {
    margin-left: 24px;
  }
  .custom-icon.large-icon, .custom-icon.large-icon[class^="icon-"], .custom-icon.large-icon[class*=" icon-"] {
    height: 56px;
    width: 56px;
  }
  .top-nav .nav.top-links .nav a {
    font-size: 14px;
  }
  .span4{
    word-wrap: break-word;
  }

  .box-content > h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 1.8em;
  }
  .center-text-block {
    padding: 40px 0;
  }
  .content-box.box-row-3, .content-box.box-row-2 {
    padding: 0;
  }
  .box-row-3 > .container, .box-row-2 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .box-row-3 .span4:nth-child(2), .box-row-2 .span4:nth-child(2n+1) {
    background-color: #f2f2f2;
  }

  .box-row-3.bg-dark-gray .span4:nth-child(2), .box-row-2.bg-dark-gray .span4:nth-child(2n+1) {
    background-color: #6d6e72;
  }
  .box-row-3 .box-content, .box-row-2 .box-content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .content-box.bg-image{
    background-size: auto auto;
  }
  .box-row-3.bg-image .span4:nth-child(2) {
    background-color: transparent;
  }
  .content-box.bg-image .box-content {
    margin: 20px;
  }
  .box-content h3 .emptyrow{
    display: none;
  }

  .content-2-columns, .content-2-columns .container {
    padding: 0;
  }
  .content-2-columns .span6 {
    width: auto;
  }
  .content-2-columns .span6 > div {
    border: medium none !important;
    padding: 40px 20px;
    background-color: #d6d7d2;
  }
  .content-2-columns .span6 > .first-item{
    background-color: #e2e1dd;
  }

  .product-page .product-listing.content-box {
    padding-bottom: 40px;
  }
  .product-listing .row {
    margin-bottom: -20px;
  }
  .product-group-item > .center-text-block {
    padding: 40px 0 10px;
  }

  .hero-unit.product{
    padding: 30px 0;
  }
  .hero-unit.product h1 {
    font-size: 40px !important;
  }
  .hero-unit.product h2 {
    font-size: 1.4em;
  }
  .hero-unit.product .action-holder {
    margin-top: 15px;
  }
  .hero-unit.product .btn-group {
    margin-left: 0;
    padding: 10px 14px;
  }

  .content-page.product-page .product-info {
    padding: 20px 0 40px;
  }
  .hero-unit.documents {
    background-size: auto 100%;
  }

  #documentation .table .head-row td {
    padding-top: 45px;
    position: relative;
  }

  #documentation .table .head-row h3 {
    bottom: 42px;
    position: absolute;
    font-size: 18px;
    min-width: 200px;
  }
  #documentation .table .file-size {
    width: 80px;
  }

  #similar {
    padding: 0;
  }
  #similar.content-2-columns .span6 > div {
    padding: 20px 20px 0;
  }
  .similar-product {
    overflow: visible;
  }

  .similar-product > img {
    float: none;
    max-width: 100%;
  }
  .similar-product > div {
    padding: 10px 0 20px;
    float: none;
  }
  .product .action-holder .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    margin-top: 8px;
  }

  .content-page .product-info h2.large-caption {
    font-size: 30px;
    margin: 30px auto auto;
  }

  .box-grid-6 .span4 {
    width: auto;
  }
  .box-grid-6 .grid-content > div {
    border-top: 1px dotted;
    margin-bottom: 30px;
    min-height: 0;
    padding-top: 30px;
  }
  .span4.grid-border-horizontal {
    display: none;
  }
  .grid-border {
    display: none;
  }

  .content-box.box-row-2 .container{
    max-width: none;
  }

  .subcontent-box {
    padding: 20px 0 0;
  }
  .news-and-releases {
    padding: 20px 0 0;
  }

  .design-firm-item .brand-logo, .design-firm-item .content-area {
    width: auto;
    float: none;
  }
  .design-firm-item.group-bg-2 .logo-container, .design-firm-item .logo-container {
    margin: 0 20px;
    text-align: center;
  }

  .distributor-list .distributor-continent {
    margin-right: 0;
    margin-left: 0;
  }
  .distributors-box {
    margin-bottom: 20px;
  }

  .news-block.news-block-article-0, .news-block.news-block-1, .news-block.news-block-article-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .product-listing .span4 {
    display: block;
    float: none;
    width: auto;
  }
  .product-listing.content-box.bg-image .box-content {
    margin: 20px;
  }
  .hero-unit.product .btn-group{
    display: block;
    text-align: left;
  }

  footer .footer-social a {
    margin-left: 0;
    max-width: 20px;
    padding: 9px 11px 11px;
  }
  footer{
    padding: 30px 0 20px;
  }
}