/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
@media only screen and (min-width: 1024px){
.tablet-only {
  display: none !important;
}

}
@media only screen and (max-width: 1024px){
.front .hidden-md{
	display: none !Important;
}
#leaderboard-wrapper{
	height: 40px;
}
#header-wrapper .container{
	width: 100%;
}
#header-wrapper .separator,ul#superfish-1 .separator{
	display: none;
}
/* Mobile Menu Css */
#page-wrapper{
  background: #f8f7f8 url(../images/nav-bg.jpg) no-repeat;
}
#block-superfish-1 {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 268px;
  color: #646464;
  background-size: 268px 362px;
  -webkit-transition: -webkit-transform .20s ease-out 0s;
  transition: transform .20s ease-out 0s;
  display: none;
  left: -271px;
}

/* line 153, mobile-navigation.scss */
 #block-superfish-1 {
  overflow: hidden !important;
  min-height: 480px;
  bottom: 0;
  display: block;
  -webkit-transform: translateX(-268px);
  -ms-transform: translateX(-268px);
  transform: translateX(-268px);
}
/* line 170, mobile-navigation.scss */
#mobile-nav-scroll,
#mobile-nav-wrapper {
  height: 100%;
}

/*#mobile-nav-wrapper {
	padding-left: 20px;
}*/
/* line 179, mobile-navigation.scss */
#mobile-nav-search {
  position: absolute;
  top: 20px;
  left: 32px;
  right: 12px;
  z-index: 1;
}

/* line 186, mobile-navigation.scss */
 #mobile-nav-search {
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

/* line 191, mobile-navigation.scss */
#mobile-nav-search form {
  height: 36px;
  border: 1px solid #95a0a2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 197, mobile-navigation.scss */
 #mobile-nav-search form {
  background: 0;
}

/* line 200, mobile-navigation.scss */
#mobile-nav-search input {
  width: 204px;
  margin: 10px 0 0 45px;
  border: 0;
  background: 0;
  font: 13px/13px Helvetica,Arial,sans-serif;
  outline: 0;
  padding: 0;
  border-radius: 0;
  height: auto;
  display: inline-block;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  background-color: transparent;
}

/* line 217, mobile-navigation.scss */
 ul#superfish-1 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 223, mobile-navigation.scss */
ul#superfish-1 {
  position: relative;
  padding: 25px 10px 0 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
/* line 231, mobile-navigation.scss */
ul#superfish-1 > li {
  display: block;
  height: 48px;
  border-bottom: 1px solid #efefef;
  float: none;
}
/* line 236, mobile-navigation.scss */
ul#superfish-1 > li.is-shrunk {
  border: none;
  height: 0%;
}
ul#superfish-1 > li.is-expanded{
	display: block;
}
/* line 240, mobile-navigation.scss */
ul#superfish-1 > li > a {
  -webkit-transition: -webkit-background .35s ease-out;
  -webkit-transition: background .35s ease-out;
  transition: background .35s ease-out;
}
/* line 247, mobile-navigation.scss */
ul#superfish-1 > li.search {
  background-image: none;
}
/* line 284, mobile-navigation.scss */
ul#superfish-1 > li.-current {
  border-color: #e50026;
}
/* line 287, mobile-navigation.scss */
ul#superfish-1 > li.-current:before, ul#superfish-1 > li.-current > a {
  color: #e50026;
}
/* line 291, mobile-navigation.scss */
ul#superfish-1 > li > a {
  display: block;
  position: relative;
  padding-left: 45px;
  font: 14px/48px Helvetica,Arial,sans-serif;
  color: #646464;
}
/* line 297, mobile-navigation.scss */
ul#superfish-1 > li > a > span.expand {
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 40px;
  height: 40px;
  text-indent: -500px;
  overflow: hidden;
  font: 10px monospace;
  letter-spacing: -10px;
  background: url(../images/nav-arrow.png) center no-repeat;
  background-size: 7px 11px;
}

/* line 323, mobile-navigation.scss */
 #superfish-1 > li > ul {
  -webkit-transform: translate3d(186px, 0, 0);
  transform: translate3d(186px, 0, 0);
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 329, mobile-navigation.scss */
  #superfish-1 > li > ul {
  -webkit-transform: translate3d(186px, 0, 0);
  transform: translate3d(186px, 0, 0);
}

/* line 334, mobile-navigation.scss */
#superfish-1 li.search {
  visibility: hidden;
}

/* line 337, mobile-navigation.scss */
ul#superfish-1 li.search {
  opacity: .4;
  width: 200px;
  visibility: visible;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 347, mobile-navigation.scss */
ul#superfish-1 li.search a {
  visibility: hidden !important;
}

/* line 350, mobile-navigation.scss */
ul#superfish-1 li a {
  -webkit-transition: -webkit-transform .10s ease-in,opacity .10s ease-in;
  transition: transform .10s ease-in,opacity .10s ease-in;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* sub navigation */
/* line 367, mobile-navigation.scss */


/* line 370, mobile-navigation.scss */
ul#superfish-1 li.is-expanded > ul {
  display: block;
  position: absolute;
  left: 15px;
  right: 0;
  box-shadow: 0px 0px;
}

/* line 378, mobile-navigation.scss */
 ul#superfish-1 > li > ul {
  -webkit-transform: translate3d(186px, 0, 0);
  transform: translate3d(186px, 0, 0);
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 384, mobile-navigation.scss */
ul#superfish-1 > li > ul {
  -webkit-transform: translate3d(186px, 0, 0);
  transform: translate3d(186px, 0, 0);
}

/* line 388, mobile-navigation.scss */
 ul#superfish-1 > li > ul.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 403, mobile-navigation.scss */
ul#superfish-1 li a {
  position: relative;
  display: block;
  padding: 0px;
  text-align: left;
  padding-left: 48px;
  height: auto;
}
ul#superfish-1 li a span{
	height: auto;
}

