#wpadminbar {
  display: none !important;
}
.container_16 {
  max-width: 980px !important;
}
.font1 {
  font-family: Helvetica, sans-serif;
}
.font2 {
  font-family: Helvetica, sans-serif;
}
.style12 {
  font-size: 14px;
  line-height: 18px;
}
.style14 {
  font-size: 16px;
  line-height: 20px;
}
.style16 {
  font-size: 16px;
  line-height: 20px;
}
.style18 {
  font-size: 18px;
  line-height: 22px;
}
.style24 {
  font-size: 24px;
  line-height: 36px;
}
.style36 {
  font-size: 36px;
  line-height: 36px;
}
.style48 {
  font-size: 48px;
  line-height: 56px;
}
.style56 {
  font-size: 56px;
  line-height: 56px;
}
.style60 {
  font-size: 60px;
  line-height: 64px;
}
.weights {
  font-weight: 300;
}
.weightn {
  font-weight: 400;
}
.weightm {
  font-weight: 600;
}
.weightl {
  font-weight: 700;
}
.center {
  text-align: center;
}
.underline {
  text-decoration: underline !important;
}
h1.product-single-header {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #e52a2c;
  margin-bottom: 12px;
}
h2.product-single-header {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
body,
html {
  background: #e6e6e6;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  line-height: 16px;
  color: #070707;
  font-weight: 300;
  width: 100%;
  height: 100%;
}
strong {
  font-weight: 700;
}
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  vertical-align: bottom;
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  vertical-align: bottom;
}
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  vertical-align: bottom;
  color: #e52a2c;
}
img {
  max-width: 100%;
}
a {
  color: #070707;
}
a:hover {
  opacity: 1;
}
.inactive {
  opacity: 0.1;
}
.topoffset {
  padding-top: 120px;
  clear: both;
}
.topoffset-blog {
  margin-top: 68px;
  clear: both;
}

.posttext span.blogpostdate{ font-size: 14px ; margin: 0px 0px; padding: 8px 5px 5px 5px; }

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
.red {
  color: #e52a2c;
}
.blue {
  color: #00599f;
}
.darkgrey {
  color: #070707;
}
.lightgrey {
  color: #838383;
}
.bg-darkgrey {
  background: #070707;
}
.bg-blue {
  background: #00599f;
}
.bg-lightblue {
  background: #e6eff6;
}
.blue-gradient {
  background: #377cb1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #377cb1), color-stop(100%, #0b5c9e));
  background: -webkit-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
  background: -o-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
  background: -ms-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
  background: linear-gradient(135deg, #377cb1 0%, #0b5c9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377cb1', endColorstr='#0b5c9e', GradientType=1);
}
.videostart {
  margin-bottom: -105px;
  margin-top: px;
}
.landing-sub-video {
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.btn-notifyme {
  padding: 10px 0px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  position: relative; 
  margin: 0 auto;
}
.btn-center {
  position: relative;
}
.btn-notifyme:hover {
  opacity: 1;
  cursor: hand;
}
.btn-notifyme img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* TYPO */
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
a.img-hover img:hover {
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 780px;
  height: 439px;
  margin: -250px 0 0 -400px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  opacity: 0;
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
  opacity: 1;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  height: 400px;
  padding: 15px;
  overflow: hidden;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* TOP NAVIGATION */
.block-works {
  margin-top: 120px;
}
#navbar {
  width: 100%;
  background: #070707;
  display: block;
  height: 70px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#navbar #toplogo2 {
  display: none;
}
#navbar.scrooooooling {
  height: 50px !important;
}
#navbar.scrooooooling #toplogo2 {
  display: block;
}
#navbar.scrooooooling #toplogo {
  display: none;
}
#navbar.scrooooooling #menu-top-menu {
  margin: 15px 0px 0px 0px !important;
}
#navbar ul.mainMenu {
  float: left;
  margin: 40px 0px 0px 0px;
  font-family: Helvetica, sans-serif;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#navbar #toplogo {
  margin-top: 11px;
}
#navbar #menu-top-menu {
  float: right;
  vertical-align: baseline;
  margin: 35px 0px 0px 0px;
}
#navbar #menu-top-menu li {
  display: inline;
  list-style: none;
  position: relative;
  line-height: 28px;
  padding: 0px 0px;
  margin: 0px 0px 0px 20px;
  padding: 10px 0px;
  font-weight: 400;
}
#navbar #menu-top-menu li:hover {
  cursor: pointer;
}
#navbar #menu-top-menu li a {
  text-decoration: none;
  color: #cdcdcd;
  font-size: 16px;
  width: 100%;
  opacity: 1;
  padding: 0px 4px;
  height: 100%;
}
#navbar #menu-top-menu li:hover.menu-item-has-children {
  background: #ffffff;
}
#navbar #menu-top-menu li:hover.menu-item-has-children > a {
  color: #070707;
  width: 100%;
}
#navbar #menu-top-menu li.current-menu-item > a {
  font-weight: 600;
}
#navbar #menu-top-menu li.current-menu-parent > a {
  font-weight: 600;
}
#navbar #menu-top-menu li:last-child ul {
  display: none;
  position: absolute;
  top: 35px;
  left: -119px;
  width: 180px;
  padding-top: 0px;
  background: #ffffff;
  text-align: right;
}
#navbar #menu-top-menu li:last-child ul li {
  display: list-item;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 28px;
  font-size: 16px;
}
#navbar #menu-top-menu li:last-child ul li:hover {
  background: #070707;
  cursor: pointer;
}
#navbar #menu-top-menu li:last-child ul li:hover a {
  color: #ffffff;
}
#navbar #menu-top-menu li:last-child ul li a {
  display: block;
  width: auto;
  height: auto;
  padding: 10px 5px;
  color: #070707;
}
#navbar #menu-top-menu li:last-child:hover ul {
  display: block;
}
#navbar #menu-top-menu li:last-child:hover.menu-item-has-children {
  background: #ffffff;
}
#navbar #menu-top-menu li:last-child:hover.menu-item-has-children > a {
  color: #070707;
}
#navbar #menu-top-menu li:last-child.current-menu-item > a {
  font-weight: 400;
}
#navbar #menu-top-menu li ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  width: 180px;
  padding-top: 0px;
  background: #ffffff;
}
#navbar #menu-top-menu li ul li {
  display: list-item;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}
