/*********************
GENERAL CSS
*********************/
p, span {
	line-height: 2;
}
.modal {
	z-index: 105000000;
	background: rgba(0, 0, 0, 0.57);
}
html,
body {
	height: 100%;
} 
hr {
border-top: 1px solid #D3D3D3;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p, span, div, a {
	font-family: 'Open Sans', sans-serif;
	color: #606060;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	/*color: #606060;*/
	color: #404e6a;
	font-weight:300;
	line-height: 1.7;
}
a {
	color: #4677db;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
a * {
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-ms-transition:     all 0.2s ease;
  	-o-transition:      all 0.2s ease;
}
body{
-webkit-text-size-adjust: none;
}
a:hover {
	color: #a1bcf3;
	text-decoration: none;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
.container {
	min-width: 970px;
	/*max-width: 970px;*/
}
.well {	
background-color: #EAF0F6;
}
.clear {
	clear:both;
}

/*********************
MOBILE FIXES
*********************/
html.touch #header {
	position:relative;
	z-index: 1000000;
}
html.touch #homepage-jumbotron-wrap {
	position: static;
	padding-top:0;
}
html.touch #homepage-content {
	top:0px;
	margin-bottom: 0px;
	padding:0;
	position: static;
}

/*********************
HELPER CLASSES CSS
*********************/
.center {
	text-align: center;
}
.btn-default {
	background: #4677db;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	border: none;
	border-bottom: 5px solid #3464C7;
	padding: 10px 44px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
}
.btn-default:hover {
background: #6A9BFD;
color: #fff;
border-color: #5E8BE7;
}
/*.btn-default:hover {
background: #E1E7F3;
color: #4677db;
border-color: #C6D0E4;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}*/
.btn.btn-jumbotron {
	background: rgba(69, 119, 221, 0.78);
	color: #fff;
	border-radius: 3px 3px 0px 0px;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 17px;
	letter-spacing: 0.5px;
	margin-right: 5px;
}
.btn.btn-jumbotron:hover {
	background: rgba(69, 119, 221, 0.6);
}
.md-icon img {
	margin: auto;
	display: block;
	max-width: 65%;
	max-height: 250px;
}
.md-icon {
	text-align: center;
}
.md-icon h3 {
	margin-top: -9px;
}
.double-bar-headline {
	text-align: center;
	padding-bottom: 29px;
	margin-bottom: 61px;
	background: url(../images/double-bar-headline.png) repeat-x bottom center;
}
.btn.btn-primary {
	background: #4677db;
	color: #fff;
	padding: 9px 50px;
	font-weight: 700;
	border-color: #144C7C;
}
.btn.btn-primary:hover {
	background: rgba(70, 119, 219, 0.75);
}
.panel {
	margin: 70px 0;
	background-color: #f2f5fa;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	padding: 50px;
}
.pc-flag {
padding: 2px 5px;
border-radius: 5px;
display: inline-block;
font-size: 15px;
}
.bg-primary {
color: #fff;
background-color: #4677db;
}
.absolute-center {
margin: auto;
display: table-cell;
vertical-align: middle;
}
.high-line-height {
	line-height: 2;
}

/*********************
HEADER CSS
*********************/
#header {
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	-o-transition:      all 0.5s ease;
	background: #d2dff5;
	border-top: 4px solid #bacbea;

}
#header.float-header {
	position: fixed;
	width: 100%;
	z-index: 100000;
	top: 0;
}
#top-nav {
	margin-right: 50px;
	padding: 4px 40px 10px;
	background: url(../images/top-nav-bg.png) no-repeat top center;
}
#top-nav a {
	font-size: 12px;
	padding: 0 6px;
	border-right: 1px solid;
	color: #8DC250;
	font-weight: 700;
}
#top-nav a:hover { 
	color: #888;
}
#top-nav a:last-child {
	border: none;
}
#logo-link {
	display: block;
	margin-top: 11px;
	margin-bottom: -25px;
	position: relative;
	z-index: 1;
}
#logo-link img {
	max-width: 125%;
}
#header div[class*="col-"] {
	padding:0; 
}