/* line 407, mobile-navigation.scss */
 ul#superfish-1 li.is-expanded li {
  width: 230px !important;
  max-width: 230px !important;
  height: 48px;
  background: transparent;
}

/* line 410, mobile-navigation.scss */
ul#superfish-1 li.is-expanded li a {
  font: 14px/48px Helvetica,Arial,sans-serif;
  color: #646464;
  padding: 0px !important;
}

/* line 416, mobile-navigation.scss */
ul#superfish-1 li.is-expanded li.title {
  border-bottom: 1px solid #efefef;
}
/* line 418, mobile-navigation.scss */

ul#superfish-1 li ul li.title > a {
  padding: 0px !important;
  padding-left: 35px !important;
  font: 14px/50px Helvetica,Arial,sans-serif;
  font-weight: bold;
}
/* line 422, mobile-navigation.scss */


/* line 442, mobile-navigation.scss */
ul#superfish-1 li li a span {
  display: block;
  width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 449, mobile-navigation.scss */
ul#superfish-1 li a span.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -500px;
  overflow: hidden;
  font: 10px monospace;
  letter-spacing: -10px;
  background: url(../images/nav-close.png) center no-repeat;
  background-size: 20px 20px;
}

/* line 464, mobile-navigation.scss */
 ul#superfish-1 li.is-shrunk:before {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* line 471, mobile-navigation.scss */
 ul#superfish-1 li.is-shrunk > a {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

/* line 477, mobile-navigation.scss */
  ul#superfish-1 li.is-shrunk > a {
  -webkit-transform: translate3d(10px, 0, 0) rotateY(-90deg);
  transform: translate3d(10px, 0, 0) rotateY(-90deg);
  opacity: 1;
}
ul#superfish-1 li.search {
  opacity: .4;
  width: 200px;
  visibility: visible;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
ul#superfish-1 .main-menu-home{
	width: 100%;
}
/* line 482, mobile-navigation.scss */
nav.expanded ul#superfish-1 li a {
  visibility: hidden;
}

/* line 486, mobile-navigation.scss */
.mobile-nav-open .navbar-trigger > span {
  opacity: 0;
}

/* line 122, mobile-navigation.scss */
#page-wrapper.mobile-nav-open .navbar-trigger::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 46%;
  left: 27%;
}
ul#superfish-1 .icomoon{
  position: absolute;
  left: 7px;
  top: 11px;
  max-width: 40px;
  width: 100%;	
}
ul#superfish-1 .title .icomoon{
	left: 0px;
}
ul#superfish-1 > .menuparent{
  background: url(../images/nav-arrow.png) 100% no-repeat;
  background-size: 7px 11px;
}
ul#superfish-1 > .menuparent.is-shrunk{
	background: none;
}
/* line 129, mobile-navigation.scss */
.mobile-nav-open .navbar-trigger::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 46%;
  left: 27%;
}
#page-wrapper.mobile-nav-open{
      position: absolute;
	  width: 100%;
	  overflow: hidden;
}
#page-wrapper.mobile-nav-open #page {
  left: 0;
}
#page-wrapper.mobile-nav-open #block-superfish-1 {
  display: block;
}
#page-wrapper.mobile-nav-open #block-superfish-1 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* line 489, mobile-navigation.scss */

 #page-wrapper.mobile-nav-open #page {
  left: 0;
  -webkit-transform: translateX(268px);
  -ms-transform: translateX(268px);
  transform: translateX(268px);
}

.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 1062, style-mobile.scss */
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

/* line 1068, style-mobile.scss */
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
.ui-navbar > .carousel,
.article-content-wrap > .carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin: 0;
  padding: 0;
  /* &:before,
   &:after {
   	content: " ";
   	display: table;
   }*/
}
/* line 677, style-mobile.scss */
.ui-navbar > .carousel > .owl-wrapper-outer,
.article-content-wrap > .carousel > .owl-wrapper-outer {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 682, style-mobile.scss */
.ui-navbar > .carousel > .owl-wrapper-outer > .owl-wrapper,
.article-content-wrap > .carousel > .owl-wrapper-outer > .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  display: none;
  position: relative;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}
