/* responsive.css */
/*----------------------------------------------------------------
	..RESPONSIVE TEMPLATE
------------------------------------------------------------------*/

body > * {
	-webkit-transition:-webkit-transform .2s ease-in-out;
	-moz-transition:-moz-transform .2s ease-in-out;
	-ms-transition:-ms-transform .2s ease-in-out;
	-o-transition:-o-transform .2s ease-in-out;
	transition:transform .2s ease-in-out;
}
.pageWidth {
	width:auto;
	max-width:1358px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 2%;
}
#header.pageWidth {
	/*max-width:none;*/
}
#tagline span {
	width:auto;
	max-width:940px;
}
.tourCrumbs li {
	float:none;
}
#headerSearch {
	right:10px;
}
#headerSearch input.gsc-input {
	box-sizing:content-box;
}
#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
	display:none;
	position:absolute;
	top:10px;
	right:10px;
	outline:0;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #666;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 300ms ease-in-out;
}
.navOpen #nav-toggle span {
	background-color: transparent;
}
.navOpen #nav-toggle span:before, .navOpen #nav-toggle span:after {
	top: 0;
}
.navOpen #nav-toggle span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}
.navOpen #nav-toggle span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.navOpen #navOverlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	cursor:e-resize;
}
.tourCrumbs {
	width:auto;
	height:auto;
}
#mobileContact {
	height:0;
	background:#000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	-webkit-transition:-webkit-all .2s ease-in-out;
	-moz-transition:-moz-all .2s ease-in-out;
	-ms-transition:-ms-all .2s ease-in-out;
	-o-transition:-o-all .2s ease-in-out;
	transition:all .2s ease-in-out;
	text-align:center;
	font-size:11px;
}
#mobileContact a {
	color:#FFF;
	display:inline-block;
	text-align:center;
	width:40px;
	margin:10px 30px;
	text-transform:uppercase;
}
#mobileContact a span {
    background-image: url("https://www.nexternal.com/images/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    outline: 0 none;
    transition: all 0.5s ease 0s;
    width: 29px;
	border-radius:999px;
	margin:0 auto 3px;
}
#mobileContact a.call {
	display:none;
}
#mobileContact a.email span {
	background-position: -250px 0;	
}
#mobileContact a.call span {
	background-position: -300px 0;	
}
#mobileContact a.chat span {
	background-position: -350px 0;	
}
#social,
#tips {
	padding:0 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
	body:not(.scrolled)	 {
		padding:0 0 76px;
	}
	#chatLive {
		position:fixed;
		bottom:10px;
		right:10px;
		top:auto;
		left:auto;
	}
	#headerSearch {
		display:none;
		right:0;
	}
	.navOpen #headerSearch {
		display:block;
	}
	#headerSearch input.gsc-input {
		position:absolute;
		left:auto;
		top:0;
		right:-250px;
		display:none;
		width:240px !important;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		background-color:#FFF !important;
		border:0;
		padding-top:6px;
		padding-bottom:6px;
		border-radius:3px;
	}
	.headerSearchInProgress #headerSearch input.gsc-input {
		width:240px !important;
		background-color:#FFF !important;
	}
	.navOpen #headerSearch input.gsc-input {
		display:inline-block;
	}
	#headerSearch div.gsc-clear-button {
		right:-245px;
	}	
	#nav-toggle {
	 	display:inline-block;
	}
	.navOpen > * {
		overflow:visible;
		-webkit-transform:translatex(-260px);
	-webkit-transform:translate3d(-260px, 0, 0);
	-moz-transform:translatex(-260px) translatez(0);
	-moz-transform:translate3d(-260px, 0, 0);
	-ms-transform:translatex(-260px) translatez(0);
	-ms-transform:translate3d(-260px, 0, 0);
	-o-transform:translatex(-260px) translatez(0);
	-o-transform:translate3d(-260px, 0, 0);
	transform:translatex(-260px) translatez(0);
	transform:translate3d(-260px, 0, 0);
	}
	
	#utilityNav {
		right:0;
		top:50px;
		left:auto !important;
		position:absolute;
		width:260px;
		background:none;
		margin:0;
		display:none;
		padding:24px 36px 72px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		border:0;
		border-radius:none;
	}
	.navOpen #utilityNav {
		display:block;
		right:-260px;
	}
	.sf-sub-indicator {
		display:none;
	}
	
	
	
	#utilityNav li {
		display:block;
		margin:0;
		float:none;
		padding:0 !important;
	}
	#utilityNav li a {
		display:block;
		text-decoration:none;
		font-size:13px !important;
		letter-spacing:2px;
		padding:10px !important;
		text-align:left;
		float:none;
		color:#FFF;
		background:none !important;
		border-radius:0 !important;
		font-size:14px;
		border:none;
	}
	#utilityNav li.parent > a:before {
		content: "+";
		display: inline-block;
		padding-right: 0.25em;
		width: 0.75em;
	}
	#utilityNav li.parent.open > a:before {
		content: "-";
	}
	#utilityNav li li {
		background:none;
	}
	#utilityNav ul {
		position:relative;
		top:0;
		left:0;
		width:260px;
		margin:0;
		background:none;
		display:none !important;
		background:rgba(255,255,255,.1);
	}
	#utilityNav li li a {
		padding-left:26px !important;
	}
	#utilityNav li li li a {
		padding-left:36px !important;
	}
	
	#utilityNav li.open > ul {
		display:block !important;
		visibility:visible !important;
	}
	#mobileContact {
		height:65px;
	}
	.scrolled #mobileContact {
		height:0;
	}
	#mobileContact a.call.contact {
		display:inline-block;
	}
	#chatLive {
		display:none;
	}
	#tagline span {
		text-align:center;
	}
	#tagline span a {
		display:none;
	}
	#featuredLogos {
		padding-bottom:125px;
		padding-top:0;
	}
	.footerTestimonial {
		width:auto;
	}
	.footerTestimonial blockquote {
		background:rgba(0,0,0,.5);
		color:#FFF;
		border:0;
		border-radius:0;
		padding:5px 10px 20px;

	}
	footer cite {
		background:none !important;
		color:#FFF;
	}
	footer cite span,
	.footerTestimonial a {
		color:#FFF;
	}
	#social,
	#tips {
		max-width:50%;
		padding:0 10px 15px;
	}
	#tips {
		padding-bottom:0;
	}
	#social li {
		margin-bottom:8px;
	}
	#subscribeField {
		width:65%;
		margin-bottom:10px;
	}
	input#subscribeButton {
		margin-bottom:10px;
	}

}