/*********************
NAV CSS
*********************/
.main-menu ul {
	list-style: none;
	float: right;
	margin-top: 5px;
}
.main-menu > ul > li {
	float: left;
	display: block;
	margin: 0 8px;
	padding: 0;
	background:none;
	font-weight: 700;
}
.main-menu > ul > li.menu-item > a {
	padding: 7px 5px;
	border:none;
	color:#606060;
	border-radius: 4px;
	font-size: 14px;
}
.main-menu > ul > li.menu-item:not(.current-page) > a:hover,
.main-menu > ul > li > ul {
	background: rgba(255, 255, 255, 0.32);
	color:#606060;
}
.main-menu > ul > li.menu-item.current-page > a {
	color:#537dd1;
}
.sf-arrows ul .sf-with-ul:after {
	border:none;
}
.main-menu > ul > li.menu-item.highlighed-menu-item > a {
	background: #4677db;
	color: #fff;
}
.main-menu > ul > li > ul {
	background-color: #E7E7E7;
	border-radius: 0px 4px 4px 4px;
	margin-top: 0px;
	box-shadow: 2px 4px 6px rgba(0,0,0,.1);
}
.main-menu > ul > li > ul {
	/*background-color: #E6E6E6;*/
	background-color:#e0e9f8;
}
.main-menu > ul > li > ul li {
	background: none;
}
.main-menu > ul > li > ul li > a {
	border: none;
	background: none;
	color:#606060;
}
.main-menu > ul > li > ul li > a:hover {
	background: rgba(255, 255, 255, 0.82);
}
.highlight-main-nav {
	background: rgba(255, 255, 255, 0.32);
	color:#606060;
	border-radius: 4px 4px 0 0 !important;
}
.main-menu > ul > li:nth-child(4) > ul > li:nth-child(1) > a {
margin-top: 5px;
}
.main-menu > ul > li:nth-child(4) > ul > li:nth-child(4) > a {
margin-bottom: 10px;
}
.main-menu > ul > li:nth-child(4) > ul > li:nth-child(6) > a {
margin-bottom: 10px;
}


/*********************
STICKY NAV CSS
*********************/
#sticky-nav {
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
-ms-transition:     all 0.5s ease;
-o-transition:      all 0.5s ease;
position: fixed;
top: -100px;
width: 100%;
background: rgba(210, 223, 245, 0.92);
z-index: 100000000000000000000000000000000000000;
}
.reveal-sticky-nav {
	top: 0px !important;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: none;
}
#sticky-nav .main-menu > ul > li.menu-item:not(.current-page) > a:hover,
#sticky-nav .main-menu > ul > li > ul {
	background: rgba(255, 255, 255, 0.92);
	color:#606060;
}
#sticky-nav .main-menu ul {
margin-top: 9px;
margin-bottom: 9px;
}
#sticky-nav #logo-link {
margin-top: 0;
}
#sticky-nav #logo-link img {
width: 45px;
}
#sticky-nav .highlight-main-nav {
	background: rgba(255, 255, 255, 0.92);
}
#sticky-nav .main-menu > ul > li > ul {
	background-color: #E6E6E6;
}

/*********************
JUMBOTRON CSS
*********************/
.jumbotron {
	background: none;
	padding: 125px 60px;
}
#homepage-jumbotron {
	background: url(../images/main-banner-bg.jpg) no-repeat top center ;
	background-color: #eee;
	background-size: cover;
	max-width: 1500px;
	margin: auto;
	position: relative;
	/*top:40px;*/
	margin-top: 50px;
	margin-bottom: 50px;
}
#homepage-jumbotron-wrap {
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	-o-transition:      all 0.5s ease;
	background-color: #eee;
	margin-bottom: 0px;

	padding-top: 40px;
	/*position: fixed;*/
	width: 100%;
	/*z-index: 10000;*/
}
#homepage-jumbotron-wrap.less-padding {
padding-top: 52px;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #fff;
	-webkit-font-smoothing:antialiased;
}
#homepage-content {
padding: 1px;
position: relative;
/*top: 584px;*/
/*top: 500px;
margin-bottom: 584px;*/
z-index: 10000000;
background: #fff;
}

/*********************
FEATURED SITE CSS
*********************/
.feature-site-overlay {
	display: none;
}
.featured-site a {
	display: block;
	background: #eee;
	padding: 15px;
	border: 2px solid #E6E6E6;
	margin-bottom: 8.5%;
	border-radius: 3px;
	position: relative;
}
.featured-site a h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: -5px;
	margin-top: 11px;
}
#many-shopping-carts-section .row:nth-child(3) a {
	margin-bottom: 0;
}
.feature-site-overlay .h1 i {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.79);
	font-size: 60px;
	color: rgba(70, 119, 219, 0.65);
}
.feature-site-overlay .h1 {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
	display: table;
}
.feature-site-overlay,
.feature-site-overlay *{
	-webkit-transition: all 0.6s ease;
  	-moz-transition:    all 0.6s ease;
  	-ms-transition:     all 0.6s ease;
  	-o-transition:      all 0.6s ease;
 }
