@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
	background: #333333;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #2B2A29;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type=text], input[type=email], input[type=search], input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 7px;
	line-height: 22px;
}
p.indent{
	margin-left: 7px;
	margin-right: 7px;
}
hr {
	display: block;
	border-top: 1px solid #1a1a1a;
}
hr1 {
	display: inline;
	border-left: 1px solid #666666;
}
hr2 {
	display: block;
	border-top: 1px solid #666666;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 5px 0;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 24px/28px 'Roboto';
	color: #2C5AA0;
	text-transform: uppercase;
	padding-top: 30px;
}
h2.indent {
	margin: 0 0 20px 0;
}
h2.indent1 {
	padding-top: 15px;
	margin: 0 0 15px 0;
}
h3 {
	font: 18px/24px 'Roboto';
	color: #4d4d4d;
	margin: 0 0 15px 0;
}
h4 {
	font: 24px/36px 'Roboto';
	color: #c83737;
	margin: 0 0 24px 0;
}
h5 {
	font: 15px/22px 'Roboto';
	color: #262626;
	font-weight: normal !important;
	margin: 0;
}
h5.indent {
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 7px;
}
h6 {
	font: 15px/22px 'Roboto';
	color: #1a1a1a;
	margin-left: 25px;
	margin-right: 19px;
}
h7 {
	font: 18px/22px 'Roboto';
	color: #666666;
	text-transform: none;
}
h7.indent{
	margin-left: 7px;
	margin-right: 7px;
}
h8 {
	font: 20px/22px 'Roboto';
	margin-left: 25px;
	margin-right: 19px;
	text-transform: none;
}
h9 {
	font: 16px/22px 'Roboto';
	text-transform: none;
	
}
@media (max-width: 480px) {
	h9 {
		font: 14px/22px 'Roboto';
		text-transform: none;
	}
}
@media (max-width: 320px) {
	h9 {
		font: 12px/22px 'Roboto';
		text-transform: none;
	}
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #7F7F7F;
}
.global.indent {
	padding: 15px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	background: #ffffff;
	padding: 0px 0 0px 0;
}
.menuBox.indent {
	padding: 31px 0 19px 0;
	border-bottom: 1px solid #e1e1e1;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 22px;
	padding: 0 0px 0px 0px;
	margin-left: 15px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 15px 'Roboto';
	color: #333333;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active {
	/*border-bottom: 4px solid #005400;*/
}
nav.tm_navbar li.active > a {
	color: #C83737;
	background: none;
}
nav.tm_navbar li:hover {
	/*border-bottom: 4px solid #C83737;*/
}
nav.tm_navbar li:hover > a {
	color: #C83737;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sfHover {
	/*border-bottom: 4px solid #666666;*/
}
nav.tm_navbar .sfHover > a {
	color: #C83737;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: auto;
	left: -10px;
	top: 32px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #FFFFFF;
	padding: 10px 10px 5px 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li.active > a {
	color: #C83737;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Roboto';
	text-transform: uppercase;
	color: #333333;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker3.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #c83737 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #c83737 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100px;
	left: 110px;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #FFFFFF;
	padding: 10px 10px 5px 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Roboto';
	text-transform: uppercase;
	color: #333333;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #c83737 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}
footer {
	padding: 15px 0;
    background: #1B1B1B;
}
footer p {
	margin-bottom: 0;
	font: 12px/36px 'Roboto';
	color: #9fa3ab;
	text-transform: uppercase;
}
footer p a {
	font: 12px/36px 'Roboto';
	color: #9fa3ab;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer p span {
	font: 18px/36px 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
}
footer em {
	font-style: normal;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 165px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.address_icon li {
	float: left;
	margin-left: 38px;
	font: 12px 'Roboto';
	color: #EFEFEF;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Roboto';
	color: #717171;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #f08213;
}
.follow-box {
	overflow: hidden;
	padding: 10px 0 10px 0;
	background: #1a1a1a;
	border-bottom: 1px solid #e4e4e4;
}
.follow-box p {
	float: left;
	font: 14px 'Roboto';
	color: #c5c4c4;
	margin: 4px 0 0 0;
}
.follow-box p > a {
	font: 14px 'Roboto';
	color: #e22004;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p > a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	float: right;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 13px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	opacity: 0.82;
	filter: alpha(opacity=82);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.follow_icon.indent {
	float: none;
}
.follow_icon.indent li {
	margin-left: 5px;
}
.follow_icon.indent li:first-child {
	margin-left: 0;
}
.follow_icon.indent li a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.follow_icon.indent li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.tools-box {
	padding-top: 15px;
}
.tools-box p {
	font: 18px/22px 'Roboto';
	color: #e6e6e6;
	margin: 0;
}
.tools-box p a {
	color: #e6e6e6;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	font-weight: 700;
	color: #ffffff;
}
.tools-box .col-lg-3 > div {
	/*border-right: 1px solid #666666;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.priv-box {
	margin-bottom: 70px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.testimBox {
	padding: 0 0 66px 0;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #666666;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.gallery-box {
	padding-bottom: 29px;
}
.blogBox {
	margin-bottom: 48px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.center-box {
	background: #e5dfeb;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
}
.center-box .title1 a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.center-box .title1 a:hover {
	color: #c83737;
}
.center-box .btn-position {
	position:relative;
	display: inline-block;
	z-index: 10;
}
.center-box .btn-position .hover-img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.center-box .btn-position:hover .hover-img {
	display: inline;
}
.center-box .title {
	font: 20px/20px 'Roboto';
	color: #2C5AA0;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 19px;
}
.center-box .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.center-box .title2 {
	font: 42px/42px 'Roboto';
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.center-box .title3 {
	font: 20px/20px 'Roboto';
	color: #2c5aa0;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 19px;
}
.center-box .title4 {
	font: 17px/25px 'Roboto';
	color: #2C5AA0;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.center-box .title5 {
	font: 17px/25px 'Roboto';
	color: #c83737;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.center-box figure {
	margin-bottom: 20px;
	align-content: center;
}
.center-box .col-lg-3 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.center-box .col-lg-4 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.card {
  display: inline-block; 
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-no-hover {
/*  display: inline-block;*/
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.cardtop-no-hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.cardbottom-no-hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.card-btn {
  display: inline-block; 
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.card-btn:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.top-radius-8px{
	border-radius: 8px 8px 0px 0px;
}
.bottom-radius-8px{
	border-radius: 0px 0px 8px 8px;
}
.top-radius-4px{
	border-radius: 4px 4px 0px 0px;
}
.bottom-radius-4px{
	border-radius: 0px 0px 4px 4px;
}
.full-radius-none{
	border-radius: 0px;
}
.full-radius-8px{
	border-radius: 8px;
}
.full-radius-4px{
	border-radius: 4px;
}

.close-btn{
	text-align: right;
}
.center-box .col-lg-15 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
/*
.dynamic-height{
	background: #FFFFFF;
}
*/
.fixed-bottom-btn-container{
/*	margin-top: 8%;*/
	width: 90.5%;
	margin-left: 5%;
	margin-top: 100px;
	position: absolute;
	bottom: 0px;
	display: flex;
}
.fixed-bottom-btn-container .btn-style{
/*
	width: 25%;
	float: left;
*/
	flex-grow: 1;
	flex-wrap: wrap;
	text-align: center;
/*	margin-left: 25px;*/
	
/*	padding-top: 5px;*/
/*	padding-bottom: 10px;*/
	margin-top: 10px;
	margin-bottom: 15px;
}
.fixed-bottom-btn-container .btn-style .lm-transition{
	color: #2C5AA0;
	cursor: pointer;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
/*	border: 1px solid black;*/
}
.fixed-bottom-btn-container .btn-style .lm-transition::after{
    content: '';
	background: #C83737;
	height: 103%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.fixed-bottom-btn-container .btn-style .lm-transition:hover .lm-body{
	color: #FFFFFF;
}
.dynamic-btn-container{
	margin-top: 25px;
	display: flex;
}
.dynamic-btn-container .btn-style{
	flex-grow: 1;
	text-align: center;
	flex-wrap: wrap;
}
.dynamic-btn-container .btn-style .lm-transition{
	color: #2C5AA0;
	cursor: pointer;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: -1%;
}
.dynamic-btn-container .btn-style .lm-transition::after{
	content: '';
	background: #C83737;
	height: 103%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.dynamic-btn-container .btn-style .lm-transition:hover .lm-body{
	color: #FFFFFF;
}

.scan-to-cad .lm-transition{
	color: #2C5AA0;
	margin-top: -1%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.scan-to-cad .lm-transition::after{
	content: '';
	background: #C83737;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.scan-to-cad .lm-transition:hover .lm-body{
	color: #FFFFFF;
}
.scanning .lm-transition{
	color: #2C5AA0;
	margin-top: -1%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.scanning .lm-transition::after{
	content: '';
	background: #C83737;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.scanning .lm-transition:hover .lm-body{
	color: #FFFFFF;
}
.mechanical-design .lm-transition{
	color: #2C5AA0;
	margin-top: -1%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.mechanical-design .lm-transition::after{
	content: '';
	background: #C83737;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.mechanical-design .lm-transition:hover .lm-body{
	color: #FFFFFF;
}
.printing .lm-transition{
	color: #2C5AA0;
	margin-top: -1%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.printing .lm-transition::after{
	content: '';
	background: #C83737;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.printing .lm-transition:hover .lm-body{
	color: #FFFFFF;
}
.aerial-3d-scanning .lm-transition{
	color: #2C5AA0;
	margin-top: -1%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.aerial-3d-scanning .lm-transition::after{
	content: '';
	background: #C83737;
	height: 101%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.aerial-3d-scanning .lm-transition:hover .lm-body{
	color: #FFFFFF;
}

.dynamic-div{
	display: none;
}

.center-box_2 {
	background: #e5dfeb;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
	background-image: url(../img/Mechanical_Background_V2.png);
}
.center-box_2 a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.center-box_2 a:hover {
	color: #c83737;
}
.center-box_2 .title {
	font: 20px/20px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 29px;
	margin-right: 19px;
}
.center-box_2 .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.center-box_2 .title2 {
	font: 42px/42px 'Roboto';
	color: #333333f;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.center-box_2 figure {
	margin-bottom: 20px;
	align-content: center;
}
.center-box_2 .col-lg-3 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.center-box_3 {
	background: #e5dfeb;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
	background-image: url(../img/3D_Printing_Backgroung.png);
}
.center-box_3 a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.center-box_3 a:hover {
	color: #c83737;
}
.center-box_3 .title {
	font: 20px/20px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 29px;
	margin-right: 19px;
}
.center-box_3 .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.center-box_3 .title2 {
	font: 42px/42px 'Roboto';
	color: #333333f;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.center-box_3 figure {
	margin-bottom: 20px;
	align-content: center;
}
.center-box_3 .col-lg-3 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.center-box_4 {
	background: #e5dfeb;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
	background-image: url(../img/Geospatial_Background.png);
}
.center-box_4 a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.center-box_4 a:hover {
	color: #c83737;
}
.center-box_4 .title {
	font: 20px/20px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 29px;
	margin-right: 19px;
}
.center-box_4 .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.center-box_4 .title2 {
	font: 42px/42px 'Roboto';
	color: #333333f;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.center-box_4 figure {
	margin-bottom: 20px;
	align-content: center;
}
.center-box_4 .col-lg-3 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.center-box_5 {
	background: #e5dfeb;
	padding: 15px 0 5px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
	background-image: url(../img/3D_Scanning_Backgroung.png);
}
.center-box_5 a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.center-box_5 a:hover {
	color: #c83737;
}
.center-box_5 .title {
	font: 20px/20px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 29px;
	margin-right: 19px;
}
.center-box_5 .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.center-box_5 .title2 {
	font: 42px/42px 'Roboto';
	color: #333333f;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.center-box_5 figure {
	margin-bottom: 20px;
	align-content: center;
}
.center-box_5 .col-lg-3 {
	margin-bottom: 30px;
	background: #FFFFFF;
}
.cert-box {
	/*background: #e5dfeb;*/
	padding: 15px 0 60px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
}
.cert-box .title {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cert-box .title1 {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.cert-box .title2 {
	font: 42px/42px 'Roboto';
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.cert-box figure {
	margin-bottom: 20px;
	vertical-align:middle;
}
.contact-us-box {
	background: #333333;
	padding: 0px 0 0px 0;
	border-top: 1px solid #e4e4e4;
	text-align: left;
}
.contact-us-box .title {
	font: 16px/28px 'Roboto';
	font-weight: bold;
}
.contact-us-box .subtitle {
	font: 14px/26px 'Roboto';
}
.newsform-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 52px 0;
	margin-bottom: 60px;
}
.newsform-box p {
	font: 18px 'Istok Web';
	color: #ffffff;
	margin-bottom: 0;
	float: left;
}
.newsform-box p strong {
	font-size: 24px;
	color: #e22004;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.who-box .col-lg-4 {
	margin-bottom: 55px;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.advantages-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.advantages-box .col-lg-4 {
	margin-bottom: 80px;
}
.values-box p {
	color: #737885;
}
.searchBox {
	background: #f8f8f8;
	padding: 58px 0 40px 0;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.welcome-box {
	background: #f8f8f8;
	padding: 13px 0;
	overflow: hidden;
	max-height: 472px;
	margin-bottom: 0px;
}
.welcome-box .title {
	font: 30px/30px 'Roboto';
	font-weight: normal;
	color: #1a1a1a;
	margin-bottom: 20px;
	padding-top: 20px;
}
.welcome-box p {
	font-size: 14px;
	line-height: 24px;
}
.welcome-box p a{
	color: #2c5aa0;
}
.distributor-box {
	background: #f8f8f8;
	padding: 13px 0;
}
.distributor-box .title {
	font: 30px/30px 'Roboto';
	font-weight: normal;
	color: #2C5AA0;
	margin-bottom: 20px;
	padding-top: 20px;
}
.distributor-box .title1 {
	font: 26px/30px 'Roboto';
	color: #2C5AA0;
}
.distributor-box .title2 {
	background: #f8f8f8;
}
.distributor-box p {
	font-size: 14px;
	line-height: 24px;
}
.distributor-box p a{
	color: #2c5aa0;
}
.title-box {
	padding-top: 15px;	
}
.services-box {
	/*background: #FFFFFF;*/
	padding: 15px 0 60px 0;
}
.article-box {
	font: 17px/24px 'Roboto';
	color: #2B2A29;
}
.article-box p {
	font: 17px/24px 'Roboto';
    text-align: justify;
}
.article-box li{
    padding-left: 8px;
}
@media (min-width: 1921px){
	.scan-to-cad-soln-bg {
		background-image: url("../img/Backgrounds_4K_2020/Solutions_ScanToCAD_BG.png");
	}
	.scanning-soln-bg{
		background-image: url("../img/Backgrounds_4K_2020/Solutions_3D_Scanning_BG.png");
	}
	.mechanical-design-soln-bg{
		background-image: url("../img/Backgrounds_4K_2020/Solutions_Mechanical_BG.png");
	}
	.printing-soln-bg{
		background-image: url("../img/Backgrounds_4K_2020/Solutions_3D_Printing_BG.png");
	}
	.aerial-3d-scanning-soln-bg{
		background-image: url("../img/Backgrounds_4K_2020/Solutions_Aerial_BG.png");
	}
	.aerospace-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Aerospace_BG.png");
	}
	.architecture-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Arch_Heritage_BG.png");
	}
	.automotive-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Automotive_BG.png");
	}
	.construction-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Construction_BG.png");
	}
	.consumer-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Consumer_BG.png");
	}
	.digital-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Digital_BG.png");
	}
	.heavy-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Heavy_BG.png");
	}
	.manufacturing-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Manufacturing_BG.png");
	}
	.medical-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Medical_BG.png");
	}
	.oil-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Oil_Gas_BG.png");
	}
	.packaging-ind-bg{
		background-image: url("../img/Backgrounds_4K_2020/Industries_Packaging_BG.png");
	}
	.about-us-bg{
		background-image: url("../img/Backgrounds_4K_2020/About_Us_BG.png");
	}
	.projects-bg{
		background-image: url("../img/Backgrounds_4K_2020/Projects_Main_BG.png");
	}
	.printing-pricing-bg{
		background-image: url("../img/Backgrounds_4K_2020/3D_Printing_Main_BG.png");
	}
	.case-studies-bg{
		background-image: url("../img/Backgrounds_4K_2020/Case_Studies_Main_BG.png");
	}
	.sample-files-bg{
		background-image: url("../img/Backgrounds_4K_2020/Samples_Files_Main_BG.png");
	}
}
@media (max-width: 1920px){
	.scan-to-cad-soln-bg {
		background-image: url("../img/Backgrounds_1080_2020/Solutions_ScanToCAD_BG_1080.png");
		background-size: 100% 100%;
	}
	.scanning-soln-bg{
		background-image: url("../img/Backgrounds_1080_2020/Solutions_3D_Scanning_BG_1080.png");
		background-size: 100% 100%;
	}
	.mechanical-design-soln-bg{
		background-image: url("../img/Backgrounds_1080_2020/Solutions_Mechanical_BG_1080.png");
		background-size: 100% 100%;
	}
	.printing-soln-bg{
		background-image: url("../img/Backgrounds_1080_2020/Solutions_3D_Printing_BG_1080.png");
		background-size: 100% 100%;
	}
	.aerial-3d-scanning-soln-bg{
		background-image: url("../img/Backgrounds_1080_2020/Solutions_Aerial_BG_1080.png");
		background-size: 100% 100%;
	}
	.aerospace-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Aerospace_BG_1080.png");
		background-size: 100% 100%;
	}
	.architecture-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Arch_Heritage_BG_1080.png");
		background-size: 100% 100%;
	}
	.automotive-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Automotive_BG_1080.png");
		background-size: 100% 100%;
	}
	.construction-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Construction_BG_1080.png");
		background-size: 100% 100%;
	}
	.consumer-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Consumer_BG_1080.png");
		background-size: 100% 100%;
	}
	.digital-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Digital_BG_1080.png");
		background-size: 100% 100%;
	}
	.heavy-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Heavy_BG_1080.png");
		background-size: 100% 100%;
	}
	.manufacturing-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Manufacturing_BG_1080.png");
		background-size: 100% 100%;
	}
	.medical-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Medical_BG_1080.png");
		background-size: 100% 100%;
	}
	.oil-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Oil_Gas_BG_1080.png");
		background-size: 100% 100%;
	}
	.packaging-ind-bg{
		background-image: url("../img/Backgrounds_1080_2020/Industries_Packaging_BG_1080.png");
		background-size: 100% 100%;
	}
	.about-us-bg{
		background-image: url("../img/Backgrounds_1080_2020/About_Us_BG_1080.png");
		background-size: 100% 100%;
	}
	.projects-bg{
		background-image: url("../img/Backgrounds_1080_2020/Projects_Main_BG_1080.png");
		background-size: 100% 100%;
	}
	.printing-pricing-bg{
		background-image: url("../img/Backgrounds_1080_2020/3D_Printing_Main_BG_1080.png");
		background-size: 100% 100%;
	}
	.case-studies-bg{
		background-image: url("../img/Backgrounds_1080_2020/Case_Studies_Main_BG_1080.png");
		background-size: 100% 100%;
	}
	.sample-files-bg{
		background-image: url("../img/Backgrounds_1080_2020/Samples_Files_Main_BG_1080.png");
		background-size: 100% 100%;
	}	
}
@media (max-width: 1199px) {
	.services-box-padding{
		padding-bottom: 20px;
	}
    .image-gallery{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 992px) {
	.distributorships-bg{
		background-image: url("../img/Scantech/Reseller_Panel_BG.png");
	}
}
@media (max-width: 991px) {
	.distributorships-bg{
		background-image: url("../img/Scantech/Reseller_Panel_BG_Flip.png");
	}
}
@media (max-width: 767px) {
	.index-padding{
		margin-bottom: 20px;
	}
	.industries-padding{
		margin-bottom: 20px;
	}
	.scan-to-cad-bg {
		background-image: url(../img/Backgrounds_4K_2020/ScanToCAD_Panel_BG_Long.png);
	}
	.scanning-bg{
		background-image: url(../img/Backgrounds_4K_2020/3D_Scanning_Panel_BG_Long.png);
	}
	.mechanical-design-bg{
		background-image: url(../img/Backgrounds_4K_2020/Mechanical_Panel_BG_Long.png);
        background-size: cover;
        background-position: left;
	}
	.printing-bg{
		background-image: url(../img/Backgrounds_4K_2020/3D_Printing_Panel_BG_Long.png);
	}
	.aerial-3d-scanning-bg{
		background-image: url(../img/Backgrounds_4K_2020/Aerial_Panel_BG_Long.png);
	}
	.certificate-img1{
		content: url("../img/Index_Box_Images/Certified_FAA_UAV_Rect.png");
	}
	.certificate-img2{
		content: url("../img/Index_Box_Images/Certified_Solidworks_Rect.png");
	}
	.certificate-img3{
		content: url("../img/Index_Box_Images/Certified_TWIC_Rect.png");
	}
    .certificate-img4{
		content: url("../img/Index_Box_Images/Certified_Rig_Pass_Rect.png");
	}
	.certificate-img5{
		content: url("../img/Index_Box_Images/Certified_Artec_Gold_Rect.png");
	}
	.certificate-img6{
		content: url("../img/Index_Box_Images/Certified_Fluid_Power_Rect.png");
	}
	.aerospace-img1 {
		content: url(../img/Industries_Squares_Rectangles/Aerospace_Hail_Rect.png);
	}
	.aerospace-img2 {
		content: url(../img/Industries_Squares_Rectangles/Aerospace_Legacy_Rect.png);
	}
	.architecture-img1{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Monuments_Rect.png);
	}
	.architecture-img2{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Sites_Rect.png);
	}
	.architecture-img3{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Restoration_Rect.png);
	}
	.architecture-img4{
		content: url(../img/Industries_Squares_Rectangles/Arch_Render_Rect.png);
	}
	.architecture-img5{
		content: url(../img/Industries_Squares_Rectangles/Arch_3D_Printing_Rect.png);
	}
	.automotive-img1{
		content: url(../img/Industries_Squares_Rectangles/Automotive_CarBody_Rect.png);
	}
	.automotive-img2{
		content: url(../img/Industries_Squares_Rectangles/Automotive_Legacy_Rect.png);
	}
	.automotive-img3{
		content: url(../img/Industries_Squares_Rectangles/Automotive_FAI_Rect.png);
	}
	.construction-img1{
		content: url(../img/Industries_Squares_Rectangles/Construction_AsBuilt_Rect.png);
	}
	.construction-img2{
		content: url(../img/Industries_Squares_Rectangles/Construction_Mapping_Rect.png);
	}
	.construction-img3{
		content: url(../img/Industries_Squares_Rectangles/Construction_Collab_Rect.png);
	}
	.construction-img4{
		content: url(../img/Industries_Squares_Rectangles/Construction_Quantity_Rect.png);
	}
	.construction-img5{
		content: url(../img/Industries_Squares_Rectangles/Construction_QC_Rect.png);
	}
	.construction-img6{
		content: url(../img/Industries_Squares_Rectangles/Construction_Monitoring_Rect.png);
	}
	.consumer-img1{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Design_Rect.png);
	}
	.consumer-img2{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Scanning_Rect.png);
	}
	.consumer-img3{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Optimize_Rect.png);
	}
	.consumer-img4{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Prototyping_Rect.png);
	}