@media only screen and (max-width: 767px) {
	#header {
		min-height:0;
		padding-bottom:6px;
	}
	#headerTourBtn {
		display:none;
	}
	#tagline span {
    	font-size: 11px;
	}
	#logo {
		display:inline-block;
		position:relative;
		margin:10px 80px 0 10px;
		top:0;
		left:0;
		max-width:230px;
	}
	#logo img {
		width:100%;
	}
	#logo span {
		font-size:9px;
		margin-top:-3px;
	}
	.tourCrumbs li {
		vertical-align:top;
	}
	.tourCrumbs li a {
		width:69px;
		font-size:10px;
	}
	.tourCrumbs li.nav1 a,
	.tourCrumbs li.nav1 a:hover {
		background-position: 19px 0;
	}
	.tourCrumbs li.nav2 a,
	.tourCrumbs li.nav2 a:hover {
		background-position: -141px 0;
	}
	.tourCrumbs li.nav3 a,
	.tourCrumbs li.nav3 a:hover {
		background-position: -301px 0;
	}
	.tourCrumbs li.nav4 a,
	.tourCrumbs li.nav4 a:hover {
		background-position: -461px 0;
	}
	.tourCrumbs li.nav5 a,
	.tourCrumbs li.nav5 a:hover {
		background-position: -621px 0;
	}
	.tourCrumbs li.nav6 a,
	.tourCrumbs li.nav6 a:hover {
		background-position: -781px 0;
	}
	#tour1 .tourCrumbs li.nav1 a {
		background-position: 19px -100px;
		color: #666;
	}
	#tour2 .tourCrumbs li.nav2 a {
		background-position: -141px -100px;
		color: #666;
	}
	#tour3 .tourCrumbs li.nav3 a {
		background-position: -301px -100px;
		color: #666;
	}
	#tour4 .tourCrumbs li.nav4 a {
		background-position: -461px -100px;
		color: #666;
	}
	#tour5 .tourCrumbs li.nav5 a {
		background-position: -621px -100px;
		color: #666;
	}
	#tour6 .tourCrumbs li.nav6 a {
		background-position: -781px -100px;
		color: #666;
	}
	footer {
		padding-bottom:0;
	}
	#featuedClients {
		margin-bottom:15px;
	}
	#social,
	#tips {
		float:none;
		max-width:none;
		width:100%;
		text-align:center;
	}
	.footerTestimonial * {
		font-size:10px;
	}
	#mobileContact a.call {
		display:inline-block;
	}
	#mobileContact a.chat,
	#mobileContact a.call.contact {
		display:none;
	}
	
}