.feature-site-overlay {
	/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */ filter: alpha(opacity=0);
	/* Netscape */ -moz-opacity: 0;
	/* Safari 1.x */ -khtml-opacity: 0;
	/* Good browsers */ opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.featured-site a:hover .feature-site-overlay {
	/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */ filter: alpha(opacity=100);
	/* Netscape */ -moz-opacity: 1;
	/* Safari 1.x */ -khtml-opacity: 1;
	/* Good browsers */ opacity: 1;
}
.feature-site-overlay .h1 i span {
font-size: 20px;
position: relative;
top: -26px;
text-transform: uppercase;
color: rgba(70, 119, 219, 0.65);
font-weight: 800;
}

/*********************
CONTENT SECTION CSS
*********************/
#increase-sales-section .row:not(:first-child) {
	width: 90%;
	margin: auto;
}
.section-cta {
	text-align: center;
	padding: 25px 0;
	margin: 50px 0;
	background: #f2f5fa;
}
#featured-logos-section img:nth-child(-n+5) {
	margin-right: 8.46%;
}
.home-section {
	margin: 100px 0;
}
.home-section:first-child {
	margin-top: 40px;
}

.home-headline {
	text-align:center;
}
.home-headline h3 {
	color:#8dc73f;
}
.home-featured-text h1 {
  text-align: center;
  margin-top: 54px;
  margin-bottom: -55px;
}

.pcShowProductName {
	font-weight: 700;
}
.pcShowProductName a:link,
.pcShowProductName a:visited,
 {
	color:#4677db;
	text-decoration:underline;
}


/*********************
FOOTER CSS
*********************/
#footer {
	margin-top: 50px;
	position: relative;
z-index: 1000000000;
}
#footer-start-for-free {
	padding: 20px 0;
	background: #f2f5fa;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
	position: relative;

}
#footer-start-for-free h1 {
	margin-top: 66px;
}
#footer-start-for-free .btn.btn-default {
	margin-top: 79px;
}
#footer-start-for-free > div > div > div:nth-child(2) {
	text-align: left;
}
#smiling-footer-lady {
	width: 128px;
	margin-bottom: -20px;
	margin-top: -64px;
	margin-left: 115px;
}

#footer-learn-more .btn.btn-default {
	margin-top: 31px;
}
#footer-learn-more {
	background: #d3dce3;
	padding: 20px 0;
}
#footer-learn-more h1,
#footer-learn-more h4 {
	margin-left: 40px;
}

#footer-bottom {
	padding: 20px 0;
	background: #f2f5fa;
}
#footer-bottom input[type="text"] {
	border-radius: 4px;
	padding: 9px 6px !important;
	border:none;
	border:2px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-right: 0px;
	width: 136px;
	font-size: 11px;
	height: 41px;
}
#footer-bottom input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	background: #4677db;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: none;
	border-bottom: 3px solid #3464C7;
	padding: 9px 16px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
	position: relative;
	top: -2px;
	margin-left: -7px;
	border-radius: 3px;
}
#footer-bottom input[type="submit"]:hover {
	background: #4B81EE;
	color: #fff;
	border-color: #4677db;
}
#footer-bottom #contact-info {
	text-align: center;
	font-size: 16px;
	margin-top: 6px;
}
.social-link img {
width: 26px;
margin: 0 6px;
}
.footer-menu {
	margin: 29px 0;
	border-top:1px solid #ccc;
	padding-top: 29px;
}
.footer-menu ul {
	list-style: none;
	padding-left: 0;
}
.footer-menu ul li {
	line-height: 2;
}
.footer-menu ul li a {
	font-size: 15px;
	color:#606060;
	font-weight: 300;
}
.footer-menu ul li a:hover {
	color:#888;
	text-decoration: underline;
}
.footer-menu ul li:first-child a {
	font-size: 20px;
}
#copyright {
	text-align: center;
	font-size: 12px;
}

/*********************
FEATURE TOUR CSS
*********************/
#feature-tour {
	margin-top: 50px;
}
.stick-ft-nav {
	position: fixed;
	top: 70px;
}
#ft-nav ul {
list-style: none;
padding: 10px 0;
margin: 0;
background: #f2f5fa;
border-radius: 5px;
width: 105%;
margin-bottom: 20px;
}
#ft-nav > ul > li {
border-bottom: 1px solid #E4E4E4;
padding: 7px 10px;
padding-left: 2px;
text-align: right;
font-weight: 300;
font-size: 15px;
}
#ft-nav > ul > li:last-child {
	border-bottom: none;
}
#ft-nav > ul > li.current-ft-item {
	font-weight: 800;
	font-size: 14px;
}