#navbar #menu-top-menu li ul li:hover {
  background: #070707;
  cursor: pointer;
}
#navbar #menu-top-menu li ul li:hover a,
#navbar #menu-top-menu li ul li:active a {
  color: #ffffff;
}
#navbar #menu-top-menu li ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 7px;
  color: #070707;
}
#navbar #menu-top-menu li:hover ul,
#navbar #menu-top-menu li:active ul {
  display: block;
}
#navbar #notifymebtn {
  display: none;
  position: absolute;
  top: 5px;
  left: 80px;
  z-index: 1005;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
}
#navbar .navpos {
  position: relative;
}
#navbar.scrooooooooooling #notifymebtn {
  display: block;
}
/* end higher than 768px */
/* end lower than 768px */
/* SECTION INTRO */
#section-intro h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#section-additional {
  background: #ffffff;
  padding: 20px 0px 20px 0px;
  margin: 20px 0px 0px 0px;
}
#section-blog-posts {
  background: #ffffff;
  padding: 20px 0px;
}
.sec-intro {
  min-height: 520px;
  max-height: 520px;

}

a.notity-me {
  display: block;
  left: 35%;
  margin: 0 auto;
  position: absolute;
  width: 30%;
  top: 570px;
}

a.notify-me:hover{opacity: 1 !important;}

#btn-play-video {
  display: block;
  margin: 0 0 10px 24px;;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 18px;
}
a#btn-play-video img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.btn-notify-header {
  color: #fff;
  position: relative;
  font-weight: 600;
}
.btn-notify-header img {
  position: absolute;
  bottom: 0px;
  right: -30px;
}
#notifymebtn:hover {
  opacity: 0.8;
}

.sec-intro h1 {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
  margin: 140px 0 15px;
  padding: 0;
}

.sec-intro .grid_10 p, .sec-intro .grid_10 a{ color: #FFFFFF; font-size: 24px; line-height: 24px; font-weight: 300; }



p.tcenter.introtext {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
/* SECTION HSLIDER */
#section-hslider {
  padding: 20px 0px 40px 0px;
  background: #fff;
  min-width: 980px;
}
#section-hslider h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0px 0px 12px 0px;
}
#section-hslider p {
  font-size: 16px;
  line-height: 20px;
}
.item {
  width: auto;
}
.sliderbox {
  position: relative;
}
.hslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sliderbox .hslider .item {
  width: 276px;
  float: left;
  margin: 0px 40px 0px 20px;
}
.hslider .owl-controls,
.hslider2 .owl-controls {
  width: 100%;
}
.hslider2 .owl-controls {
  margin-top: 0px;
  z-index: 100;
}
.hslider .owl-pagination,
.hslider2 .owl-pagination {
  margin: 20px auto;
}
.next {
  position: absolute;
  top: 26%;
  left: -20px;
  overflow: visible;
}
.prev {
  position: absolute;
  top: 26%;
  right: -20px;
  overflow: visible;
}

.workswithright {
  float: left;
  text-align: center;
  margin: -10px 10px 0px 0px;
  max-height: 120px;
  overflow: hidden;
  
}

.block-new-works{margin-left: 0px; margin-top: 58px;}

.block-new-works .workswithright { width: 100px; margin-top: -10px;}

.workswith span,
.workswithright span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}


.block-new-works{ position: relative; }
.workswithright img{ margin: 10px 0px ; }

