/* css document */
/* FONTS

"proxima-nova" 300, 400, 600, 700

COLORS
orange-normal:	f8981d
orange-hover:	ff8400

*/
/* GLOBAL
=================================*/
/* line 16, ../scss/sndev.scss */
body {
  font: 14px/20px "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #717070;
  font-weight: 400;
  border-top: 5px solid #f8981d;
  background: url(../images/body_bg_02.jpg);
}

/* line 24, ../scss/sndev.scss */
a {
  text-decoration: none;
}

/* line 35, ../scss/sndev.scss */
a.link,
.blog-list .views-field-field-intro p a,
.node-type-blog-entry #content p a {
  font-weight: 600;
  color: #ff8400;
}

/* line 42, ../scss/sndev.scss */
a.link:hover,
.blog-list .views-field-field-intro p a:hover,
.node-type-blog-entry #content p a:hover {
  text-decoration: underline;
}

/* line 46, ../scss/sndev.scss */
.back-link {
  padding: 10px 17px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  float: right;
}

/* line 54, ../scss/sndev.scss */
.back-link:hover {
  color: #ff8400;
}

/* line 58, ../scss/sndev.scss */
.node-type-application-note a.back-link {
  position: absolute;
  top: -70px;
}

/* line 63, ../scss/sndev.scss */
p {
  margin: 0 0 20px;
}

/* line 67, ../scss/sndev.scss */
p.small-text {
  font-size: 12px;
}

/* line 71, ../scss/sndev.scss */
p.med-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

/* line 77, ../scss/sndev.scss */
p.listhead {
  margin: 0 0 5px;
}

/* line 81, ../scss/sndev.scss */
h1, h2, h3, h4, h5, h6 {
  /*color: #f8981d;*/
  color: #666;
  font-weight: 600;
  margin: 0 0 20px;
}

/* line 89, ../scss/sndev.scss */
h1 {
  font-size: 30px;
}

/* line 91, ../scss/sndev.scss */
h2 {
  font-size: 28px;
  line-height: 1.2;
}

/* line 96, ../scss/sndev.scss */
h3 {
  font-size: 22px;
}

/* line 98, ../scss/sndev.scss */
h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

/* line 103, ../scss/sndev.scss */
h5 {
  font-size: 16px;
  color: #ff8400;
}

/* line 110, ../scss/sndev.scss */
.front h1 {
  font-size: 40px;
  color: #f8981e;
  text-align: center;
  text-shadow: -5px 5px 10px #000, -5px 5px 10px #000;
}

/* line 117, ../scss/sndev.scss */
ul.bulletlist {
  margin: 0 0 20px;
  line-height: 1.8;
}

/* line 122, ../scss/sndev.scss */
ul.bulletlist li {
  margin: 0 0 0 30px;
  list-style: disc;
}

/* line 127, ../scss/sndev.scss */
ul.bulletlist a {
  color: #666;
}

/* line 131, ../scss/sndev.scss */
ul.bulletlist a:hover {
  color: #ff8400;
}

/* line 135, ../scss/sndev.scss */
#container {
  position: rel;
  max-width: 1020px;/*changes made by prakash*/
  margin: 20px auto;
  width:100%;/*changes made by prakash*/	 
  }

/* line 141, ../scss/sndev.scss */
.sb-box-gen {
  width: 240px;
  margin: 20px 20px 0 0;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  float: left;
}

/* line 150, ../scss/sndev.scss */
.node-type-webform .sb-box-gen {
  width: 420px;
  margin: 0 0 10px;
  background: #fff;
}

/* LOGIN PAGE
==================================*/
/* line 158, ../scss/sndev.scss */
.page-user .pane-page-content {
  position: relative;
  padding: 40px 30px 60px;
}

/* TABS
=================================*/
/* line 166, ../scss/sndev.scss */
#tabs {
  position: absolute;
  margin: 0 0 20px;
  float: left;
  z-index: 300;
}

/* line 173, ../scss/sndev.scss */
#tabs li {
  margin: 0 1px 0 0;
  float: left;
}

/* line 178, ../scss/sndev.scss */
#tabs a {
  padding: 10px 15px;
  background: #f60;
  color: #fff;
}

/* line 184, ../scss/sndev.scss */
#tabs a:hover {
  background: #666;
}

/* HEADER
=================================*/
/* line 188, ../scss/sndev.scss */
#header {
  position: relative;
  min-height: 140px;/*changes made by prakash*/
  background: #42403c;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.3);
   width:100%;/*changes made by prakash*/
   height:auto;/*changes made by prakash*/
     }

/* line 198, ../scss/sndev.scss */
#logo a {
  display: block;
  width: 232px;
  height: 62px;
  margin: 40px 0 0 35px;
  text-indent: -9999px;
  background: url(../images/logo_01.png) no-repeat;
  float: left;
}

/* TOP NAV
=====================*/
/* line 210, ../scss/sndev.scss */
#top-nav {
  margin: 10px 10px 0 0;
  float: right;
}

/* line 215, ../scss/sndev.scss */
#top-nav li {
  float: left;
}

/* line 219, ../scss/sndev.scss */
#top-nav .phone {
  color: #f8981d;
  font-weight: bold;
}

/* line 224, ../scss/sndev.scss */
#top-nav a {
  padding: 0 10px;
  color: #eaeaea;
  font-size: 12px;
}

/* line 230, ../scss/sndev.scss */
#top-nav a:hover {
  color: #f8981d;
}

/* line 234, ../scss/sndev.scss */
#top-nav .contact a {
  margin: 0 20px 0;
  color: #f8981d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

/* line 242, ../scss/sndev.scss */
#top-nav .contact a:hover {
  text-decoration: underline;
}

/* SEARCH
==========================*/
/* line 250, ../scss/sndev.scss */
.pane-views-exp-product-search-page-1 {
  margin: 17px;
  float: right;
  clear: right;
}

/* line 256, ../scss/sndev.scss */
#edit-keys-wrapper {
  display: block;
  width: 212px;
  height: 33px;
  margin: 0 3px;
  background: url(../images/search_bg_01.png) no-repeat;
  border-radius: 4px;
  border: none;
 background-position:-12px;
}

/* line 266, ../scss/sndev.scss */
input#edit-keys {
  width: 185px;
  height: 20px;
  margin: -2px 0 0 4px;
  padding: 0;
  background: transparent;
  border: none;
}

/* line 275, ../scss/sndev.scss */
#edit-submit-product-search {
  width: 34px;
  height: 33px;
  margin: -30px 0 0;
  background: url(../images/search_submit_01.png) no-repeat;
  text-indent: -9999px;
}

/* line 283, ../scss/sndev.scss */
#edit-submit-product-search:hover {
  background-position: 0 100%;
}

/* SITE MAP
=================================*/
/* line 291, ../scss/sndev.scss */
.site-map-menu {
  margin: 0 0 0 50px;
}

/* line 295, ../scss/sndev.scss */
.site-map-menu li {
  margin: 0 0 3px;
}

/* line 299, ../scss/sndev.scss */
.site-map-menu li a {
  font-size: 18px;
  font-weight: 600;
  color: #666;
}

/* line 305, ../scss/sndev.scss */
.site-map-menu li li a {
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 400;
}

/* MAIN NAVIGATION
=================================*/
/* line 315, ../scss/sndev.scss */
#menu-main {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 200;
}

/* line 322, ../scss/sndev.scss */
#menu-main li {
  position: relative;
  /* for ie7 */
  margin: 0 12px;
  float: left;
  
}