#ft-nav > ul > li > a::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	background: url(../images/sm-icon-1.png) center center;
	background-size: contain;
	height: 19px;
	width: 19px;
	position: relative;
	top: 5px;
}
#ft-nav > ul > li:nth-child(2) > a::after {
	background-image: url(../images/sm-icon-2.png);
}
#ft-nav > ul > li:nth-child(3) > a::after {
	background-image: url(../images/sm-icon-3.png);
}
#ft-nav > ul > li:nth-child(4) > a::after {
	background-image: url(../images/sm-icon-4.png);
}
#ft-nav > ul > li:nth-child(5) > a::after {
	background-image: url(../images/sm-icon-5.png);
}
#ft-nav > ul > li:nth-child(6) > a::after {
	background-image: url(../images/sm-icon-6.png);
}
#ft-nav > ul > li:nth-child(7) > a::after {
	background-image: url(../images/sm-icon-7.png);
}
#ft-nav > ul > li:nth-child(8) > a::after {
	background-image: url(../images/sm-icon-8.png);
}
#ft-nav > ul > li:nth-child(9) > a::after {
	background-image: url(../images/sm-icon-9.png);
}
#ft-nav > ul > li:nth-child(10) > a::after {
	background-image: url(../images/sm-icon-10.png);
}
#ft-nav > ul > li:nth-child(11) > a::after {
	background-image: url(../images/sm-icon-11.png);
}
#ft-nav > ul > li:nth-child(12) > a::after {
	background-image: url(../images/sm-icon-12.png);
}

.ft-main {
	text-align: center;
}
.ft-main h5 {
	margin-top: -10px;
}
.ft-main {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom:	20px; 
}
.ft-features-item .item-text p {
	font-size: 14px;
	line-height: 2;
}
.ft-features-item .item-text > a {
	margin-top: -6px;
	margin-bottom: 7px;
	display: block;
	text-decoration: underline;
}
.ft-features-item .item-img-right {
	text-align: right;
}
.ft-features-item .item-img-left {
	text-align: left;
}
.ft-features-item {
margin-top: 60px;
padding-bottom: 60px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ft-features-item:last-child {
	border-bottom: none;
	margin-bottom: 60px;
}

.ft-direction-nav.transitions * {
	-webkit-transition: all .3s ease;
	-moz-transition:    all .3s ease;
	-ms-transition:     all .3s ease;
	-o-transition:      all .3s ease;
}
.nxtFT, .prvFT {
	background: #4677db;
	color: #fff;
	border-radius: 6px;
	padding: 3px;
	margin: -4px;
}
.nxtFT {
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 1000000;
}
.prvFT {
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 1000000;
}
.nxtFT span,
.prvFT span {
white-space: nowrap;
overflow: hidden;
display: inline-block;
width: 0;
color: #fff;
line-height: 33px;
font-weight: 800;
font-size: 15px;

}
.nxtFT:hover span,
.prvFT:hover span {
	width: auto;
	padding: 0 20px;
}
.nxtFT:hover span {
	padding-left: 5px;
	padding-right: 35px;
	margin-right: -200px;
}
.prvFT:hover span {
	padding-left: 35px;
	padding-right: 5px;
	margin-left: -200px;
}
.ft-direction-nav a i {
	font-size: 50px;
	margin: 5px 10px;
	color: #FFF;
}
.bottomFTDirectionNav a {
background: #4677db;
color: #fff;
padding: 8px 14px;
display: inline-block;
border-radius: 7px;
font-weight: 800;
font-size: 15px;
line-height: 36px;
}
.bottomFTDirectionNav a:hover {
	color: #a1bcf3;
}
.bottomFTDirectionNav {
text-align: right;
margin: 60px 0;
}
.bottomFTDirectionNav a i {
font-size: 30px;
margin-left: 10px;
position: relative;
top: 4px;
}


/*********************
PRODUCTS SECTION CSS
*********************/
#productcart-standard-content {
	margin-bottom: 200px;
}
.product-headline h5 {
	margin-top: -6px;
}
.product-headline {
	text-align: center;
	margin: 50px 0;
}

#productcart-standard-content > section.product-tabs-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#productcart-standard-content > section.product-tabs-nav ul li {
	display:inline-block;
}
#productcart-standard-content > section.product-tabs-nav ul li a {
	display: block;
	font-size: 20px;
	color: #606060;
	padding: 10px 50px;
	margin: 0 30px;
	position: relative;
	z-index: 0;
	margin-bottom: 0px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border: 2px solid rgba(70, 119, 219, 0);
	border-bottom: none;
}
#productcart-standard-content > section.product-tabs-nav ul li:not(.current-tab) a:hover {
	background: #f2f5fa;
	border: 2px solid rgba(70, 119, 219, 0.0);
	border-bottom: none;
}
#productcart-standard-content > section.product-tabs-nav ul li.current-tab a {
	background: #d3dce3;
	border: 2px solid rgba(70, 119, 219, 0.0);
	border-bottom: none;
	cursor: default;
	color: #243F6E;
}
#productcart-standard-content > section.product-content {
	background: #f2f5fa;
	padding: 40px 0px;
	border-top: 2px solid rgba(70, 119, 219, 0.0);
}
.product-cta .cta-button {
	text-align: center;
}
#productcart-standard-content > section.product-content > div.product-cta {
	margin-top: -42px;
	padding: 20px;
	background: #d3dce3;
	margin-bottom: 32px;
}
.product-sub-headline {
	text-align: center;
	margin-bottom: 20px;
}
section.product-content p {
line-height: 2;
}
.checked-list {
list-style: none;
padding: 0;
margin-bottom: 20px;
line-height: 3;
}
.checked-list i {
font-size: 20px;
position: relative;
top: 2px;
color: #4677db;
}
#configurator-features > ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
#configurator-features > ul > li {
	list-style: none;
	float: left;
	width: 46%;
	padding-left: 0%;
	margin-bottom: 20px;
	height: 100%;
	margin-left: 4%;
}
#configurator-features > ul > li::before {
	font-size: 20px;
	color: #4677db;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f046";
}