.block-new-works .workswithright span{ color: #FFFFFF; }

/* SECTION CREATE */
#section-create {
  background: #f9f9f9;
  min-width: 980px;
  padding-top: 10px;
}
p.sidebartext {
  margin: 0px 0px 24px 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
p.sidebartext a {
  text-decoration: underline;
  color: #00599f;
}
p.video-subline {
  margin: 6px 0px 30px 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
p.sidebarheader {
  font-weight: 600;
  color: #e52a2c;
  font-size: 18px;
  line-height: 22px;
}
.bg-line-red {
  background: url('../images/assets/bg-1008-red-line.png') repeat-y;
  background-position: center bottom;
}
#nr1 {
  background: url('../images/assets/bg-1008-nr1.png') #f9f9f9 no-repeat;
  background-position: center bottom;
  margin-top: 0px;
  height: 56px;
  vertical-align: bottom;
  margin-bottom: 18px;
}
.focus-circle {
  margin: 70px 0px 100px 0px;
}
/* SECTION DESIGN */
#section-design {
  background: #f9f9f9;
  min-width: 980px;
}
#nr2 {
  background: url('../images/assets/bg-1008-nr2.png') no-repeat;
  background-position: center bottom;
  margin-top: 0px;
  min-height: 56px;
}
ul.design-benefits li {
  line-height: 40px;
  font-size: 16px;
}
ul.design-benefits li img {
  margin-right: 5px;
}
/* SECTION SHOW & SHARE */
#section-showandshare {
  background: #f9f9f9;
  padding-bottom: 50px;
  min-width: 980px;
}
#nr3 {
  background: url('../images/assets/bg-1008-nr3.png') no-repeat;
  background-position: center top;
  margin-top: 0px;
  height: 70px;
}
.hslider2 {
  background: url('../images/assets/bg-hex-offset.png') no-repeat;
  background-position: center bottom;
  margin: 20px 0px 0px 0px;
}
.hslider2 .item2 {
  float: left;
}
.hslider2 .item2 .interaction-header {
  min-width: 300px;
  width: 300px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  clear: both;
}
.hslider2 .item2 .interaction-text {
  width: 300px;
  clear: both;
}
.hslider2 .item2 .interaction-img {
  margin: 10px 0px 20px 0px;
}
span.hex-indicator.selected a {
  color: #e52a2c;
}
span.hex-indicator a {
  color: #e6e6e6;
}
span.hex-indicator a:hover {
  color: #e52a2c;
  opacity: 1;
}
span.hex-indicator {
  margin: 10px 10px 10px 10px;
}
/* SECTION SAMPLE APP */
#section-sampleapp {
  background: #E6EFF6;
}
#section-sampleapp h3 {
  font-family: Helvetica, sans-serif;
  font-size: 65px;
  color: #00599f;
  line-height: 80px;
  text-align: center;
  padding: 70px 0px 0px 40px;
  font-weight: 300;
  display: block;
}
span.btn-blue {
  width: 100%;
  background: #659bc5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
}
span.btn-blue a {
  color: #fff;
  font-weight: 600;
}
/* SECTION PRICE SECTION */
#section-product-prices {
  padding: 24px 0px;
}
/* SECTION BLOG */
#section-blog {
  background: #FFFFFF;
  display: inline-block;
  width: 100%;
}

.featured-blog-post {
  text-align: center;
}