/* temp */
body {
	/*height:2000px;*/
}
#mid {
	/*display:none;*/
}
footer {
	/*display:none;*/
}

/*----------------------------------------------------------------
	..MODAL RESPONSIVE
------------------------------------------------------------------*/
.modalWrap h3 {
	margin:0;
}
.modalWrap {
	background:#000;
	background:rgba(0,0,0,.7);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-y: scroll;
	display:none;
}
.modalBody {
	width:90%;
	/*max-width:600px;*/
	background:#FFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	border-radius:6px;
	position:absolute;
	top:-1000px;
	left:50%;
	margin:10px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#333;
	line-height:1.25;
}
#formPop .modalBody {
	max-width:800px;
}
.darkModal .modalBody {
	background:#000;
	color:#CCC;
}
.modalBody h3 {
	margin:0 0 10px;
	font-size:26px;
	font-weight:300px;
	color:#64a9c3;
	padding:0 30px 5px 0;
	font-weight:300;
}
.overflowX .modalBody {
	left:0;
}
.overflowY .modalBody {
	top:0 !important;
}
.modalPadding {
	padding:20px 25px;
}
#videoModal .modalPadding {
	padding:9px 15px;
}

.closeModalX {
	color:#000;
	float: right;
	font-size: 30px;
	font-weight: normal;
	line-height: 20px;
	opacity: 0.7;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align:middle;
	display:block;
	padding:0;
	margin:-10px -10px 0 0;
}
#videoModal .closeModalX {
	margin:0;
}
.darkModal .closeModalX {
	color: #FFF;
}
.closeModalX:hover {
	opacity:6;
	text-decoration:none;
}
.triggerModal, .closeModal {
	cursor:pointer;
}
.modalButtons {
	text-align:right;
}
#videoModal.activeModal p {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0;
}
.activeModal iframe, .modalBody object, .modalBody embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.overlay #header,
body.overlay footer {
	z-index:0;
}

/*----------------------------------------------------------------
	..RESPONSIVE CONTENT
------------------------------------------------------------------*/
h1 {
	padding:5px;
}
h1 br {
	display:none;
}
h2,
h4 {
	text-align:left;
}
p,
td,
pre {
	text-align:left;
}
ol {
	margin-left:20px;
	text-align:left;
}
ul {
	text-align:left;
	vertical-align:top;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

#content {
	text-align:center;
	padding-bottom:30px;
	width:auto !important;
}