#configurator-plus-solution {
	margin: 30px 0;
}
#configurator-plus-solution > h4 {
	margin: 35px 0;
}
#configurator-plus-solution > div.col-sm-push-6.col-sm-6 > img {
	max-width: 109%;
	margin: 0 -20px;
}
#configurator-plus-solution > div.col-sm-pull-6.col-sm-6 > ul {
	margin: 0;
	padding: 0;
	padding-left: 35px;
}
#configurator-plus-solution > div.col-sm-pull-6.col-sm-6 > ul > li {
	line-height: 2;
	margin: 25px 0;
	list-style: none;
}
#configurator-plus-solution > div.col-sm-pull-6.col-sm-6 > ul > li::before {
	font-size: 20px;
	color: #4677db;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f046";
	margin-left: -35px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}
#configurator-plus-problem > div > h4 {
	margin-bottom: 25px;
}
#productcart-addons .ft-features-item .item-text > a {
	display: inline-block;
	text-decoration: none;
}


/*********************
Showcase CSS
*********************/
#tabs {
	padding: 10px 0;
	border-bottom: 1px solid #F0EEEE;
	position: relative;
	z-index: 1;
}
#tabs > div > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#tabs > div > ul > li {
	display: inline-block;
	margin: 5px 20px;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: 300;
}
#tabs > div > ul > li a {
	color: #606060;
	outline:0;
	outline:none;
}
#tabs > div > ul > li a:hover {
	color: #4677db;
} 
#tabs > div > ul > li.current-tab a,
#tabs > div > ul > li.ui-tabs-active a {
	font-weight: 600;
	color: #4677db;
}
#tabs > div > ul > li.current-tab,
#tabs > div > ul > li.ui-tabs-active {
	background: url(../images/tab-bottom.png) no-repeat center bottom;
	padding-bottom: 44px;
	margin-bottom: -45px;
	background-size: 86px;
}
#tab-content {
	padding: 80px 0;
	background: #f2f5fa;
	margin-bottom: 150px;
}
#tab-content .featured-site a {
	background: #fff;
	border-color:  #EEECEC;
}
.showcaseDirectionalNav > a > span {
color: #4677db;
font-weight: bold;
line-height: 30px;
display: inline-block;
position: relative;
top: -5px;
}
.showcaseDirectionalNav > a > i {
font-size: 31px;
margin-left: 4px;
line-height: 30px;
}
.showcaseDirectionalNav {
	text-align: right;
}
.showcaseDirectionalNav > a:hover > span {
	color: #a1bcf3;
}

/*********************
CUSTOM DEV CSS
*********************/
#custom-dev-services > h4 {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
}
#custom-dev-services > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	padding-left: 33px;
}
#custom-dev-services {
	padding: 20px 30px;
	margin-top: 20px;
	background: #f2f5fa;
	border-radius: 3px;
}
#custom-dev-services > ul li{
margin-bottom: 10px;
}
#custom-dev-services > ul li::before {
font-size: 20px;
color: #4677db;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f046";
margin-left: -31px;
margin-right: 12px;
position: relative;
top: 3px;
}
#custom-dev-our-work {
	background: #f2f5fa;
	padding: 20px 0;
	margin: 70px 0;
}
#custom-dev-our-work .featured-site a {
	margin-bottom: 0;
}

/*********************
TESTIMONIALS CSS
*********************/
.testimony {
height: 350px;
margin-bottom: 40px;
background: #f2f5fa;
position: relative;
}
.testimony::after {
content: '"';
display: block;
position: absolute;
font-size: 160px;
color: #4677db;
top: -35px;
left: -23px;
line-height: 1;
font-style: italic;
}
.testimony .author {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px 20px;
background: #E8EDF5;
}
.testimony .author .name,
.testimony .author .extra {
	display: block;
	text-align: right;
	font-style: italic;
}
.testimony .author .name {
	font-weight: 800;

}
.testimony p {
font-size: 16px;
padding: 20px;
font-weight: 300;
line-height: 2;
padding-top: 40px;
}


/*********************
THIRD PARTY & CERT DEVS CSS
*********************/