/* line 328, ../scss/sndev.scss */
#menu-main li a {
  display: inline-block;
  padding: 9px 13px 14px;
  color: #eaeaea;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 5px solid #42403c;
}

/* line 338, ../scss/sndev.scss */
#menu-main li a:hover,
#menu-main li a.active-trail {
  border-bottom: 5px solid #f8981d;
}

/* SECOND LEVEL
=======================*/
/* line 344, ../scss/sndev.scss */
#menu-main li ul {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  /* for ie7 */
  padding: 10px 0;
  font-size: 90%;
  background: #565350;
}

/* line 353, ../scss/sndev.scss */
#menu-main li:hover > ul {
  display: block;
}

/* line 357, ../scss/sndev.scss */
#menu-main li li {
  position: relative;
  width: 200px;
  float: none;
}

/* line 363, ../scss/sndev.scss */
#menu-main li li.last {
  /*margin: 0;*/
}

/* line 367, ../scss/sndev.scss */
#menu-main li li a {
  display: block;
  padding: 5px 13px;
  color: #eaeaea;
  font-weight: 500;
  background: #565350;
  font-size: 13px;
  border: none;
}

/* line 378, ../scss/sndev.scss */
#menu-main li li a.active,
#menu-main li li a:hover {
  background-image: none;
  color: #f8981d;
  border: none;
}

/* line 384, ../scss/sndev.scss */
#menu-main li li a.active {
  margin: 0 0 0 10px;
}

/* line 388, ../scss/sndev.scss */
#menu-main li.menu-mlid-2135 .menu {
  display: none;
}

/* MAIN
==============================*/
/* line 396, ../scss/sndev.scss */
#main,
.page-taxonomy-term.page-taxonomy-term-5 #main {
  position: relative;
  margin: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

/* line 406, ../scss/sndev.scss */
.front #main {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width:100%;/*changes made by prakash*/
  
}

/* line 413, ../scss/sndev.scss */
#content-top {
  padding: 40px 30px 0;
}

/* SN-SIDE
=======================================*/
/* line 419, ../scss/sndev.scss */
.sn-side {
  float: right;
  top: 245px;
  left: 50%;
  margin-left: 510px;
}

/* line 426, ../scss/sndev.scss */
.sn-side .addthis_floating_style {
  background: #f8981d;
  box-shadow: inset 1px 0 5px #000;
}

/* front */
/* line 432, ../scss/sndev.scss */
.front .top-right-layout #content-top {
  position: relative;
  height: 340px;
  margin: 0 0 30px;
  padding: 40px 30px;
  background: black url(../images/home_banner_img_01.jpg) no-repeat 0 0;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  background-size:100% 100%;/*changes made by prakash*/
}

/* line 444, ../scss/sndev.scss */
.node-type-page .top-right-layout #content {
  padding: 0 30px 40px;
  min-height: 250px;
}

/* line 449, ../scss/sndev.scss */
.front .top-right-layout #content {
  padding: 40px 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

/* line 458, ../scss/sndev.scss */
.top-right-layout #content {
  padding: 40px 30px;
  /*background: #fff;*/
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

/* line 467, ../scss/sndev.scss */
.top-right-layout #content-area {
  width: 650px;
  float: left;
}

/* line 472, ../scss/sndev.scss */
.top-right-layout #right {
  position: relative;
  width: 280px;
  float: right;
}

/* line 478, ../scss/sndev.scss */
.top-right-layout #tlr-bottom {
  /*border-radius: 0 0 8px 8px;*/
}

/* ONE COLUMN LAYOUT */
/* line 484, ../scss/sndev.scss */
.onecol-layout #content {
  padding: 40px 30px;
  border-radius: 0 0 8px 8px;
}

/* line 489, ../scss/sndev.scss */
.page-node-1322 .onecol-layout #content {
  /* international services page */
  padding: 0 30px 40px;
}

/* PAGE TAXONOMY TERM
======================================*/
/* line 496, ../scss/sndev.scss */
.page-taxonomy-term .view-category-products .view-header {
  position: relative;
}

/* line 500, ../scss/sndev.scss */
.page-taxonomy-term .back {
  position: absolute;
  top: -45px;
  right: 20px;
}

/* line 506, ../scss/sndev.scss */
.page-taxonomy-term .back .back-link {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}

/* line 512, ../scss/sndev.scss */
.page-taxonomy-term .back .back-link:hover {
  color: #ff8400;
}

/* line 516, ../scss/sndev.scss */
.page-taxonomy-term #content {
  padding-top: 0;
}

/* NEWS PAGE
===============================*/
/* NEWS LIST PAGE */
/* line 524, ../scss/sndev.scss */
.view-news .views-row {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

/* line 529, ../scss/sndev.scss */
.view-news .views-row-last {
  border: none;
}

/* line 533, ../scss/sndev.scss */
.view-news .field-content a {
  color: #666;
}

/* line 537, ../scss/sndev.scss */
.view-news .field-content a:hover {
  color: #ff8400;
}

/* line 541, ../scss/sndev.scss */
.view-news .field-content .date {
  color: #999;
}

/* line 545, ../scss/sndev.scss */
.view-news .field-content .title {
  font-size: 15px;
  font-weight: 600;
}

/* NEWS NODE PAGE */
/* line 551, ../scss/sndev.scss */
.node-type-news-item .pane-page-title h3 {
  line-height: 1.2;
}

/* SEARCH RESULTS PAGE
================================*/
/* line 558, ../scss/sndev.scss */
.page-search .view-product-search {
  padding: 40px 30px 60px;
}

/* line 562, ../scss/sndev.scss */
.page-search .views-row {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* line 567, ../scss/sndev.scss */
.page-search .views-row-last {
  border: none;
}

/* line 571, ../scss/sndev.scss */
.page-search .views-row a {
  font-size: 19px;
  font-weight: 600;
  color: #666;
}

/* line 577, ../scss/sndev.scss */
.page-search .views-row a:hover {
  color: #ff8400;
}

/* BLOG
================================*/
/* BLOG LIST PAGE + BLOG CATEGORIES PAGE */
/* line 587, ../scss/sndev.scss */
.page-node-368 #main,
.node-type-blog-entry #main,
.page-taxonomy-term #main {
  background: #f8f8f8;
}

/* line 591, ../scss/sndev.scss */
.blog-list .views-row {
  padding: 40px 0 30px;
  border-bottom: 1px solid #ccc;
}

/* line 596, ../scss/sndev.scss */
.blog-list .views-row-first {
  padding: 20px 0 30px;
}

/* line 600, ../scss/sndev.scss */
.blog-list .views-row-last {
  border: none;
}

/* line 604, ../scss/sndev.scss */
.blog-list .views-field-created {
  font-size: 13px;
}

/* line 608, ../scss/sndev.scss */
.blog-list .views-field-title a {
  font-size: 19px;
  font-weight: 600;
  color: #666;
}

/* line 614, ../scss/sndev.scss */
.blog-list .views-field-title a:hover {
  color: #ff8400;
}

/* line 618, ../scss/sndev.scss */
.blog-list .views-field-field-intro {
  margin: 24px 0 0;
}

/* line 622, ../scss/sndev.scss */
.blog-list .views-field-view-node a {
  /* "Read the Full Post" link */
  display: inline-block;
  margin: 12px 0 0;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: #f8981d;
  border-radius: 2px;
}

/* line 634, ../scss/sndev.scss */
.blog-list .views-field-view-node a:hover {
  /* "Read the Full Post" link */
  background: #ff8400;
}

/* BLOG NODE PAGE */
/* line 640, ../scss/sndev.scss */
.node-type-blog-entry .pane-node-title a {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
  line-height: 1.1;
}

/* line 649, ../scss/sndev.scss */
.node-type-blog-entry .pane-node-title a:hover {
  color: #ff8400;
}

/* line 653, ../scss/sndev.scss */
.node-type-blog-entry .pane-node-author {
  display: none;
}

/* line 657, ../scss/sndev.scss */
.node-type-blog-entry .pane-node-created {
  color: #999;
}

/* BLOG SIDEBAR
===============================*/
/* line 664, ../scss/sndev.scss */
.sb-blog {
  margin: 0 0 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* line 672, ../scss/sndev.scss */
.sb-title {
  font-size: 20px;
  color: #f8981d;
}

/* STAY CONNECTED */
/* line 678, ../scss/sndev.scss */
#stay-connected li a {
  padding: 0 0 0 45px;
  font-size: 15px;
  color: #666;
  line-height: 3.0;
}

/* line 685, ../scss/sndev.scss */
#stay-connected li a:hover {
  color: #ff8400;
}

