@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);

@-ms-viewport{width:auto!important}

.faqPage.landing-content{
  line-height: 1;
}
.faqPage.landing-content a,.faqPage.landing-content a:link,.faqPage.landing-content a:active,.faqPage.landing-content a:visited,.faqPage.landing-content img a{
  color: #555555;
  text-decoration: none !important;
  background:none;
  border:none;
}

.faqPage.landing-content a {
  color: #febe10 !important;
  border-color: #000;
}

.faqPage.landing-content a:hover {
  color: #ccc !important;
  border-color: #000;
}
.faqPage.landing-content p {
  font-size: 14px;
  line-height: 150%;
  text-shadow: 1px 1px 1px #fff;
}


a:hover {
color:#ccc;
}

.faqPage h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.faqPage h2 {
  font-family: 'Raleway', sans-serif;
  font-size:1.8rem;
  color: #222222;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}


.faqPage h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  
}
.faqPage h4 {
  font-family: 'Raleway', sans-serif;
  color: #666666;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}



.faqPage h5 {
  font-family: 'Raleway', sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.faqPage h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.faqPage p {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #666666;
}

img { text-align: center;
}



@media screen and (max-width: 767px){

h2 {
font-family: 'PT Sans', sans-serif;
font-size:23px;
color: #222222;
line-height: 35px;
font-weight: 600;
padding: 0;
margin: 0;
}
	
  .faqPage h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  
}
	
}

@media screen and (max-width: 767px){
.faqPage #wrapper {
  width: 60px;
  margin: 0 auto;
}
}

@media screen and (min-width: 800px){
.faqPage #wrapper {
  width: 960px;
  margin: 0 auto;
}
}

.faqPage #menu {
  width:960px;
  height:145px;
  margin:0 0 0 0px;
  overflow: hidden;
  background: url('//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/grey_gradient.jpg') repeat-x center center;
  border: solid 1px #c9c9c9;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0px 5px 13px #999;
  -webkit-box-shadow: 0px 5px 13px #999;
  box-shadow: 0px 5px 13px #999;
  z-index:49;
  position: absolute;
}




.faqPage #footerContent {
  min-height: 120px;
  width: 960px;
  margin: 0 auto;
  background: url("//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/footer_top_bg.png") no-repeat scroll center -2px transparent;
  padding-top: 10px;
}
.faqPage sup {
  vertical-align: baseline !important;
  font-family: inherit;
  font-weight: normal;
}
/*----- CLASSES -----*/
.faqPage .menuItem {
  float:left;
  width:190px;
  height:145px;
  text-align:center;
  padding:20px 10px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*-moz-box-shadow:5px 0 5px #a9a9a9;
  -webkit-box-shadow:5px 0 5px #a9a9a9;
  box-shadow:5px 0 5px #a9a9a9;*/
  border-right:solid 1px #a5a5a5;
}

.faqPage .menuItem a {
  font-family:'Yanone Kaffeesatz', sans-serif;
  font-size:18px;
  font-weight:700;
  color:#333;
  border-bottom:none;
  display: block;
  padding-top:85px;
  margin-top:-80px;
}

@media screen and (max-device-width: 320px){
.faqPage .menuItem a {
  font-family:'Yanone Kaffeesatz', sans-serif;
  font-size:15px;
  font-weight:700;
  color:#333;
  border-bottom:none;
  display: block;
  padding-top:85px;
  margin-top:-80px;
	}
}


.faqPage .menuItem:hover {
    background:url("//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/arrowDown.png") no-repeat center top #fff;
}
.faqPage .menuItem a:hover {
  color:#0f456a;
}

.faqPage .button2 .button3 a:hover {
  opacity: 0.5;
}

.faqPage .menuItem img {
  max-height:63px;
}

#toTop {
  width:100px;
  border:1px solid #ccc;
  background:#f7f7f7;
  text-align:center;
  padding:5px;
  position:fixed; /* this is the magic */
  top:10px; /* together with this to put the div at the bottom*/
  right:25px;
  cursor:pointer;
  display:none;
  color:#333;
  font-family:verdana;
  font-size:11px;
}