/*
	.digital-img1{
		content: url(../img/Industries_Trial_Picture.png);
	}
*/
	.digital-img2{
		content: url(../img/Industries_Squares_Rectangles/Digital_Restoration_Rect.png);
	}
	.digital-img3{
		content: url(../img/Industries_Squares_Rectangles/Digital_Ananlysis_Rect.png);
	}
	.heavy-img1{
		content: url(../img/Industries_Squares_Rectangles/Heavy_Equipment_Rect.png);
	}
	.heavy-img2{
		content: url(../img/Industries_Squares_Rectangles/Heavy_CustomParts_Rect.png);
	}
	.manufacturing-img1{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_FAI_Rect.png);
	}
	.manufacturing-img2{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_Mold_Rect.png);
	}
	.manufacturing-img3{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_Forging_Rect.png);
	}
	.manufacturing-img4{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_PartToCAD_Rect.png);
	}
	.medical-img1{
		content: url(../img/Industries_Squares_Rectangles/Medical_Prosthetics_Rect.png);
	}
	.medical-img2{
		content: url(../img/Industries_Squares_Rectangles/Medical_Cranial_Rect.png);
	}
	.medical-img3{
		content: url(../img/Industries_Squares_Rectangles/Medical_3D_Printing_Rect.png);
	}
	.oil-img1{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Mapping_Rect.png);
	}
	.oil-img2{
		content: url(../img/Industries_Squares_Rectangles/OilGas_As_Built_Rect.png);
	}
	.oil-img3{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Measuring_Rect.png);
	}
	.oil-img4{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Technical_Rect.png);
	}
	.packaging-img1{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Mold_Rect.png);
	}
	.packaging-img2{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Custom_Rect.png);
	}
	.packaging-img3{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Plastic_Rect.png);
	}
	.packaging-img4{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Optimize_Rect.png);
	}
}
@media (min-width: 768px) {
	.scan-to-cad-bg {
		background-image: url(../img/Backgrounds_4K_2020/Scan_to_CAD_Index_BG.png);
	}
	.scanning-bg{
		background-image: url(../img/Backgrounds_4K_2020/3D_Scanning_Index_BG.png);
	}
	.mechanical-design-bg{
		background-image: url(../img/Backgrounds_4K_2020/Mechanical_Index_BG.png);
        background-size: cover;
        background-position: top;
  	}
	.printing-bg{
		background-image: url(../img/Backgrounds_4K_2020/Scan_to_Inspection_Index_BG.png);
	}
	.aerial-3d-scanning-bg{
		background-image: url(../img/Backgrounds_4K_2020/Add_On_Index_BG.png);
	}
	.certificate-img1{
		content: url("../img/Index_Box_Images/Certified_FAA_UAV_Square.png");
	}
	.certificate-img2{
		content: url("../img/Index_Box_Images/Certified_Solidworks_Square.png");
	}
	.certificate-img3{
		content: url("../img/Index_Box_Images/Certified_TWIC_Square.png");
	}
    .certificate-img4{
		content: url("../img/Index_Box_Images/Certified_Rig_Pass_Square.png");
	}
	.certificate-img5{
		content: url("../img/Index_Box_Images/Certified_Artec_Gold_Square.png");
	}
	.certificate-img6{
		content: url("../img/Index_Box_Images/Certified_Fluid_Power_Square.png");
	}
	.aerospace-img1 {
		content: url(../img/Industries_Squares_Rectangles/Aerospace_Hail_Square.png);
	}
	.aerospace-img2 {
		content: url(../img/Industries_Squares_Rectangles/Aerospace_Legacy_Square.png);
	}
	.architecture-img1{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Monuments_Square.png);
	}
	.architecture-img2{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Sites_Square.png);
	}
	.architecture-img3{
		content: url(../img/Industries_Squares_Rectangles/Heritage_Restoration_Square.png);
	}
	.architecture-img4{
		content: url(../img/Industries_Squares_Rectangles/Arch_Render_Square.png);
	}
	.architecture-img5{
		content: url(../img/Industries_Squares_Rectangles/Arch_3D_Printing_Square.png);
	}
	.automotive-img1{
		content: url(../img/Industries_Squares_Rectangles/Automotive_CarBody_Square.png);
	}
	.automotive-img2{
		content: url(../img/Industries_Squares_Rectangles/Automotive_Legacy_Square.png);
	}
	.automotive-img3{
		content: url(../img/Industries_Squares_Rectangles/Automotive_FAI_Square.png);
	}
	.construction-img1{
		content: url(../img/Industries_Squares_Rectangles/Construction_AsBuilt_Square.png);
	}
	.construction-img2{
		content: url(../img/Industries_Squares_Rectangles/Construction_Mapping_Square.png);
	}
	.construction-img3{
		content: url(../img/Industries_Squares_Rectangles/Construction_Collab_Square.png);
	}
	.construction-img4{
		content: url(../img/Industries_Squares_Rectangles/Construction_Quantity_Square.png);
	}
	.construction-img5{
		content: url(../img/Industries_Squares_Rectangles/Construction_QC_Square.png);
	}
	.construction-img6{
		content: url(../img/Industries_Squares_Rectangles/Construction_Monitoring_Square.png);
	}
	.consumer-img1{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Design_Square.png);
	}
	.consumer-img2{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Scanning_Square.png);
	}
	.consumer-img3{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Optimize_Square.png);
	}
	.consumer-img4{
		content: url(../img/Industries_Squares_Rectangles/Consumer_Prototyping_Square.png);
	}