/* line 693, style-mobile.scss */
.ui-navbar > .carousel > .owl-wrapper-outer > .owl-wrapper:after,
.article-content-wrap > .carousel > .owl-wrapper-outer > .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 703, style-mobile.scss */
.ui-navbar > .carousel .owl-item,
.article-content-wrap > .carousel .owl-item {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 721, style-mobile.scss */
.ui-navbar.-fixed {
  position: fixed;
  z-index: 98;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0px;
  /*-webkit-transform:translateY(100%);
  transform:translateY(100%);*/
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  background: #fff;
  width: 100%;
}
/* line 735, style-mobile.scss */
.ui-navbar > .carousel {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
/* line 739, style-mobile.scss */
.ui-navbar .owl-item:first-child > .nav-button {
  border-left: 1px solid #dbdbdb;
}
/* line 740, style-mobile.scss */
.ui-navbar .sticky-wrapper-mobile .-active .nav-button {
  border-bottom: 4px solid #9a004d;
}
/* line 742, style-mobile.scss */
.ui-navbar .-active .nav-button {
  border-bottom: 4px solid #9a004d;
}
.ui-navbar .-active .nav-button > .icon {
  background-position-y: -31px;
}
.nav-button {
  width: 100%;
  height: 72px;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 1px 0 0 0;
  text-align: center;
  vertical-align: middle;
  color: #3e3e3e;
  font-size: 11px;
  line-height: 11px;
  border-right: 1px solid #dbdbdb;
  background: none;
  margin-bottom: 0px;
}
/* line 767, style-mobile.scss */
.nav-button.-active {
  border-bottom: 4px solid #9a004d;
}
/* line 769, style-mobile.scss */
.nav-button > .label {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  text-transform: none;
  font-weight: 300;
}
.front .sticky-wrapper-mobile .-icon:before{
	top: 8px;
}
.front .-icon.-insights:before, .-icon.-insights:before {
  background-position: -38px 0px;
}
.app-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  /* stroke */
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  /* drop shadow */
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  /* drop shadow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  /* drop shadow */
  margin: 0 1em;
  padding: 15px 0;
  float: none;
  width: auto;
  height: 100%;
  text-align: center;
}
/* line 833, style-mobile.scss */
.app-box > .body {
  padding: 0;
  float: none;
  width: auto;
}
/* line 838, style-mobile.scss */
.app-box > .img {
  margin: 0 auto;
  float: none;
  width: auto;
  height: auto;
}
/* line 844, style-mobile.scss */
.app-box > .body > .title {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  width: auto;
  margin: 0;
}
/* line 852, style-mobile.scss */
.app-box > .body > .content {
  margin: 0 10px;
  padding: 15px;
  font-size: 15px;
  color: #3f3f3f;
  font-weight: normal;
  text-align: center;
  width: auto;
}
/* line 861, style-mobile.scss */
.app-box > .body > .action {
  float: none;
  width: auto;
  margin-bottom: 15px;
  font-size: 15px;
}
.sg-ribbon {
  /*http://livetools.uiparade.com/ribbon-builder.html*/
  position: relative;
  margin: 0 auto;
  text-align: center;
  background: #2d5383;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  padding: 8px 0;
}
/* line 785, style-mobile.scss */
.sg-ribbon > .content {
  font-weight: normal;
  font-size: 16px !important;
  font-family: 'Helvetica Neue',Helvetica, sans-serif;
  color: #fff !important;
}
/* line 790, style-mobile.scss */
.sg-ribbon > .content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
/* line 794, style-mobile.scss */
.sg-ribbon > .content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
/* line 798, style-mobile.scss */
.sg-ribbon > .content:before, .sg-ribbon > .content:after {
  border-color: #1b3454 transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1em;
  content: '';
}
.desktop-only {
  display: none !important;
}
a.ghost-btn {
  white-space: nowrap;
  margin-top: 16px;
  height: 46px;
  color: #29b5ee;
  border: 1px solid #bdddea;
  background-color: #fff;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  line-height: 46px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: background 0.3s ease-in-out,color 0.2s ease-in-out;
  transition: background 0.3s ease-in-out,color 0.2s ease-in-out;
}
/* line 106, style-mobile.scss */
a.ghost-btn.-fullwidth {
  width: 100%;
}
.app-thumb-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
/* line 874, style-mobile.scss */
.app-thumb-list > li {
  position: relative;
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 24px;
  min-height: 150px;
}
/* line 882, style-mobile.scss */
.app-thumb-list > li > a {
  width: auto;
}
/* line 884, style-mobile.scss */
.app-thumb-list li img {
  vertical-align: top;
  margin-bottom: 5px;
  max-height: 80px;
  width: auto;
  border: none !important;
  padding: 0;
  border-radius: 0;
}
/* line 893, style-mobile.scss */
.app-thumb-list li .title{
  font-size: 14px;
  line-height: 16px;
  color: #3e3e3e;
  font-weight: normal;
  margin: 0 auto;
  width: auto;
}
/* line 903, style-mobile.scss */
.app-thumb-list > li:nth-child(2n+1):last-child {
  width: 100%;
}
.-shadow-border {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}
.article-content.-saas .-shadow-border{
  width: auto;
  border-top: none !important;
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.28);
}
.apps-list {
  margin: 0 0 26px 0 !important;
}
.article-content .intro {
  color: #3e3e3e;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 0;
}
.article-content .insights-content {
  padding-top: 20px;
  padding-left: 0;
  margin: 0 auto !important;
}
/* line 372, style-mobile.scss */
.article-content .insights-content .box-content {
  max-width: 100%;
  max-height: 200px;
}
/* line 374, style-mobile.scss */
.article-content .insights-content .box-content > a > .caption {
  max-width: 100% !important;
}
.box-content {
  position: relative;
}
.box-content > a img,
.box-content > img {
  margin-bottom: 10px;
}
/* line 516, style-mobile.scss */
.box-content > a {
  position: relative;
}
/* line 518, style-mobile.scss */
.box-content > a:hover {
  color: #29b5ee;
}
/* line 521, style-mobile.scss */
.box-content > a .recommended-read {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 525, style-mobile.scss */
.box-content > a .recommended-read.-insights {
  bottom: 0px;
  right: -14px;
}
/* line 531, style-mobile.scss */
.box-content > a > .caption,
.box-content > .caption {
  color: #3f3f3f !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 5px 0 !important;
}
/* line 539, style-mobile.scss */
.box-content > a > .caption:hover,
.box-content > .caption:hover {
  color: #29b5ee;
}
/* line 542, style-mobile.scss */
.box-content > a > .caption.-darker,
.box-content > .caption.-darker {
  color: #3a3a39;
  font-size: 15px;
  font-weight: 500;
}
/* line 547, style-mobile.scss */
.box-content > .action {
  font-size: 16px;
  margin-top: 0;
}
.article-content .box-content {
  padding: 15px 0px 15px 20px;
  max-width: 100%;
  margin: 0 auto;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.group-deals-list .box-content {
  padding: 15px 0px 15px 20px;
  max-width: 100%;
  margin: 0 auto;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.static-gp ul.group-deals-list li img{
  background: none;
  border: none;
  box-shadow: none;
}
.group-deals-list li.group-deal-source img{
  border: none;
  box-shadow: none;
  background: none;
}
.group-deal-bg,
.insights-bg {
  background-image: none;
  height: auto;
}
.visible-sm-block {
  display: block !important;
}
.trading_partner,.trading_board{
	width: 100% !important;
}
.header {
  margin: 20px auto 25px;
  color: #393939;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.article-content.-opportunities{
	padding: 0px;
}
/* line 424, style-mobile.scss */
.header > .icon,
.title > .icon {
  display: inline-block;
  margin: 0;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  vertical-align: -10%;
}
.header.-trading-partner {
  text-align: center;
  display: block;
  margin-top: 0px;
}
.trading-partner-img {
  margin-top: 40px;
  max-width: 805px;
  margin: 0 auto;
  width: 100%;
}
/* line 919, style-mobile.scss */
.header.-trading-partner + .sub-header {
  text-align: center;
}
.trading-partner-img > img {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}
.sl-table {
  display: block;
  margin:0 auto;
}
/* line 619, style-mobile.scss */
.sl-table .tr {
  display: block;
}
/* line 620, style-mobile.scss */
.sl-table .thead {
  display: block;
}
/* line 621, style-mobile.scss */
.sl-table .tbody {
  display: block;
}
/* line 622, style-mobile.scss */
.sl-table .tfoot {
  display: block;
}
/* line 623, style-mobile.scss */
.sl-table .col {
  display: none;
}
/* line 624, style-mobile.scss */
.sl-table .colgroup {
  display: none;
}
/* line 625, style-mobile.scss */
.sl-table .td, .sl-table .th {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border-color: #cbcbcb;
}
/* line 626, style-mobile.scss */
.sl-table .caption {
  display: block;
}
/* line 627, style-mobile.scss */
.sl-table .repeated-title {
  display: inline-block;
}
/* line 632, style-mobile.scss */
.trading-table .thead {
  display: none;
}
/* line 638, style-mobile.scss */
.trading-table .tr:nth-child(odd) {
  background-color: #f7f7f7;
}
/* line 641, style-mobile.scss */
.trading-table .tr:nth-child(even) {
  background-color: #fff;
}
#block-views-trading-board-block-1{
  margin: 0 auto;
  float: none;
  width: 90%;
}
#block-views-trading-board-block-1 .partner-img,#block-views-trading-board-block-1 .trading-title,#block-views-trading-board-block-1 .trading-description{
  width: 33%;
  float: left;
  height: 82px;
}
#block-views-trading-board-block-1 .trading-description,#block-views-trading-board-block-1 .partner-img{
  overflow: hidden;
}
/* line 647, style-mobile.scss */
.trading-table .repeated-title {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
/* line 652, style-mobile.scss */
.trading-table .content {
  display: inline-block;
  width: 65%;
  padding-left: 10px;
  vertical-align: top;
  position: relative;
}
.-icon.-deals:before, .-icon.-deals:before {
	text-align: center !important;
}
.box-content > .inner {
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
  min-height: 155px;
  line-height: 155px;
  max-width: 100%;
}
/* line 495, style-mobile.scss */
.box-content > .inner > img {
  box-shadow: none;
  border: none;
  border: 0;
  vertical-align: middle;
  display: inline-block;
}
/* line 502, style-mobile.scss */
.box-content > .inner.-bg-grey {
  background-color: #f2f2f2;
}
/* line 505, style-mobile.scss */
.box-content > .inner > .deal-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
/* line 512, style-mobile.scss */
.box-content > a img,
.box-content > img {
  margin-bottom: 10px;
}
/* line 516, style-mobile.scss */
.box-content > a {
  position: relative;
}
/* line 518, style-mobile.scss */
.box-content > a:hover {
  color: #29b5ee;
}
/* line 521, style-mobile.scss */
.box-content > a .recommended-read {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 525, style-mobile.scss */

/* line 531, style-mobile.scss */
.box-content > a > .caption,
.box-content > .caption {
  color: #3f3f3f !important;
  max-width: 90% !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 5px 0 !important;
}
/* line 539, style-mobile.scss */
.box-content > a > .caption:hover,
.box-content > .caption:hover {
  color: #29b5ee;
}
/* line 542, style-mobile.scss */
.box-content > a > .caption.-darker,
.box-content > .caption.-darker {
  color: #3a3a39;
  font-size: 15px;
  font-weight: 500;
}
/* line 547, style-mobile.scss */
.group-deals-list .group-deal-source{
	margin: 0px 25%;
}
.article-content.-community .pull-right{
	width: 100%;
}
.article-content.-community .title {
  text-align: center;
  display: block;
}
.article-content.-community {
  background-color: #fff;
  background-image: none;
}
.article-content.-community .xs-first {
  padding: 0 !important;
  float: none !important;
}
/* line 384, style-mobile.scss */
.article-content.-community .xs-second {
  float: none !important;
}
.article-content.-community .video-iframe {
  margin: 35px 0 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 452, style-mobile.scss */
.article-content.-community .video-iframe > img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
}
/* line 460, style-mobile.scss */
.article-content.-community .video-iframe > iframe {
  border: 1px solid #dddcdd;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-content.-community .col-md-6{
	width: 100%;
}
.article-content.-community .p-t-55{
	padding-top: 0px !important;
}
.article-content.-saas, .article-content.-opportunities, .article-content.-community, .article-content.-insights {
  padding: 10px 5.5% 20px;
  border-bottom: 0;
  height: 100%;
}
.newsletter {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #b9cdd4;
  background-color: #d3eaf2;
}
/* line 214, style-mobile.scss */
.newsletter > .container {
  height: 100%;
  padding: 20px 5.5%;
  background-image: none;
}
/* line 220, style-mobile.scss */
.newsletter > .container .newsletter-label {
  font-size: 16px;
  line-height: 19px;
  color: #6e6e6e;
  font-weight: 300;
  padding-bottom: 20px;
}
/* line 229, style-mobile.scss */
.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter input[type="url"],
.newsletter input[type="password"],
.newsletter input[type="search"],
.newsletter textarea {
  margin: 0;
  padding: .5em .6em;
  outline: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #ddd;
  color: #6e6e6e;
  letter-spacing: 1px;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 14px;
  resize: none;
  display: inline-block;
  height: 40px;
}
/* line 250, style-mobile.scss */
.newsletter button {
  display: inline-block;
}
/* line 253, style-mobile.scss */
.newsletter .newsletter-form input[type="text"],
.front #email {
  width: 154px;
}
/* line 258, style-mobile.scss */
.newsletter .newsletter-form .btn-join {
  margin-left: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  width: 112px;
  height: 40px;
  display: block;
  border: 1px solid #9d0214;
  /* stroke */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyMiA0NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMC4yMTczOTEzMDQzNDglIiB4Mj0iNTAlIiB5Mj0iMC4yMTczOTEzMDQzNDc4MSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNmUxMDE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiM5NzBmMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2E1MjQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1MjUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTIyIiBoZWlnaHQ9IjQ2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, #6e1015 -0.43%, #970f19 47.93%, #a5242a 48.74%, #d5252e 99.57%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #6e1015 -0.43%, #970f19 47.93%, #a5242a 48.74%, #d5252e 99.57%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #6e1015 -0.43%, #970f19 47.93%, #a5242a 48.74%, #d5252e 99.57%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, #6e1015 -0.43%, #970f19 47.93%, #a5242a 48.74%, #d5252e 99.57%);
  /* gradient overlay */
  float: left;
}
.footer-left .blah[data-readmore]{
  transition: height 125ms;
  overflow: hidden !important;
}
.newsletter .p-t-40,.newsletter .p-t-20{
	padding-top: 0px !important;
}
.newsletter .col-md-7,.footer .col-md-7,.footer .col-md-5{
  width: 100%;
}
.footer-left {
  text-align: left;
  padding: 29px 5.5% 32px;
}
.footer-header {
  text-align: left;
  margin: 0;
  color: #3f3f3f;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 976, style-mobile.scss */
.footer-right {
  width: 100%;
  height: 136px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 990, style-mobile.scss */
.footer-award {
  width: 50%;
  float: left;
  padding: 0 10px;
  color: #111111;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
/* line 998, style-mobile.scss */
.footer-award > img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* FOOTER SECTION */
/* line 1007, style-mobile.scss */
.footer {
  background-color: #fff;
  padding-top: 0;
}
/* line 1010, style-mobile.scss */
.footer .bg-grey {
  background-color: #efefef;
  padding-bottom: 0 !important;
}

/* line 1015, style-mobile.scss */
.home .footer {
  margin-bottom: 74px;
}

/* line 1018, style-mobile.scss */
.footer-left {
  text-align: left;
  padding: 29px 5.5% 32px;
}
#content-wrapper{
	padding: 0px;
}
.navbar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  height: 40px;
  /*line-height: 40px;*/
  color: #fff;
  top: 0;
  position: absolute;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.navbar.-fixed .block-content p{
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.section-footer-sitemap {
  width: 90%;
  text-align: center;
  padding: 30px 0px;
  margin: 0 auto;
  border-bottom: 2px solid #cecece;
  font-size: 15px;
  font-weight: bold;
  color: #142126;
  cursor: pointer;
}
.footer-mid.copyright {
  padding: 25px 0px 25px 0px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-size: 13px;
  color: #808284;
  margin-bottom: 50px;
}
.article-content .title {
  margin: 25px auto 20px auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  vertical-align: middle;
  color: #3a3a3a;
}

#superfish-1 ul .title{
	display: block;
}
.region-header{
	position: static !important;
}
#superfish-1 .sf-megamenu{
	top: 20px !important;
	left: 100px !important;
	max-width: 100% !important;
	width: 100% !important;
}
#superfish-1 .in{
	left: 38px !important;
}
.sf-megamenu li a{
	padding: 0px;
}
ul#superfish-1 li.is-shrunk a{
	border: none;
	padding: 0px !important;
}
#superfish-1 #superfish-3,#superfish-1 .more{
	display: block;
}
#superfish-1 #superfish-3{
  top: 20px !important;
  left: 90px !important;
  max-width: 100% !important;
  width: 100% !important;
}
#superfish-1 .is-expanded #superfish-3{
  left: 50px !important;
}
#superfish-1 .more .in{
  left: 38px !important;
}
#superfish-1 .is-expanded #superfish-3{
    top: 21px;
	left: 15px;
}
ul#superfish-1 li.is-expanded .more li.title > a{
	padding-left: 30px !important;
}
#superfish-1 li.is-expanded.more li.title {
  background: url(../images/nav-icon-more.png) 0 49% no-repeat;
}
ul#superfish-1 > li:hover .sf-depth-1{
	color: #646464;
}
ul#superfish-1 > li.more > a {
  background: url(../images/nav-icon-more.png) 19px 13px no-repeat;
}
ul#superfish-1 > li{
	position: static;
}

