@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Nunito:100,300,400,700|Roboto:100,200,300,400,500,700|Oswald:300,400,700');


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	zoom: 1;
}

h1, h2, h3, h4, h5 {
	font-family: 'Oswald', Impact, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 48px;
	line-height: 54px;
}

h2 {
	font-size: 36px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 22px;
	line-height: 28px;
}

p {
	font-size: 18px;
	line-height: 22px;
}

ul li {
	clear: both;
	font-size: 18px;
	line-height: 22px;
}

strong {
	font-weight: 500;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: none;
	color: #006ca8;
}

a:hover {
	text-decoration: none;
	color: #309cd8;
}

img {
	max-width: 100%;
}

#bodyCss {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Tahoma, sans-serif;
	font-weight: 300;
	color: #000;
	text-align: center;
	background: #fff;
}

#mainContent {
	padding: 110px 0 75px;
}

	.home #mainContent {
		padding: 110px 0 0;
	}

.menuBar {
	position: fixed;
	width: 100%;
	padding: 0;
	background: #fff;
	border-top: 7px solid #e4e4e4;
	z-index: 999;
}

	.menuBar .wrapper {
		position: relative;
		padding: 0;
		text-align: right;
	}

.wrapper {
	width: 1150px;
	margin: 0 auto;
	padding: 0	;
	text-align: left;
	position: relative;
}

.moduletableBanners {
	position: relative;
	z-index: 10;
}

	.moduletableBanners ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

.owl-carousel .owl-item {
	height: 280px;
}

	.home .owl-carousel .owl-item {
		height: auto;
	}

.moduletableBanners .owl-dots {
	position: relative;
	float: none;
	margin: -30px auto 10px;
}

	.home .moduletableBanners .owl-dots {
		margin: -95px auto 35px;
	}

.moduletableBanners .bannerfooter hr {
	clear: both;
	position: relative;
	width: 45px;
	height: 25px;
	margin: 0 auto -25px;
	padding: 0;
	border: 0 none;
	cursor: pointer;
	background: url('../images/toggle.png') no-repeat center center;
	z-index: 20;
}

	.home .moduletableBanners .bannerfooter {
		display: none;
	}

.parallax {
	position: relative;
	min-height: 500px;
	padding: 1px 0;
	vertical-align: middle;
	background-position: center center;
}

	.noresize {
		min-height: auto;
	}

.customLogo {
	float: left;
	margin: 20px 10px;
	padding: 0;
}

	.customLogo p {
		text-align: left;
	}

#mainContent .search {
	padding-top: 50px;
}

.moduletableSearch {
	position: relative;
	display: inline-block;	
	margin: 27px 0 25px;
	vertical-align: top;
}

	.moduletableSearch h3 {
		margin: 10px 2px;
		padding: 0;
	}

	.moduletableSearch .modContent {
		position: absolute;
		display: none;
		width: 200px;
		right: 0;
		top: auto;
	}

	.moduletableSearch:hover .modContent {
		display: block;
	}

	.moduletableSearch .inputbox {
		width: 100%;
		padding: 5px 10px;
		font-size: 11px;
		color: #555;
		line-height: 16px;
	}

.search .btn-toolbar .btn-group {
	display: inline-block;
}