.host-info {
margin-bottom: 60px;
background: #f2f5fa;
padding: 7px 10px;
border-top: 5px solid  #8A97B8;
}
.host-info > span {
display: block;
text-align: left;
margin: 0px 0px;
}
.host-name {
display: block !important;
margin-bottom: 7px !important;
font-weight: bold;
}
a.host-contact {
float: right;
margin-top: -38px;
font-size: 22px;
}
.other-hosts > div > div {
box-shadow: 0 0 5px;
}
.resellers > div > div {
box-shadow: 0 0 5px;
}
.work-with-pc {
  margin: auto;
  margin-bottom: -185px;
  margin-top: -251px;
  display: block;
  width: 687px;
}
div.work-with-productcart-cta {
	width: 750px;
	margin: auto;
	padding: 40px 20px;
	background: rgba(221, 227, 231, 1);
	border-radius: 8px;
}
#developers-tabs {
	margin-top: 115px;
}
.partners-dev-intro {
  margin: 80px 0;
  margin-top: -28px;
  padding: 20px;
  background: rgba(217, 224, 231, 0.53);
  border-radius: 4px;
}
.reseller-intro {
  margin: 80px 0;
  margin-top: -28px;
  padding: 20px;
  background: rgba(217, 224, 231, 0.53);
  border-radius: 4px;
}
.resellers-form-headline {
margin-bottom: -100px;
text-align: center;
padding: 1px;
padding-bottom: 17px;
background: #d2dff5;
position: relative;
}


/*********************
ABOUT CSS
*********************/
#productcart-about p {
line-height: 2;
}
#productcart-about .panel {
margin: 0;
margin-bottom: 20px;
padding: 0;
padding: 20px;
}
#productcart-about .quick-links a {
	display: inline-block;
	line-height: 2;
}
#productcart-about .quick-links {
	margin-top: 20px;
	margin-bottom: 20px;
}
#productcart-about .quick-links a {
display: inline-block;
line-height: 2;
background-color: #4677db;
color: #fff;
padding: 5px 20px;
margin-bottom: 5px;
border-radius: 5px;
}
#productcart-about .quick-links a:hover {
color: #4677db;
background-color: #EBEBEB;
}


/*********************
SUPPORT CSS
*********************/
#productcart-support .panel {
margin: 0;
padding: 20px;
}
#support-justin {
margin: 70px 0 !important;
background-color: #D8DDE5;
padding: 50px !important;
}
.highlight-btns {
height: 150px;
width: 150px;
text-align: center;
display: inline-block;
background: #4677db;
color: #fff !important;
border-radius: 100px;
font-size: 14px;
margin: 80px 0;
border: 1px solid #144C7C;
}
.highlight-btns:hover {
background: #f0f0f0;
color: #4677db !important;
}
.highlight-btns i {
font-size: 56px;
margin-top: 32px;
-webkit-transition: all 0.0s ease;
-moz-transition: all 0.0s ease;
-ms-transition: all 0.0s ease;
-o-transition: all 0.0s ease;
}
.support-secondary-section {
margin: 80PX 0;
}
#productcart-search-results .highlight-btns {
margin: 9px 0;
}
#tech-support {
margin-top: -70px;
margin-bottom: 231px;
}
#request-support .col-sm-8 {
margin-top: 67px;
}
.guide-section {
margin: 60px 0;
}
.guide-section h2 {
padding-bottom: 10px;
margin-bottom: 40px;
border-bottom: 1px solid #E4E4E4;
}
.guide-section:first-child {
margin-top: 0;
}
.guide-item > a:first-child {
display: block;
padding: 24px;
background-color: #f2f5fa;
margin-bottom: 24px;
}
.guide-item > a:first-child:hover {
color: #fff;
background-color: #4677db;
}
.guide-item > a:first-child:hover * {
color: #fff;
}
.guide-item > a:first-child h4 {
font-weight: 600;
color: #4677db;
padding-bottom: 14px;
border-bottom: 1px solid #D6D6D6;
}
.prev-versions {
background: #d3dce3;
display: block;
padding: 24px;
margin-top: -24px;
}
#video-tutorials {
padding: 50px 0;
margin-bottom: 70px;
background: #f2f5fa;
}
#video-tutorials h3 {
margin-top: 0;
}
.version-section-content > ul > li {
background: #F7F7F7;
margin-bottom: 40px;
padding: 20px;
border-left: 4px solid #4677db;
}
.version-section-content > ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;

}
.eiforversions {
font-size: 12px;
}
.eiforversions strong {
float: left;
margin-top: 4px;
}
.eiforversions strong {
float: left;
margin-top: 4px;
}
.eiforversions ul {
list-style: none;
}
.eiforversions ul li {
float: left;
margin: 2px 5px;
padding: 2px;
background: #D4DDEB;
border-radius: 3px;
}
.eiforversions::before,
.eiforversions::after {
	content: " ";
	display: table;
	clear: both;
}
.version-section {
margin-top: 50px;
margin-bottom: 200px;
}
#offical-release-content .version-section {
margin-bottom: 50px;
}
.simple-sub-nav > ul > li a {
display: inline-block;
margin: 0 15px;
padding: 10px 15px;
color: #fff;
background-color: #4677db;
border-radius: 4px;
font-weight: bold;
}
.simple-sub-nav > ul > li a:hover {
color: #4677db;
background-color: #eee;
}
.simple-sub-nav > ul > li {
display: inline-block;
}
.simple-sub-nav > ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.simple-sub-nav {
margin: 50px 0;
}
#release-log-nav {
margin: 60px 0;
margin-bottom: 30px;
}
.CollapsiblePanel {
margin: 20px 20px;
padding: 20px;
background: #F7F7F7;
}
.CollapsiblePanelTab {
font-size: 19px;
color: #2475C0;
font-weight: bold;
}