#superfish-1 li ul li ol li.menuparent ol,#superfish-1 li ul li ol li.menuparent ol li,#superfish-1 #superfish-3 li.menuparent ul {
	display: none;
}
ul#superfish-1 > li > ul .title{
	line-height: 0px;
}
#block-views-homepage-banner-block{
	min-height: 100%;
}
.node-type-apps ul#superfish-1{
	padding-top: 0px !important;
}
.trading-table .partner-img img{
	width: 100%;
	height: 60px;
}
.ft_menu_list{
 display: none;
 margin-left: 30px;
}
.ft_menu_list .ft_menu img{
	width: auto;
}
.ft_menu_list.active{
 display: block;
}
.section-footer-sitemap img,.section-footer-sitemap.active .up_img{
 display: inline-block;
 width: auto;
}
.section-footer-sitemap.active .down_img,.section-footer-sitemap .up_img{
 display:none;
}
.ft_menu_list .ft_menu{
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-top: 10px;
}	
.ft_menu_list .ft_menu.last{
  width: 100%;
}
#block-block-29 .block-content > img{
  margin: 0px !important;
}	
#block-block-30 a{
  margin: 0 auto;
  max-width: 125px;
  display: block;
  width: 100%;
}
#block-block-30 a img{
  margin: 0px !important;
}
.view-group-deals-category .deal-img-col .deal-img{
  width: 100% !important;
}
#mybusiness-groupdeals .deal-view-button2 .btn-view-details{
  background-size: 144px !important;
  background-repeat: no-repeat !important;
}
#mybusiness-groupdeals .btn-view-details h3{
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
#mybusiness-groupdeals .btn-view-details sup.currency{
  font-size: 8px !important;
}
.front .owl-wrapper-outer.autoHeight{
	height: 650px;
}
.owl-item .app-box.-shadow-border:after{
	clear: both;
	content: '';
	display: block;
}
.front #footer #block-block-62 .p-b-40{
	padding-bottom: 0px !important;
}
}
@media (min-width: 992px){
.front .col-md-6 {
  width: 50%;
}
}
@media (min-width: 512px) {
  .container,
  .footer-popup .block-inner {
    width: 492px;
  }
}
@media (min-width: 768px) {
  .container,
  .footer-popup .block-inner {
    width: 738px;
  }
}
@media (min-width: 1004px) {
  .container,
  .footer-popup .block-inner {
    width: 984px;
  }
}
@media only screen and (max-width: 1004px) {
	#block-block-34{
	  position: fixed;
	  z-index: 99;
	  right: 0;
    top: 0;
	}
	#block-block-34 table{
	  margin: 0px;
	}
	#block-block-34 table td{
	  padding: 9px;
	}
}
@media (min-width: 512px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1004px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 511px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 512px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1003px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1004px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 511px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 512px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1003px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1004px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Really small screens and up
 */
@media only screen and (min-width: 220px) {
  .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #user-btns {
    margin-bottom: 14px;
  }
  #user-btns li a {
    width: 100%;
  }

  #logo {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  #logo a {
    line-height: 76px;
  }

  .content-wrapper {
    min-width: 247px;
  }
}
/*
 * Smalltouch sizes and up
 */