/* line 689, ../scss/sndev.scss */
#stay-connected li.rss {
  background: url(../images/icon_rss_sb_01.png) no-repeat 0 50%;
}

/* line 690, ../scss/sndev.scss */
#stay-connected li.email {
  display: none;
  background: url(../images/icon_email_sb_01.png) no-repeat 0 50%;
}

/* line 694, ../scss/sndev.scss */
#stay-connected li.twitter {
  background: url(../images/icon_twitter_sb_01.png) no-repeat 0 50%;
}

/* line 695, ../scss/sndev.scss */
#stay-connected li.facebook {
  background: url(../images/icon_facebook_sb_01.png) no-repeat 0 50%;
}

/* RECENT POSTS */
/* line 698, ../scss/sndev.scss */
.recent-posts li {
  margin: 0 0 12px;
}

/* line 702, ../scss/sndev.scss */
.recent-posts a {
  font-size: 15px;
  color: #666;
}

/* line 708, ../scss/sndev.scss */
.recent-posts a.active,
.recent-posts a:hover {
  color: #ff8400;
}

/* CATEGORIES */
/* line 713, ../scss/sndev.scss */
.sb-blog .view-blog-categories .views-row {
  margin: 0 0 12px;
}

/* line 717, ../scss/sndev.scss */
.sb-blog .view-blog-categories .views-row a {
  margin: 0 0 12px;
  font-size: 15px;
  color: #666;
}

/* line 724, ../scss/sndev.scss */
.sb-blog .view-blog-categories .views-row a.active,
.sb-blog .view-blog-categories .views-row a:hover {
  color: #ff8400;
}

/* PRODUCTS-SPECIALS PAGE
================================*/
/* line 731, ../scss/sndev.scss */
.page-products-specials #main {
  padding: 40px 30px 60px;
}

/* line 735, ../scss/sndev.scss */
.page-products-specials table a {
  color: #666;
  font-weight: 600;
}

/* line 740, ../scss/sndev.scss */
.page-products-specials table a:hover {
  color: #ff8400;
}

/* line 744, ../scss/sndev.scss */
.view-product-specials table {
  border: 1px solid #888;
}

/* line 748, ../scss/sndev.scss */
.view-product-specials tr td {
  padding: 4px 8px;
}

/* line 752, ../scss/sndev.scss */
.view-product-specials thead tr {
  background: #888;
  color: #fff;
}

/* line 757, ../scss/sndev.scss */
.view-product-specials th {
  padding: 5px;
  text-align: left;
}

/* line 762, ../scss/sndev.scss */
.view-product-specials tr.even {
  background: #f2f2f2;
}

/* ALL PRODUCTS PAGE
================================*/
/* line 770, ../scss/sndev.scss */
.page-all-products #main {
  padding: 40px 30px 60px;
}

/* line 774, ../scss/sndev.scss */
.view-all-products #edit-filter-wrapper .views-widget #edit-filter {
  padding: 2px;
}

/* line 778, ../scss/sndev.scss */
.view-all-products .views-exposed-widget #edit-submit-all-products {
  margin: 20px 0;
  padding: 4px 15px;
  background: #f8981d;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
}

/* line 787, ../scss/sndev.scss */
.view-all-products .views-exposed-widgets #edit-field-category-tid {
  margin: 3px 0 0;
}

/* line 791, ../scss/sndev.scss */
.view-all-products .views-exposed-widget #edit-submit-all-products:hover {
  background: #ff8400;
}

/* line 795, ../scss/sndev.scss */
.view-all-products .views-exposed-widget #edit-filter {
  width: 330px;
}

/* line 800, ../scss/sndev.scss */
.views-exposed-widget.views-widget-sort-by label,
.views-exposed-widget.views-widget-sort-order label {
  position: relative;
  top: 0;
  margin: 0 0 2px;
  font-size: 14px;
  font-style: normal;
  color: #666;
  font-weight: 700;
}

/* line 811, ../scss/sndev.scss */
.views-widget-sort-by,
.views-widget-sort-order {
  /*margin-top: 22px;*/
}

/* line 815, ../scss/sndev.scss */
.view-all-products .views-row {
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
}

/* line 820, ../scss/sndev.scss */
.view-all-products .views-row-last {
  border: none;
}

/* line 824, ../scss/sndev.scss */
.view-all-products .views-field-title a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

/* line 830, ../scss/sndev.scss */
.view-all-products .views-field-title a:hover {
  color: #ff8400;
}

/* line 834, ../scss/sndev.scss */
.view-all-products .views-field-field-product-number .field-content {
  color: #ff8400;
}

/* line 838, ../scss/sndev.scss */
.view-all-products .views-exposed-widgets #edit-filter-wrapper {
  position: relative;
}

/* line 842, ../scss/sndev.scss */
.searchval {
  position: absolute;
  bottom: -16px;
  left: 7px;
  font-size: 12px;
  font-style: italic;
  color: #999;
}

/* PAGER
========================*/
/* line 854, ../scss/sndev.scss */
.pager li {
  margin: 0 5px;
  font-size: 16px;
}

/* line 859, ../scss/sndev.scss */
.pager a {
  padding: 2px 6px;
  color: #666;
}

/* line 864, ../scss/sndev.scss */
.pager a:hover {
  color: #ff8400;
}

/* line 868, ../scss/sndev.scss */
.pager li.pager-current {
  padding: 2px 6px;
  color: #ff8400;
}

/* SIDEBAR RIGHT
============================*/
/* line 877, ../scss/sndev.scss */
.sb-widget {
  margin: 0 0 30px;
  /*padding: 20px 15px;*/
  background: white url(../images/diag_line_bg_01.png);
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.2);
}

/* line 888, ../scss/sndev.scss */
.generic {
  padding: 20px 15px;
}

/* line 892, ../scss/sndev.scss */
#right .pane-title {
  display: none;
}

/* SIDEBAR REQUEST QUOTE BUTTON */
/* line 897, ../scss/sndev.scss */
.btn_req_quot a {
  display: block;
  padding: 20px;
  line-height: 1.9;
  font-size: 20px;
  font-weight: 700;
  color: #777;
  background: url(../images/req_quot_arrow_01.png) no-repeat 95% 50%;
}

/* line 907, ../scss/sndev.scss */
.btn_req_quot a:hover {
  background: url(../images/req_quot_arrow_02.png) no-repeat 95% 50%;
}