/*
	.digital-img1{
		content: url(../img/Industries_Trial_Picture.png);
	}
*/
	.digital-img2{
		content: url(../img/Industries_Squares_Rectangles/Digital_Restoration_Square.png);
	}
	.digital-img3{
		content: url(../img/Industries_Squares_Rectangles/Digital_Ananlysis_Square.png);
	}
	.heavy-img1{
		content: url(../img/Industries_Squares_Rectangles/Heavy_Equipment_Square.png);
	}
	.heavy-img2{
		content: url(../img/Industries_Squares_Rectangles/Heavy_CustomParts_Square.png);
	}
	.manufacturing-img1{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_FAI_Square.png);
	}
	.manufacturing-img2{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_Mold_Square.png);
	}
	.manufacturing-img3{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_Forging_Square.png);
	}
	.manufacturing-img4{
		content: url(../img/Industries_Squares_Rectangles/Manufacturing_PartToCAD_Square.png);
	}
	.medical-img1{
		content: url(../img/Industries_Squares_Rectangles/Medical_Prosthetics_Square.png);
	}
	.medical-img2{
		content: url(../img/Industries_Squares_Rectangles/Medical_Cranial_Square.png);
	}
	.medical-img3{
		content: url(../img/Industries_Squares_Rectangles/Medical_3D_Printing_Square.png);
	}
	.oil-img1{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Mapping_Square.png);
	}
	.oil-img2{
		content: url(../img/Industries_Squares_Rectangles/OilGas_As_Built_Square.png);
	}
	.oil-img3{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Measuring_Square.png);
	}
	.oil-img4{
		content: url(../img/Industries_Squares_Rectangles/OilGas_Technical_Square.png);
	}
	.packaging-img1{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Mold_Square.png);
	}
	.packaging-img2{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Custom_Square.png);
	}
	.packaging-img3{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Plastic_Square.png);
	}
	.packaging-img4{
		content: url(../img/Industries_Squares_Rectangles/Packaging_Optimize_Square.png);
	}
}