/*
 * Mediumtouch sizes and up
 */
@media only screen and (min-width: 512px) {
  .lead {
    font-size: 18px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .content-wrapper {
    min-width: 472px;
  }
}
/*
 * Tablet sizes and up
 */
@media only screen and (min-width: 768px) {
  #header {
    height: 94px;
  }

  #branding,
  .region-header {
    height: 100%;
  }
  #header .region.region-header.col-md-7 {
    padding: 0;
  }
  #logo {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #logo a {
    line-height: 94px;
  }

  #user-btns {
    text-align: right;
    line-height: 94px;
    margin-bottom: 0;
  }
  #user-btns li {
    display: inline-block;
  }

  .block.fix-height .block-content {
    height: 252px;
    overflow: hidden;
  }

  .content-wrapper {
    min-width: 718px;
  }

  div.bef-select-as-radios,
  .tabbed-dropdown ul.menu {
    border: 1px solid #e0e0e0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
  }
  div.bef-select-as-radios input[type="radio"],
  .tabbed-dropdown ul.menu input[type="radio"] {
    display: none;
  }
  div.bef-select-as-radios .form-item.form-type-radio,
  div.bef-select-as-radios li,
  .tabbed-dropdown ul.menu .form-item.form-type-radio,
  .tabbed-dropdown ul.menu li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 1%;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    height: 38px;
  }
  div.bef-select-as-radios .form-item.form-type-radio:first-child, div.bef-select-as-radios .form-item.form-type-radio.first,
  div.bef-select-as-radios li:first-child,
  div.bef-select-as-radios li.first,
  .tabbed-dropdown ul.menu .form-item.form-type-radio:first-child,
  .tabbed-dropdown ul.menu .form-item.form-type-radio.first,
  .tabbed-dropdown ul.menu li:first-child,
  .tabbed-dropdown ul.menu li.first {
    border-left: 0;
  }
  div.bef-select-as-radios label.option,
  div.bef-select-as-radios li a,
  .tabbed-dropdown ul.menu label.option,
  .tabbed-dropdown ul.menu li a {
    display: inline-block;
    width: 100%;
    color: #29b5ee;
    cursor: pointer;
    font-weight: bold;
    /*height: 100%;*/
    line-height: 38px;
  }
  div.bef-select-as-radios label.option:hover,
  div.bef-select-as-radios li a:hover,
  .tabbed-dropdown ul.menu label.option:hover,
  .tabbed-dropdown ul.menu li a:hover {
    text-decoration: none;
  }
  div.bef-select-as-radios label.option.active,
  div.bef-select-as-radios li a.active,
  .tabbed-dropdown ul.menu label.option.active,
  .tabbed-dropdown ul.menu li a.active {
    color: #e50026;
  }
 
  div.bef-select-as-radios input[checked="checked"] + label,
  .tabbed-dropdown ul.menu input[checked="checked"] + label {
    color: #e50026;
  }

  .dropdown-wrapper .dropdown-toggle {
    display: none;
  }

  .pull-right-md {
    float: right;
  }
}
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 1004px) {
  .nav .sf-menu li ul {
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
  }
  .nav .sf-menu li.sf-depth-1.first > a {
    padding-left: 0;
  }
  .nav .sf-menu li.sf-depth-1.last > a {
    padding-right: 0;
  }
  .nav .sf-menu li.sf-depth-2 a {
    line-height: 31px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .nav .sf-menu li.sf-depth-2 a:hover {
    background-color: #29b5ee;
    color: #fff;
  }

  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    top: 100%;
  }

  #nav-wrapper nav {
    height: auto !important;
    overflow: visible !important;
  }

  .content-wrapper {
    min-width: 677px;
  }
}
@media only screen and (max-width: 1024px){
#block-block-66.hidden-lg,#block-block-65.hidden-lg,#block-block-65 .tablet-only{
	display: block !important;
}
}
@media only screen and (max-width: 1003px) {
  #page-wrapper {
    width: 100%;
    overflow-x: hidden;
  }

  .menu-toggle {
    display: block;
  }

  #page {
    transition: all 500ms ease;
    position: relative;
    left: 0;
  }

  #nav-wrapper .mobile-wrapper {
    border-right: 1px solid #f2f2f2;
  }

  #nav-wrapper .mobile-wrapper {
    position: fixed;
    left: -220px;
    top: 0;
    background-color: #fff;
    width: 220px;
    z-index: 10;
    transition: all 500ms ease;
    -webkit-box-shadow: inset -5px 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -5px 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -5px 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .off-canvas #page {
    left: 220px;
  }
  .off-canvas #nav-wrapper .mobile-wrapper {
    left: 0;
  }

  .nav ul.menu {
    padding: 0 10px !important;
  }

  .nav li,
  .nav ul.menu li {
    display: block;
    float: none;
  }
  .nav li a,
  .nav ul.menu li a {
    color: #808284;
  }
  .nav li a .icon,
  .nav ul.menu li a .icon {
    color: #808284;
  }
  .nav li.sf-depth-1,
  .nav ul.menu li.sf-depth-1 {
    padding-bottom: 10px !important;
  }
  .nav li.sf-depth-1 > a,
  .nav ul.menu li.sf-depth-1 > a {
    padding: 0 10px;
  }
  .nav li ul,
  .nav ul.menu li ul {
    display: block;
    position: static;
    width: 100%;
  }

  .footer-popup .border:nth-child(4) {
    border-left: 0;
    margin-bottom: 20px;
  }