/*********************
DEMO STORES CSS
*********************/
.demo-section {
background: #f2f5fa;
padding: 35px 0;
margin: 100px 0;
line-height: 2;
}
#standard-demo .col-sm-8 {
margin-top: 53px;
padding-right: 60px;
}
#configurator-demo .col-sm-8 {
margin-top: 31px;
padding-right: 60px;
}
#configurator-plus-demo .col-sm-8 {
padding-right: 60px;
margin-top: 100px;
}


/*********************
QUICKBOOKS SYNC CSS
*********************/
#productcart-quickbooks-sync {
	line-height: 2;
}
#quickbooks-sync-img {
	padding-left: 60px;
	margin-top: -10px;
}
.addon-section {
margin: 100px 0;
}
.addon-section:first-child {
margin-top: 0;
}



/*********************
OTHER CSS
*********************/
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000000000000000000000000000000000000000000000000000000;
}
#back-to-top h1 {
-webkit-transition: all 0.6s ease;
-moz-transition:    all 0.6s ease;
-ms-transition:     all 0.6s ease;
-o-transition:      all 0.6s ease;
margin: 0;
padding: 4px 20px;
background: #2F6CC7;
color: #fff;
cursor: pointer;
border-radius: 100px;
/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */ filter: alpha(opacity=0);
/* Netscape */ -moz-opacity: .0;
/* Safari 1.x */ -khtml-opacity: .0;
/* Good browsers */ opacity: .0;
}
#back-to-top.morevisible h1 {
/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
/* IE 5-7 */ filter: alpha(opacity=30);
/* Netscape */ -moz-opacity: .3;
/* Safari 1.x */ -khtml-opacity: .3;
/* Good browsers */ opacity: .3;
}
#back-to-top h1:hover {
/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
/* IE 5-7 */ filter: alpha(opacity=90);
/* Netscape */ -moz-opacity: .9;
/* Safari 1.x */ -khtml-opacity: .9;
/* Good browsers */ opacity: .9;
}
.smallVideo {
background: #f2f5fa;
border: 1px solid #ECECEC;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.smallVideo h6 {
padding: 10px;
font-size: 17px;
}
.smallVideo .smallVideo-thumbnail::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.smallVideo > a {
position: relative;
height: 100%;
width: 100%;
margin: auto;
text-align: center;
display: table;
}
.smallVideo .smallVideo-thumbnail{
	position: relative;
	margin:auto;
}
.smallVideo .smallVideo-thumbnail::before {
content: "\f04b";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
top: 35%;
left: 0px;
right: 0px;
font-size: 60px;
color: rgba(70, 119, 219, 0.65);
position: absolute;
}
.smallVideo a:hover .smallVideo-thumbnail::before {
	font-size: 80px;
	color: rgba(70, 119, 219, 0.95);
}
.smallVideo .smallVideo-thumbnail img {
    width:100%;
}

.largeVideo {
background: #f2f5fa;
border: 1px solid #ECECEC;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
margin-bottom: 50px;
}
.largeVideo h6 {
padding: 10px;
font-size: 17px;
}
.largeVideo .largeVideo-thumbnail::before {
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.largeVideo > a {
position: relative;
height: 100%;
width: 100%;
margin: auto;
text-align: center;
display: table;
}
.largeVideo .largeVideo-thumbnail{
	position: relative;
	margin:auto;
}
.largeVideo .largeVideo-thumbnail::before {
content: "\f04b";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
top: 35%;
left: 0px;
right: 0px;
font-size: 60px;
color: rgba(70, 119, 219, 0.65);
position: absolute;
}
.largeVideo a:hover .largeVideo-thumbnail::before {
	font-size: 80px;
	color: rgba(70, 119, 219, 0.95);
}
.largeVideo .largeVideo-thumbnail img {
    width:100%;
}

#tutorial-content {
margin: 100px auto;
margin-bottom: 200px;
}

.pcContentBox {
	padding: 10px; 
	margin-bottom: 25px;
	border: 1px solid #ececec;
    border-radius: 5px 5px 5px 5px;
	background-color:#f6f6f6;
}