#content > .pageWidth > .pageWidth > * {
	text-align:left;
}
/*#content > .pageWidth > p,*/
.flexWrap {
	display:inline-block;
}
/*
.blockP #content > .pageWidth > p {
	display:block;
}
*/
.flexWrap {
	padding:0 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*#content > .pageWidth > p > img,*/
.flexWrap img {
	width:100%;
	max-width:100%;
	margin-left:0 !important;
	margin-right:0 !important;
	height:auto;
}
.block {
	width:auto;
	clear:both;
}
.maxWidth {
	max-width:1358px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 2%;
}
.greenCheck h4 {
		text-align:left;
		font-size:18px;
}
@media only screen and (max-width: 767px) {
	.greenCheck h4 {
		font-size:16px;
		line-height:30px;
	}
}
.greenCheck ul {
	text-align:left;
}
.column1, .column2, .column3, .column4 {
	display:inline-block;
	float:none;
	text-align:left;
	width:auto !important;
	vertical-align:top;
	margin:0 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formTable td.field {
	text-align:left;
}
.formTable td.field input,
.formTable td.field select {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formTable,
.formTable td {
	width:auto;
}
.formTable td {
	vertical-align:bottom;
}
a[name="trustlink"] {
	display:inline-block;
}
.formTable .hint,
.formTable .status {
	width:auto;
	max-width:600px;
	text-align:left;
	word-wrap: break-word;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
	hyphens: auto;
}
input[type="checkbox"] {
	margin:0 !important;
}
.vidPop {
	display:inline-block;
}
cite {
	text-align:left;
}
cite.rt, .block cite.rt {
	background-position:82% 0;
}


/*..end responsive content*/
/*----------------------------------------------------------------
	..home page
------------------------------------------------------------------*/

.home .vidPop {
	max-width:65%;
}
.home .vidPop img {
	width:100% !important;
	height:auto !important;
	max-width:781px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#homeBullets {
	display:inline-block;
	float:none;
	margin:10px 16px 16px 16px;
	vertical-align:top;
	width:auto;
	max-width:30%;
	margin-bottom:0;
}
@media only screen and (max-width: 1023px) {
	.home .vidPop,
	#homeBullets {
		max-width:700px;
	}
}
#homeBullets li#whatWeDo {
	font-size:17px;
	color:#000;
	padding-left:0;
	background:none;
	float:none;
}
/*----------------------------------------------------------------
	..features.asp
------------------------------------------------------------------*/

.block.picRt .lt,
.block.picLt .rt {
	width:60% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 !important;
	padding:0 2%;
	max-width:900px;
}
.block.picRt .rt,
.block.picLt .lt {
	width:auto;
	max-width:39%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0 2%;
}
.vidThumb img {
	max-width:100%;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 !important;
}
.altGray {
	padding:20px 0 !important;
}
@media only screen and (max-width: 767px) {
	#content {
		padding-top:10px;
	}
	h1 {
		font-size:22px !important;
		margin:0 0 15px;
	}
	h2 {
		font-size:16px;
	}
	p,
	.block {
		font-size:14px;
	}
	.block.picRt .lt,
	.block.picLt .rt {
		width:100%;
		text-align:left;
	}
	.block.picRt .rt,
	.block.picLt .lt {
		width:40%;
		float:left;
	}
	.block.picRt .rt {
		float:right;
	}
}
/*----------------------------------------------------------------
	..gallery page https://www.nexternal.com/clients/default.asp
------------------------------------------------------------------*/
#galleryThumbs ul {
	width:auto;
	max-width:1358px;
	text-align:left;
}
#tour1 #galleryThumbs ul,
#tour2 #galleryThumbs ul {
	text-align:center;
}
#tour1 #galleryThumbs ul {
	display:inline;
}
#tour1 #galleryThumbs {
	max-width:1358px;
	margin:0 auto;
}
#tour1.checkWinery #galleryThumbs {
	text-align:left;
}
#galleryThumbs li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:.5%;
}
#tour2 #galleryThumbs li {
	width:15%;
}
#galleryThumbs li a {
	display:inline-block;
}
#galleryThumbs li a img {
	width:100%;
	max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
}
@media only screen and (max-width: 1023px) {
	#galleryThumbs ul {
		max-width:980px;
	}
	#galleryThumbs li,
	#tour2 #galleryThumbs li {
		width:22%;
	}
	body #galleryThumbs span {
		font-size:14px;
	}
}
@media only screen and (max-width: 767px) {
	#tour1 #galleryThumbs li {
		width:95%;
	}
	#tour1.checkWinery #galleryThumbs li {
		width:22%;
	}
}
/*----------------------------------------------------------------
	..Free Trial https://www.nexternal.com/ecommerce/free-trial.asp
------------------------------------------------------------------*/
#tour4 #content img {
	width:100%;
	max-width:100%;
	height:auto;
}
#tour4 #content p {
	margin-bottom:30px;
}
a[href="#spamPopupFreeTrial"] {
	display:inline-block;
	padding:10px;
}
/*----------------------------------------------------------------
	..Competitor Pages ex: https://www.nexternal.com/ecommerce/shopify_shopping_cart.asp
------------------------------------------------------------------*/
.footnote p {
	text-align:center;
}
.cartComparison #contactMeForm {
	display:inline-block;
}
#compare-table {
	width:auto;
}
@media only screen and (max-width: 767px) {
	#content blockquote {
		padding:5px 15px;
	}
	blockquote p{
		font-size:13px;
	}
	#compare-table td b {
		font-size:14px;
	}
	#compare-table td {
		padding:5px;
		font-size:12px;
	}
	.compHeader h1, 
	.compHeader span {
		font-size:22px;
		margin:0 0 15px;
	}
}
#compare-table .vidPop img {
	width:100%;
	max-width:100px;
	height:auto;
}
#compare-table .vidPop img[src="images/arrow-right.gif"]{
	width:auto;
}
/*----------------------------------------------------------------
	..Knowledge Base
------------------------------------------------------------------*/
.knowledgeBase table {
	width:100% !important;
	max-width:1358px;
}
.knowledgeBase table[width="960"] td{
	display:block;
	padding:3px 10px;
	text-align:center;
}
#kbSearchBtn {
	width:190px;
	margin-bottom:5px;
}
@media only screen and (max-width: 767px) {
	.knowledgeBase #listlink1, .knowledgeBase .leftColumn {
		width:100%;
	}
	.knowledgeBase select {
		font-size:13px;
	}
	.knowledgeBase td {
		display:block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.knowledgeBase table[width="960"] tr:nth-child(2) td {
		display:inline-block;
		float:left;
	}
	#listlink1 li {
		display:none;
	}
	#listlink1 li.heading {
		display: inline-block;
		float:right;
		margin-top:-26px;
		border:none;
	}
	#listlink1 li.heading span {
		display:block;
		background:#999;
		color:#FFF;
		cursor:pointer;
		padding:4px 7px;
		border-radius:5px;
		font-size:12px;
		font-weight:normal;
	}
	#listlink1 li.heading span:hover {
		background:#88A909;
	}
		
}
/*----------------------------------------------------------------
	..Features Pages (no body or HTML classes or IDs)
------------------------------------------------------------------*/