/*
.services-box .col-lg-16 {
	align-self: start; 
	position: sticky;
	top: 80px;
}
.services-box .col-md-16 {
	top: 120px;
}
*/
.services-box .title {
	font: 24px 'Roboto';
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.services-box .cert-card-title {
	font: 20px/25px 'Roboto';
	font-weight: normal;
	color: #2C5AA0;
    padding-bottom: 15px;
/*	padding: 20px;*/
    border-bottom: 3px solid #000000;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .services-box .cert-card-title {
        font: 17px/25px 'Roboto';
        font-weight: normal;
        color: #2C5AA0;
        padding-bottom: 15px;
    /*	padding: 20px;*/
        border-bottom: 3px solid #000000;
    }
}
.services-box a {
	color: #1A1A1A;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.services-box a:hover {
	color: #C83737;
}
.services-box .btn-position {
	position:relative;
	display: inline-block;
	z-index: 10;
}
.services-box .btn-position .hover-img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.services-box .btn-position:hover .hover-img {
	display: inline;
}
a.external[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 8px;
/*  vertical-align: text-bottom;*/
}
a:hover.external[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 8px;
/*  vertical-align: text-bottom;*/
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
/*Tooltip Start*/
.tooltip-box{
	position: relative;
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}
.tooltip-box .tooltip-hover{
  visibility: hidden;
  width: 160px;
  background-color: #666666;
  font: 15px/15px 'Roboto';
  color: #FFFFFF;
  text-align: left;
  padding: 10px;
/*  border: 1px solid #666666;*/

  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
/*  transition: box-shadow .25s;*/
}
.tooltip-box .tooltip-hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 3%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #666666 transparent;
}
.tooltip-box:hover .tooltip-hover{
	visibility: visible;
	opacity: 1;
}
/*Tooltip End*/
/*Tab Gallery Start*/
/* The grid: Four equal columns that floats next to each other */
.tab-gallery-column {
  float: left;
  margin: auto;
  width: 20%;
  padding: 0px;
}