.subblogmenufull{height: 54px; background: #212020; width: 100%;}

#section-blog-content .sidebar{ padding-top: 20px; }
/* SECTION NEWSLETTER FORM */
#section-newsletter {
  background: #212020 url('../images/assets/hr-newsletter.png');
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 0px;
  color: #e6e6e6;
  width: 100% !important;
  display: block;
  left: 0;
  right: 0;
}
#section-newsletter h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  margin: 30px 0px 30px 0px;
}
#section-newsletter p {
  font-size: 16px;
  margin: 10px 0px 40px 0px;
}
/* SECTION CONTENT */
#section-content {
  background: #fff;
  padding-bottom: 100px;
  display: block;
  clear: both;
}
.page-menu li {
  height: 50px;
  background: #e6e6e6;
  margin: 0px 0px 1px 0px;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 0px 0px 15px;
}
.page-menu li a {
  color: #070707;
  display: inline-block;
  width: 100%;
}
.page-menu li:hover {
  background: #f9d5d5 no-repeat;
}
.page-menu li:hover a,
.page-menu li.current-menu-item a {
  color: #bd0b27;
}
.page-menu li.current-menu-item {
  background: #f9d5d5 no-repeat;
  background-image: url('css/menu-bg.png');
  background-position: right center;
}
#section-content h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 300;
  vertical-align: center;
  margin-bottom: 30px;
}
#section-content .small-icon {
  font-size: 6px;
  margin: 0px 0px 0px 10px;
  line-height: 18px;
  vertical-align: middle;
}
#section-content h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  color: #e52a2c;
  margin-bottom: 30px;
}
.gform_confirmation_message_2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.theBoss h3 {
  font-weight: 700;
}
.theBoss h5 {
  margin: 0px 0px 20px 0px;
  font-weight: 300;
}
.theBoss p {
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}
.theBoss img {
  width: 100%;
  height: auto;
}
.theTeam {
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}
.theTeam img {
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
}
.theTeam h3 {
  margin: 4px 0px 0px 0px;
  font-weight: 300;
}
.theTeam h5 {
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}
.theTeam p {
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}
.theTeam ul li {
  width: 212px;
  float: left;
  margin: 0px 16px 30px 0px;
}
.theTeam ul li:nth-child(3n) {
  margin: 0px 0px 0px 0px;
}
.mainContentPage h4 {
  font-size: 24px;
  line-height: 36px;
  color: #e52a2c;
  margin: 20px 0px 20px 0px;
}
.mainContentPage p {
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0px 0px 16px 0px;
}
.theAwards {
  margin: 40px 0px 80px 0px;
  clear: both;
  display: table;
}
.theAwards img {
  width: 100%;
  height: auto;
}
.theAwards h3 {
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  padding: 0px;
}
.theAwards h5 {
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}
.theAwards p {
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}
.award-badge {
  position: relative;
}
.thebadge {
  position: absolute;
  top: -37px;
  right: -32px;
  width: 65px;
  height: 75px;
  background: url('../images/assets/hexbg-65x75.png');
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
}
.large {
  color: #3c3c3c;
  font-weight: 300;
  font-size: 16px !important;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 13px 13px 13px 13px !important;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_button {

background: #377cb1;

background-image: no-repeat; /* fallback */
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #377cb1), color-stop(100%, #0b5c9e));
background-image:  -webkit-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
background-image: -moz-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
background-image: -ms-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
background-image:  -o-linear-gradient(-45deg, #377cb1 0%, #0b5c9e 100%);
background-image: linear-gradient(135deg, #377cb1 0%, #0b5c9e 100%); 

  border: 0px;
  height: 52px;
  line-height: 40px;
  padding: 0px 30px;
  width: 100%;
  color: #fff;
  font-weight: 600;
 
  margin: 0px auto;
  display: block;
}
.gform_button:hover {
  opacity: 1;
  background: #9c9c9c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9c9c9c), color-stop(100%, #cbcbcb));
  background: -webkit-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: -o-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: -ms-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: linear-gradient(135deg, #9c9c9c 0%, #cbcbcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9c9c', endColorstr='#cbcbcb', GradientType=1);
  border: 0px;
  height: 52px;
  line-height: 40px;
  padding: 0px 30px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
label {
  display: none !important;
}
.gform_title,
.gform_description {
  text-align: center;
  margin: 0px auto;
}
.gform_description {
  width: 50% !important;
  display: block;
  margin: 0px auto;
}
.gform_body {
  width: 50%;
  text-align: center;
  margin: 0px auto;
}
.gform_footer {
  width: 100%;
}
ul.gform_fields {
  width: 100%;
}
ul.gform_fields li {
  width: 100%;
  float: left;
}
#gform_submit_button_1 {
  width: 50%;
  -webkit-appearance: none;
}
.gform_confirmation_message_1 {
  font-size: 32px;
  text-align: center;
  margin: 40px 0px 0px 10px;
}
input:hover,
textarea:hover {
  background-color: white;
}
#gform_submit_button_3 {
  width: 450px;
  -webkit-appearance: none;
}
#notifymebtn2 {
  color: #fff;
  font-weight: 600;
  height: 54px;
  line-height: 54px;
  padding: 0px 30px;
  text-align: center;
  position: relative;
}
#notifymebtn2 img {
  position: absolute;
  right: 0;
  bottom: 0px;
}
#notifymebtn2:hover {
  opacity: 1;
}
#btn-notify-header,
.btn-notifyme,
#notifymebtn,
#notifymebtn4,
#notifymebtn2 {
  cursor: pointer;
}
.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}
span.wpcf7-not-valid-tip {
  display: none;
}
body span.wpcf7-not-valid-tip {
  display: block;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 16px;
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  color: #ec3c06;
}
body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  color: #e17731;
}
body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  color: #1ea524;
}
.styled-select001 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding: 11px;
  width: 100%;
  border: 0px solid !important;
  -webkit-appearance: none;
  border-radius: 0px !important;
  background-color: #9c9c9c;
  background-image: url('../images/assets/arrows_updown_select.png') no-repeat right;
  background: url('../images/assets/arrows_updown_select.png') no-repeat right, -moz-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: url('../images/assets/arrows_updown_select.png') no-repeat right, -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9c9c9c), color-stop(100%, #cbcbcb));
  background: url('../images/assets/arrows_updown_select.png') no-repeat right, -webkit-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: url('../images/assets/arrows_updown_select.png') no-repeat right, -o-linear-gradient(-45deg, #9c9c9c 0%, #cbcbcb 100%);
  background: url('../images/assets/arrows_updown_select.png') no-repeat right, linear-gradient(135deg, #9c9c9c 0%, #cbcbcb 100%);
}
/* SECTION FOOTER */
#section-footer {
  background: black !important;
  color: #e6e6e6;
  display: block;
  padding: 20px 0px;
}
.jcarousel.hslider2 li {
  width: 340px;
}
.social-connect {
  text-align: right;
}
.social-connect a img {
  padding: 0px 0px 0px 10px;
}
.social-connect a:hover img {
  opacity: 0.8;
}
ul.footer-menu li {
  color: #525252;
}
ul.footer-menu li strong {
  color: #c7c7c7;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}


li.blogpostlistfooter{margin-bottom: 4px;}

ul.footer-menu li a {
  color: #c7c7c7;
  font-weight: 300;
}
#carousel-example-generic .item {
  float: left;
  margin: 0 40px 0 20px;
  width: 340px;
}
.carousel-inner {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20000em;
}
.hide {
  display: none;
}
ul.contact-footer li a {
  color: #c9c9c9;
}
/* EDDISON SOFTWARE PAGE */
#section-intro-software {
  margin: 100px 0px 0px 0px;
}
#section-hightlights {
  padding: 100px 0px 0px 0px;
  background: #fff;
}
.highlightbox {
  margin-bottom: 50px;
}
.software-header h1 {
  font-size: 24px;
  line-height: 36px;
  color: #e52a2c;
  margin-top: 100px;
}
.software-header h2 {
  color: #000;
}
.software-header p {
  font-size: 24px;
  color: #3d3d3d;
}
.p-teaser1{margin: 10px 0px 24px 0px;}
.p-teaser2{font-size: 24px !important; line-height: 26px !important;}


/* EDDISON INTERACTION PAGE */
#section-intro-interaction {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 50px 0px;
  background: #fff;
}
#section-hightlights {
  padding: 100px 0px 0px 0px;
  background: #fff;
}
.highlightbox {
  margin-bottom: 50px;
}
.interaction-header h1 {
  font-size: 24px;
  color: #e52a2c;
  margin-top: 100px;
}
.interaction-header h2 {
  color: #000;
}
.interaction-header p {
  font-size: 24px;
  color: #3d3d3d;
}
.sec-list-interaction h3 {
  font-weight: 300;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.sec-list-interaction {
  padding: 20px 0px;
}
.checklist {
  margin: 10px 0px 25px 0px;
}
.checklist li {
  min-height: 20px;
  padding: 0px 0px 10px 25px;
  background: url('assets/img/check.png') no-repeat;
}
.interaction-needed-header {
  line-height: 34px;
}
.interaction-needed img {
  max-width: 230px;
  height: auto;
}
/* GRAVITY FORMS */
#gform_2 > .gform_body {
  text-align: left !important;
  margin: 0px;
  width: 400px;
}
#gform_2 > .gform_footer {
  text-align: left !important;
  margin: 0px;
  width: 400px;
}
#gform_2 .gform_footer.left_label {
  margin: 0px;
  padding: 0px;
}
#input_2_2 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' fill='#6a6a6a'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color: white;
  padding: 12px 50px 12px 12px;
  width: 400px;
  font-size: 16px;
  color: #6a6a6a;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}