/* flexQUote class added via JS */
.flexQuote {
	width:52% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block.flexQuote {
	width:100% !important;
}
.block.flexQuote blockquote{
	-webkit-columns: 2 500px;
    -moz-columns: 2 500px;
	columns: 2 500px;
	-webkit-column-gap: 4em;
    -moz-column-gap: 4em;
	column-gap: 4em;
}
.vidThumb.videoLeft {
	float:none;
}
@media only screen and (max-width: 767px) {
	
	.flexQuote {
		width:100% !important;
		margin:0 0 20px !important;
	}
}
.flexQuote cite {
	text-align:left;
}
.flexQuote cite.rt {
	text-align:right;
}
.arrowFix {
	text-align:center !important;
	padding:30px 0 0 !important;
}
/*----------------------------------------------------------------
	..All Features Page : https://www.nexternal.com/ecommerce/features-list.asp?
------------------------------------------------------------------*/
input.wideSearch {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
}
#allFeatures #search-highlight,
#allFeatures #content > p,
#allFeatures #featureListWrapper {
	max-width:1358px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:2%;
	padding-right:2%;
}
#allFeatures #search-highlight {
	padding-left:0;
	padding-right:0;
}
#search-highlight {
	position:relative;
}
#search-highlight .clearSearch {
	position:absolute;
	top:5px;
	right:6px;
	margin:0;
}
@media only screen and (max-width: 767px) {
	#featureListWrapper h2 a.more {
		font-style:italic;
		font-weight:normal;
		float:none;
		display:block;
	}
	.results {
		width:auto;
	}
}
/*----------------------------------------------------------------
	..Dashboard Plus: https://www.nexternal.com/mobile-commerce/dashboard-plus.asp
------------------------------------------------------------------*/
#galleryThumbs li {
	vertical-align:top;
}
#galleryThumbs img {
	opacity:.8;
}
#galleryThumbs.dashboardGallery img {
	opacity:1;
	width:auto;
	height:auto;
}
#galleryThumbs.dashboardGallery ul {
	text-align:center;
}
#galleryThumbs.dashboardGallery li {
	width:auto;
}
@media only screen and (max-width: 767px) {
	#galleryThumbs li {
		font-size:12px;
	}
}
/*----------------------------------------------------------------
	..Webinars: https://www.nexternal.com/ecommerce/webinar-schedule.asp
------------------------------------------------------------------*/
#contact .row1 .column1, #contact .row1 .column2, #contact .row1 .column3 {
	padding:10px;
	width:30% !important;
	margin:1%;
	text-align:center;
}
@media only screen and (max-width: 767px) {
	#contact .row1 .column1, #contact .row1 .column2, #contact .row1 .column3 {
		width:100% !important;
		margin:1%;
		float:none;
	}
}
.socialContact li a span {
	float:left;
	clear:both;
}
/*----------------------------------------------------------------
	..Sign Up for Nexternal https://www.nexternal.com/ecommerce/signup.asp (NOTE: "signup" body ID has been added to affiliate signup form and suggestion submission form so that this CSS applies there.
------------------------------------------------------------------*/
#signup .formTable.twoCol .hint {
	
}
#signup .formTable.twoCol td.field input {
	width:100%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#signup .formTable td.field {
	padding-bottom:8px;
}
#signup .formTable select,
#signup .formTable textarea {
	width:100%;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#signup h2 {
	text-align:left;
}
@media only screen and (max-width: 767px) {
	#signup .formTable td {
		display:block;
		padding:0;
		
	}
	.formTable td.label {
		text-align:left;
	}
	#signup h2 {
		text-align:left;
		font-size:20px;
	}
}
/*----------------------------------------------------------------
	..Marketing Guide : https://www.nexternal.com/ecommerce/marketing-guide.asp
------------------------------------------------------------------*/
ul.headinglist {
	text-align: left;
}
/*----------------------------------------------------------------
	..industry page with gallery thumbs that are not anchors https://www.nexternal.com/ecommerce/pos-marketing-materials.asp
------------------------------------------------------------------*/
#galleryThumbs.noAnchors li {
	display:inline-block;
}
#galleryThumbs.noAnchors li img{
	width:100%;
	max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
}
/*----------------------------------------------------------------
	..team https://www.nexternal.com/company/default.asp
------------------------------------------------------------------*/
#team .block {
	max-width:1358px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	padding:0 2%;
}
/*----------------------------------------------------------------
	..FAQs https://www.nexternal.com/ecommerce/faqs.asp
------------------------------------------------------------------*/
body .question, body .answer{
	
	/*border: solid 1px rgba(0, 0, 0, 0.5);*/
	border-radius: 20px;
	box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	clear: both;
	margin: 0 0 20px;
	padding: 15px 20px;
	position: relative;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
	text-align:left;
	background:#666;
	color:#FFF;
}