/* SIDEBAR LEARN MORE ABOUT PROCARE SUPPORT BUTTON */
/* line 912, ../scss/sndev.scss */
.btn_more_procare_support {
  display: block;
  padding: 20px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #777;
  background: transparent url(../images/btn_support_bg_01.png) no-repeat 100% 50%;
  border-radius: 8px;
}

/* line 923, ../scss/sndev.scss */
.btn_more_procare_support:hover {
  color: #ff8400;
}

/* line 927, ../scss/sndev.scss */
.btn_more_procare_support span {
  display: block;
  width: 150px;
}

/*FRONT PAGE
==================================*/
/* line 935, ../scss/sndev.scss */
.btn_front_cta a {
  position: absolute;
  bottom: 60px;
  left: 30px;
  width: 343px;
  height: 104px;
  text-indent: -9999px;
  background: url(../images/front_banner_cta_01.png) no-repeat;
}

/* line 945, ../scss/sndev.scss */
.btn_front_cta a:hover {
  background-position: 0 100%;
}

/* Front body Promo Area */
/*  cross promo styles  */
/* line 953, ../scss/sndev.scss */
.sb-widget-news, .home-featured-product-panel {
  float: left;
  width: 468px;
}

/* line 957, ../scss/sndev.scss */
.front .promo-title {
  padding: .5em 0 .5em 3%;
  border-radius: 6px 6px 0 0;
  background: #d7d7d7;
  font-weight: lighter;
  font-size: 1.6em;
}

/* line 966, ../scss/sndev.scss */
.sb-widget-news {
  margin-left: 22px;
  padding: 0 0 16px 0;
}
/* line 970, ../scss/sndev.scss */
.sb-widget-news ul {
  margin-left: 3%;
}
/* line 974, ../scss/sndev.scss */
.sb-widget-news li {
  margin-bottom: .4em;
}
/* line 978, ../scss/sndev.scss */
.sb-widget-news a {
  display: block;
  color: gray;
}
/* line 981, ../scss/sndev.scss */
.sb-widget-news a:hover {
  color: #e29440;
}
/* line 986, ../scss/sndev.scss */
.sb-widget-news .all-news {
  text-align: right;
  padding-right: 15px;
}

/* Featured Product */
/* line 993, ../scss/sndev.scss */
.view-featured-product {
  overflow: auto;
  background: white;
  /* header */
  /* product title */
}
/* line 997, ../scss/sndev.scss */
.view-featured-product .view-content {
  padding-top: 1em;
}
/* line 1002, ../scss/sndev.scss */
.view-featured-product .promo-title {
  background: #f8981e;
  color: white;
}
/* line 1008, ../scss/sndev.scss */
.view-featured-product .title {
  margin-bottom: 0;
}
/* line 1012, ../scss/sndev.scss */
.view-featured-product .title a {
  color: #717070;
  text-shadow: 0 0 1px #c5c4c4;
  font-size: 1.4em;
}
/* line 1019, ../scss/sndev.scss */
.view-featured-product .model_number {
  color: #a7a7a7;
  font-size: 0.9em;
  text-shadow: 1px 1px 1px #d7d7d7;
  font-weight: lighter;
}
/* line 1026, ../scss/sndev.scss */
.view-featured-product img {
  float: left;
  display: block;
  width: 30%;
}
/* line 1032, ../scss/sndev.scss */
.view-featured-product .figcaption {
  float: left;
  width: 57%;
  margin-left: 3%;
  padding-bottom: 1em;
  min-height: 143px;
}
/* line 1040, ../scss/sndev.scss */
.view-featured-product .buy-now {
  position: relative;
  padding-right: 3em;
  font-weight: 600;
  color: #cf5800;
}
/* line 1045, ../scss/sndev.scss */
.view-featured-product .buy-now:after {
  top: 12px;
}

/* News */
/* line 1052, ../scss/sndev.scss */
.btn_front_news a {
  position: absolute;
  bottom: 25px;
  left: 35px;
  color: #f2f2f2;
  -webkit-transition: border .2s ease;
  -moz-transition: border .2s ease;
  -ms-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
  border-bottom: 1px solid transparent;
}

/* line 1065, ../scss/sndev.scss */
.btn_front_news a:hover {
  border-bottom: 1px solid #f2f2f2;
}

/* Monthly Product Special widget */
/* line 1070, ../scss/sndev.scss */
.sb-widget-product-special {
  background: #fff;
  padding: 0;
}

/* line 1075, ../scss/sndev.scss */
.sb-widget-product-special .heading {
  font-size: 20px;
  font-weight: lighter;
  border-radius: 7px 7px 0 0;
  background: #f8981d;
  color: #fff;
  padding: 20px 15px;
}

/* line 1084, ../scss/sndev.scss */
.sb-widget-product-special .product-image {
  background: url("../images/monthly-product-special.jpg") no-repeat;
  height: 180px;
  width: 220px;
  display: block;
  margin: 0 0 10px 20px;
}

/* line 1092, ../scss/sndev.scss */
.sb-widget-product-special .product-image:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

/* line 1099, ../scss/sndev.scss */
.front .btn_req_quot {
  background: transparent url("../images/front-request_quote.png") center right no-repeat;
}
/* line 1101, ../scss/sndev.scss */
.front .btn_req_quot:hover {
  opacity: 0.8;
}
/* line 1104, ../scss/sndev.scss */
.front .btn_req_quot a {
  padding: 12px 20px;
}

/* TRIAL EVALUATION BUTTON
=======================================*/
/* line 1111, ../scss/sndev.scss */
.btn_trial_eval a {
  display: block;
  padding: 10px 20px;
  background: #ff7300;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f8981d 0%, #ff7300 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8981d), color-stop(100%, #ff7300));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f8981d 0%, #ff7300 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f8981d 0%, #ff7300 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f8981d 0%, #ff7300 100%);
  /* IE10+ */
  background: linear-gradient(left, #f8981d 0%, #ff7300 100%);
  /* W3C */
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.2);
}

/* line 1127, ../scss/sndev.scss */
.btn_trial_eval a:hover {
  background: #f8981d;
  /* Old browsers */
}

/* SUB-CATEGORY PAGE + CATEGORY PAGE
==============================================*/
/* line 1135, ../scss/sndev.scss */
.view-sub-category-list .views-row,
.view-category-products .views-row {
  display: block;
  width: 142px;
  margin: 0 7px 30px;
  text-align: center;
  /*word-wrap: break-word;*/
  float: left;
}

/*.view-sub-category-list .views-row .field-content a img,*/
/* line 1146, ../scss/sndev.scss */
.view-category-products .views-row .field-content .prod-img,
.view-sub-category-list .views-row .field-content .category-img {
  margin: 0 0 7px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*.view-sub-category-list .views-row .field-content a:hover img,*/
/* line 1156, ../scss/sndev.scss */
.view-category-products .views-row .field-content .prod-img:hover,
.view-sub-category-list .views-row .field-content .category-img:hover {
  border: 1px solid #ff8400;
}

/* line 1161, ../scss/sndev.scss */
.view-sub-category-list .views-row .field-content a,
.view-category-products .views-row .field-content a {
  display: block;
  color: #ff8400;
}

/* line 1166, ../scss/sndev.scss */
.view-category-products .views-row .field-content .button {
  color: #cf5800;
}

/* line 1170, ../scss/sndev.scss */
.view-category-products .views-field-nothing {
  padding: 0 0 20px;
}

/* line 1174, ../scss/sndev.scss */
.view-category-products .prod-number {
  color: #666;
}

/* PRODUCT PAGES
=================================*/
/* BX FOR IMAGES */
/* line 1183, ../scss/sndev.scss */
.bx-pager {
  position: absolute;
  bottom: -15px;
  right: 0;
}

/* line 1189, ../scss/sndev.scss */
.bx-pager .pager-link {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -9999px;
}

/* line 1198, ../scss/sndev.scss */
.bx-pager .pager-active {
  background: #999;
}

/* line 1202, ../scss/sndev.scss */
#tlb-content-top {
  padding: 50px 30px;
  background: #f8f8f8;
}