/* Style the images inside the grid */
.tab-gallery-column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.tab-gallery-column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.tab-gallery-row:after {
  content: "";
  display: table;
  clear: both;
}
/*Tab Gallery End*/
/*Accordion Start*/
.accordion {
  background-color: transparent;
  color: #2B2A29;
  cursor: pointer;
  padding: 0px 25px 15px 25px;
  margin-bottom: -2px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.active, .accordion:hover {
/*  background-color: #ccc;*/
	color: #C83737;
}

.accordion:after {
  content: url("../img/arrowhead-down.svg");
  margin-bottom: -10px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: url("../img/arrowhead-up.svg");
}

.panel {
  padding: 0 25px 0px 25px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e4;
}
/*Accordion End*/
/* Start Carrousel/Slider */
/* Animation*/
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-500px * 7));}
}

/* Styling*/
.carrousel {
	overflow:hidden;
	position: relative;
}
	
.carrousel:before, .carrousel:after {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 100px;
	z-index: 2;
}
	
.carrousel:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.carrousel:before {
	left: 0;
	top: 0;
}
	
.carrousel .slide-track {
	animation: scroll 10s linear infinite;
	display: flex;
	width: auto;
}
/* End Carrousel/Slider */
/*------------------Hover Animations--------------*/
.lm-transition{
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.lm-transition::after{
	content: '';
	background: #2c5aa0;
	height: 102%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.lm-body{
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in;
}
.lm-transition:hover .lm-body{
	color: white;
}
/* = 1. Circle = */
.circle::after{
  clip-path: circle(10% at 0% 0%);
  transition: all .3s ease-in;
}
.circle:hover::after{
  clip-path: circle(100%);
}

/* = 2. Ripple = */
.ripple::after{
  opacity: 0;
  clip-path: circle(10% at 50% 50%);
  transition: all .25s ease-in;
}
.ripple:hover::after{
  opacity: 1;
  clip-path: circle(100%);
}

/* = 3. Slide door = */
.slide-door::after{
  clip-path: inset(0% 100% 0% 100%);
  transition: all .3s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.slide-door:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}

/* = 4. Slide in = */
.slide-in::after{
  clip-path: inset(0% 100% 0% 0%);
  transition: all .3s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.slide-in:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}

/* = 5. Slide out = */
.slide-out::after{
  clip-path: inset(0% 0% 0% 100%);
  transition: all .3s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.slide-out:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}

/* = 6. Diamond = */
.diamond::after{
  opacity: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all .1s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.diamond:hover::after{
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* = 7. Slide up = */
.slide-up::after{
  clip-path: inset(100% 0% 0% 0%);
  transition: all .2s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.slide-up:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}

/* = 8. Slide down = */
.slide-down::after{
  clip-path: inset(0% 0% 100% 0%);
  transition: all .3s ease-in;
  border-radius: 4px 4px 4px 4px;
}
.slide-down:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}
/*For Dynamic Panel - Learn More*/
.slide-down-dynamic::after{
  clip-path: inset(0% 0% 100% 0%);
  transition: all .3s ease-in;
  border-radius: 0px 0px 8px 8px;
}
.slide-down-dynamic:hover::after{
  clip-path: inset(0% 0% 0% 0%);
}

/* = 9. Arrow = */
.arrow::after{
  opacity: 0;
  clip-path: polygon(0% 0%, 0 0, 27% 51%, 0 100%, 0% 100%);
  transition: all .2s ease-in;
}
.arrow:hover::after{
  opacity: 1;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.isotope-box {
	margin-left: -30px;
}
.isotope-box .clearfix {
	margin-right: -30px;
	padding-right: 30px;
	margin-top: -5px;
	padding-top: 5px;
}
.isotope-box a {
	color: #666666;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.isotope-box a:hover {
	color: #c83737;
}
.element {
	width: 270px;
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.isotope .isotope-item {
	margin: 20px 0 0 0;
}
#options {
	margin-bottom: 28px;
}
#options .pagination {
	margin: 0;
}
#filters li {
	display: inline-block;
	margin-right: 15px !important;
	padding-top: 10px !important;
}
#filters {
	position: relative;
}
#filters li {
	float: left;
	margin-right: 33px;
}
#filters li a {
	border: none;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s;
}
#filters li a .extra-small-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/ExtraSmall_Deselected.png");
	border-radius: 4px;
 }
#filters li a .small-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/Small_Deselected.png");
	border-radius: 4px;
 }
#filters li a .medium-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/Medium_Deselected.png");
	border-radius: 4px;
 }
#filters li a .large-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/Large_Deselected.png");
	border-radius: 4px;
 }
 #filters li a .extra-large-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/ExtraLarge_Deselected.png");
	border-radius: 4px;
 }
#filters li a .show-all-filter{
	width: 150px;
	height: 250px;
	background-image: url("../img/Scantech/Filter_Images/ShowAll_Deselected.png");
	border-radius: 4px;
 }