.page-node-9359 #Saas-promotions .sass--section .cta--block{
	padding-top: 85px;
}
}
@media only screen and (max-width: 767px) {
  div.bef-select-as-radios,
  .tabbed-dropdown ul.menu {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 10;
    height: 0;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  div.bef-select-as-radios input[type="radio"],
  .tabbed-dropdown ul.menu input[type="radio"] {
    display: none;
  }
  div.bef-select-as-radios .form-item,
  div.bef-select-as-radios li,
  .tabbed-dropdown ul.menu .form-item,
  .tabbed-dropdown ul.menu li {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    height: 38px;
  }
  div.bef-select-as-radios .form-item.checked,
  .tabbed-dropdown ul.menu .form-item.checked {
    display: none;
  }
  div.bef-select-as-radios li.active-trail,
  .tabbed-dropdown ul.menu li.active-trail {
    display: none;
  }
  div.bef-select-as-radios .form-item:last-child,
  div.bef-select-as-radios li.last,
  .tabbed-dropdown ul.menu .form-item:last-child,
  .tabbed-dropdown ul.menu li.last {
    border-bottom: 0;
  }
  div.bef-select-as-radios label.option,
  div.bef-select-as-radios li a,
  .tabbed-dropdown ul.menu label.option,
  .tabbed-dropdown ul.menu li a {
    line-height: 38px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    cursor: pointer;
  }
  div.bef-select-as-radios label.option:hover,
  div.bef-select-as-radios li a:hover,
  .tabbed-dropdown ul.menu label.option:hover,
  .tabbed-dropdown ul.menu li a:hover {
    text-decoration: none;
    background-color: #29b5ee;
    color: #fff;
  }
  div.bef-select-as-radios label.option.active,
  div.bef-select-as-radios li a.active,
  .tabbed-dropdown ul.menu label.option.active,
  .tabbed-dropdown ul.menu li a.active {
    color: #e50026;
  }

  .dropdown-wrapper.active .dropdown-toggle {
    display: block;
  }

  .dropdown-wrapper.expand div.bef-select-as-radios,
  .dropdown-wrapper.expand ul.menu {
    height: auto;
  }

  input[type='text'],
  input[type='search'],
  input[type='email'],
  input[type='password'],
  select {
    width: 100%;
    max-width: none;
    padding: 7px 10px;
    margin-bottom: 10px;
  }

  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px;
    width: 100%;
    max-width: none;
  }

  .views-exposed-form .views-exposed-widget {
    padding: 5px 0;
    float: none;
  }
  .views-exposed-form select {
    max-width: none;
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  .views-exposed-form input {
    margin: 0;
  }
  .views-exposed-form input.btn {
    width: 100%;
  }
/* reponsive simply cast */
#webform-client-form-8957 .form-item{
	width: 100%;
}
.page-node-8959 .container{
	max-width: 492px !important;
	width: 100% !important;
}
.page-node-8959 .inner_content{
	padding: 0px !important;
}
#webform-client-form-8957 .form-text,#webform-client-form-8957 #webform-component-company,#webform-client-form-8957 #webform-component-name,#webform-client-form-8957 #webform-component-e-mail-address{
width: 100%;
}
#block-webform-client-block-8957,#block-block-45{
	padding: 0px;
}
.page-node-8959  .region-sidebar-second  .region-inner{
	padding: 20px 20px;
}
#block-menu-menu-insights-recommends .menu-item-1895{
	display: none;
}
#marketplace-register-form .form-item-MobileNo,#marketplace-register-form .form-item-TelephoneNo{
	width: 100%;
	margin-left: 0px;
}
#marketplace-register-form .form-item-mobile-countrycode,#marketplace-register-form .form-item-telephone-countrycode{
	width: 100%;
}
.page-node-645 .second-container .sme-guide-l,.page-node-645 .second-container .sme-guide-r{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.page-node-9359 #Saas-promotions .sass--section .left--box,.page-node-9359 #Saas-promotions .sass--section .right--box{
	width: 100%;
	position: static;
	margin: 0px;
}
.page-node-9359 #Saas-promotions .section--one{
	display: table;
}
.page-node-9359 #Saas-promotions .section--one .right--box{
    float: none;
    display: table-caption;
}
.page-node-9359 #Saas-promotions .section--three .three--column--block{
	width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
	height: auto;
	border-right: none;
}
.page-node-9359 #Saas-promotions .section--three .three--column--block ul{
    width: 50%;
    margin: 0 auto;
}
.page-node-9359 #Saas-promotions .section--three .three--column--block .price--wrap{
	width: 100%;
	text-align: center;
}
.page-node-9359 #Saas-promotions .section--three .three--column--block .price--wrap .dollar-sign,.page-node-9359 #Saas-promotions .section--three .three--column--block .price--wrap .price--tag{
	float: none;
	display: inline;
}
.page-node-9359 #Saas-promotions .section--five .illustration--block,.page-node-9359 #Saas-promotions .section--five .promo-content--block{
	width: 100%;
	max-width: 100%;
}
.page-node-9359 #Saas-promotions .section--five .illustration--block{
	text-align: center;
}
.page-node-9359 #Saas-promotions .sass--section .left--box img,.page-node-9359 #Saas-promotions .sass--section .right--box img{
	width: 100% !important;
	height: auto !important;
}
.page-node-9359 #Saas-promotions .section--five .promo-content--block .promo--product--icon img{
	height: auto !important;
}
.page-node-9359 #Saas-promotions .sass--section .cta--block{
	padding-top: 34px;
}
}
/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region Blocks - custom media query CSS example:
   * 
   * Float regions blocks is an Extension you can enable in the appearance
   * settings for your theme. This feature allows you to automatically float
   * blocks in regions, you can switch it on and off depending on your
   * requirements. For design purposes you many want to remove the floats for
   * devices where the entire theme is just one column - for example small
   * mobile phones. The following CSS is inside the custom media query:
   *
   *   @media only screen and (max-width: 480px){}
   *
   * This will target devices with a maximum width of 480px - most small phones.
   * In these smaller screen sizes we can remove the float and widths so all
   * blocks stack instead of displaying horizonally. The selector used is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
  .article-content .box-content {
    width: 100%;
	margin: 0px;
  }
  .article-content-wrap > .carousel .owl-item{
	width: 24%;
  }
  .button{
	min-width: 100%;
  }	