#input_2_1,
#input_2_3,
#input_2_4 {
  width: 378px;
  background-color: #d9d9d9;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding: 12px;
  color: #6a6a6a;
}
#gform_submit_button_2 {
  text-align: center;
  width: 400px;
  margin: 0px !important;
}
#gform_2 > input[placeholder],
[placeholder],
*[placeholder] {
  color: #6a6a6a !important;
}
#gform_confirmation_wrapper_2 {
  margin: 40px 0px 0px 0px;
}
#gform_confirmation_wrapper_2 #gforms_confirmation_message {
  background: #d9d9d9;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 12px;
}
/* BLOG STYLES */
.mainImage {
  background: #212020;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}
.mainImage img {
  width: 100%;
  height: auto;
}
.postMenu {
  padding: 0px;
  height: 54px;
  line-height: 54px;
  color: #e6e6e6;
}
.mainContent {
  padding: 80px 0px 40px 0px;
  color: #3a3a3a;
}
.fullContent {
  padding: 40px 0px 80px 0px;
  background: #e6e6e6;
}
.mainContent h1 {
  font-size: 60px;
  line-height: 64px;
  color: #e52a2c;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
}
.mainContent h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.fullContent {
  color: #3a3a3a;
}
.fullContent img {
  width: 100%;
  height: auto;
}
.fullContent .text p {
  margin: 20px 0px;
  font-size: 16px;
  line-height: 20px;
}
.fullContent .text h3 {
  margin: 30px 0px;
  font-size: 32px;
  font-weight: 300;
}
.fullContent .text h4 {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 300;
}
.fullContent .text blockquote p {
  margin: 20px 0px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  padding: 0px 10px;
}
.fullContent .slideshow .owl-controls {
  display: block;
  z-index: 100;
  text-align: center;
  height: 30px;
  clear: both;
}
.fullContent .slideshow .owl-controls .owl-pagination {
  margin: 10px auto;
  display: block;
  text-align: center;
}
.fullContent .owl-page.active span {
  display: block;
  background: #869791;
}
.fullContent .video {
  margin: 40px 0px;
  display: block;
  clear: both;
}
.postMenu .prevpost a {
  text-align: left !important;
  color: #e6e6e6 !important;
  margin: 0px 20px;
}
.postMenu .nextpost {
  text-align: right !important;
}
.postMenu .nextpost a {
  text-align: right !important;
  color: #e6e6e6 !important;
  margin: 0px 20px;
}
.footerblogmenu {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 36px 0px 24px 0px;
}
.footerblogmenu .left {
  float: left;
}
.footerblogmenu .right {
  float: right;
}
.footerblogmenu a:hover {
  text-decoration: underline;
}
.item .postcontent {
  margin: 40px 0px 0px 0px;
}
.blogfeatured {
  position: relative;
  margin: 0px 0px 40px 0px;
}
.blogfeatured .owl-controls .owl-pagination {
  margin: 0px auto;
  text-align: center;
}
.blogfeatured .owl-controls .owl-pagination .owl-page.active span {
  background: #e52a2c;
  opacity: 1;
}
.postcontent .posttitel {
  width: 45%;
  float: left;
  margin-left: 5%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.postcontent .posttitel h2 {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.postcontent .postexcerpt {
  width: 45%;
  float: left;
  margin-right: 5%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.postcontent .postexcerpt h3 {
  color: #3a3a3a;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.postentry {
  width: 100%;
  position: relative;
  margin: 0px;
  clear: both;
  padding: 0px;
  margin-bottom: 24px;
}
.postentry img {
  width: 100%;
  height: auto;
}
.postentry .posttext {
  z-index: 100;
  position: absolute;
  text-align: center;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  top: 50%;
  margin-top: -35px;
}
.posttext span {
  background: #000000;
  color: #FFFFFF;
  font-family: Helvetica,sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 2px 6px;
  margin: 0px;
}
.thePosts {
  background: #fff;
}
.softwareslider .owl-controls {
  z-index: 99;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 auto;
}
.softwareslider {
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 0px;
}
#section-downloads {
  padding: 100px 0px;
}
#section-docs {
  background: #fff;
  padding: 50px 0px;
}
.filedownload {
  display: table;
  clear: both;
}
.filedownload img {
  margin: 0px 20px 10px 0px;
}
.filedownload span {
  line-height: 40px;
  text-decoration: underline;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  margin: 0px 0px 0px 20px;
}
.filedownload a span {
  color: #070707;
}
.productheader h2 {
  margin-top: 20px;
}
.list-row {
  width: 100%;
  clear: both;
}
.list-image-header-text-product-middle {
  width: 18%;
  margin: 10px 2%;
  float: left;
  display: list-item;
  list-style-type: none;
}
.list-image-header-text-product-middle.start {
  width: 18%;
  margin: 10px 2% 10px 0%;
  float: left;
}
.list-image-header-text-product-middle.end {
  width: 18%;
  margin: 10px 0% 10px 2%;
  float: left;
}
.list-image-header-text-product-middle a h3 {
  margin: 5px 0px 5px 0px;
  color: #070707;
}
.list-image-header-text-product-middle img {
  margin: 5px 0px;
}
.list-image-header-text-product-middle img:hover {
  opacity: 0.8;
}
.list-image-header-text-product-middle p {
  margin: 5px 0px;
  font-size: 16px;
  line-height: 20px;
}
.list-image-header-text-product {
  width: 21%;
  margin: 10px 3%;
  float: left;
  display: list-item;
  list-style-type: none;
}
.list-image-header-text-product.start {
  width: 21%;
  margin: 10px 2% 10px 0%;
  float: left;
}
.list-image-header-text-product.end {
  width: 21%;
  margin: 10px 0% 10px 2%;
  float: left;
}
.list-image-header-text-product a h3 {
  margin: 5px 0px 5px 0px;
  color: #070707;
}
.list-image-header-text-product img {
  margin: 5px 0px;
}
.list-image-header-text-product img:hover {
  opacity: 0.8;
}
.list-image-header-text-product p {
  margin: 5px 0px;
  font-size: 16px;
  line-height: 20px;
}
.list-image-header-text-product-small {
  width: 16%;
  margin: 10px .4%;
  float: left;
  display: list-item;
  list-style-type: none;
}
.list-image-header-text-product-small.start {
  width: 16%;
  margin: 10px 0.4% 10px 0%;
  float: left;
}
.list-image-header-text-product-small.end {
  width: 16%;
  margin: 10px 0% 10px .4%;
  float: left;
}
.list-image-header-text-product-small a h3 {
  margin: 5px 0px 5px 0px;
  color: #070707;
}
.list-image-header-text-product-small img {
  margin: 5px 0px;
}
.list-image-header-text-product-small img:hover {
  opacity: 0.8;
}
.list-image-header-text-product-small p {
  margin: 5px 0px;
}
.product-detail h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0px 0px 0px;
}
.conten-col1 {
  margin: 20px 20%;
  width: 60%;
}
.conten-col2-1,
.conten-col2-2 {
  margin: 20px 5%;
  width: 40%;
  float: left;
}
.conten-col3-1,
.conten-col3-2,
.conten-col3-3 {
  margin: 20px 2%;
  width: 29.3%;
  float: left;
}
.price-pro-lite {
  width: 94%;
  margin: 30px 3%;
  font-size: 16px;
  line-height: 20px;
}
.price-pro-lite thead tr {
  background: none;
}
.price-pro-lite tr:nth-child(even) {
  background: #d9d9d9;
}
.price-pro-lite tr:nth-child(odd) {
  background: #f3f3f3;
}
.price-pro-lite tr .center {
  text-align: center;
}
table.price-pro-lite tfoot tr {
  line-height: 40px;
}
.featurename {
  padding: 10px 0px 20px 20px;
}
.bullet {
  font-size: 40px;
  font-weight: 600;
}
.download-docs {
  margin: 20px 0px;
}
tr.nr1-row {
  background: none !important; padding: 10px;
}
td.td-header.lite {
  color: #e52a2c;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  padding: 0px 10px 24px 10px;
}
td.td-header.pro {
  color: #e52a2c;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  padding: 0px 10px 24px 10px;
}
td.lite {
  opacity: 1;
}
/* Specific to example one */
#technical-specifications {
  padding: 0px;
  margin: 0 0 15px 0;
}
#technical-specifications .nav {
  overflow: hidden;
  margin: 0 0 0px 0;
}
#technical-specifications .nav li {
  width: 200px;
  float: left;
  margin: 0 10px 0 0;
  background: #c6c6c6;
}
#technical-specifications .nav li.last {
  margin-right: 0;
}
#technical-specifications .nav li a {
  display: block;
  padding: 10px 5px;
  color: white;
  font-size: 16px;
  text-align: center;
  border: 0;
}
#technical-specifications .nav li a:hover {
  background-color: #ffffff;
  color: #070707;
}
#technical-specifications ul {
  list-style: none;
}
#technical-specifications ul li a {
  display: block;
  padding: 4px;
}
#technical-specifications ul li a:hover,
#technical-specifications ul li a:focus {
  color: white;
}
#technical-specifications ul li:last-child a {
  border: none;
}
#technical-specifications li.tabheader a.current,
ul.featured li a:hover {
  color: #070707;
  background: #ffffff;
}
.list-wrap {
  background: #ffffff;
  font-size: 16px;
  padding: 20px 10px;
}
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#section-product-content {
  background: #e6e6e6;
  padding: 20px 0px;
}
#section-product-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
#section-product-content strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
#section-product-features {
  background: #ffffff;
  padding: 20px 0px;
}
#section-product-features h2 {
  font-size: 24px;
  line-height: 36px;
  color: #e52a2c;
  font-weight: 300;
}
#section-product-software-2 h2,
#section-product-software h2,
#section-product-downloads h2,
#section-product-addons h2,
#section-product-hardware h2 {
  font-size: 24px;
  line-height: 36px;
  color: #e52a2c;
  font-weight: 300;
}
#section-product-software-2,
#section-product-software,
#section-product-addons {
  background: #ffffff;
}
#section-product-hardware {
  background: #dedcdb;
}
#section-product-whatelse {
  background: #C0D5E9;
  padding: 20px 0px;
}