.search form fieldset.phrases,
.search form fieldset.only {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.search form .chzn-container,
.search form .chzn-container[style] {
	width: auto !important;
}

.search form .form-limit {
	margin-top: 50px;
}

.search input,
.search input[style] {
	width: auto !important;
}

.search .search-results .result-title {
	margin-top: 15px;
}

.moduletableReseller {
	display: inline-block;
	margin: 15px 2px 10px;
}


.blog-featured {
	position: relative;
	padding: 0;
	z-index: 20;
}

	.blog-featured .aboutUs {
		position: relative;
		padding: 20px 0;
		font-family: 'Open Sans Condensed', Arial, sans-serif;
		color: #023754;
		background-color: #96d3f5;
	}

	.blog-featured .aboutUs h1 {
		margin: 15px auto;
		font-family: 'Oswald', Tahoma, sans-serif;
		font-size: 26px;
		color: #006ca8;
	}

	.blog-featured .aboutUs p {
		margin: 15px auto;
		font-size: 24px;
	}

	.blog-featured .aboutUs:before,
	.blog-featured .aboutUs:after {
		content: "\0020";
		position: absolute;
		width: 0;
		left: 0;
		border-style: solid;
		border-top-width: 35px !important;
		border-bottom-width: 0 !important;
	}

	.blog-featured .aboutUs:before {
		top: -35px;
		border-color: transparent #96d3f5;
	}

	.blog-featured .aboutUs:after {
		top: 100%;
		border-color: #96d3f5 transparent;
	}

.blog-featured .ourProducts {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-position: center;
}

	.blog-featured .ourProducts .stepNext {
		margin: 0 auto 25px;
	}

	.blog-featured .ourProducts ul.products {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	.blog-featured .ourProducts ul.products li {
		position: relative;
		display: inline-block;
		margin: 10px;
		overflow: hidden;
	}

	.blog-featured .ourProducts .specs {
		position: absolute;
		top: 185px;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		background: #000;
	}

	.items-row .item .ourProducts .specs h2 {
		margin: 10px 10px 8px;
		font-family: 'Oswald', Arial, sans-serif;
		font-size: 18px;
		line-height: 20px;
	}

	.items-row .item .ourProducts .specs p {
		margin: 8px 10px 10px;
		font-family: 'Open Sans Condensed', Tahoma, sans-serif;
		font-size: 16px;
		line-height: 18px;
		text-align: left;
	}

.customInquire {
	margin: 25px auto 0;
	padding: 1px 0;
}

.ui-btn {
	font-size: 0;
}

.blogModule {
	float: left;
	margin: 50px 35px 0 0;
}

	.trainings-offered .items-row .item .page-header {
		margin-top: 10px !important;
	}

	.moduletableCaseStudies ul,
	.moduletableSolidWorks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 250px;
	}

	.moduletableCaseStudies ul li a,
	.moduletableSolidWorks ul li a {
		display: block;
		margin: 1px 0;
		padding: 5px 10px;
		font-family: 'Roboto', Tahoma, sans-serif;
		font-weight: 300;
		font-size: 18px;
		text-decoration: none;
		border: 1px solid #a2e1ff;
	}

	.moduletableCaseStudies ul li a:hover,
	.moduletableCaseStudies ul li.active a:hover ,
	.moduletableSolidWorks ul li a:hover,
	.moduletableSolidWorks ul li.active a:hover {
		color: #fff;
		background: #0092ce;
	}

	.moduletableCaseStudies ul li.active a,
	.moduletableSolidWorks ul li.active a {
		color: #fff;
		background: #00B2Fe;
	}

.case-studies {
}

	.case-studies .cat-children {
		padding-top: 20px;
		font-size: 0;
		text-align: center;
	}

	.case-studies .cat-children > div {
		display: inline-block;
		margin: 10px;
		width: 200px;
		height: 100px;
		font-size: 18px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #999;
		position: relative;
	}

	.case-studies .cat-children div > h3 a {
		position: absolute;
		margin: 0 -50% 0 0;
		padding: 10px;
		top: 50%;
		left: 50%;
		font-weight: 100;
		line-height: 22px;
		transform: translate(-50%,-50%);
	}


.items-row .page-header {
	border: 0 none;
}

	.items-row .page-header h2 {
		margin: 10px 0;
		font-size: 24px;
	}

	.items-row .item p {
		margin: 10px 0;
		font-size: 16px;
		line-height: normal;
	}

	.home .items-row .item p {
		margin: 20px 0;
		font-size: 18px;
		line-height: normal;
	}

div.blog,
.item-page .content {
	overflow: hidden;
}

.satisfaction,
.overflow {
	width: 100%;
	margin: -35px 0;
	padding: 35px 0;
	overflow: hidden;
}

.end {
	padding-bottom: 0;
	margin-bottom: 0;
}

.items-row .satisfaction {
	font-size: 0;
}

	.items-row .satisfaction .dgrey,
	.items-row .satisfaction .lgrey {
		position: relative;
		display: inline-block;
		min-height: 230px;
		width: 50%;
		padding: 1px 0;
		vertical-align: top;
	}

	.items-row .satisfaction .dgrey p {
		float: right;
		width: 75%;
		margin: 35px 50px;
		text-align: right;
	}

	.items-row .satisfaction .lgrey p {
		float: left;
		width: 75%;
		margin: 70px 50px;
		text-align: left;
	}

	.items-row .satisfaction .dgrey {
		color: #fff;
		background: #364040;
	}

	.items-row .satisfaction .lgrey {
		color: #000;
		background: #c5c5c5;
	}

	.satisfaction .dgrey:before,
	.satisfaction .dgrey:after,
	.satisfaction .lgrey:before,
	.satisfaction .lgrey:after {
		content: "\0020";
		position: absolute;
		width: 0;
		left: 0;
		border-style: solid;
	}

	.satisfaction .dgrey:before {
		top: -35px;
		border-right-width: 0;
		border-top-width: 35px !important;
		border-bottom-width: 0 !important;
		border-color: transparent #364040;
	}

	.satisfaction .dgrey:after {
		bottom: -35px;
		border-right-width: 0;
		border-top-width: 0 !important;
		border-bottom-width: 35px !important;
		border-color: transparent #364040;
	}

	.satisfaction .lgrey:before {
		top: -35px;
		border-left-width: 0;
		border-top-width: 35px !important;
		border-bottom-width: 0 !important;
		border-color: transparent #c5c5c5;
	}

	.satisfaction .lgrey:after {
		bottom: -35px;
		border-left-width: 0;
		border-top-width: 0 !important;
		border-bottom-width: 35px !important;
		border-color: transparent #c5c5c5;
	}

.togetherIntoTheFuture {
	font-size: 0;
}

	.togetherIntoTheFuture .stepNext {
		margin: 40px auto -65px;
	}

	.togetherIntoTheFuture h1 {
		margin: 50px 10px 20px;
		font-family: 'Roboto', Tahoma, sans-serif;
		font-size: 33px;
		font-weight: 100;
	}

	.togetherIntoTheFuture .leftPane,
	.togetherIntoTheFuture .rightPane {
		display: inline-block;
		margin: 0;
		padding: 50px 2%;
		vertical-align: top;
		min-height: 720px;
	}

	.togetherIntoTheFuture .leftPane {
		width: 60%;
		font-family: 'Roboto', Tahoma, sans-serif;
		text-align: right;
	}

	.togetherIntoTheFuture .rightPane {
		width: 40%;
		text-align: left;
		background: #e3e3e3;
	}

	.togetherIntoTheFuture ul.together {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0;
		text-align: right;
	}

	.togetherIntoTheFuture ul.together li {
		display: inline-block;
		width: 365px;
		margin: 0 2% 20px;
		font-size: 16px;
		vertical-align: top;
		text-align: left;
	}

	.togetherIntoTheFuture ul.together li h2 {
		margin: 15px 0 10px;
		font-family: 'Roboto', Tahoma, sans-serif;
		font-size: 19px;
		font-weight: 300;
		line-height: 25px;
	}

	.togetherIntoTheFuture ul.together li p {
		margin: 10px 0;
		font-size: 16px;
		line-height: 18px;
	}

	.togetherIntoTheFuture ul.together li h2 strong {
		font-size: 25px;
		letter-spacing: -1px;
	}

	.togetherIntoTheFuture ul.menu {
		display: inline-block;
		list-style: none;
		margin: 115px 0 0;
		padding: 0;
	}

	.togetherIntoTheFuture ul.menu li {
		position: relative;
		margin: 0;
		padding: 1px;
	}

	.togetherIntoTheFuture ul.menu li img {
		position: absolute;
		left: 10px;
		top: 6px;
	}

	.togetherIntoTheFuture ul.menu li a {
		display: block;
		padding: 8px 10px 8px 65px;
		font-family: 'Oswald', Tahoma, sans-serif;
		font-size: 24px;
		font-weight: 100;
		color: #434343;
	}

	.togetherIntoTheFuture ul.menu li a:hover {
		background: #f3f3f3;
	}

.threeCols,
.twoCols {
	font-size: 0;
	text-align: center;
}

	.threeCols > div,
	.twoCols > div,
	.threeCols > p,
	.twoCols > p {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 10px 2%;
		font-size: 18px;
		line-height: normal;
		text-align: left;
		vertical-align: top;
	}

	.threeCols > div,
	.twoCols > div {
		width: 46%;
	}

	.threeCols > p {
		width: 33.3%;
	}

	.threeCols > div {
		width: 29.3%;
	}


.main-header h1,
.page-header h1,
.item-page h1 {
	display: inline-block;
	margin: 20px 0 10px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 31px;
	font-weight: 400;
	color: #4e0101;
	line-height: 28px;
}

	.page-header {
		clear: both;
		margin: 35px 0 10px;
		border-bottom: 1px dotted #c0c0c0;
	}

	.main-header {
		float: right;
		margin: 35px 0 -20px;
	}

		.main-header h1 {
			font-size: 24px;
			color: #999;
		}

	.item-page p {
		margin: 20px 0;
		text-align: justify;
		font-weight: 300;
	}

	h3.cat-title {
		margin: 50px 10px 10px 10px;
		font-size: 22px;
	}

	.cat-children .item-title {
		font-size: 20px;
		margin: 10px 10px 10px 20px;
		border: 0 none;
	}

.contentBlogs,
.blogBlogs {
	float: left;
	position: relative;
	width: 70%;
}

	.blogBlogs .main-header {
		border: 0 none;
	}

	.blogModuleBlogs {
		float: right;
		width: 27%;
		margin: 35px 0 0 3%;
	}

	.blogModuleBlogs ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.blogModuleBlogs ul li {
		display: block;
	}

	.moduletableRandom ul li > a {
		display: block;
		padding: 10px 10px 0;
		text-transform: lowercase;
		border-top: 1px dotted #ccc;
	}

	.moduletableRandom ul li:first-child > a {
		border: 0 none;
	}

	.moduletableRandom ul li > span.mod-articles-category-category {
		display: block;
		padding: 0 10px 10px;
		font-size: 14px;
	}


#mbBottom {
	width: 100% !important;
}