#filters li a:hover {
	background: none;
	border: none;
	text-decoration: none;
	color: #ff1a1a !important;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#filters li a:hover .extra-small-filter{
	background-image: url("../img/Scantech/Filter_Images/ExtraSmall_Hover.png");
}
#filters li a.selected .extra-small-filter{
	background-image: url("../img/Scantech/Filter_Images/ExtraSmall_Selected.png");
}
#filters li a:hover .small-filter{
	background-image: url("../img/Scantech/Filter_Images/Small_Hover.png");
}
#filters li a.selected .small-filter{
	background-image: url("../img/Scantech/Filter_Images/Small_Selected.png");
}
#filters li a:hover .medium-filter{
	background-image: url("../img/Scantech/Filter_Images/Medium_Hover.png");
}
#filters li a.selected .medium-filter{
	background-image: url("../img/Scantech/Filter_Images/Medium_Selected.png");
}
#filters li a:hover .large-filter{
	background-image: url("../img/Scantech/Filter_Images/Large_Hover.png");
}
#filters li a.selected .large-filter{
	background-image: url("../img/Scantech/Filter_Images/Large_Selected.png");
}
#filters li a:hover .extra-large-filter{
	background-image: url("../img/Scantech/Filter_Images/ExtraLarge_Hover.png");
}
#filters li a.selected .extra-large-filter{
	background-image: url("../img/Scantech/Filter_Images/ExtraLarge_Selected.png");
}
#filters li a:hover .show-all-filter{
	background-image: url("../img/Scantech/Filter_Images/ShowAll_Hover.png");
}
#filters li a.selected .show-all-filter{
	background-image: url("../img/Scantech/Filter_Images/ShowAll_Selected.png");
}
#filters.pagination li a.selected {
	color: #ff1a1a !important;
	background: none !important;
	border: none;
	text-decoration: none;
}
/*-----thumbs-----*/
.thumb-pad00 {
	margin: 0 0 0 0;
	padding-bottom: 20px;
}
.thumb-pad00 .thumbnail {
	position: relative;
	height: auto !important;
	margin: 0;
/*
	border-radius: 0;
	box-shadow: none;
*/
	border: none;
	padding: 0 0 0 0;
	background: #FFFFFF;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
	transition: box-shadow .25s;
}
.thumb-pad00 .thumbnail:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.thumb-pad00 .thumbnail .caption {
	padding: 10 0 0 25px;
	overflow: hidden;
	text-align: left;
}
.thumb-pad00 .thumbnail .caption p {
	margin-bottom: 14px;
}
.thumb-pad00 figure {
	margin: 0 0 0 0;
}
.thumb-pad00 figure img {
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.thumb-pad00 figure a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
}
.thumb-pad00 figure a em {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad00 figure a em span {
	background: url(../img/zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-pad00 figure a:hover em {
	top: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad11 {
	margin: 0 0 134px 0;
}
.thumb-pad11 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad11 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad11 .thumbnail .caption p {
	margin-bottom: 14px;
}
.thumb-pad11 figure {
	margin: 0 0 22px 0;
}
.thumb-pad11 figure img {
	width: 100%;
}
.thumb-pad11 figure a {
	position: relative;
	display: block;
	overflow: hidden;
}
.thumb-pad11 figure a em {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad11 figure a em span {
	background: url(../img/zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-pad11 figure a:hover em {
	top: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thumb-pad0 {
	margin: 0 0 45px 0;
	overflow: hidden;
}
.thumb-pad0:hover figure img {
	margin-top: -52px;
}
.thumb-pad0:hover .btn-default.btn4 {
	color: #495060 !important;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0 0 14px 0;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 22px/24px 'Roboto';
	color: #495060;
	margin-bottom: 9px;
}
.thumb-pad0 figure {
	margin: 0 9px 0 0;
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.thumb-pad1-1 {
	margin: 0 0 40px;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1-1 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad1-1 figure {
	margin: 0 0 20px 0;
}
.thumb-pad1-1 figure img {
	width: 100%;
}
.thumb-pad1 {
	margin: 0 0 40px;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption p {
	color: #737885;
}
.thumb-pad1 figure {
	margin: 0 31px 0 0;
	float: left;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	color: #737885;
}
.thumb-pad2 figure {
	margin: 0 0 13px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #9f9f9f;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption h5 {
	margin-bottom: 7px;
}
.thumb-pad3 figure {
	margin: 0 0 32px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.popular-box {
	padding-bottom: 18px;
	margin-bottom: 44px;
	border-bottom: 1px solid #e8e8e8;
}
.popular-box.indent {
	border-bottom: none;
	margin-bottom: 56px;
	padding-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 31px 31px 31px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 22px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .name {
	font: italic 18px 'Istok Web';
	color: #1e2731;
	margin-left: 30px;
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .name a {
	font-weight: bold;
	font-style: normal;
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .name a:hover {
	color: #e22004;
}
.thumb-pad5 .thumbnail .caption {
	padding: 42px 20px 24px 20px;
	color: #9f9f9f;
	margin-bottom: 38px;
	border: 2px solid #cecece;
	position: relative;
}
.thumb-pad5 .thumbnail .caption i {
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 22px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_left2.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption strong {
	position: absolute;
	display: inline-block;
	bottom: 27px;
	right: 60px;
	width: 26px;
	height: 18px;
	background: url(../img/quote_right2.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption em {
	position: absolute;
	display: block;
	bottom: -33px;
	left: 30px;
	width: 35px;
	height: 33px;
	background: url(../img/tr.png) no-repeat;
}
.thumb-pad5 .thumbnail .caption p {
	font: italic 16px/28px 'Istok Web';
	margin-bottom: 0;
}
.thumb-pad6 {
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #f08211;
}
.thumb-pad6 .thumbnail p {
	color: #9f9f9f;
	margin-bottom: 9px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #9f9f9f;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 7px 13px 0 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	font: bold 24px/50px 'Arial';
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 4px;
	font: 18px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #495060;
	border-bottom: 3px solid #495060;
	border-radius: 0;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #f08211;
	border-color: #f08211;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 47px;
	font: 14px/42px 'Arial';
	margin: 0;
	text-shadow: none;
	border-radius: 7px;
	color: #ffffff;
	background: #495060;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #f08211;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn4:hover {
	color: #495060;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 14px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #666666;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn5:hover {
	color: #c83737;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 87px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1.indent li {
	border-bottom: 1px solid #bec0c3;
	background: url(../img/list_arrow2.png) left 7px no-repeat;
}
.list1-1.indent li a {
	color: #ffffff;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 0 0 9px 14px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1-1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list1-1 li a {
	font: 12px 'Arial';
	color: #5f6775;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #e22004;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 19px;
}
.list1 li em {
	float: left;
	margin-right: 20px;
	font-size: 22px;
	color: #bac494;
}
.list1 li p {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 20px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #9f9f9f;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #262626;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px 'Istok Web';
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	text-align: center;
	width: 35px;
	float: left;
	border: none;
	margin-right: 10px;
}
.list6 li .badge time {
	font: bold 24px/21px 'Istok Web';
	color: #e4351c;
}
.list6 li .badge time span {
	display: block;
	font: bold 18px/18px 'Istok Web';
	color: #e4351c;
	margin-top: 0;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 14px;
	color: #737885;
}
.list6 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #e4351c;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}
.list8 li h5 {
	margin-bottom: 7px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 298px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e7e7e7;
	background: #fefefe;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9f9f9f;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #9f9f9f;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map-box {
	margin: 0 0 0 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.map-box p {
	font: 18px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #495060;
}
.map-box figure {
	position: absolute;
	top: 50%;
	margin: -60px 0 0 -60px;
	padding-top: 0px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	border: 0px solid #495060;
	background: #ffffff;
	text-align: center;
}
.map-box figure img {
	margin-bottom: 10px;
}
.map-box iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 410px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map {
	margin: 0 0 70px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 486px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 75px;
	display: inline-block;
}
.info p a {
	color: #f08213;
	text-decoration: underline;
}
.info p a:hover {
	text-decoration: none;
}
.errorBox {
	padding-bottom: 110px;
}
.errorBox .title {
	font: 186px/186px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f08213;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.errorBox .description {
	font: 74px/74px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.errorBox p {
	font-size: 20px;
	line-height: 24px;
	color: #9f9f9f;
}
/*-----form-----*/
.fluidMedia {
	position: relative;
	padding-bottom: 150%;
	padding-top: 150%;
	overflow: auto;
}
.fluidMedia iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.formMedia {
	position: relative;
/*	padding-top: 0%;*/
	margin-left: 20%;
	width: 60%;
/*	margin-bottom: auto;*/
	overflow: hidden;
}
.pricingForm {
	position: relative;
/*	padding-top: 0%;*/
	padding-bottom: 130%;
	margin-left: 1%;
	width: 60%;
/*	margin-bottom: auto;*/
	overflow: hidden;
}
.overlay{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 80px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.overlay .btn-position {
	position:fixed;
	margin-top: -1%;
	margin-left: -20.75%;
	z-index: 10;
}
.overlay .btn-position .hover-img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.overlay .btn-position:hover .hover-img {
	display: inline;
}
.popup {
	background: #FFFFFF;
	width: 60%;
	height: auto;
	margin: auto;
	transition: all 5s ease-in-out;
	padding-left: 15%;
}
.formBox {
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9f9f9f;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #9f9f9f;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
	margin-right: 10px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e7e7;
	background: #fefefe;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9f9f9f;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 117px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #f08211;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e7e7;
	background: #fefefe;
	border-radius: 0;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 36px;
	color: #9f9f9f;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn6 {
	float: left;
	margin-right: 14px;
}
.btns p {
	float: left;
	margin: 6px 0 0 0;
}
.mail {
	color: #f08211;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.mail:hover {
	color: #262626;
	text-decoration: underline;
}
/*----*/
#contact-form2 {
	position: relative;
	overflow: hidden;
	float: right;
}
#contact-form2 label {
	position: relative;
	display: block;
	margin: 0;
	font-weight: normal;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
}
#contact-form2 label span {
	margin-bottom: 2px;
	display: block;
	color: #ffffff;
}
#contact-form2 .holder {
	overflow: hidden;
	float: left;
}
#contact-form2 .form-div-1, #contact-form2 .form-div-2 {
	float: left;
	width: 189px;
}
#contact-form2 .form-div-1 {
	background: url(../img/form_icon1.png) 15px center no-repeat;
	margin-right: 23px;
}
#contact-form2 .form-div-2 {
	background: url(../img/form_icon2.png) 15px center no-repeat;
	margin-right: 5px;
}
#contact-form2 ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px 10px 42px;
	border-radius: 0;
	display: block;
}
#contact-form2 ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form2 ._placeholder.hidden {
	display: none;
}
#contact-form2 input, #contact-form2 textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: none;
	background: #b7babe;
	background: rgba(255, 255, 255, 0.27);
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 10px 14px 10px 42px;
	height: 39px;
	resize: none;
}
#contact-form2 textarea {
	height: 336px;
	margin-bottom: 34px;
}
#contact-form2 .error-message, #contact-form2 .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #e22004;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form2 .invalid .error-message, #contact-form2 .empty .empty-message {
	height: 20px;
}
#contact-form2 .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form2.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: none;
	background: #b7babe;
	border-radius: 0;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 39px;
	color: #ffffff;
	padding: 0 14px;
	height: 39px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#article-wrapper{

}
#article-toc{
    top: 40px;
    align-self: start; 
    position: sticky;
    border-left: 2px dashed #aaa;
    padding: 0px 20px 20px 20px;
}
.toc-link {
    display: block;
    padding-bottom: 5px;
}
.toc-link:hover {
    color: #C83737;
}
.toc-article-title-link {

}

.toc-article-title-link:before {

}

.toc-article-subtitle-link {
    padding-left: 20px !important;
    display: block;
}
.toc-article-subtitle-link:before {
/*
    content: "• ";
    margin-right: 5px;
    color: #2B2A29;
*/
}
.toc-casestudy-title-link {

}

.toc-casestudy-title-link:before {

}

.toc-casestudy-subtitle-link {
    padding-left: 20px !important;
    display: block;
}
.toc-casestudy-subtitle-link:before {

}
@media (max-width: 1200px){
	#article-toc{	
/*		width: 100%;*/
		position: inherit;
		text-align: left;
		border: none;
		border-bottom: 2px dashed #aaa;
        padding: 0px 0px 20px 0px;;
	}
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1200px) {
	 .container {
	 padding: 0;
	}
	.margin-top-lg {
		margin-top: 15px;
	}
    .padding-lg-bottom-20px{
		padding-bottom: 20px;
	}
	.padding-lg-bottom-25px{
		padding-bottom: 25px;
	}
	.padding-lg-bottom-30px{
		padding-bottom: 30px;
	}
	.padding-lg-bottom-50px{
		padding-bottom: 50px;
	}
	.padding-lg-bottom-75px{
		padding-bottom: 75px;
	}
	.padding-lg-bottom-100px{
		padding-bottom: 100px;
	}
	.padding-lg-bottom-125px{
		padding-bottom: 125px;
	}
    .padding-lg-bottom-150px{
		padding-bottom: 150px;
	}
    .padding-lg-bottom-175px{
		padding-bottom: 175px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) {
	.margin-top-sm-md {
		margin-top: 15px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	 header {
	 text-align: center;
	}
	 h1.navbar-brand_ {
	 float: none;
	}
	 nav.tm_navbar {
	 float: none;
	 display: inline-block;
	}
	 .welcome-box {
	 max-height: none;
	}
	 .welcome-box figure img {
	 width: 100%;
	}
	 .newsform-box {
	 background: url(../img/bg_pic2.jpg) center top no-repeat;
	 text-align: center;
	}
	 .newsform-box p {
	 float: none;
	 margin-bottom: 25px;
	}
	 .newsform-box #contact-form2 {
	 float: none;
	 width: 100%;
	}
	 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
	 width: 560px;
	}
	 .newsform-box #contact-form2 .form-div-1 {
	 margin-right: 15px;
	}
	 .newsform-box #contact-form2 .holder {
	 float: none;
	 margin-bottom: 15px;
	}
	  .testimBox, .links-box, .latest-box {
		background: url(../img/bg_pic1.jpg) center top no-repeat;
	}
	  .form-div-1,  .form-div-2,  .form-div-3 {
	 width: 100%;
	 float: none;
	 margin-right: 0;
	}
	 #contact-form label {
	 min-height: 50px;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	 #contact-form.success .success-message {
	 height: 141px;
	 line-height: 141px;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	.overlay{
		padding-top: 130px;
	}
	.overlay .btn-position {
		position:fixed;
		margin-top: -1%;
		margin-left: -19.5%;
		z-index: 10;
	}
	.popup{
		width: 65%;
		height: auto;
		padding-left: 0%;
	}
	.formMedia {
		margin-left: 10%;
		width: 80%;
		overflow: hidden;
	}
	.center-box .col-xs-offset-remove{
		margin-left: 0%;
		margin-right: 0%;
	}
	.padding-md-bottom-25px{
		padding-bottom: 25px;
	}
	.padding-md-bottom-30px{
		padding-bottom: 30px;
	}
	.padding-md-bottom-50px{
		padding-bottom: 50px;
	}
	.padding-md-bottom-75px{
		padding-bottom: 75px;
	}
	.padding-md-bottom-100px{
		padding-bottom: 100px;
	}
	.padding-md-bottom-125px{
		padding-bottom: 125px;
	}
	.padding-md-bottom-150px{
		padding-bottom: 150px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	 header {
	 text-align: center;
	}
	 h1.navbar-brand_ {
	 float: none;
	}
	 nav.tm_navbar {
	 float: none;
	 display: inline-block;
	}
	 .follow-box {
	 text-align: center;
	}
	 .follow-box .address_icon {
	 float: none;
	 display: inline-block;
	 margin-bottom: 15px;
	}
	 .follow-box .follow_icon {
	 float: none;
	}
	 .welcome-box {
	 max-height: none;
	 padding-bottom: 30px;
	}
	 .welcome-box figure img {
	 width: 100%;
	}
	 .newsform-box {
	 background: url(../img/bg_pic2.jpg) center top no-repeat;
	 text-align: center;
	}
	 .newsform-box p {
	 float: none;
	 margin-bottom: 25px;
	}
	 .newsform-box #contact-form2 {
	 float: none;
	 width: 100%;
	}
	 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
	 width: 100%;
	 margin-right: 0;
	 margin-bottom: 15px;
	 float: none;
	}
	 .newsform-box #contact-form2 .holder {
	 float: none;
	 margin-bottom: 0;
	}
	  /*.testimBox, .links-box, .latest-box {
		background: url(../img/bg_pic1.jpg) center top no-repeat;
	}*/
	  #contact-form2.success .success-message {
	 height: 93px;
	 line-height: 93px;
	}
	 .tools-box .col-lg-3 > div {
	 border-right: none;
	}
	 .thumb-pad0 {
	 margin: 0 0 30px 0;
	 overflow: hidden;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	  /*.testimBox .col-lg-3 {
		margin-bottom: 40px;
	}*/
	  #contact-form.success .success-message {
	 height: 141px;
	 line-height: 141px;
	}
	 .form-div-1,  .form-div-2,  .form-div-3 {
	 float: none;
	 width: 100%;
	 margin-right: 0;
	}
	 #contact-form label {
	 min-height: 50px;
	}
	  /*.testimBox {
		article {
			margin-bottom:35px;
		}
	}*/
	  .categories-box {
	 margin-bottom: 40px;
	}
	 .list1 li .title br {
	 display: none;
	}
	 #search {
	 float: none;
	}
	 .servicesBox .col-lg-4 {
	 margin-bottom: 0;
	}
	 .overviewBox {
	 padding: 40px 0 33px 0;
	}
	 #options {
	 margin-bottom: 20px;
	}
	 .thumb-pad1 .thumbnail .caption a br {
	 display: none;
	}
	 .thumb-pad1 .thumbnail .caption {
	 overflow: visible;
	}
	 .map-box {
	 margin-top: 0px;
	}
	 .map-box figure img {
	 width: auto;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .testimBox .col-lg-3 {
	 margin-bottom: 40px;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	.overlay{
		padding-top: 130px;
	}
	.overlay .btn-position {
		position:fixed;
		margin-top: -1.5%;
		margin-left: -13%;
		z-index: 10;
	}
	.popup{
		width: 79%;
		height: auto;
		padding-left: 0%;
	}
	.formMedia {
		margin-left: 5%;
		width: 90%;
		overflow: hidden;
	}
	.padding-sm-bottom-25px{
		padding-bottom: 25px;
	}
	.padding-sm-bottom-30px{
		padding-bottom: 30px;
	}
	.padding-sm-bottom-50px{
		padding-bottom: 50px;
	}
	.padding-sm-bottom-75px{
		padding-bottom: 75px;
	}
	.padding-sm-bottom-100px{
		padding-bottom: 100px;
	}
	.padding-sm-bottom-125px{
		padding-bottom: 125px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	 header {
	 text-align: center;
	}
	 h1.navbar-brand_ {
	 float: none;
	}
	 .follow-box {
	 text-align: center;
	}
	 .follow-box .address_icon {
	 float: none;
	 display: inline-block;
	 margin-bottom: 15px;
	}
	 .follow-box .address_icon li {
	 float: none;
	 margin: 0 0 10px 0;
	 text-align: left;
	}
	 .follow-box .follow_icon {
	 float: none;
	}
	 h1.navbar-brand_ {
	 float: none;
	 width: 100%;
	 text-align: center;

	}
	 nav.tm_navbar {
	 float: none;
	 display: inline-block;
	 width: 100%;
	 padding: 0;
	/* margin: 0;*/
	 margin-bottom: 8px;
	}
	 nav.tm_navbar .nav {
	 display: none;
	}
	 .select-menu {
	 display: inline-block !important;
	 padding-top: 4px;
	 padding-right: 3px;
	 padding-bottom: 4px;
	 width: 100%;
     border-radius: 4px;
	 border: 1px solid #1a1a1a;
	 background: #FFFFFF;
	 color: #1a1a1a;
	 cursor: pointer;
	 height: 30px;
	 font-size: 12px;
	 text-transform: uppercase;
	 vertical-align: middle;
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
	}
	 .btn-default.btn1 {
	 padding: 0 23px;
	 font-size: 14px;
	 line-height: 32px;
	 font-weight: normal;
	}
	 .follow-box p {
	 float: none;
	 margin-bottom: 15px;
	}
	 .follow-box .follow_icon {
	 float: none;
	}
	 .welcome-box {
	 max-height: none;
	 padding-bottom: 30px;
	}
	 .welcome-box figure img {
	 width: 100%;
	}
	 .welcome-box .title {
	 font-size: 35px;
	 line-height: 35px;
	}
	 .distributor-box .title {
	 font-size: 35px;
	 line-height: 35px;
	}
	 .distributor-box .title1 {
	 font-size: 35px;
	 line-height: 35px;
	}
	 .newsform-box {
	 background: url(../img/bg_pic2.jpg) center top no-repeat;
	 text-align: center;
	}
	 .newsform-box p {
	 float: none;
	 margin-bottom: 25px;
	}
	 .newsform-box #contact-form2 {
	 float: none;
	 width: 100%;
	}
	 .newsform-box #contact-form2 .form-div-1,  .newsform-box #contact-form2 .form-div-2 {
	 width: 100%;
	 margin-right: 0;
	 margin-bottom: 15px;
	 float: none;
	}
	 .newsform-box #contact-form2 .holder {
	 float: none;
	 margin-bottom: 0;
	}
	  /*.testimBox, .links-box, .latest-box {
		background: url(../img/bg_pic1.jpg) center top no-repeat;
	}*/
	  #contact-form2.success .success-message {
	 height: 93px;
	 line-height: 93px;
	}
	 .tools-box .col-lg-3 > div {
	 border-right: none;
	}
	 .thumb-pad2 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .links-box {
	 padding-bottom: 0;
	}
	 .links-box .col-lg-8 {
	 margin-bottom: 50px;
	}
	 .map-box {
	 margin-top: 0px;
	}
	 .map-box figure img {
	 width: auto;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .thumb-pad0 {
	 margin: 0 0 30px 0;
	 overflow: hidden;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	  /*.testimBox .col-lg-3 {
		margin-bottom: 40px;
	}*/
	  .testimBox .col-lg-3 {
	 margin-bottom: 40px;
	}
	 #contact-form.success .success-message {
	 height: 141px;
	 line-height: 141px;
	}
	 .form-div-1,  .form-div-2,  .form-div-3 {
	 width: 100%;
	 float: none;
	 margin-right: 0;
	}
	 .map iframe {
	 height: 300px;
	}
	 .info {
	 margin-bottom: 50px;
	}
	 #contact-form label {
	 min-height: 50px;
	}
	 .proffesional-box {
	 padding: 70px 0;
	}
	 .proffesional-box .title {
	 font-size: 21px;
	}
	 .privacyBox {
	 margin-bottom: 50px;
	}
	 .pict {
	 background: none;
	 padding: 0 0 90px 0;
	}
	  /*.testimBox {
		article {
			margin-bottom:35px;
		}
	}*/
	  .categories-box {
	 margin-bottom: 40px;
	}
	 .block-box article {
	 margin-bottom: 50px;
	}
	 .list1 li .title br {
	 display: none;
	}
	 footer {
	 text-align: center;
	}
	 footer ul {
	 display: none;
	}
	 .thumb-pad4 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .thumb-pad4 .thumbnail .caption {
	 overflow: visible;
	}
	 .thumb-pad3 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 #search {
	 float: none;
	}
	 .thumb-pad1 {
	 margin-bottom: 20px;
	}
	 footer {
	 padding: 25px 0;
	}
	 .servicesBox .col-lg-4 {
	 margin-bottom: 0;
	}
	 .overviewBox {
	 padding: 40px 0 33px 0;
	}
	 .thumb-pad1 .thumbnail .caption a br {
	 display: none;
	}
	 .thumb-pad1-1 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	.overlay{
		padding-top: 50px;
	}
	.overlay .btn-position {
		position:fixed;
		margin-top: -2.25%;
		margin-left: -5%;
		z-index: 10;
	}
	.popup{
		width: 95%;
		height: auto;
		padding-left: 0%;
	}
	.formMedia {
		margin-left: 0%;
		width: 100%;
		overflow: hidden;
	}
	.padding-xs-bottom-25px{
		padding-bottom: 25px;
	}
	.padding-xs-bottom-30px{
		padding-bottom: 30px;
	}
	.padding-xs-bottom-50px{
		padding-bottom: 50px;
	}
	.padding-xs-bottom-75px{
		padding-bottom: 75px;
	}
	.padding-xs-bottom-100px{
		padding-bottom: 100px;
	}
	.padding-xs-bottom-125px{
		padding-bottom: 125px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .latest-box {
 background: #495060;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .topic-box {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	 h1.navbar-brand_ a img {
	 width: 100%;
	}
	 .tools-box .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	  /*.testimBox {
		.col-lg-3 {
			width:100%;
			float:none;
		}
	}*/
	  .baner-box {
	 width: 100%;
	 float: none;
	}
	 .trainerBox {
	 width: 50%;
	}
	 .overviewBox .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	  /*.testimBox .col-lg-3 {
		margin-bottom: 20px;
	}*/
	  .projects-box .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	 .thumb-pad1 figure {
	 margin: 0 0 20px 0;
	 float: none;
	}
	 .links-box .thumb-pad1 figure img {
	 width: 100%;
	}
	.center-box .col-lg-15 {
	 width: 100%;
	 top: none;
	 align-self: auto;
	 position: relative;
	 float: none;
	}
	 .center-box .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	.center-box .col-xs-offset-480 {
	 margin-left: 10%;
	}
	.center-box .col-xs-offset-remove{
		margin-left: 0%;
		margin-right: 0%;
	}
	 .center-box_2 .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	 .center-box_3 .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	 .center-box_4 .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	 .center-box_5 .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	.services-box .col-lg-12 {
	 width: 100%;
	 float: none;
	}
	 .services-box .col-lg-15 {
	 width: 100%;
	 float: none;
	}
	.margin-top-xs {
		margin-top: 15px;
	}
	 #search-404 {
	 width: 283px;
	}
	 #search-404 input {
	 width: 247px;
	}
	 .errorBox .title {
	 font-size: 40px;
	 line-height: 40px;
	}
	 .errorBox .description {
	 font-size: 30px;
	 line-height: 35px;
	}
		.formMedia {
		margin-left: 0%;
		width: 100%;
		overflow: hidden;
	}
	.padding-480-bottom-none{
		padding-bottom: 0px;
	}
	.padding-480-bottom-20px{
		padding-bottom: 20px;
	}
	.padding-480-top-20px{
		padding-top: 20px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	font: 18px/24px 'Roboto';
	color: #2B2A29;
	margin-bottom: 35px;
}
.padBot {
	padding-bottom: 0;
}
.navMainCenter{
	font: 20px/40px 'Roboto';
	color: #666666;
	margin-bottom: 0;	
}
.navSubCenter{
	font: 17px/25px 'Roboto';
	color: #2B2A29;
	margin-bottom: 0;
/*	text-align: justify; */
}
.font-style-pricing{
	font: 16px/25px 'Roboto';
	color: #2B2A29;
	margin-bottom: 0;
/*	text-align: justify; */
}
.font-li{
	font: 17px/25px 'Roboto';
	color: #2B2A29;
	margin-bottom: 0;
	margin-left: 40px;
/*	text-align: justify; */
	text-indent: 10px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