/* Drop Shadow */
.faqPage .drop-shadow {
  position: relative;
  float: left;
}
.faqPage .drop-shadow:before,
.faqPage .drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
/* Lifted corners */
.faqPage .lifted:before,
.faqPage .lifted:after {
  bottom: 15px;
  left: 5px;
  width: 50%;
  height: 20%;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.faqPage .lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/*Gradient Horizontal Rule*/
.faqPage hr {
  border: 0;
  height: 1px;
  background: #c9c9c9;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
}
.faqPage .clear {
  clear: both;
  overflow: hidden;
}
.faqPage .boxGradient {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(94%, #e8e8e8), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  /*behavior: url("/PIE.htc");*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);
  /* IE6-8 */

}
.faqPage .reverseBoxGradient {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
  -pie-background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
  /*behavior: url("/PIE.htc");*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
}
.faqPage .shadowGradient {
  background: #cbcbcb;
  background: -moz-linear-gradient(top, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(28%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  background: -o-linear-gradient(top, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  background: -ms-linear-gradient(top, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  background: linear-gradient(to bottom, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  -pie-background: linear-gradient(to bottom, #cbcbcb 0%, #ffffff 28%, #ffffff 100%);
  /*behavior: url("/PIE.htc");*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#ffffff', GradientType=0);
}
.faqPage .shadowGradientHover {
  background: url("//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/tab_arrow_hover_slide.png") top center no-repeat rgba(255, 255, 255, 0.7);
}

.faqPage .boxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.faqPage .linkTransition {
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.faqPage .transition300 {
  -o-transition: 300ms;
  -ms-transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.faqPage .faqPage .banner {
  width: 960px;
  margin-top: 30px;
  border: 0;
  border-bottom: none;
}
.faqPage .fxd img {
  display: none;
}
.faqPage #menu.fxd {
  height:82px !important;
  width:960px;
  margin-left: 8px;
}

.faqPage p.footnote {
  font-size: 11px !important;
  font-style:italic;
}

/*faqs*/

.faqPage .contentContainer {
    margin: 55px 0 50px;
    padding: 0 15px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.5;
    color: #555;
}

.faqPage .contentContainer p {
    font-size: 16px;
}

.faqPage #banner {
    background: none repeat scroll 0 0 transparent;
    height: 250px !important;
    padding: 0;
    width: 960px;
    margin: 0;
    z-index: 50;
}

.faqPage #menu.fxd .menuItem {
width: 20%;
}

.faqPage .colored {
  color:#f8b83d;
}

.faqPage .intro,.faqs1,.faqs2,.faqs3,.faqs4,.faqs5,.faqs6 {
  padding:0 0;
}

.faqPage .centered {
  text-align: left;
  margin:0 auto;
  width:100%;
}
.faqPage .videops {
  border:solid 1px #c9c9c9;
  width:853px;
  height:480px;
}

.faqPage .productsDemo {
  width:940px;
  margin:0 auto;
  position: relative;
}
.faqPage .productsDemo > div {
  width:940px;
  margin:0 auto;
}
.faqPage .productsDemo ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
.faqPage .productsDemo li {
  border-right:solid 1px #c9c9c9;
  float:left;
  width:29.3%;
  text-align: left;
  font-style: italic;
  padding:30px 10px;
}

.faqPage .productsDemo img {
  margin-bottom:20px;
}

.faqPage .leftHalf {
  float:left;
  width:445px;
  padding-right:15px;
}
.faqPage .rightHalf {
  float:right;
  width:445px;
  padding-left:15px;
}
.faqPage .psBizHeading {
  padding:10px 0; 
}

.faqPage .faqs6 li {
  list-style:none;
}

.faqPage .faqs6 li:before {
  content:'\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -15px;
  top: -3px;
  color: #f8b83d;
  font-size: 20px;
}

.faqPage .productsOverlay {
  display:none;
  background:rgba(255,255,255,0.95);
  width:100%;
  margin:0 auto;
  border-radius:5px;
  position: absolute;
  top: -20px;
  border: solid 1px #c9c9c9;
  padding:10px;
}
.faqPage .productsOverlay p {
  margin:3px;
  font-size: 20px
}
.faqPage .blur {
  -webkit-filter:blur(5px);
  -moz-filter:blur(5px);
  filter:blur(5px);
}
.faqPage #close {
  position: absolute;
  right: 10px;
  wid min-height: 580px;
}
.faqPage .fbcontent h2 {
  padding-bottom: 50px;
}
.faqPage .fsf, .jg, .sl, .ss, .sm, .ti {
  border: none;
}