#section-product-whatelse h2{
	font-size: 24px;
	line-height: 36px;
	color: #01447f;
	font-weight: 300;
}

#section-product-specifications {
  background: #dedcdb;
  padding: 20px 0px;
}
.putbottom {
  margin: 60% 0px 0px 0px;
}
.putbottom h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 18px;
  color: #e52a2c;
}
.tutorial-row {
  width: 100%;
  margin-bottom: 24px;
  clear: both;
  display: inline-block;
}
.tutorial-media {
  width: 66%;
  padding: 0 2%;
  float: left;
}
.tutorial-text {
  width: 30%;
  float: left;
}
.tutorial-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
.tutorial-text ul li {
  padding: 0px;
  margin: 0px;
}
.tutorial-single-header {
  margin-bottom: 12px;
}
.tutorial-single-header.small {
  font-size: 36px !important;
  line-height: 36px !important;
}
.tutorial-text h3 {
  margin-bottom: 12px;
}
.outside-wrap {
  position: relative;
  height: 100%;
}
.outside-wrap.products-titel {
  max-height: 450px;
}
.bottom-wrap {
  position: absolute;
  bottom: 24px;
}
#gform_3 input.medium {
  width: 400px;
  background-color: #d9d9d9;
  border: 0;
  outline: 0;
  padding: 12px;
  color: #dedcdb;
  margin: 0px 0px 2px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