.ft_menu_list .ft_menu{
  width: 100%;
  padding: 0 20px;
}
#block-block-86 .deal-img{
	width: 100% !important;
}
	#block-block-34{
	  width: 60%;
	}
	#block-block-34 table{
	  margin: 0px;
	}
	#block-block-34 table td{
	  font-size: 12px;
	  padding: 2px 0px;
	}
	#block-block-34 table tr td:first-child{
	  padding: 7px 9px;
	}
	.app-thumb-list > li{
		padding:0px;
	}
	#block-views-apps-block-13 .app-box{
		margin:0px;
	}
	.page-node-9359 #Saas-promotions .section--three .three--column--block ul {
		width: 70%;
	}
	.page-node-9359 #Saas-promotions .sass--section .cta--text{
		width: 100%;
	}
}
@media only screen and (max-width: 511px) {
  .container {
    /* width: 267px; */
  }
  .page-node-8993 .container,.page-node-8994 .container{
	width: 97%;
  }
  .page-node-396 .container {
    width: 100%;
  }
	/* fix "Free onsite demonstration" webform on page free-onsite-demo?app=Fleet%20Visibility*/
	#webform-client-form-669 input, #webform-client-form-669 textarea {
		width: 100% !important;
	}
}
/* mobile view for logo and register button*/
@media only screen and (max-width: 635px){
  #block-block-34{
    width:60%;
	padding-top: 0px;
  }
  #block-block-34 table td{
    font-size:13px;
    padding:1px 0px;
  }
}
@media only screen and (max-width: 540px){
  #block-block-34{
    width:50%;
  }
  #block-block-34 table td{
    font-size:12px;
    padding:2px 0px;
  }
}
@media only screen and (max-width: 460px){
  #block-block-34{
    width:60%;
  }
}
@media only screen and (max-width: 390px){
  #block-block-34{
    width:58%;
  }
    #block-block-34 table td{
    font-size:11px;
    padding:4px 0px;
  }
}
@media only screen and (max-width: 373px){
  #block-block-34{
    width:50%;
  }
    #block-block-34 table td{
    padding:8px 0px;
  }
}