/* line 1207, ../scss/sndev.scss */
#top-left {
  width: 400px;
  float: left;
}

/* line 1212, ../scss/sndev.scss */
#top-right {
  width: 520px;
  float: right;
}

/* line 1217, ../scss/sndev.scss */
#tlr-bottom {
  clear: both;
}

/* line 1221, ../scss/sndev.scss */
.pane-node-field-product-image {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

/* line 1228, ../scss/sndev.scss */
.field-name-field-product-image {
  text-align: center;
}

/* line 1232, ../scss/sndev.scss */
.view-larger {
  margin: 3px 15px;
  font-size: 12px;
}

/* line 1237, ../scss/sndev.scss */
.node-type-product h1.title {
  margin: 0 0 7px;
  font-size: 28px;
  line-height: 1.2;
  color: #666;
}

/* line 1244, ../scss/sndev.scss */
.field-name-field-product-number {
  margin: 0 0 24px;
  font-family: "bebas-neue";
  font-size: 20px;
  color: #ff8400;
  font-weight: 400;
  letter-spacing: 1px;
}

/* SPECIAL OFFER */
/* line 1254, ../scss/sndev.scss */
.pane-node-field-product-special-offer {
  width: 395px;
  height: 97px;
  margin: 10px 0 0 10px;
  text-indent: -9999px;
  text-transform: uppercase;
  /* ie7 (to help with text offset) */
  background: url(../images/free_eval_02.png) no-repeat;
  float: right;
}
/* line 1262, ../scss/sndev.scss */
.pane-node-field-product-special-offer:hover {
  background: url(../images/free_eval_02.png) 0 -97px no-repeat;
}

/* line 1267, ../scss/sndev.scss */
.node-type-product .pane-node-body {
  clear: both;
  padding-top: 1em;
  min-height: 200px;
}

/* PRODUCT CTAs */
/* line 1276, ../scss/sndev.scss */
.btn-dl-data-sheet a,
.btn-dl-handout a,
.btn-req-quote a {
  margin: 0 10px 0 0;
  padding: 18px 12px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  float: left;
  color: #fff;
  background: #ccc;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ababab;
}

/* line 1289, ../scss/sndev.scss */
.btn-dl-handout .file img {
  display: none;
}

/* line 1293, ../scss/sndev.scss */
.btn-req-quote a:hover,
.btn-dl-data-sheet a:hover {
  background: #C0C0C0;
  border-bottom: 3px solid #ababab;
}

/* data sheet link
=================================*/
/* line 1301, ../scss/sndev.scss */
.node-type-product .data-sheet-link {
  clear: both;
  display: block;
  padding-top: 1em;
  color: #41A6F5;
}

/* line 1307, ../scss/sndev.scss */
.node-type-product .data-sheet-link:hover {
  color: #52B3FF;
  text-decoration: underline;
}

/* buy now button (used in conjunction with .button)
=================================*/
/* line 1313, ../scss/sndev.scss */
.button.buy-now {
  color: #86532E;
  text-shadow: 2px 0 3px rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid #cf5800;
  background: #f6962c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f6962c 0%, #fb731f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f6962c), color-stop(100%, #fb731f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #f6962c 0%, #fb731f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #f6962c 0%, #fb731f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #f6962c 0%, #fb731f 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #f6962c 0%, #fb731f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6962c', endColorstr='#fb731f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 1328, ../scss/sndev.scss */
.node-type-product .button.buy-now {
  font-size: 21px;
  position: relative;
  margin: 0 10px 0 0;
  padding: 18px 12px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  float: left;
  padding-right: 60px;
  width: 88px;
}

/* line 1341, ../scss/sndev.scss */
.node-type-product .button.buy-now:after, .view-featured-product .buy-now:after {
  display: inline;
  content: " ";
  background: url(../images/buy_now_arrow.png) no-repeat;
  height: 19px;
  width: 25px;
  right: 15px;
  position: absolute;
}

/* Hide empty buttons */
/* line 1352, ../scss/sndev.scss */
.button.buy-now[href=""] {
  display: none;
}

/* CONTENT BOTTOM */
/* TABS */
/* OVERRIDES */
/* line 1359, ../scss/sndev.scss */
.ui-widget {
  font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* line 1363, ../scss/sndev.scss */
.ui-corner-all {
  border-radius: 0 0 8px 8px;
}

/* line 1367, ../scss/sndev.scss */
.ui-tabs .ui-tabs-nav {
  padding: 0 0 0 30px;
  border-radius: 0;
}

/* line 1372, ../scss/sndev.scss */
.ui-widget-content {
  padding: 0;
  border: none;
  background: #f8f8f8;
}

/* line 1378, ../scss/sndev.scss */
.ui-widget-content .item-list {
  background: #f8f8f8;
}

/* line 1382, ../scss/sndev.scss */
.ui-widget-header {
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}

/* line 1388, ../scss/sndev.scss */
.ui-widget-header .ui-state-default {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

/* line 1394, ../scss/sndev.scss */
.ui-widget-header .ui-state-default.ui-tabs-selected {
  background: #fff;
  border: 1px solid #ccc;
}

/* line 1399, ../scss/sndev.scss */
.ui-tabs .ui-tabs-nav li a {
  padding: 10px 16px;
  font-size: 15px;
  color: #444;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}

/* line 1406, ../scss/sndev.scss */
.ui-widget-content {
  background: #fff;
}

/* line 1410, ../scss/sndev.scss */
.ui-tabs .ui-tabs-panel {
  padding: 40px 30px 80px;
  color: #666;
}

/* TABS CONTENT */
/* line 1416, ../scss/sndev.scss */
.ui-tabs-panel li {
  margin: 0 0 10px 20px;
  list-style: disc;
}

/* line 1421, ../scss/sndev.scss */
.ui-tabs-panel strong {
  color: #e17e00;
}

/* COMAPNY MENU + ProCare MENU
=========================================*/
/* line 1429, ../scss/sndev.scss */
.pane-menu-company-menu,
.pane-menu-procare-support-menu {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f8f8f8;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.2);
}

/* line 1441, ../scss/sndev.scss */
.pane-menu-company-menu li,
.pane-menu-procare-support-menu {
  line-height: 1.7;
}

/* line 1446, ../scss/sndev.scss */
.pane-menu-company-menu li a,
.pane-menu-procare-support-menu li a {
  color: #ff8400;
  font-size: 18px;
  font-weight: 600;
}

/* line 1453, ../scss/sndev.scss */
.pane-menu-company-menu li li a,
.pane-menu-procare-support-menu li li a {
  color: #666;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: 400;
}

/* line 1463, ../scss/sndev.scss */
.pane-menu-company-menu a.active,
.pane-menu-company-menu a:hover,
.pane-menu-procare-support-menu a.active,
.pane-menu-procare-support-menu a:hover {
  color: #ff8400;
}

/* APPLICATIONS PAGES (.node-type-application-note)
===========================================================*/
/* APPLICATIONS LANDING */
/* line 1471, ../scss/sndev.scss */
.view-all-application-notes .views-row a {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  line-height: 1.7;
}

/* line 1478, ../scss/sndev.scss */
.view-all-application-notes .views-row a:hover {
  color: #ff8400;
}

/* line 1482, ../scss/sndev.scss */
.node-type-application-note #main {
  background: #f8f8f8;
}

/* line 1486, ../scss/sndev.scss */
.field-name-field-application-image {
  padding: 18px;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 1492, ../scss/sndev.scss */
.node-type-application-note #right .bulletlist {
  margin: 0 0 20px;
  padding: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

/* line 1498, ../scss/sndev.scss */
.node-type-application-note #right .bulletlist li {
  margin: 0 0 10px 15px;
}

/* line 1502, ../scss/sndev.scss */
.view-application-product-links {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}

/* line 1508, ../scss/sndev.scss */
.view-application-product-links .views-row {
  margin: 10px 0;
}

/* line 1512, ../scss/sndev.scss */
.view-application-product-links a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}

/* line 1518, ../scss/sndev.scss */
.view-application-product-links a:hover {
  color: #ff8400;
}

/* EVENTS
=================================*/
/* line 1525, ../scss/sndev.scss */
.view-events .views-row {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

/* line 1530, ../scss/sndev.scss */
.view-events .views-row-last {
  border: none;
}

/* line 1534, ../scss/sndev.scss */
.view-events .views-field-title {
  font-size: 16px;
  font-weight: 700;
}

/*TRAINING & SERVICES
====================================*/
/* line 1542, ../scss/sndev.scss */
.view-training-courses .views-row {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

/* line 1547, ../scss/sndev.scss */
.view-training-courses .views-row-last {
  border: none;
}

/* line 1551, ../scss/sndev.scss */
.view-training-courses .views-field-title a {
  font-size: 16px;
  font-weight: 700;
  color: #ff8400;
}

/* line 1557, ../scss/sndev.scss */
.view-training-courses .views-field-title a:hover {
  text-decoration: underline;
}

/* line 1561, ../scss/sndev.scss */
.view-training-courses .views-row p {
  margin: 0;
}

/* line 1565, ../scss/sndev.scss */
.view-training-courses .views-field-view-node a {
  color: #FF8400;
}

/*T&S NODE ===========*/
/* line 1570, ../scss/sndev.scss */
.node-type-training-course .pane-node-title {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #666;
}

/* JOB LISTINGS
===============================*/
/* line 1580, ../scss/sndev.scss */
.view-job-listings .views-row {
  margin: 0 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* line 1586, ../scss/sndev.scss */
.view-job-listings .views-row-last {
  border: none;
}

/* line 1590, ../scss/sndev.scss */
.view-job-listings .views-field-title a {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #666;
}

/* line 1598, ../scss/sndev.scss */
.view-job-listings .views-field-title a:hover {
  color: #ff8400;
}

/* JOB NODE */
/* line 1603, ../scss/sndev.scss */
.button {
  padding: 10px 17px;
  background: #f8981d;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  float: left;
}

/* line 1614, ../scss/sndev.scss */
.button:hover {
  background: #ff8400;
}

/* EXECUTIVE LEADERSHIP
================================*/
/* line 1621, ../scss/sndev.scss */
.view-executive-leadership-bios .views-row {
  min-height: 190px;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  clear: both;
}

/* line 1628, ../scss/sndev.scss */
.view-executive-leadership-bios .views-row-last {
  border: none;
}

/* line 1632, ../scss/sndev.scss */
.view-executive-leadership-bios .views-field-field-photo img {
  border: 1px solid #ccc;
  float: left;
}

/* line 1639, ../scss/sndev.scss */
.view-executive-leadership-bios .views-field-title,
.view-executive-leadership-bios .views-field-field-job-title,
.view-executive-leadership-bios .views-field-field-intro {
  margin: 0 0 0 150px;
}

/* line 1643, ../scss/sndev.scss */
.view-executive-leadership-bios .views-field-title {
  font-size: 20px;
  font-weight: 700;
}

/* line 1648, ../scss/sndev.scss */
.view-executive-leadership-bios .views-field-field-job-title {
  margin-bottom: 20px;
}

/* RESOURCES
==============================*/
/* line 1656, ../scss/sndev.scss */
.view-whitepapers .view-content,
.view-webinars .view-content {
  display: none;
}

/* line 1663, ../scss/sndev.scss */
.view-whitepapers h4,
.view-webinars h4,
#product-videos h4,
.view-in-the-media h4 {
  width: 175px;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

/* line 1678, ../scss/sndev.scss */
.view-whitepapers h4:hover,
.view-webinars h4:hover,
#product-videos h4:hover,
.view-in-the-media h4:hover {
  cursor: pointer;
  color: #ff8400;
}

/* line 1685, ../scss/sndev.scss */
.view-whitepapers .view-content,
.view-webinars .view-content,
.view-in-the-media .view-content {
  margin: 20px 0 0;
}

/* line 1690, ../scss/sndev.scss */
.view-webinars,
.view-whitepapers {
  padding: 0 0 30px;
}

/* line 1695, ../scss/sndev.scss */
.view-webinars a,
.view-whitepapers a {
  color: #ff8400;
}

/* line 1700, ../scss/sndev.scss */
.view-webinars a:hover,
.view-whitepapers a:hover {
  text-decoration: underline;
}

/* VIDEOS */
/* line 1705, ../scss/sndev.scss */
#product-videos {
  display: block;
  padding: 0 0 30px;
}

/* line 1710, ../scss/sndev.scss */
#product-videos #videos {
  display: none;
}

/* line 1714, ../scss/sndev.scss */
#product-videos .video {
  padding: 20px 0 0;
  /*border-bottom: 1px solid #ccc;*/
  float: left;
  clear: both;
}

/* line 1721, ../scss/sndev.scss */
#product-videos .video.last {
  border: none;
}

/* LIGHTBOX */
/* line 1726, ../scss/sndev.scss */
#outerImageContainer {
  border-radius: 6px;
}

/* line 1730, ../scss/sndev.scss */
#imageDataContainer * {
  display: none;
}