.question:before, .question:after, .answer:before, .answer:after {
	border-radius: 20px / 10px;
	content: '';
	display: block;
	position: absolute;
}

.question:before, .answer:before {
	border: 10px solid transparent;
	/*border-bottom-color: rgba(0, 0, 0, 0.5);*/
	bottom: 0;
	left: -7px;
	z-index: -2;
}

.question:after, .answer:after {
	border: 8px solid transparent;
	border-bottom-color: #666;
	bottom: 1px;
	left: -5px;
}

body .answer {
	margin-bottom:40px;
	background:#CCC;
	color:#000;
	
}

.answer:before {
	left: auto;
	right: -7px;
}

.answer:after {
	border-bottom-color: #CCC;
	left: auto;
	right: -5px;
}
.question-bottom,
.answer-bottom {
	display:none;
}
body .question div,
body .answer div {
	padding:0;
}
/*----------------------------------------------------------------
	..Updates page https://www.nexternal.com/updates/default.asp?r=true#top?r=true
------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	#fb-root {
	  display: none;
	}
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	  width: 100% !important;
	}
}
/*----------------------------------------------------------------
	..wine tour 1 : https://www.nexternal.com/winery-ecommerce-platform/demos.asp?r=true
------------------------------------------------------------------*/
.tourPage #tourCheck {
	max-width:none;
}
.tourPage #tourCheck ul {
	text-align:center;
}
#tour1.wineTourPage .block {
	max-width:1358px;
	margin-left:auto;
	margin-right:auto;
}
/*----------------------------------------------------------------
	..Affiliate Tools https://www.nexternal.com/partners/alliance_tools.asp?r=true
------------------------------------------------------------------*/
.fluidElement {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content #gsc-i-id1 {
	width:100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:6px;
}
	