p.more a {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #b0b0b0;
}

	p.more a:hover {
		color: #909090;
		text-decoration: none;
		background: #e0e0e0;
	}


/* Products Front */
ul.products {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

	ul.products li p:last-child {
		padding-bottom: 15px;
		border-bottom: 1px dotted #c0c0c0;
		overflow: hidden;
	}

	ul.products h2 {
		font-size: 26px;
		line-height: 26px;
	}

.figBlocks {
	text-align: center;
}

	div.figBlocks figure {
		display: inline-block;
	}

	figure img {
		margin: 10px 0;
	}


/* Products Page */
/*	.solidworks ul.products {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0;
	}

	.solidworks ul.products li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding: 15px;
	}

	.solidworks ul.products li img {
		margin-right: 10px;
	}

	.solidworks ul.products li p:last-child {
		padding-bottom: 15px;
		border-bottom: 1px dotted #c0c0c0;
		overflow: hidden;
	}

	.solidworks ul.products .specs {
		overflow: hidden;
	}

	.solidworks ul.products h2 {
		font-size: 22px;
		line-height: 22px;
		text-align: left;
	}

	.solidworks ul.products p {
		font-size: 16px;
		line-height: 18px;
		text-align: left;
	}
*/

/* News */

	.blogBlogs .items-row {
		margin: 0;
	}

	.blogBlogs .item {
		clear: both;
		margin: 10px 0;
		padding: 1px 0;
	}

	.blogBlogs .item .page-header {
		margin: 20px 0 2px;
		padding: 0;
		border: 0 none;
	}

	.blogBlogs .item .page-header h2 {
		margin: 10px 10px 0 10px;
		padding: 0;
		font-size: 24px;
		line-height: 24px;
	}

	.blogBlogs .item p {
		margin: 10px;
		font-size: 16px;
		line-height: normal;
		text-align: justify;
	}

	.blogBlogs .item .article-info {
		position: relative;
		margin: 5px 0 5px 15px;
		padding: 0 0 0 10px;
	}

	.blogBlogs .item .article-info:before {
		position: absolute;
		content: "\0020";
		width: 0;
		left: 0;
		top: 5px;
		border-width: 6px;
		border-style: solid;
		border-color: transparent transparent transparent #c9c9c9;
	}

.pagination {
	text-align: right;
}

	.pagination p {
		margin: 10px 5px 5px;
		font-size: 14px;
	}

	.pagination ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.pagination ul li {
		display: inline-block;
	}

	.pagination ul li a,
	.pagination ul li span {
		padding: 3px 5px;
		font-size: 14px;
	}

	.pagination ul li:hover a,
	.pagination ul li:hover span {
		background: #eee;
	}

/* Contact Page */
.contact-us {

}
	
	.contact-us-pc .contact .contactForm,
	.contact-us-pc .contact .contact-miscinfo,
	.contact-us .contact .contactForm,
	.contact-us .contact .contact-miscinfo {
		width: 50%;
		margin: 0 !important;
		padding: 0 !important;
	}

	.contact-us-pc .contact .contactForm form,
	.contact-us-pc .contact .contact-miscinfo .content,
	.contact-us .contact .contactForm form,
	.contact-us .contact .contact-miscinfo .content {
		padding: 10px;
	}

	.contact-us-pc .contact .contact-miscinfo .content,
	.contact-us .contact .contact-miscinfo .content {
		margin: 0 25px;
	}

	.contact-us-pc .contact .contact-miscinfo p:first-child,
	.contact-us .contact .contact-miscinfo p:first-child {
		margin-top: 0;
	}

	.control-group {
		clear: both;
		margin: 5px auto;
	}

	.control-label {
		float: left;
		width: 30%;
		font-size: 18px;
		line-height: 18px;
	}

	.control-label label {
		display: block;
		padding: 5px;
	}

	.controls {
		overflow: hidden;
	}

	input,
	select,
	textarea {
		padding: 4px;
		width: 85%;
		font-size: 18px;
		line-height: 18px;
		border: 1px solid #c0c0c0;
	}

	select {
		padding: 5px;
	}

	textarea {
		width: 100%;
		min-height: 200px;
	}

	.contact-us-pc .contact .copyEmail .control-label,
	.contact-us .contact .copyEmail .control-label {
		float: right;
		width: 65%;
		padding: 5px;
	}

	.contact-us-pc .contact .copyEmail label,
	.contact-us .contact .copyEmail label {
		display: inline;
		padding: 5px 0;
	}

	.contact-us-pc .contact .copyEmail .controls,
	.contact-us .contact .copyEmail .controls {
		float: left;
		margin-left: 30%;
		padding: 5px 0;
	}

	.controls input[type="submit"],
	.controls button {
		float: left;
		width: auto;
		margin: 10px 0 0 30%;
		padding: 5px 15px;
		color: #fff;
		background: #005581;
		border: 2px solid #004571
	}

	.controls button:hover {
		background: #1075A1;
	}

	.contact-us-pc .contact .copyEmail input,
	.contact-us .contact .copyEmail input {
		width: auto;
	}

.blueBtn {
	display: inline-block;
	margin: 10px;
	padding: 7px 15px;
	color: #fff;
	background: #07C;
}

	.blueBtn:hover {
		color: #fff;
		background: #0AE;
	}

#system-message-container {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
}

	#system-message-container .alert {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 300px;
		min-height: 200px;
		margin: -150px 0 0 -150px;
		background: #ffc;
		border: 2px solid #999;
	}