/* IN THE MEDIA */
/* line 1735, ../scss/sndev.scss */
.view-in-the-media .view-content {
  display: none;
}

/* line 1739, ../scss/sndev.scss */
.view-in-the-media .views-row {
  line-height: 2.4;
}

/* line 1743, ../scss/sndev.scss */
.view-in-the-media .views-row a {
  color: #666;
}

/* line 1747, ../scss/sndev.scss */
.view-in-the-media .views-row a:hover {
  color: #ff8400;
}

/* WEBFORMS
============================*/
/* line 1754, ../scss/sndev.scss */
.form-required {
  color: #ff8400;
}

/* line 1759, ../scss/sndev.scss */
.node-type-webform #main,
.node-type-webform #content {
  background: #f8f8f8;
}

/* line 1763, ../scss/sndev.scss */
.webform-component {
  position: relative;
  /*width: 382px;*/
  width: 420px;
  margin: 0 0 20px;
}

/* line 1770, ../scss/sndev.scss */
.webform-component .form-textarea {
  /*width: 398px;*/
  width: 400px;
}

/* line 1777, ../scss/sndev.scss */
input.form-text,
.form-textarea,
.file-download-email {
  padding: 8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background: #fff;
  color: #666;
}

/* line 1785, ../scss/sndev.scss */
.form-item label {
  position: absolute;
  top: 10px;
  left: 8px;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

/* line 1799, ../scss/sndev.scss */
.webform-component-select label,
.webform-component-file label,
.webform-component-managed_file label,
.webform-component-date label,
.webform-component-webform_time label {
  position: relative;
  top: 0;
  left: 0;
}

/* line 1805, ../scss/sndev.scss */
label.option {
  font-size: 13px;
}

/* line 1809, ../scss/sndev.scss */
#edit-submit {
  display: block;
  /* ie7 */
  width: 143px;
  height: 57px;
  text-indent: -9999px;
  background: url(../images/submit_bg_01.png) no-repeat;
}