@media only screen and (max-width: 360px){
#block-block-66.navbar .navbar-login{
  margin-right: 0 !important;
}
#block-block-66.navbar .navbar-login > a > span {
  font-size: 9px !important;
    letter-spacing: 0px !important;
    margin: 8px 0px !important;
}
#block-block-66.navbar #mobile-logo {
    width: 30%;
    display: inline-block;
}
.page-node-9359 #Saas-promotions .section--three .three--column--block ul{
    width: 90%;
}
.page-node-9359 #Saas-promotions .section--five .promo--block .promo--product--icon,.page-node-9359 #Saas-promotions .section--five .promo--block .promo--product--text{
	width: 100%;
	float: none;
	max-width: 100%;
}
.page-node-9359 #Saas-promotions .section--five .promo--block .promo--product--icon{
	text-align: center;
}
.page-node-9359 #Saas-promotions .section--five .promo-content--block .promo--product--icon img{
    width: 90px !important;
    height: auto !important;
}
.page-node-9359 #Saas-promotions .section--six .gd4w--block,.page-node-9359 #Saas-promotions .section--six .gd4w--promo{
	width: 100%;
	float: none;
	max-width: 100%;
}
.page-node-9359 #Saas-promotions .section--six .gd4w--promo{
    padding: 0px 10px;
}
.page-node-9359 #Saas-promotions .sass--section .cta--block{
	padding-top: 0px;
}
}