.alert p {
	margin: 20px 30px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.tooltip {
	position: absolute;
	padding: 5px 7px;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	color: rgb(0,0,0);
	background: rgb(255,255,200);
	border: 1px solid rgb(0,0,0);
}

	.tooltip strong {
	     font-weight: bold;
	}

	.tooltip .tip-text {
	     font-style: italic;
	}


#footer {
	position: relative;
	font-family: 'Roboto', Tahoma, sans-serif;
	color: #6c6c6c;
	background: #1a1a1a;
	z-index: 90;
}

	#footer:before {
		position: absolute;
		content: "\0020";
		width: 0;
		left: 0;
		border-style: solid;
		border-top-width: 35px !important;
		border-bottom-width: 0 !important;
	}

	#footer:before {
		top: -35px;
		border-color: transparent #1a1a1a;
	}

	#footer .wrapper {
		margin: 0 auto;
		padding: 35px 0;
		font-size: 0;
	}

	#footer .moduletable {
		width: 14%;
		padding: 0;
		margin: 10px 2% 10px 3.5%;
	}

	#footer .moduletable h3 {
		font-family: 'Roboto', Tahoma, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 16px;
		color: #c5c5c5;
		text-align: left;
	}

	#footer .moduletable ul.categories-module,
	#footer .moduletable ul.menu {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		list-style: none;
	}

	#footer .moduletable ul.categories-module li a,
	#footer .moduletable ul.menu li a {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
	}

	#footer .moduletable ul.menu li a img {
		display: none;
	}

	#footer p strong {
		font-weight: 300;
		color: #fff;
	}

	#footer a {
		color: #a8aaaa;
	}

		#footer a:hover {
			color: #fff;
		}

	#footer .moduletableFooterInfo {
		clear: both;
		text-align: center;
	}

	#footer .moduletableFooterInfo .last {
		margin-left: 0;
		padding-left: 15px;
		border-left: 1px dotted #6c6c6c;
	}

	#footer .moduletableFooterInfo a {
		color: #98885d;
	}

		#footer .moduletableFooterInfo a:hover {
			text-decoration: none;
			color: #C8B88d;
		}

	#footer .threeCols {
		width: 90%;
		margin: 15px auto;
	}

	#footer .threeCols p {
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		vertical-align: middle;
	}