/* line 1817, ../scss/sndev.scss */
#edit-submit:hover {
  background-position: 0 100%;
}

/* WEBFORM #RIGHT */
/* line 1822, ../scss/sndev.scss */
.webform-img {
  margin: 0 0 30px;
}

/* TOP OF PAGE ERROR MESSAGES ON SUBMIT ========= */
/* line 1827, ../scss/sndev.scss */
.messages.error {
  display: none;
}

/* REQUEST QUOTE FORM
================================*/
/* line 1834, ../scss/sndev.scss */
.view-resellers {
  margin: 30px 0;
}

/* line 1838, ../scss/sndev.scss */
.view-resellers tr {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

/* line 1843, ../scss/sndev.scss */
.view-resellers tr.views-row-last {
  border: none;
}

/* line 1847, ../scss/sndev.scss */
.view-resellers th {
  padding: 0 0 10px;
  font-size: 19px;
  font-weight: 300;
  color: #f8981d;
}

/* line 1854, ../scss/sndev.scss */
.view-resellers td {
  padding: 10px;
}

/* line 1858, ../scss/sndev.scss 
#edit-submit-resellers {
  display: none;
}*/

/* REQUEST QUOTE FORM - PRODUCT IMG + INFO */
/* line 1863, ../scss/sndev.scss */
.quote_form_product img {
  margin: 0 10px 0 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: none;
}

/* line 1872, ../scss/sndev.scss */
.quote_form_product h2 {
  margin: 0;
  font-size: 18px;
}

/* SELECT LIST ======================= */
/* line 1878, ../scss/sndev.scss */
#edit-submitted-product-interest {
  height: 200px;
  padding: 0 0 0 10px;
  color: #666;
  background: #fff;
}

/* CHECKBOXES ======================== */
/* line 1886, ../scss/sndev.scss */
.page-node-6 .webform-component-checkboxes {
  margin: 0 0 5px;
}

/* line 1890, ../scss/sndev.scss */
.page-node-6 .webform-component-textarea {
  margin-top: 20px;
}

/* line 1894, ../scss/sndev.scss */
#webform-component-trial-eval {
  padding: 0 0 20px;
}

/* line 1903, ../scss/sndev.scss */
#webform-component-prod-demo .form-type-checkbox label,
#webform-component-prod-question .form-type-checkbox label,
#webform-component-provide-quote .form-type-checkbox label,
#webform-component-contract-manufacturing .form-type-checkbox label,
#webform-component-contact-me .form-type-checkbox label,
#webform-component-trial-eval .form-type-checkbox label {
  display: none;
}

/* line 1912, ../scss/sndev.scss */
#webform-component-prod-demo label,
#webform-component-prod-question label,
#webform-component-provide-quote label,
#webform-component-contract-manufacturing label,
#webform-component-contact-me label,
#webform-component-trial-eval label {
  width: auto;
  margin: -9px 0 0 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

/* REQUEST QUOTE EMAIL FORM
================================*/
/* line 1923, ../scss/sndev.scss */
.page-node-1388 .webform-component-checkboxes {
  margin: 0 0 5px;
}

/* line 1927, ../scss/sndev.scss */
.page-node-1388 .webform-component-textarea {
  margin-top: 20px;
}

/* line 1935, ../scss/sndev.scss */
.page-node-1388 #webform-component-free-trial-evaluation .form-type-checkbox label,
.page-node-1388 #webform-component-product-demo .form-type-checkbox label,
.page-node-1388 #webform-component-questions-products .form-type-checkbox label,
.page-node-1388 #webform-component-provide-quotation .form-type-checkbox label,
.page-node-1388 #webform-component-interested-contract .form-type-checkbox label {
  display: none;
}

/* line 1943, ../scss/sndev.scss */
.page-node-1388 #webform-component-free-trial-evaluation label,
.page-node-1388 #webform-component-product-demo label,
.page-node-1388 #webform-component-questions-products label,
.page-node-1388 #webform-component-provide-quotation label,
.page-node-1388 #webform-component-interested-contract label {
  width: auto;
  margin: -9px 0 0 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

/* PROCARE SERVICE & REPAIR FORM ==============*/
/* line 1957, ../scss/sndev.scss */
.pane-webform-client-block-1333 h2.pane-title {
  margin: 40px 0 10px;
  font-size: 20px;
}

/* line 1962, ../scss/sndev.scss */
#webform-client-form-1333 .fieldset {
  width: 400px;
  margin: 40px 0 10px;
  padding: 30px;
  background: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* line 1971, ../scss/sndev.scss */
#webform-client-form-1333 .fieldset legend {
  font-size: 18px;
  font-weight: 600;
  color: #ff8400;
}

/* line 1977, ../scss/sndev.scss */
#webform-client-form-1333 .webform-component-textarea label {
  width: 375px;
  font-size: 15px;
}

/* line 1982, ../scss/sndev.scss */
#webform-client-form-1333 #webform-component-bill-to-address--same-as-shipping .form-type-checkbox label {
  display: none;
}

/* line 1986, ../scss/sndev.scss */
#webform-client-form-1333 #webform-component-bill-to-address--same-as-shipping label {
  margin: -9px 0 0 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* FOOTER
=================================*/
/* line 1996, ../scss/sndev.scss */
#footer,
#panels-admin-footer {
 float:left;
  width:100%;/*changes made by prakash*/
 }

/* FOOTER NAVIGATION
====================================*/
/* line 2005, ../scss/sndev.scss */
.footer-menu .menu-column {
  line-height: 1.7;
  width: 249px;/*changes made by prakash*/
  min-height: 340px;/*changes made by prakash*/
  margin: 30px 6px 30px 0;
  padding: 20px 30px;
  background: #2b2825;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  float: left;
}
/* line 2018, ../scss/sndev.scss */
.footer-menu .menu-column > li {
  margin: 0 0 .5em 0;
}
/* line 2023, ../scss/sndev.scss */
.footer-menu li a {
  font-size: 20px;
  font-weight: bold;
  color: #eaeaea;
}
/* line 2027, ../scss/sndev.scss */
.footer-menu li a.active {
  color: #d86601;
}
/* line 2032, ../scss/sndev.scss */
.footer-menu li li a {
  font-size: 13px;
  font-weight: normal;
}
/* line 2038, ../scss/sndev.scss */
.footer-menu li a:hover, .footer-menu li a:active {
  color: #d86601;
}

/*FOOTER BOTTOM
=================================*/
/* line 2047, ../scss/sndev.scss */
#footer-bottom {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 30px 30px 10px;
  background: #2b2825;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  clear: both;
}

/* line 2060, ../scss/sndev.scss */
#follow {
  float: left;
}

/* line 2064, ../scss/sndev.scss */
#follow h3 {
  margin: 0 20px 0 0;
  color: #8d8c8c;
  float: left;
}