.faqPage .videoCont a:before {
content: "\f01d";
width: 270px;
height: 250px;
font-family: 'FontAwesome';
position: absolute;
font-size: 148px;
color: rgba(255,255,255, 0.8);
margin-top: 50px;
margin-left: 130px;
}
<!--[if IE]>
  .faqPage .videoCont a:before {
    color:#fff;
  }
<![endif]-->

/* Added by Suresh */
#wrapper.faqPage{width: auto !important;}
.faqPage.container{ width: auto !important; max-width: 960px !important;}
.faqPage #banner{width: 100% !important;}
.faqPage #banner img{width: 100%;}
.faqPage .banner img{width: 100%;}
.faqPage .productText{margin-top: 0;}
.faqPage .productsDemo>div{width: 100%; text-align: left;}
.faqPage .productsDemo div h4{font-style: italic; color: #555555;}
.faqPage .productsDemo .span4{border-right: solid 1px #c9c9c9;}
.faqPage .productsDemo .span4:last-child{border: none;}
.faqPage h2{ color: #555;}
.faqPage .perfectFit{float:left; margin-left: 0px; margin-right:30px;}
.faqPage .deviceDirectory{float:left; margin-left: 60px; margin-right:20px;}
.faqPage .accordion-inner{font-size: 14px; line-height: 150%;}



@media (min-width: 768px) and (max-width: 970px){
  .faqPage .row-fluid.stickymenu.smint{top: 419px !important; margin-left: 0 !important; width: 766px !important; height: 125px !important;}
  .faqPage .row-fluid.stickymenu.smint .menuItem{width: 127px; height: 125px;}
  .faqPage .row-fluid.stickymenu.smint .menuItem img{height: 55px !important;}
  .faqPage .contentContainer{margin-top: 0px !important;}
  .faqPage .centered img{width: 100%; height: auto;}
  .faqPage .faqs1{ margin: 0 15px; padding: 0;  box-sizing: border-box; width: 90%;}
  .faqPage .productsDemo{width: 100%;}
  .faqPage .faqs2, .faqPage .faqs3, .faqPage .faqs4, .faqPage .faqs5, .faqPage .faqs6{ width: 100%;}
  .faqPage .faqs6 .rightHalf img{width: 100%;}
  .faqPage .leftHalf{width: 47%;}
  .faqPage .rightHalf{width: 47%;}
  .faqs6 iframe{ width: 100% !important; height: auto !important;}
  .faqs6 .videoCont{width: 50%; margin: 0 !important; }
  .faqPage .perfectFit{float:left; margin-left: 0px; margin-right:30px; width: 46.5%;}
  .faqPage .deviceDirectory{float:left; margin-left: 0px; width: 46.5%;}
  .faqPage .perfectFit img, .faqPage .deviceDirectory img{width: 100%;}
} 
@media screen and (max-width: 767px){
  .faqPage.container{ width: auto !important; max-width: 95% !important;}
 
  .faqPage #banner{height: auto !important;}
  .faqPage .row-fluid.stickymenu.smint{top: auto !important; margin-left: 0 !important; width: 99.4% !important; height: 74px !important; position: static !important;}
  .faqPage .row-fluid.stickymenu.smint .menuItem{width: 20%; height: 74px; padding: 10px 2px;}
  .faqPage .row-fluid.stickymenu.smint .menuItem img{display: none;}
  .faqPage .row-fluid.stickymenu.smint .menuItem a{ margin-top: 0; padding-top: 0; height:50px; display: table-cell; vertical-align: middle; horizontal-align: center; width: 100px;}
  .faqPage .contentContainer{margin-top: 20px !important; margin-bottom: 0;}
  .faqPage .intro{padding-top: 0;}
  .faqPage h2{font-size: 36px; line-height: 1.1; color: #555;}
  .faqPage iframe{width: 100%; min-height: 200px;}
  .faqPage .centered img{width: 100%; height: auto;}
  .faqPage .faqs1{ margin: 0 15px; padding: 0;  box-sizing: border-box; width: 90%;}
  .faqPage .productsDemo{ margin-top: 10px; padding:0 15px; width: 90%;}
  .faqPage .productsDemo div{width: 100%; text-align: left;}
  .faqPage .productsDemo div h4{font-style: italic; color: #555555;}
  .faqPage .productsDemo .span4{border-bottom: solid 1px #c9c9c9; border-right: none;}
  .faqPage .productsDemo .span4:last-child{border: none;}
  .faqs2, .faqs3, .faqs4, .faqs5{ padding: 0px; width: 100%;}
	.faqs4 .videoCont{padding: 15px; width: 90%; margin: 0 !important; }
  .faqPage .deviceDirectory{float:left; margin-left: 0px; width: 100%; text-align: left;}
  .faqPage .deviceDirectory img{width: auto; max-width: 100%;}
  .faqPage .accordion-heading .accordion-toggle{ position: relative;}
  .faqPage .accordion-heading .accordion-toggle .caret{ position: absolute; right: 18px; top: 13px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 10px solid #555; }
  .faqPage .accordion-body.in.collapse .caret{border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #555; display: block;}
  .faqPage .accordion-body  .arrowpane {position: absolute; right: 9px; top: -32px; background: #f5f5f5; padding: 9px; }
  .faqPage .accordion-body .caret{display: none;}
  .faqPage .collapse.in{overflow-y: visible; overflow-x:hidden;}
  .faqPage .mobiledropup{width: 100%; height: auto; position: fixed; bottom: 0; left: 0; min-height: 0px; top: auto;}
  .faqPage .mobiledropup .mobileMenuOpen {     background: url("../images/up2.png") no-repeat scroll 20px 0 / 25px auto;color: #ececec;display: block;float: left;font-size: 1em;height: 25px;margin: 0; padding: 0; text-decoration: none;width: 100%; position: fixed; top: auto; bottom: 0;}
  .mobileMenuDashboard .stickymenu{ background: #fafafa;}
  .faqPage .mobileMenuDashboard #menu.fxd .menuItem{ width: 25%;}
  .faqPage .mobileMenuDashboard #menu.fxd {height: 72px;}
  .mobileMenuOpen.arrowPtag{ position: fixed; top: auto; bottom: 75px !important;}
  .accordion{overflow: hidden;}
  .s4-nosetwidth{height: auto !important;}
}  



.accordion-inner{ display:inline !important;
	
}


}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .faqPage .row-fluid.stickymenu.smint .menuItem a{width: 150px;}
}


hr  {
	border-top: 1px solid red;
}



@media  (min-width: 800px) {
#main-banner {
	border: none;
    min-height: 250px;
    background-image: url(//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/sitstandfaq_banner_GB_EN.jpg);
  
  }
}


@media screen and (max-device-width: 767px){
#main-banner {
  width: 100%;
  min-height: 414px;
  background-image: url(//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/mob-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
	
	.contentimage {
	text-align: left;
	margin-top: 1%;
		width: 40%;
	
}
	
	.faqPage h2 {
  font-family: 'Raleway', sans-serif;
  font-size:1.8rem;
  color: #222222;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 5%;
  text-align: center;
}

}


@media screen and (max-device-width: 320px){
#main-banner {
  width: 100%;
  min-height: 300px;
  background-image: url(//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/mob-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
}

@media screen and (max-device-width: 375px){
#main-banner {
  width: 100%;
  min-height: 375px;
  background-image: url(//assets.fellowes.com/skins/v2/desktop/ROW/EN/sit-stand-faqs/images/mob-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
}



@media  (min-width: 800px) {
	.hidden-desktop {
		display: none;
	}
}

@media screen and (max-width: 767px){
     .mobile-hide{ display: none !important;
	}
}

@media screen and (max-width: 767px){
     .offer{ text-align: left;
	}
}


@media  (min-width: 800px) {
.product {
	width: 90%;
	margin-bottom: 3%;
	margin-left: 2%;
	float: left;
	text-align: left;
	
}
	
.product2 {
	width: 29%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
	text-align: left;
	
}	
	
	
	.product3 {
	width: 62%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
	text-align: left;
	
}
	
	.left-section {
   width: 500px; vertical-align: middle;
   display: table-cell; text-align: left;
	}	
	
	.right-section {
		width: 300px;
		vertical-align: middle;
        display: table-cell; text-align: right;
	}	
	
	
	
}

@media  (min-width: 800px) {
.navcube {
	width: 31%;
	height: 150px;
	margin-left: 1%;
	float: left;
	text-align: left;
	padding: 1%;	
}	
	
	.button1 {
		background-color: #febe10;
		color: #000;
		font-size: 18px;
		font-weight: 500;
		border-radius: 10px;
		padding: 2%;
		width: 80%;
		text-align: left;
		margin: 10% auto 2% auto;
		
		
	}
	
	.button2 {
		background-color: #febe10;
		color: #000;
		font-size: 17px;
		font-weight: 600;
		border-radius: 10px;
		padding: 2%;
		width: 60%;
		text-align: left;
		margin: 2% auto 3% auto;	
	}
	
	.button3 {
		background-color: #febe10;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		border-radius: 5px;
		padding: 1%;
		width: 40%;
		float: right;
		text-align: left;	
	}
	
	
	.button3 :hover {
		opacity: 0.5;
	}
	
	.listing {
		width: 100%;
		height: 20px;
		margin-top: 5px;
		display: inline-block;
		vertical-align: baseline;

	}
	

	
	
	
	.title {
		text-align: left;
		margin-left: 5%;
	}
	}


	
	@media screen and (max-width: 767px){
.navcube {
	height: 150px;
	width: 100px;
	float: left;
	text-align: left;
	margin: 10px;
	padding: 1%;
		
	}
		
	.listing {
		width: 90%;
		height: 25px;
		margin-top: 5px;
		margin-bottom: 5px;
		display: inline-block;
		vertical-align: baseline;

	}	
		
		.mobimage {
			width: 100%;
			text-align: left;
			
		}
		
		.midmob {
			width: 60%;
			text-align: left;
			margin: 0 auto 0 auto;
			
		}
		
		
		.button1 {
		background-color: #febe10;
		color: #000;
		font-size: 18px;
		font-weight: 600;
		border-radius: 10px;
		padding: 4%;
		width: 90%;
		text-align: left;
		margin: 1% auto 2% auto;
		
		
	}
		
		.button2 {
		background-color: #febe10;
		color: #000;
		font-size: 17px;
		font-weight: 600;
		border-radius: 10px;
		padding: 2%;
		width: 60%;
		text-align: left;
		margin: 1% auto 3% auto;
	
	}
		
		.button3 {
		background-color: #febe10;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		border-radius: 10px;
		padding: 2%;
		width: 100%;
		text-align: left;	
	}
		
		
		.left-section {
   text-align: left;
	}	
		
		.title {
		text-align: left;
		margin-left: 4%;
		margin-right: 4%;
	
	}
		img {
			max-width: 100%;
			object-fit: contain;
		}
		
	}

.actioninner  {
    width: 95%;
	vertical-align: middle;
	text-align: center;
	padding: 2% 2% 3% 2%;
	border: 2px solid #676767;
	box-shadow: 5px 5px 5px #cccccc;
}