#gform_3 input[type="submit"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
#gform_3 .gfield_error input.medium {
  border: 0px solid #e52a2c;
  background: #FAD6D4;
  margin: 0px 0px 2px 0px;
}
#gform_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0px !important;
}
#gform_3 .gform_footer {
  margin: 0 auto;
  width: 100%;
}
#gform_3 .gform_body {
  margin: 0 auto;
  width: 100%;
}
#gform_3 .gform_wrapper .validation_message {
  color: #e52a2c;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
#gform_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0px;
  padding: 0px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0px !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
}
#gform_3 .gfield_description validation_message,
.gform_wrapper .validation_message {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #e52a2c !important;
}
#gform_3 .gfield_description.validation_message {
  display: block !important;
  margin: 0px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #e52a2c !important;
}
#gform_confirmation_message_3 {
  font-size: 24px;
  line-height: 36px;
}
.sec-searh-results {
  padding-bottom: 48px;
}
.sec-searh-results h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #e52a2c;
}
.sec-searh-results a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.sec-searh-results a:hover {
  text-decoration: underline;
}
.howitworks p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 16px;
}
.howitworks p strong,
.howitworks p b {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.gform_wrapper div.validation_error {
  color: #e52a2c !important;
  font-weight: 600 !important;
  font-family: Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.gfield_error {
  border: 0px !important;
  padding: 0px !important;
  background: none !important;
}
.sidebar {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.sidebar h4 {
  margin-bottom: 12px;
}
.sidebar ul {
  margin: 0px;
  padding: 0px;
}
.sidebar ul li {
  margin: 0px 0px 6px 0px;
}
.sidebar a:hover {
  text-decoration: underline;
}
.postsfilter h4 {
  color: #e52a2c;
  font-size: 24px;
  line-height: 36px;
  font-family: Helvetica, sans-serif;
  margin: 0px 0px 24px 0px;
  font-weight: 300;
}
input[type=search] {
  -webkit-appearance: none;
}

.page-template-tmp-formbetatester-php #section-product-features{ padding: 150px 0 100px 0; background: none; }

.edd-form h2{ text-align: left; font-size:24px; font-weight: 300 !important; }

div.edd-form_wrapper .edd-form input[type="text"], div.edd-form_wrapper .edd-form input[type="url"], div.edd-form_wrapper .edd-form input[type="email"], div.edd-form_wrapper .edd-form input[type="tel"], div.edd-form_wrapper .edd-form input[type="number"], div.edd-form_wrapper .edd-form input[type="password"], div.edd-form_wrapper .edd-form select, div.edd-form_wrapper .edd-form .ginput_complex input[type="text"], .edd-form input[type="text"], .edd-form input[type="email"]{ 
	border: none; 
	background: #cecece; 
	font-size: 14px; 
	line-height: 18px; 
	padding: 10px 5px !important; 
	color: #000000 !important; 
	width: 100% !important; 
	margin:  6px 0;
	}
	
.edd-form  input[placeholder]{ color: #6E6E6E !important; }
.edd-form .gform_body{ width: 100%; }

#field_4_1, 
#field_4_2,
#input_4_7_3,
#input_4_7_4,
#input_4_7_5,
#input_4_7_6,
#input_4_7_3_container,
#input_4_7_4_container,
#input_4_7_5_container,
#input_4_7_6_container{ display: inline-block; width: 49%; clear: none; }

#field_4_1,#input_4_7_3,#input_4_7_5{ margin-right: 2%; }

#input_4_3_1_container, 
#input_4_3_2_container, 
#input_4_3_2, 
#input_4_4_1_container, 
#input_4_4_2_container, 
#input_4_4, 
#input_4_4_2{ width: 100% !important; }

.edd-form select, select#input_4_7_6{ padding: 7px 5px !important; width: 110% !important; background: url('assets/img/checkbox.png') no-repeat scroll 90% 0px #CECECE; }

.edd-form .gfield_html p{ text-align: left; }

#input_4_10 label, #input_5_5 label{ display: block !important; text-align: left; font-weight: normal; color: #070707  !important; }
select#input_4_7_6{ color: #6E6E6E !important; }

.edd-form input[type="submit"]{ width: 50%; float: right; color: #FFFFFF !important; }

#gform_submit_button_4{ float: left; }

/*=Popup Signup Form
-------------------------------------------------------------*/
#signup-popup{ display: none; }
#signup-panel{ position: absolute; top:0; left:0; margin: 7em 37.5%; width: 25%; background-color: #99bdd9; padding: 2em; z-index: 2001; }
#signup-panel #field_4_11 h2{ display: none; }

#signup-panel h1{ color: #346D9E; }
#signup-panel #gform_submit_button_4{ float: right; }
#signup-panel .gform_wrapper{ width: 100%; max-width: 100%; }

#signup-panel .edd-form input{ margin: 6px 0; }

#signup-panel input#input_3_13{ width: 100%; }
#signup-panel input.gform_button{ width: 40%; margin-top: 0; }
a.close-signup-popup {
  color: #FFFFFF;
  font-size: 2em;
  position: absolute;
  right: .4em;
  top: .4em;
  cursor: pointer;
}

.cookie-law{ display: inline-block; width: 100%; margin: 2% 0; border-top: 1px solid #000000; padding-top: 2%; }
/*=New homepage header
-------------------------------------------------------------*/

.home #section-intro{ min-height: 520px; max-height: 520px; margin-top: 70px;}

.new-header-intro-left{margin-top: 150px;}
.new-header-intro-left h1{font-size: 56px; line-height: 56px; font-weight: 300; font-family: 'Source Sans Pro', sans-serif; color: #fff; padding-left: 0px;}
.new-header-intro-left p{font-size: 24px; line-height: 28px; font-weight: 300; font-family: 'Source Sans Pro', sans-serif; color: #fff; padding-left: 0px; padding-top: 24px;}
.new-header-intro-right{margin-top: 230px;}
.videobutton{margin-left: 68px;}

.img-holder{ width: 100%; height: 520px; overflow: hidden; }
.img-holder img{ width: 100%; }

.single-post .mainImage{ height: 520px; width: 100%; overflow: hidden; margin: 0; }
.single-post .mainImage img{ width: 100%; }

/* MEDIA QUERIES */
/* iPads (portrait) ----------- */
/* bigger screen  ----------- */

/*=Responvise Menu
-------------------------------------------------------------*/
.responsive-menu{ display: none; }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navbar-inner .container_16{
		width: 100%;
		
	}
	#navbar #toplogo {
	  z-index: 10;
	  position: relative;
	}

	.responsive-menu {
	  color: #FFFFFF;
	  display: block;
	  font-size: 2em;
	  right: 1em;
	  position: absolute;
	  top: -2.5em;
	  z-index: 15;
	}
	.navbar-inner .container_16 .grid_6{
		width: 100%;
	}
	.navbar-inner .container_16 .grid_10{
		width: 100%;
	}
	
	#navbar #menu-top-menu {
		background-color: #000000;
		display: inline-block;
		left: 0;
		padding-top: 1em;
		position: absolute;
		top: -5em;
		width: 102%;
		z-index: 1;
		left: -1em;
		display: none;
		padding-bottom: 2em;
	}
	
	#navbar #menu-top-menu li{
		display: inline-block;
		text-align: center;
		width: 100%;
		padding: 1em 0;
	}
	
	#navbar #menu-top-menu li ul {
	  display: inline-block;
	  float: left;
	  position: relative;
	  width: 102%;
	  margin-bottom: 2em;
	  left: -1em;
	  display: none !important;
	}
	
	#navbar #menu-top-menu li.menu-item-has-children:hover{ background: #000000; color: #CDCDCD; }
	#navbar #menu-top-menu li.menu-item-has-children:hover a{ color: #CDCDCD; }
	
	#navbar #menu-top-menu li a{ font-size: 2em; }
}


.hit-steps{margin: 0px 0px 45px 0px;}
.hit-steps h3{margin: 0px 0px 12px 0px; line-height: 35px;}
.hit-steps img{vertical-align: middle; margin-right: 6px;}
.hit-steps-img{margin: 0px 0px 70px 0px;}




.home #section-intro {
margin-top: 45px !important;
}

#btn-play-video{
	
	border-radius: 150px;
	display: block;
	
	cursor: pointer;
	text-align: center;
	font-size: 2.66em;
	line-height: 200%;

	color: white;
	position: relative;
	


height: 140px;
width: 140px;
left: -30px;
top: -7px;



}


#btn-play-video i{
		position: relative;
top: 35%;
left: 2%;
	color: #e52a2c;
		
	}