/* line 2070, ../scss/sndev.scss */
#follow-us {
  position: absolute;
  top: 20px;
  left: 150px;
  width: 350px;
}

/* line 2077, ../scss/sndev.scss */
#follow-us li {
  margin: 0px 4px;
  float: left;
}

/* line 2082, ../scss/sndev.scss */
#follow-us li a {
  display: inline-block;
  width: 37px;
  height: 36px;
  background: url(../images/social_sprite_01.png) no-repeat;
}

/* line 2089, ../scss/sndev.scss */
#follow-us .email {
  background: url(../images/email.png);
}

/* line 2093, ../scss/sndev.scss */
#follow-us li.facebook a {
  background-position: 0 0;
}

/* line 2094, ../scss/sndev.scss */
#follow-us li.twitter a {
  background-position: -46px 0;
}

/* line 2095, ../scss/sndev.scss */
#follow-us li.youtube a {
  background-position: -92px 0;
}

/* line 2096, ../scss/sndev.scss */
#follow-us li.linkedin a {
  background-position: -138px 0;
}

/* line 2097, ../scss/sndev.scss */
#follow-us li.rss a {
  background-position: -184px 0;
}

/* line 2099, ../scss/sndev.scss */
#follow-us li.facebook a:hover {
  background-position: 0 -40px;
}

/* line 2100, ../scss/sndev.scss */
#follow-us li.twitter a:hover {
  background-position: -46px -40px;
}

/* line 2101, ../scss/sndev.scss */
#follow-us li.youtube a:hover {
  background-position: -92px -40px;
}

/* line 2102, ../scss/sndev.scss */
#follow-us li.linkedin a:hover {
  background-position: -138px -40px;
}

/* line 2103, ../scss/sndev.scss */
#follow-us li.rss a:hover {
  background-position: -184px -40px;
}

/* line 2105, ../scss/sndev.scss */
#follow-us li.facebook a:active {
  background-position: 0 -80px;
}

/* line 2106, ../scss/sndev.scss */
#follow-us li.twitter a:active {
  background-position: -46px -80px;
}

/* line 2107, ../scss/sndev.scss */
#follow-us li.youtube a:active {
  background-position: -92px -80px;
}

/* line 2108, ../scss/sndev.scss */
#follow-us li.linkedin a:active {
  background-position: -138px -80px;
}

/* line 2109, ../scss/sndev.scss */
#follow-us li.rss a:active {
  background-position: -184px -80px;
}

/* line 2111, ../scss/sndev.scss */
#footer-bottom-right {
  width: 500px;
  float: right;
}

/* line 2116, ../scss/sndev.scss */
#footer-links {
  margin: 0 30px;
  float: left;
}

/* line 2121, ../scss/sndev.scss */
#footer-links li {
  margin: 0 3px;
  float: left;
}

/* line 2126, ../scss/sndev.scss */
#footer-links a {
  font-size: 10px;
  color: #a2a2a2;
}

/* line 2131, ../scss/sndev.scss */
#footer-links a:hover {
  text-decoration: underline;
}

/* line 2135, ../scss/sndev.scss */
#copyright {
  font-size: 11px;
  color: #a2a2a2;
  float: right;
}

/* MISC CLASSES
=================================*/
/* line 2143, ../scss/sndev.scss */
.clear {
  clear: both;
}

/* line 2144, ../scss/sndev.scss */
.center {
  text-align: center;
}

/* line 2145, ../scss/sndev.scss */
.float_l {
  float: left;
}

/* line 2146, ../scss/sndev.scss */
.float_r {
  float: right;
}

/* line 2147, ../scss/sndev.scss */
.border {
  border: 1px solid #ccc;
}

/* line 2149, ../scss/sndev.scss */
.imgl {
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  float: left;
}

/* line 2155, ../scss/sndev.scss */
.imgr {
  margin: 0 0 10px 10px;
  border: 1px solid #ccc;
  float: right;
}

/* CLEARFIX
=================================*/
/* line 2166, ../scss/sndev.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 2171, ../scss/sndev.scss */
.group:after {
  clear: both;
}

/* line 2175, ../scss/sndev.scss */
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}


#webform-client-form-5 .form-item-captcha-response label
{
	display:none;
}
#webform-client-form-6 .form-item-captcha-response label {
    display:none;
}


.page-video .top-right-layout #content
{
padding-top:0px;
}

.page-video #main {
    background: none repeat scroll 0 0 #F8F8F8;
}  

.rel_prod .Relate_prod a
{
 color: #666666;
    font-size: 16px;
    line-height: 1.2;
  
}

.rel_prod .Relate_prod2 a
{
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
   
}

.page-video .Relate_prod2 {
    margin-top: -10px;
}

.page-video .btn_req_quot {
    margin-top: 71px;
}

.Relate_prod, .Relate_prod2{
font: 400 16px/1.2 "proxima-nova","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

#home-promo .pane-custom .view-featured-product img
{
	width: 466px;
	height: 210px;
	
}
.page-node-1206 .get-wp,.pane-webform-client-block-1696,.pane-webform-client-block-1696 #webform-component-link,.page-node-1206 #node-1696 h2
{
display:none;
}

.pane-webform-client-block-1696 .form-text {
    float: left;
    width: 190px;
}
.pane-webform-client-block-1696 .form-item.webform-component {
    float: left;
    width: 221px;
    padding-left: 57px;
}
.pane-webform-client-block-1696 .form-item label
{
    padding-left: 57px;
}
.pane-webform-client-block-1696 #edit-actions
{
 clear: left;
 float: left;
 width: 100%;
}
.pane-webform-client-block-1696 #edit-actions #edit-submit
{
margin: 0 auto;
}
    
.pane-webform-client-block-1696
{
 display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:auto;  
    width:600px;  
    background:#FFFFFF;  
    left: 300px;
    top: 20%;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    text-align: center;
   
    /* additional features, can be omitted */
   /* padding:15px;  */
    font-size:15px;  
 box-shadow: 0 0 0 1px;

}

.pdf_pop,.close_pop
{
color: #ff8400;
cursor:pointer;
}
.pdf_pop:hover
{
text-decoration:underline;
}

.node-type-product .field-name-field-product-image .bx-window .field-item img {
   left: 64%;
    margin-right: -13%;
    max-height: 100%;
   /* max-width: 100%;
    min-height: 29%;*/
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-57%, -50%);
    -webkit-transform: translate(-57%, -50%);
    width: auto;
}

.node-type-product .field-name-field-product-image .bx-window .field-item {
    position: relative;
    width: 300px;
    height:200px;
}

.node-type-product .field-name-field-product-image .bx-wrapper {
    height: 245px;
}
.node-type-product .field-name-field-product-image .bx-window
{
overflow:visible !important;
}
#top-nav > li:nth-child(3) {
    display: none;
}
.navbar-brand{display:none;}
.page-taxonomy-term-1 .views-row-5 a:nth-child(2)
{
	width:116px;
	word-wrap:break-word;
}
@media screen and (max-width: 767px) {
#menu-main{position:static;}
#menu-main li{width:100%;}
#menu-main li a{display:block;}
.navbar-brand{display:block;margin-left:10px;}
#menu-main li ul{position:static;width:100%;}
}

@media \0screen\,screen\9 {
 .navbar-collapse.collapse {
   display: block !important;
 height: auto !important;
 padding-bottom: 0;
 overflow: visible !important;
 visibility: visible !important;
 border:none;
     }
     .navbar-toggle {
     display: none;
 }
}

