
/*
 * Small devices - Tablets (≥768px)
*/
@media (max-width: 991px) {
body {
	padding-top: 101px;
}
body.header-menu-open {
	padding-top: 0;
}
header, header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 1000;
}
body.header-menu-open header {
	position: relative !important;
}
body.header-menu-open #backdrop {
	display: block;
}
header.transition, header .transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
header #logo, header.sticky #logo {
	display: block;
	float: left;
	position: relative;
	max-width: 70%;
	max-height: 100%;
	margin: 21px 23px;
	text-align: left;
	overflow: visible;
}
header .navbar {
	margin-bottom: 0;
}
header .navbar-header > * {
	padding: 11px 14px;
	margin: 26px 22px 0 0;
}
header .navbar-collapse {
	padding: 0;
	max-height: none;
}
header #menu-primary {
	margin: 0;
	height: auto;
}
header #tyler-navigation.text-fit {
	max-height: none;
}
header ul li {
	display: block;
	position: relative;
	background: #3d3d3d;
	border-bottom: 1px solid #35aadc;
	color: #fff;
	text-align: left;
}
header > ul li.expand {
	background-color: #5c5c5c;
}
header ul ul {
	position: relative;
}
header ul ul ul {
	display: block;
}
header ul ul li {
	background-color: #818181;
	border: none;
}
header #menu-primary > .menu-item-has-children:after {
	content: "+";
	font-size: 2em;
	position: absolute;
	top: -1px;
	right: 15px;
	font-weight: 300;
}
header #menu-primary >.menu-item-has-children.expand:after {
	content: "-";
}
h2 + .btn-header, .btn-group-header {
	margin-top: 0;
}
/* heading */
.heading .nav {
	width: 20%;
	font-size: 30px;
	white-space: nowrap;
}
.heading .nav a {
	color: #fff;
	margin: 0 8px;
}
.row.row-sm, .row.row-xs {
	margin-top: -15px;
	margin-bottom: -15px;
}
.row.row-sm > *[class^=col-md], .row.row-sm > *[class^=col-lg],  .row.row-xs > *[class^=col-sm], .row.row-xs > *[class^=col-md], .row.row-xs > *[class^=col-lg] {
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget {
	margin-bottom: 3em;
}
/* landing */
.landing, .landing .bg {
	height: 550px !important;
	background-color: transparent !important;
	/* background-color:#ffffff; */
    /* background-image: url('https://s3.amazonaws.com/sbweb/graphics/sb16sd-home-theme-bg-mobile.jpg'); */
}
.landing, .landing .snapshot {
	min-height: 800px;
	background-color: transparent !important;
	/* background-color:#ffffff; */
    /* background-image: url('https://s3.amazonaws.com/sbweb/graphics/sb16sd-home-theme-bg-mobile.jpg'); */
}
.landing, .landing .ah-bg {
	height: 922px;
    background-image: none;
} 
.landing h1 {
	font-size: 28px;
	font-weight: normal;
	padding-top: 40px;
	color: #66666 !important;
}
.landing .lead {
	font-size: 20px !important;
	font-weight: normal;
	height: 60px;
    color: #666666 !important;
}
.landing p.lead {
	margin-top:60px;
	/* margin-bottom:80px; */
}
.landing .hero-theme-logo {
	margin-top:-50px;
	height: 250px;
}
.landing h1.big-image {
	padding-top:180px;
	height: 300px;
	padding-bottom:40px;
	font-size: 40px !important;
}
.landing span.lead {
	font-size:18px;
}
.landing .box {
	position: relative;
	max-width: 474px;
	margin: 30px auto;
}
.landing p.lead {
	color: #ffffff;
	font-size:18px !important;
	padding-bottom:40px;
}
.landing i[class^=icon] {
	left: 34px;
}
.landing i.icon-map-marker {
	left: 36px;
}
/* livestream landing */
.livelanding {
    height: 500px;
}
.livelanding .bg {
    height: 500px;
	background-image: url('https://s3.amazonaws.com/sbweb/images/sb17detroit-live-bg-mobile.jpg');
}
/* homebox */
.homebox, .homebox .bg {
	height: 600px;
}
.homebox .snapshot {
	min-height: 1100px !important;
	background-color:#f38a00 !important;
}
.homebox, .homebox {
	min-height: 350px;
	/* background-color:#f38a00 !important; */
}
.homebox h1 {
	font-size: 60px;
	font-weight: normal;
	padding-top: 68px;
}
.homebox .lead {
	font-size: 22px;
	font-weight: normal;
	height: 60px;
    color: #666666;
}
.homebox .box {
	position: relative;
	max-width: 474px;
	margin: 50px auto;
	padding: 5px 20px 10px 70px;
	height: 221px;
}
.homebox .btn {
	margin: 0;
}
.homebox .box .title {
	font-size: 25px;
}
.homebox .box .desc {
	font-size: 20px;
}
.homebox i[class^=icon] {
	left: 34px;
}
.homebox i.icon-map-marker {
	left: 36px;
}

/* timecounter */
.timecounter {
	position: relative;
	border-radius: 6px;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	padding: 21px 32px;
	overflow: auto;
	background-color: #ee2c5f;
}
.timecounter:before {
	display: none;
	content: "";
}
.timecounter>div {
	display: block;
	width: 100%;
	height: 100%;
}
.timecounter .title, .timecounter .time {
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	text-align: center;
}
.timecounter .title {
	margin-bottom: 15px;
}
.timecounter .time span span {
	display: block;
    margin: 0;
    font-size: 16px; 
	font-weight: 500;
}

/* speakers */
.speakers .speaker .speaker-inner {
	padding: 30px 12px 15px;
	height: 282px;
	line-height: 24px;
}
.speakers .speaker.featured .speaker-inner:after {
	top: 10px;
	right: 10px;
	font-size: 32px;
	background-size: 317px auto;
	background-position: -277px 0;
	width: 35px;
	height: 35px;
}
.speakers .photo {
	width: 149px;
	margin-bottom: 5px;
}
.speakers .name {
	font-size: 18px;
	height: 48px;
	margin: 0 0 10px;
}
.speakers .name>span {
	max-height: 48px;
}
.speaker .description {
	font-size: 14px;
}
.speakers .speaker .view {
	line-height: 36px;
	font-size: 12px;
}
/* connect with us */
.connect {
	padding: 20px;
}
.connect:before {
	display: none;
	content: "";
	padding: 0 40px;
}
.connect .connect-inner {
	display: block;
	width: 100%;
	min-height: 0;
}
.connect .connect-inner > span, .connect .connect-inner .links {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.connect .connect-inner .links {
	margin-top: 10px;
}
/* sharebox */
.sharebox {
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
}
.sharebox:before {
	display: none;
	content: "";
	padding: 0 40px;
}
.sharebox .sharebox-inner {
	display: block;
	width: 100%;
	min-height: 0;
}
.sharebox .sharebox-inner > span, .sharebox .sharebox-inner .links {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.sharebox .sharebox-title > span, .sharebox .sharebox-title .links {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.sharebox .sharebox-inner .links {
	margin-top: 10px;
}
/* sessions */
.sessions .session .session-inner {
	height: 292px;
	padding: 18px 18px 47px;
	font-size: 12px;
}
.sessions .session .title {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 8px;
	height: 66px;
}
.sessions .session .title>span {
	max-height: 66px;
}
.sessions .session .speakers-thumbs {
	margin: 12px -4px;
	height: 92px;
}
.sessions .session .speaker {
	width: 42px;
	height: 42px;
	margin: 2px 0;
}
.sessions .session .more {
	line-height: 36px;
	font-size: 12px;
	padding: 0 19px;
}
/* sessions list */
.sessions.list .time {
	padding-right: 5%;
}
.sessions.list .session-inner {
	padding: 0;
	height: auto;
}
.sessions.list .session .speaker {
	width: 33.3%;
}
.sessions.list .day-floating.fixed {
	top: 101px;
}
/* single session */
.sessions.single {
	margin: 40px 0 0;
}
.sessions.single .session > span {
	float: left;
	width: 33.3%;
}
.sessions.single .session .speakers-thumbs {
	width: 100%;
	margin: 40px -1em 0;
	height: auto;
}
.sessions.single .session .speaker {
	width: 25%;
}
/* jumbotron */
.jumbotron {
	padding: 80px 0;
}
/* facebook */
.facebook.row {
	margin-top: -15px;
	margin-bottom: -15px;
}
.facebook.row > div[class^=col] {
	padding-top: 15px;
	padding-bottom: 15px;
}
.facebook .fb-event {
	height: auto;
	overflow: auto;
	font-size: 18px;
	font-weight: 500;
	;
	line-height: 2em;
	padding: 41px 0;
}
.facebook .fb-event:after {
	content: " ";
	clear: both;
}
.facebook .fb-view {
	height: auto;
	padding: 46px 32px;
	text-align: right;
}
.facebook .fb-view .icon-facebook-alt {
	top: 32px;
}
/* twitter */
.twitter.row {
	margin-top: 0;
	margin-bottom: 0;
}
.twitter .view {
	height: auto;
	padding: 27px 32px;
	overflow: auto;
}
.twitter .view-inner {
	display: inline-block;
	text-align: left;
	float: right;
}
.twitter .view .icon-twitter-alt {
	top: 32px;
}
.twitter .tweet {
	height: 246px;
	padding: 19px;
}
.twitter .tweet.featured {
	height: 291px;
}
.twitter .tweet .text {
	font-size: 14px;
	max-height: 120px;
}
.twitter .tweet.featured .text {
	max-height: 135px;
}
/* mediabox */
.mediabox a.post {
	width: 50%;
}
/* articles */
.articles {
	margin-left: -15px;
	margin-right: -15px;
}
.articles:after {
	content: " ";
	clear: both;
}
.articles article {
	width: 50%;
	padding: 15px;
	float: left;
}
.articles article .image {
	float: none;
	width: 100%;
	height: 216px;
	margin-bottom: 28px;
}
.articles article .post-content {
	margin-left: 0;
}
.articles article .post-content a {
	padding: 15px 21px;
	height: 290px;
}
/* vertical articles */
.articles.vertical article .image {
	margin-bottom: 0;
}
/* location */
.location .explore {
	height: 320px;
	margin-bottom: 30px;
}
.location .explore .scrollable {
	height: 240px;
}
/* sponsors */
.sponsor {
	margin-left: -1%;
}
.sponsors-lg .sponsor {
	width: 50%;
}
.sponsors-md .sponsor {
	width: 33.3%;
}
.sponsors-sm .sponsor {
	width: 25%;
}
/* contact us */
form.contact-us button {
	min-height: 122px;
}
/* footer */
footer .col {
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .col > div {
	border-radius: 4px;
	padding: 0;
}
footer .col h4 {
	padding: 26px;
	cursor: pointer;
	margin: 0;
}
footer .col.expand h4 {
	background: #5c5c5c;
}
footer .col h4:before {
	float: right;
	content: "+";
	font-size: 2em;
	font-weight: 300;
	margin-top: -0.3em;
}
footer .col.expand h4:before {
	content: "-";
}
footer .col ul {
	display: none;
}
footer .col.expand ul {
	display: block;
}
footer .col ul a {
	display: block;
	padding: 16px 26px;
	background: #818181;
	text-decoration: none;
}
footer .col ul a:hover {
	background: #35aadc;
}
}

/*
 * Extra small devices - Phones (<768px)
*/
@media (max-width: 767px) {
html, body {
	font-size: 14px;
}
.btn {
	max-width: 100%;
}
.btn.btn-lg {
	font-size: 21px;
	padding: 17px 30px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
.row h3 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
body {
	padding-top: 65px;
}
header #logo, header.sticky #logo {
	margin: 10px 0 0 9px;
}
header #logo img, header.sticky #logo img {
	max-height: 44px;
}
header .navbar-header > * {
	padding: 11px 14px;
	margin: 10px;
}
header .navbar-toggle [class^=icon] {
	margin-top: 3px;
	margin-bottom: -3px;
}
/* heading */
h1 img.img-circle {
	max-width: 110px;
	max-height: 110px;
	border: 2px solid #157eab;
	margin: -15px auto 10px;
	display: block;
}
.heading .container {
	display: block;
}
.heading h1 {
	display: block;
	font-size: 36px;
	min-height: 0;
	height: auto;
	text-align: center;
}
.heading .nav {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 27px;
}
.heading .nav a {
	color: #fff;
	margin: 0 8px;
}
/* tabs */
/* old tabs */
/*
.nav-tabs {
	width: 100%;
	margin-bottom: -1px;
}
.nav-tabs>li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
.nav-tabs.pull-right > li > a {
	margin: 3px 0 0;
	text-align: right;
	border-bottom-color: #afafaf;
}
*/
/* New tabs css*/
/* Nav tabs */
.nav-tabs {
	width: 100%;
	margin-bottom: -1px;
	border-color: transparent;
}
.nav-tabs>li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
.nav-tabs.pull-right > li > a {
	margin: 3px 0 0;
	/*text-align: right;*/
	border-bottom-color: #afafaf;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav.nav-tabs > li > a:focus {
	color: #ffffff;
	background-color: #35aadc;
	border: 1px solid #35aadc;
	border-bottom-color: transparent;
	font-size: 20px;
	padding: 10px 15px;
	font-weight: 500;
	border-radius:0 0 0 0 !important;
}
.nav-tabs > li > a:after {
}
.nav-tabs {
	font-size: 20px;
}
.nav-tabs > li > a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
	background-color: #5D5D5D;
	color: #ffffff;
}
.nav-tabs > li > a {
	margin-right: 3px;
	margin-left: 0;
	line-height: 1;
	border-radius: 0 0 0 0;
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 20px;
}
.nav-tabs.pull-right > li > a {
	margin-right: 0;
	margin-left: 3px;
}


/* Why 
Attend page tabs */
.why-attend-tabs {
	width: 100%;
	margin-bottom: -1px;
	border-color: transparent;
}
.why-attend-tabs>li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width:100%;
}
.why-attend-tabs.pull-right > li > a {
	margin: 3px 0 0;
	text-align: right;
	border-bottom-color: #afafaf;
}
.why-attend-tabs > li.active > a, .why-attend-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav.why-attend-tabs > li > a:focus {
	color: #ffffff;
	background-color: #ee2c5f;
	border: 1px solid #ee2c5f;
	border-bottom-color: transparent;
	font-size: 20px;
	padding: 10px 15px;
	font-weight: 500;
	border-radius:0 0 0 0 !important;
}
.why-attend-tabs > li > a:after {
}
.why-attend-tabs {
	font-size: 20px;
}
.why-attend-tabs > li > a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
	background-color: #5D5D5D;
	color: #ffffff;
}
.why-attend-tabs > li > a {
	margin-right: 3px;
	margin-left: 0;
	line-height: 1;
	border-radius: 0 0 0 0;
	background-color: #f3f3f3;
	color: #333333;
	padding: 10px 15px;
	font-size: 20px;
}
.why-attend-tabs.pull-right > li > a {
	margin-right: 0;
	margin-left: 3px;
}
/* landing */
.landing, .landing .bg {
	height: 750px;
    /*background-image: url('/sb15london/wp-content/themes/Tyler/images/hn_bg.jpg'); */
}
.landing, .landing .ah-bg {
	height: 751px; 
}
.landing h1 {
	display: block;
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 35px 0 0;
	height: 190px;
}
.landing h1 > span {
	display: block;
	height: 160px;
	max-height: 160px;
}
.landing .lead {
	font-size: 18px;
	font-weight: normal;
	height: 80px;
	max-height: 80px;
	margin: 0;
    color: #666666;
}
.landing .box {
	position: relative;
	/*max-width: 305px;*/
	margin: 15px auto;
	padding: 5px 0 0 70px;
	height: 105px;
}
.landing .box .sub {
	font-size: 12px;
}
.landing .box .title {
	font-size: 22px;
}
.landing .box .desc {
	font-size: 14px;
}
.landing .btn {
	margin: 16px 0;
}
.landing i[class^=icon] {
	left: 20px;
}
.landing i.icon-map-marker {
	left: 22px;
}
/* homebox */
.homebox, .homebox .bg {
 height: 600px;
}
.homebox h1 {
	display: block;
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 35px 0 0;
	height: 190px;
}
.homebox h1 > span {
	display: block;
	height: 160px;
	max-height: 160px;
}
.homebox .lead {
	font-size: 20px;
	font-weight: normal;
	height: 80px;
	max-height: 80px;
	margin: 0;
}
.homebox .box {
	position: relative;
	/*max-width: 305px;*/
	margin: 25px auto;
	padding: 5px 20px 10px 25px;/* height: 331px; */
}
.homebox .box .sub {
	font-size: 12px;
}
.homebox .box .title {
	font-size: 25px;
}
.homebox .box .desc {
	font-size: 20px;
}
.homebox .box {
	position: relative;
	/*max-width: 305px;*/
	margin: 25px auto;
	padding: 5px 20px 10px 25px;/* height: 331px; */
}
.homebox .bigbox {
    border-radius: 4px;
    margin-top: 60px;
    /*height: 230px;*/
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
    opacity: .92;
}
.homebox .bigbox .sub {
	font-size: 12px;
}
.homebox .bigbox .title {
	font-size: 25px;
}
.homebox .bigbox .desc {
	font-size: 18px;
}
.homebox .btn {
	margin: 0;
}
.homebox i[class^=icon] {
	left: 20px;
}
.homebox i.icon-map-marker {
	left: 22px;
}
/* timecounter */
.timecounter {
	font-size: 28px;
	padding: 20px 5px;
}
/*
.timecounter .time span.days {
	display: block;
	margin-bottom: 16px;
}
*/
.timecounter .time span.seconds {
	display: none;
}
.timecounter .time span span {
	font-size: 16px;
}
/* speakers */
.speakers.carousel {
	white-space: normal;
}
.speakers .speaker {
	width: 100%;/*max-width: 307px;*/
}
.speakers .speaker .speaker-inner {
	padding: 40px 12px;
	height: 393px;
	line-height: 24px;
}
.speakers .photo {
	width: 200px;
	margin-bottom: 17px;
}
.speakers .speaker .speaker-inner .name {
	font-size: 24px;
	height: 55px;
	margin: 0 0 20px;
	position: relative;
	z-index: 20;
}
.speakers .name>span {
	max-height: 55px;
}
.speaker .description {
/* display: none; */
}
.speakers .speaker .view {
	/* display: block; */
	line-height: 61px;
	font-size: 16px;
}
/* connect with us */
.connect .connect-inner {
	font-size: 28px;
}
.connect .connect-inner .links {
	margin-top: 0;
}
/* sessions */
.sessions.carousel {
	white-space: normal;
}
.sessions .session {
	width: 100%;/*max-width: 307px;*/
}
.sessions .session .session-inner {
	height: 402px;
	padding: 18px 18px 47px;
	font-size: 16px;
}
.sessions.condensed .session .session-inner {
	padding-bottom: 18px;
	font-size: 16px;
	text-align: left;
	padding-bottom: 60px;
}
.sessions .session .title {
	font-size: 20px;
	margin-bottom: 8px;
	height: 90px;
}
.sessions .session .title>span {
	max-height: 90px;
}
.sessions .session .speakers-thumbs {
	margin: 20px -10px;
	height: 132px;
}
.sessions .session .speaker {
	width: 62px;
	height: 62px;
}
.sessions .session .more {
	line-height: 50px;
	font-size: 16px;
}
/* sessions list */
.sessions.list .time {
	padding-right: 0;
	font-size: 16px;
	width: 25%;
}
.sessions.list .session-inner {
	padding: 0;
	height: auto;
}
.sessions.list .session .speaker {
	width: 100%;
}
.sessions.list .session .title {
	padding: 0;
}
.sessions.list .day-floating.fixed {
	top: 66px;
}
.sessions.list .day-floating {
    text-align: center;
}
.sessions.list .day-floating .nav-tabs, .sessions.list .session .more {
	display: none;
}
/* single session */
.sessions.single {
	margin: 30px 0 0;
}
.sessions.single .session > span {
	float: none;
	width: 100%;
}
.sessions.single .session .speakers-thumbs {
	width: 100%;
	margin: 30px -1em 0;
	height: auto;
}
.sessions.single .session .speaker {
	width: 100%;
	padding: 0 1em;
}
.sessions.single .session .speaker .name > span {
	max-width: none;
}
/* jumbotron */
.jumbotron h1 {
	font-size: 36px;
	margin: 0 0 19px;
}
.jumbotron .lead {
	color: #5b5959;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
/* facebook */
.facebook .fb-view {
	padding: 46px 20px;
	font-size: 17px;
}
.facebook .fb-view .icon-facebook-alt {
	left: 10px;
}
.facebook .fb-event .num {
	font-size: 36px;
}
.facebook .fb-event {
	font-size: 14px;
}
/* twitter */
.twitter .view {
	padding: 27px 20px;
	font-size: 17px;
}
.twitter .view .icon-twitter-alt {
	left: 10px;
}
.twitter .tweet.featured {
	height: auto;
	padding: 35px 18px;
}
.twitter .tweet.featured .avatar {
	float: none;
}
.twitter .tweet.featured .text {
	max-height: none;
	margin: 12px 0 0;
	font-size: 24px;
}
.twitter .tweet.featured .date {
	font-size: 18px;
	margin: 1em 0 0 0;
}
/* mediabox */
.mediabox a.post {
	width: 100%;
}
.mediabox-wrapper .btn-group-header {
	top: 66px;
	margin-bottom: -66px;
	position: relative;
	float: none;
	width: 100%;
}
.mediabox-wrapper .btn-group-header .btn {
	padding: 6px;
	margin: 0;
	min-width: 0;
	width: 32%;
}
.mediabox {
	margin-top: 90px;
}
/* articles */
.articles {
	margin-bottom: 20px;
}
.articles article {
	width: 100%;
	padding: 15px;
	float: none;
}
.articles.vertical article {
	width: 100%;
}
/* sponsors */
.sponsors .sponsor {
	text-align: center;
}
.sponsors-lg .sponsor {
	width: 100%;
}
.sponsors-md .sponsor {
	width: 75%;
}
.sponsors-sm .sponsor {
	width: 50%;
}
/* contact us */
form.contact-us button {
	margin-top: 1em;
	min-height: 0;
}
/* footer */
footer .col h4 {
	padding: 21px;
	cursor: pointer;
	margin: 0;
}
/*
 EVENT ESPRESSO
 ------- */
.tkt-slctr-tbl thead th:nth-child(2) {
	width: auto;
}
/*
 WOOCOMMERCE
 ------- */
#tile_registration .woocommerce .products td {
	padding: 5px;
	display: inline-block;
	text-align: center;
}
#tile_registration .woocommerce .product td.title {
	display: block;
}
#tile_registration .woocommerce .product td.qty {
	width: 100%;
}
#tile_registration .woocommerce .product td.price {
	display: block;
}
#tile_registration .woocommerce .product td.description {
	text-align: justify;
}
/*****CUSTOM SB TEAM CODE ******/

.sub-head {
	padding: 0px 0 0px 0;
	font-size: 19px;
	line-height: 37px;
	text-align: center;
}
}

@media only screen and (max-width: 500px) {
/* .landing .bg {
		background: #5e5e5e !important;
	} */
	
.landing h1 {
	height: auto;
}
/* .homebox .bg {
		background: #5e5e5e !important;
	} */
	
.homebox h1 {
	height: auto;
}
.homebox .box .title {
	font-size: 22px;
}
.homebox .box .desc {
	font-size: 17px;
}

/* Marketo form */
.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton{
	left: 15px;
	width: 270px;
	margin-top:-25px !important;
	}

}