#floating {
	position: fixed;
	height: 100%;
	width: 1px;
	top: 0;
	right: 0;
	z-index: 90;
}

	#floating ul.menu {
		position: fixed;
		list-style: none;
		margin: 0;
		padding: 0;
		right: 0;
		bottom: 65px;
	}

	#floating ul.menu li a {
		display: block;
		margin: 0;
		padding: 5px 7px;
	}

	#floating ul.menu li a img {
		max-width: none;
	}

	#floating ul.menu li .image-title {
		display: none;
	}

	#floating ul.menu li a:hover {
		background-color: #eee;
	}

.customMap iframe,
.customMap iframe[style] {
	width: 100%;
	margin: 15px 0 10px;
	padding: 0;
	font-size: 24px;
	pointer-events: none;
	line-height: 24px;
}

.mouseAllowed {
	pointer-events: auto !important;
}

.map .gm-style p {
	margin: 10px 0 15px;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

	.map .gm-style p em {
		font-style: normal;
		font-weight: 500;
	}

.blackLink {
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-transform: lowercase;
	background: #000;
}

	.blackLink:hover {
		color: #fff;
		background: #777;
	}

hr.stepNext {
	clear: both;
	position: relative;
	width: 27px;
	height: 15px;
	margin: -20px auto 20px;
	border: 0 none;
	cursor: pointer;
	z-index: 20;
	background: url('../images/stepnext.png') no-repeat center center;
}

hr.stepBack {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 0;
	margin: 5px 7px;
	padding: 0;
	width: 35px;
	height: 35px;
	border: 0 none;
	cursor: pointer;
	z-index: 100;
	background: url('../images/stepback.png') no-repeat center center;
}

.dpEvents .dp-container {
	margin: 35px auto 0;
}

	.contentpane {
		height: auto !important;
	}

	.contentpane .wrapper {
		width: 80%;
		padding: 0 10%;
	}

	#sbox-content iframe {
		max-width: 100%;
		max-height: 100%;
	}

	.tooltipster-content {
		padding: 10px !important;
		font-size: 16px !important;
	}

	.dp-event-link {
		display: inline-block;
		margin: 15px auto 0;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		color: #ffc;
	}

	.tooltipster-content p {
		font-size: 16px;
		line-height: 18px;
	}

	.contentpane .moreEvents {
		display: none;
	}

	.moreEvents {
		float: left;
	}

	.description {
		overflow: hidden;
	}

	.eventRegister .joomla-nav,
	.moreEvents .joomla-nav {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.moreEvents .joomla-nav a {
		display: block;
		margin: 50px;
		padding: 25px 35px;
		color: #fff;
		text-align: center;
		background: #005581;
	}

	.moreEvents .joomla-nav a:hover {
		background: #1095C1;
	}

	.eventRegister .joomla-nav a {
		display: inline-block;
		margin: 0;
		padding: 10px 15px;
		color: #fff;
		background: #109020;
	}

	.eventRegister .joomla-nav a:hover {
		background: #40C050;
	}

.hide {
	display: none;
}

.qlform form {
	width: 80%;
	margin: 50px auto;
	padding: 0;
}

	.qlform fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.qlform .control-label {
		width: 25%;
	}

	.qlform .controls {
		width: 75%;
	}

	.qlform textarea {
		width: 85%;
		height: 200px;
	}

	.qlform .submit .controls {
		width: 100%;
	}

	.qlform input[type="submit"] {
		margin-left: 25%;
	}

.touchQuitMap {
	display: none;
	margin: 50px 0 0;
	font-size: 14px;
}

@media screen and (max-width: 1500px)  {
	.togetherIntoTheFuture .leftPane,
	.togetherIntoTheFuture .rightPane {
		padding: 50px 2%;
	}

	.togetherIntoTheFuture .leftPane {
		width: 70%;
	}

	.togetherIntoTheFuture .rightPane {
		width: 30%;
	}
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: 95%;
	}

	.moduletableReseller {
		position: absolute;
		top: 2%;
		left: 280px;
		margin-left: 2.5%;
	}

	.moduletableSearch {
		position: absolute;
		top: 23%;
		margin: 0;
		right: 90px;
		z-index: 100;
	}

	.togetherIntoTheFuture .leftPane {
		width: 55%;
	}

	.togetherIntoTheFuture .rightPane {
		width: 45%;
	}

	.togetherIntoTheFuture ul.together li {
		display: inline-block;
		text-align: right;
		width: 96%;
		margin: 0 2% 20px;
	}
}