.pcContentBox h4 {
	margin:10px 0 5px 0;
}
.pcContentBox h4 a:link, .pcContentBox h4 a:visited {
	text-decoration:none;
}
.pcContentBox .button {
	margin-left:125px;
}


/*********************
PRICING CSS
*********************/
#productcart-pricing .product-headline .row {
position: relative;
}
.pclive-badge {
	position: absolute;
	width: 190px;
	top: -27px;
	right: 10px;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.pclive-badge:hover {
	transform:rotate(3deg);
	-ms-transform:rotate(3deg); /* IE 9 */
	-webkit-transform:rotate(3deg); /* Opera, Chrome, and Safari */
}
.pricing-headline h2 {
text-align: center;
font-weight:600;
color: #497AD1;
-webkit-text-stroke: 0;
}
.pricing-table-item {
background: #f2f5fa;
padding: 1px 0;
position: relative;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.39);
}
.pricing-price {
background: #38b1fe;
text-align: center;
padding: 25px 0;
}
.pricing-price h2 {
margin: 0;
font-weight: 800;
color: #fff;
}

.pricing-standard {
	color:#38b1fe !important;
}
.pricing-standard-bg {
	background-color:#c73f4f;
}
.pricing-configurator {
	color:#f35213 !important;
}
.pricing-configurator-bg {
	background-color:#6c3fc7;
}
.pricing-plus {
	color:#a73240 !important;
}
.pricing-plus-bg {
	background-color:#38b1fe;
}

.pricing-content {
padding: 20px;
}
a.badge.pricing-learn-more {
background: #404E6A;
-webkit-text-stroke: 0;
position: relative;
top: 8px;
}
a.badge.pricing-learn-more:hover {
color: #97d149;
background-color:#fff;
}
.pricing-head {
text-align: center;
}
.pricing-cta {
text-align: center;
margin-top: 90px;
}
.pricing-cta .btn-default {
position: absolute;
bottom: 20px;
left: 98px;
}

ul.checkmarks-ul li::before {
font-size: 20px;
color: #4677db;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f046";
margin-left: -31px;
margin-right: 12px;
position: relative;
top: 3px;
}
ul.checkmarks-ul li {
margin-bottom: 10px;
}
.checkmarks-ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.5;
padding-left: 33px;
}
#pricing-table {
margin: 200px auto;
margin-top: 100px;
}
.faqs .row {
margin: 28px 0;
}
.pc_answer {
padding: 15px;
padding-left: 40px;
background: rgba(255, 255, 255, 0.62);
overflow: hidden;
height:0;
visibility: hidden;

-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
-ms-transition:     all 0.3s ease;
-o-transition:      all 0.3s ease;
}
.pc_answer.pcClose {
height: 0;
padding: 0px;
padding-left: 0px;
}
.pc_answer.pcOpen {
visibility: visible;
padding: 15px;
padding-left: 40px;
}
.pc_question {
cursor: pointer;
padding: 1px;
padding-left: 40px;
}
.pc_question.highlight {
	background: rgba(85, 85, 85, 0.08);
}
.pc_question:hover {
	background: rgba(85, 85, 85, 0.08);
}
.pc_question::before {
	font-size: 20px;
	color: #4677db;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f196";
	margin-left: -26px;
	margin-right: 11px;
	position: relative;
	top: 7px;
}



/*********************
RESPONSIVE CSS
*********************/

/*= Desktop Size =*/
@media (min-width: 1200px) {
	#ft-nav > ul > li {
	padding: 12px 10px;
	}
	#configurator-intro {
		margin-top: 40px;
	}
	#custom-dev-sidebar {
		padding: 0 35px;
	}
	.pricing-content {
	padding: 45px;
	}
}


/*= Laptop Size =*/
@media (min-width: 992px) and (max-width: 1200px) {
	.main-menu > ul > li.menu-item > a {
		padding: 7px 5px;
	}
	#configurator-intro {
		margin-top: -40px;
	}
	#tabs > div > ul > li {
		margin: 5px 18px;
		font-size: 15px;
	}
	#tabs > div > ul > li.current-tab {
		padding-bottom: 43px;
		margin-bottom: -43px;
		background-size: 80px;
	}
	.pricing-cta .btn-default {
	left: 65px;
	}
}

/*= Tablet Size =*/
@media (min-width: 768px) and (max-width: 992px) {

}

/*= Phone Size =*/
@media (max-width: 768px) {

}


.flex-video {
  position: relative;
  padding-top: 1.38889rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden; 
}
 .flex-video.widescreen {
    padding-bottom: 56.34%; 
}
 .flex-video.vimeo {
    padding-top: 0; 
}
 .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
#sb-container {
z-index: 9999999999999 !important;
}


.row960 {
	width: 960px;
	margin: 0 auto;
}