#btn-play-video i:before{
		
font-size: 1.2em;

		
	}

#btn-play-video:hover i:before{
color: white;

		
	}

#btn-play-video:hover{
	color: white;

}

#btn-play-video:hover i:before{

color: white;
}

#cookie-info .btn{

	display: inline-block;
	background: white;
	color: #666666;
	padding: 3px 9px;
	margin-left: 8px;
	cursor: pointer;
}

#cookie-info{
	display: none;
	text-align: center;
	z-index: 99999;
	width: 100%;
	position: fixed;
	bottom: 0;
	color: white;
	padding: 20px;
	background: rgba(0,0,0,.6);

}
.videobutton{
display: inline-block;border-radius: 50%;height: 125px;width: 125px;border: solid 8px #e52a2c;}
.videobutton:hover{
border: solid 8px white;
}
.videobutton-wrapper{

width:640px; position: absolute; left: -90px;top: 75px;text-align: right;
}


#section-newsletter h3 {
	
	
	color: #fff;
}

.large{
	
	padding: 21px 26px 18px 21px !important;
}

.postcontent h1{
	
	margin: 0 !important;
}


.topoffset-blog{
	
	margin-top: 50px;
}

#modal-login .md-content-wrapper {
width: auto;
}


#section-test{
margin:0;
    padding:0;
    background: #CCDEEC;
}