@media screen and (max-width: 900px) {
	.togetherIntoTheFuture .leftPane {
		width: 60%;
	}

	.togetherIntoTheFuture .rightPane {
		width: 40%;
	}

	.blog .category-desc .clearFix {
		text-align: center;
	}

	.blog .category-desc .clearFix p {
		text-align: left;
	}

	.blog .category-desc img[style] {
		float: none !important;
		margin: 0 auto !important;
	}

	.moreEvents {
		float: none;
	}

	.moreEvents ul.joomla-nav li a {
		font-size: 18px;
		padding: 10px 5px;
		line-height: normal;
	}

	#footer .moduletable {
		width: 27%;
	}

	form {
		width: 96% !important;
		margin: 10px auto;
	}

	.control-group .control-label {
		width: 30%;
	}

	.control-group .controls {
		width: 70%;
	}

	.control-group .controls button,
	.control-group .controls input.btn {
		margin-left: 30% !important;
	}

	.contact-us-pc .twoCols,
	.contact-us .twoCols {
		width: 98% !important;
	}

	.contact-us-pc .twoCols > div,
	.contact-us .twoCols > div {
		display: block !important;
		width: auto !important;
		text-align: left !important;
		margin: 5px;
		padding: 5px;
	}

	.contact-us-pc .controls,
	.contact-us .controls {
		width: auto !important;
	}

	.contact-us-pc .twoCols > div .content,
	.contact-us .twoCols > div .content {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.customLogo {
		width: 100%;
		margin-left: 0;
	}

		.customLogo img {
			width: 55%;
		}

	.moduletableReseller {
		left: 55%;
		width: 18%;
		margin: 15px 0;
	}

		.moduletableReseller img {
			width: 80%;
		}

	.moduletableSearch {
		right: 45px;
	}

	.togetherIntoTheFuture h1 {
		text-align: center;
	}

	.items-row .satisfaction .lgrey,
	.items-row .satisfaction .dgrey {
		display: block;
		width: auto;
		min-height: 0;
		height: auto !important;
	}

	.items-row .satisfaction .lgrey p,
	.items-row .satisfaction .dgrey p {
		float: none;
		width: auto;
		margin: 0;
		padding: 35px 5%;
		text-align: center;
	}

	.satisfaction .dgrey:before,
	.satisfaction .dgrey:after,
	.satisfaction .lgrey:before,
	.satisfaction .lgrey:after {
		border: 0 none;
	}

	.togetherIntoTheFuture .leftPane,
	.togetherIntoTheFuture .rightPane {
		display: block;
		width: auto;
		height: auto !important;
		min-height: 0;
		padding: 35px 5%;
	}

	.togetherIntoTheFuture .rightPane {
		padding-bottom: 75px;
	}

	.togetherIntoTheFuture ul.together li {
		display: block;
		text-align: center;
	}

	.togetherIntoTheFuture .moduletableExtra {
		text-align: center;
	}

	.togetherIntoTheFuture ul.menu {
		margin: 10px auto;
	}

	.twoCols,
	.threeCols {
		width: 98% !important;
	}

	.twoCols > div,
	.threeCols > div,
	.twoCols > p,
	.threeCols > p {
		display: block !important;
		width: auto !important;
		text-align: center !important;
		margin: 5px 5px 15px;
		padding: 10px 10px 20px;
		border-bottom: 1px dotted #ccc;
	}

	h1,h2,h3,h4,
	.page-header h1,
	.items-row .page-header h1,
	.item-page h1,
	.item-page h2,
	.item-page h3,
	.item-page h4 {
		margin: 10px 5px;
		padding: 0;
		line-height: normal !important;
	}

	.item-page h1 {
		font-size: 18px;
	}

	.item-page h2 {
		font-size: 16px;
	}

	.item-page h3,
	.item-page h4 {
		font-size: 14px;
	}

	.page-header h1 {
		font-size: 24px;
	}

	.blog .category-desc .clearFix,
	.blog .category-desc .clearFix p {
		font-size: 16px;
		line-height: normal;
	}

	.customInquire {
		width: 98%;
		margin: 25px auto 0;
	}

	.blog-featured .aboutUs p,
	.contact-us-pc .content p,
	.contact-us .content p,
	.events .description p,
	ul li,
	.customInquire p,
	.items-row .item p,
	.item-page p {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.twoCols p br {
		display: none;
	}

	.twoCols p span[style] {
		display: block;
		margin: 5px 0;
		font-size: 12px !important;
		line-height: normal;
	}

	.about-us .roundLink img {
		width: 40%;
	}

	.main-header,
	.main-header h1,
	 .page-header h1,
	.item-page h1,
	.page-header {
		margin-top:  10px;
	}

	.blogModule,
	.blogModuleBlogs,
	.blogBlogs,
	.contentBlogs {
		float: none;
		width: 90%;
		margin: 20px auto 20px;
	}

	.hp-workstations .articleBody > div > p[style],
	.dell-workstations .articleBody > div > p[style] {
		margin: 20px auto !important;
		font-size: 16px;
		line-height: 6px !important;
		text-align: center !important;
	}

	.hp-workstations .articleBody p span,
	.dell-workstations .articleBody p span {
		display: block;
		font-size: 22px !important;
		letter-spacing: 0 !important;
		margin: 10px auto;
		text-align: center;
	}

	.hp-workstations .articleBody p img[style],
	.dell-workstations .articleBody p img[style] {
		float: none !important;
		display: block;
		margin: 10px auto !important;
	}

	.news .item > p {
		text-align: center;
	}

	.news .item > p > img[style] {
		float: none !important;
		display: block;
		margin: 10px auto !important;
	}

	.events .description p br,
	.events .description p br:before,
	.events .description p br:after {
		float: left;
		margin: 2px;
	}

	.events .description p {
		text-align: center;
	}

	.control-group .controls,
	.control-group .control-label {
		float: none !important;
		width: auto !important;
	} 

	.control-group .controls input,
	.control-group .controls textarea {
		width: 100%;
	}

	.control-group .controls button,
	.control-group .controls input.btn {
		margin-left: 0% !important;
	}

	.contact-us-pc .contact .copyEmail .controls,
	.contact-us .contact .copyEmail .controls {
		float: left !important;
		width: auto !important;
		margin: 0 !important;
	}

	.contact-us-pc .contact .copyEmail .control-label,
	.contact-us .contact .copyEmail .control-label {
		float: right !important;
		width: 90% !important;
	}

	.contact-us-pc .twoCols > div .content,
	.contact-us .twoCols > div .content {
		text-align: left;
	}

	.blog-featured .aboutUs:before,
	.blog-featured .aboutUs:after {
		border-top-width: 20px !important;
	}

	.blog-featured .aboutUs:before {
		top: -20px;
	}

	#footer:before,
	.satisfaction .dgrey:before,
	.satisfaction .lgrey:before {
		top: -20px;
		border-top-width: 20px !important;
	}

	.satisfaction .dgrey:after,
	.satisfaction .lgrey:after {
		bottom: -20px;
		border-bottom-width: 20px !important;
	}

	iframe {
		max-width: 100%
	}
}

@media screen and (max-width: 420px) {
	.menuBar {
		position: relative;
		border-top: 0 none;
		height: 100px;
	}

		.menuBar .wrapper {
			width: 100%;
			height: 100%;
		}

	.customLogo {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 10px;
		background: #fff;
		z-index: 90;
	}

		.customLogo img {
			margin-top: 0px;
			width: auto;
			height: 40px;
		}

	.moduletableReseller {
		position: fixed;
		left: auto;
		right: 55px;
		top: 0;
		margin: 10px 0 0;
		z-index: 90;
	}

		.moduletableReseller img {
			width: auto;
			height: 40px;
		}

	.moduletableSearch {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		left: auto;
		width: 100%;
		z-index: 10;
	}

		.moduletableSearch h3 {
			position: relative;
			float: right;
			margin-right: 2.5%;
		}

		.moduletableSearch .modContent {
			display: block;
			position: relative;
			float: left;
			width: 85%;
			margin-left: 2.5%;
		}

	#mainContent {
		padding: 0 !important;
	}

	hr.stepNext {
		margin: -20px auto 5px;
	}

	.moduletableBanners .owl-item img {
		height: 150px !important;
	}

	.moduletableBanners .owl-dots {
		display: none !important;
	}

	#footer .moduletable {
		width: 44%;
	}

	#mainContent {
		padding-bottom: 25px;
	}

	.blog-featured .aboutUs:before,
	.blog-featured .aboutUs:after {
		border-top-width: 10px !important;
	}

	.blog-featured .aboutUs:before {
		top: -10px;
	}

	#footer:before,
	.satisfaction .dgrey:before,
	.satisfaction .lgrey:before {
		top: -10px;
		border-top-width: 10px !important;
	}

	.satisfaction .dgrey:after,
	.satisfaction .lgrey:after {
		bottom: -1000px;
		border-bottom-width: 10px !important;
	}

	.moduletableExtra ul.menu li a {
		font-size: 20px !important;
		line-height: 24px !important;
	}
}

/* CSS Hacks */
.wrapper:after,
.clearFix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.wrapper,
.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix,
html[xlmns] .wrapper {
	display: block;
}

* html .clearFix,
* html .wrapper {
	height: 1%;
}

:-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #778EAD;
}
:-moz-placeholder { /* Firefox 19+ */
	color: #778EAD;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #778EAD;
}
:-moz-placeholder { /* Firefox 18- */
	color: #778EAD;
}

.buttontwo {
    background-color: #12a6d0;
    border: none;
    color: #333333;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    cursor: pointer;
    border: 2px solid #333333;
}

.buttontwo:hover {
    background-color:  #333333;
    color: #12a6d0;
}

.video-responsive {
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    left:0;
    top:0;