/*

Theme Name: KineMetrics
Theme URI: http://www.webvdeo.com
Description: KineMetrics Official WordPress Theme
Version: 1.0
Author: webVDEO
Author URI: http://www.webvdeo.com
Tags: HTML5, CSS3, jQuery
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

body {
	color: #252525;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	padding: 135px 0 0 0;
	-moz-osx-font-smoothing: grayscale;
}

a:link {
	color: #eb2a2e;
	outline: none;
	text-decoration: none;
	transition: color linear 0.3s;
}

a:hover {
	color: #373f46;
	text-decoration: underline;
}

figure {
	display: block;
	margin: 15px 0;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

@media (min-width:768px) {

	img.alignleft,
	img.alignright {
		width: auto;
	}

	img.alignleft {
		float: left;
		margin-right: 20px;
	}
	
	img.alignright {
		float: right;
		margin-left: 20px;
	}

}

h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
	color: #373f45;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #373f45 !important;
	transition: all linear 0.3s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #eb2a2e !important;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 6px 0 8px 0;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	margin: 7px 0 8px 0;
}

h3 {
	font-size: 22px;
	line-height: 22px;
	margin: 8px 0 9px 0;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	margin: 8px 0 10px 0;
}

h5 {
	font-size: 14px;
	line-height: 14px;
	margin: 9px 0 10px 0;
}

h6 {
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0 11px 0;
}

p {
	display: inline-block;
	line-height: 22px;
	margin: 6px 0 6px 0;
	width: 100%;
}

.container-table {
	display: table;
	height: 100%;
	width: 100%;
}

.container-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.about-content:before,
.about-content:after {
	clear: both;
	content: " ";
	display: table;
}

.pagination {
	padding: 48px 0 0 0;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	color: #373f45;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	margin: 0 5px;
	padding: 15px 15px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.pagination .page-numbers {
	background: #fafafa;
	border: 1px solid #d6d6d6;
}

.pagination .page-numbers.current {
	background: #eb2a2e;
	border: 1px solid #eb2a2e;
	color: #fff;
}

.pagination .page-numbers.current:hover {
	color: #fff;
}

.pagination .page-numbers:hover {
	border: 1px solid #eb2a2e;
	color: #eb2a2e;
	text-decoration: none;
}

.img-responsive {
	display: block;
	height: auto;
	width: 100%;
}

figure figcaption {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	font-size: 14px;
	font-style: italic;
	padding: 15px;
}

img.no-responsive {
	display: block;
	height: auto;
	width: auto;
}

@media ( max-width: 1024px ) {
	
body {
	padding: 0;
}

}

@media ( max-width: 767px ) {

img.no-responsive {
	width: 100%;
}

}

/*	============================================================
	header
	============================================================	*/

header {
	background: #fff;
	position: fixed;
	top: 0;
	transition: top 0.4s;
	width: 100%;
	z-index: 100;
}

header.smaller {
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	top: -74px;
}

.header-top {
	border-bottom: 1px solid #d4d4d4;
	border-top: 3px solid #eb2a2e;
	padding: 15px 0;
}

.header-top-links {
	position: relative;
}

.header-top-links .logo-header {
	background: url(images/logo-kinemetrics.png) no-repeat #fff;
	display: block;
	height: 102px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: all 0.4s;
	width: 207px;
	z-index: 1000;
}

header.smaller .header-top-links .logo-header {
	opacity: 0;
}

.header-top-links ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-top-links ul li {
	float: left;
	line-height: none;
	margin: 0 0 0 6px;
}

.header-top-links ul li a,
.header-top-links ul li span {
	background: url(images/sprites.png) 0px 0px #373f45;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 40px;
	text-indent: -9999px;
	transition: background linear 0.2s;
	width: 40px;
}

.header-top-links ul li.icon-menu {
	display: none !important;
}

.header-top-links ul li.icon-facebook a {
	background: url(images/sprites.png) 0px 0px #373f45;
}

.header-top-links ul li.icon-twitter a {
	background: url(images/sprites.png) -40px 0px #373f45;
}

.header-top-links ul li.icon-linkedin a {
	background: url(images/sprites.png) -80px 0px #373f45;
}

.header-top-links ul li.icon-youtube a {
	background: url(images/sprites.png) -120px 0px #373f45;
}

.header-top-links ul li.icon-home a {
	background: url(images/sprites.png) -160px 0px #373f45;
}

.header-top-links ul li.icon-search a {
	background: url(images/sprites.png) -200px 0px #373f45;
}

.header-top-links ul li.icon-menu span {
	background: url(images/sprites.png) -240px 0px #eb2a2e;
}

.header-top-links ul li.icon-facebook a:hover {
	background: url(images/sprites.png) 0px 0px #3b5998;
}

.header-top-links ul li.icon-twitter a:hover {
	background: url(images/sprites.png) -40px 0px #1da1f2;
}

.header-top-links ul li.icon-linkedin a:hover {
	background: url(images/sprites.png) -80px 0px #0077b5;
}

.header-top-links ul li.icon-youtube a:hover {
	background: url(images/sprites.png) -120px 0px #cd201f;
}

.header-top-links ul li.icon-home a:hover {
	background: url(images/sprites.png) -160px 0px #eb2a2e;
}

.header-top-links ul li.icon-search a:hover {
	background: url(images/sprites.png) -200px 0px #eb2a2e;
}

.header-top-links ul li.icon-menu span:hover {
	background: url(images/sprites.png) -240px 0px #eb2a2e;
}

.header-menu .nav {
	float: right;
}

.header-menu .nav > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-menu .nav > ul > li > ul > li > ul {
	display: none;
}

.header-menu .nav > ul > li {
	float: left;
	line-height: normal;
	position: relative;
	margin: 0 0 0 20px;
}

.header-menu .nav > ul > li > ul {
	left: -20px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s;
	visibility: hidden;
	width: 280px;
	z-index: 1000;
}

.header-menu .nav > ul > li:hover > ul {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.header-menu .nav > ul > li > ul > li {
	position: relative;
}

.header-menu .nav > ul > li > ul > li > ul {
	display: none;
}

.header-menu .nav > ul > li > ul > li > a {
	background: #eb2a2e;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 15px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.header-menu .nav > ul > li > ul > li > a:hover,
.header-menu .nav > ul > li > ul > li.current-menu-item > a,
.header-menu .nav > ul > li > ul > li.current-menu-parent > a,
.header-menu .nav > ul > li > ul > li.current-taxonomy_products-ancestor > a {
	background: #cd2528;
	text-decoration: none;
}

.header-menu .nav > ul > li > a {
	border-top: 3px solid #FFF;
	color: #67747d;
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 17px;
	padding: 20px 0 21px 0;
	text-transform: uppercase;
}

.header-menu .nav > ul > li > a:hover,
.header-menu .nav > ul > li:hover > a {
	color: #eb2a2e;
	text-decoration: none;
}

.header-menu .nav > ul > li.current-menu-item > a,
.header-menu .nav > ul > li.current-page-parent > a,
.header-menu .nav > ul > li.current-menu-parent > a,
.header-menu .nav > ul > li.current-menu-ancestor > a,
.single-post_type_portfolios .header-menu .nav > ul > li.menu-item-object-post_type_portfolios > a,
.tax-taxonomy_legacy_products .header-menu .nav > ul > li.menu-item-270 > a,
.archive.tax-taxonomy_products .header-menu .nav > ul > li.menu-item-937 > a,
.archive.tax-taxonomy_resources .header-menu .nav > ul > li.menu-item-270 > a {
	border-top: 3px solid #eb2a2e;
	color: #373f45;
}

.responsive-menu {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 300px;
	z-index: 1000;
}

.responsive-menu h5 {
	background: #eb2a2e;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 15px;
	position: relative;
}

.responsive-menu h5 .button-close-menu {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 40px;
	z-index: 1001;
}

.responsive-menu li {
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}

.responsive-menu li #nav-toggle.nav-closed,
.responsive-menu li #nav-toggle.nav-open {
	cursor: pointer;
	position: absolute;
	height: 40px;
	right: 2px;
	top: 2px;
	width: 40px;
	z-index: 1001
}

.responsive-menu li #nav-toggle.nav-closed {
	background: url(images/icons/navbar-closed.png) no-repeat center center;
}

.responsive-menu li #nav-toggle.nav-open {
	background: url(images/icons/navbar-open.png) no-repeat center center;
}

.responsive-menu li a {
	color: #373f45;
	display: block;
	padding: 12px 15px;
}

.responsive-menu li a:hover {
	color: #eb2a2e;
	text-decoration: none;
}

.responsive-menu li ul {
	display: none;
}

.responsive-menu li li {
	border-bottom: none;
	border-top: 1px solid #d6d6d6;
}

.responsive-menu li li a {
	background: #f2f2f2;
	padding: 12px 30px;
}

.responsive-menu li li li a {
	background: #f2f2f2;
	padding: 12px 45px;
}

@media ( max-width: 1024px ) {

header {
	position: static;
}

header.smaller {
	box-shadow: none;
	top: inherit;
}

.header-top {
	border-bottom: none;
}

.header-top-links .logo-header {
	background: url(images/logo-kinemetrics.png) no-repeat 15px #fff;
	display: block;
	float: left;
	height: 102px;
	left: 0;
	opacity: 1;
	margin: 0 0 0 -15px;
	position: static;
	top: 0;
	transition: none;
	width: 207px;
	z-index: inherit;
}

header.smaller .header-top-links .logo-header {
	opacity: 1;
}

.header-top-links ul {
	float: right;
	list-style-type: none;
	margin: 31px 0 0 0;
	padding: 0;
}

.header-top-links ul li.icon-menu {
	display: inline-block !important;
}

.header-menu .nav {
	display: none;
	float: none;
}

}

@media ( max-width: 767px ) {

.header-top-links {
	text-align: center;
}

.header-top-links .logo-header {
	background: url(images/logo-kinemetrics.png) no-repeat #fff;
	background-size: 207px 102px;
	display: inline-block;
	float: none;
	height: 102px;
	left: 0;
	opacity: 1;
	margin: 0 0 0 -15px;
	position: static;
	top: 0;
	transition: none;
	width: 207px;
	z-index: inherit;
}

.header-top-links ul {
	border-top: 1px solid #d6d6d6;
	float: none;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	width: 100%;
}

.header-top-links ul li {
	float: none;
	display: inline-block;
	margin: 0 3 0 3px;
}

}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.header-top-links .logo-header {
		background: url(images/logo-kinemetrics-2x.png) no-repeat #fff;
		background-size: 207px 102px;
	}

}

/*	============================================================
	portfolio
	============================================================	*/




.post-portfolio {
	margin: 0 0 30px 0;
}

.post-portfolio figure {
	overflow: hidden;
	margin: 0px;
	position: relative;
}

.post-portfolio figure p {
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	margin: 0;
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: -30px;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.post-portfolio:hover figure p {
	opacity: 1;
	top: 0;
	visibility: visible;
}

.post-portfolio figure img {
	display: block;
	height: auto;
	width: 100%;
}

.post-portfolio .portfolio-content {
	border: 1px solid #d8e0e5;
	padding: 15px 30px 18px 30px;
}

.post-portfolio .portfolio-content h4 {
	min-height: 45px;
}

.portfolio-slide {
	position: relative;
}

.owl-carousel-portfolio-slides {
	margin: 0 0 30px 0;
	position: relative;
}

.owl-carousel-portfolio-slides .owl-controls {
	bottom: -24px;
}

.portfolio-slide figure {
	margin: 0;
}

.portfolio-slide .slide-caption {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-style: italic;
	padding: 15px;
	position: absolute;
	text-align: center;
	z-index: 1;
	width: 100%;
}

#portfolio-insights {
	background: #fafafa;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	margin: 58px 0 0 0;
	padding: 58px 0 46px 0;
}

.portfolio-insight-header {
	text-align: center;
}

#portfolio-insights .content-insights {
	border-top: 2px solid #eb2a2e;
	margin: 12px 0;
	padding: 12px 0 0 0;
}

@media ( max-width: 768px) {

.portfolio-slide .slide-caption {
	background: rgba(0,0,0,1);
	padding: 15px;
	position: static;
}

}

.project-related-content {
	margin: 80px 0 0 0;
}

.project-related-products,
.project-datasheet {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	min-height: 200px;
	padding: 18px 30px;
}

ul.pdf-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.pdf-links li {
	margin: 0 0 10px 0;
}

ul.pdf-links a {
	background: url(images/icon-pdf.png) no-repeat 10px center #fff;
	border: 1px solid #f2f2f2;
	display: block;
	padding: 20px 0 20px 40px;
}

@media ( max-width: 767px ) {
.project-related-products,
.project-datasheet {
	margin: 0 0 15px 0;
	min-height: inherit;
}
}

/*	============================================================
	products
	============================================================	*/

.container-product-category,
.container-application-category {
	margin: 0 0 30px 0;
}

.container-product-category figure,
.container-application-category figure {
	background: #f0f0f0;
}

.container-product-category h4,
.container-application-category h4 {
	margin: 0;
	padding: 15px;
	text-align: center;
}


.post-product {
	margin: 0 0 30px 0;
	text-align: center;
}

.post-product figure {
	background: #f0f0f0;
	width: 100%;
}

.post-product figure img {
	display: block;
	height: auto;
	width: 100%;
}

.post-product h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-product .product-category {
	display: block;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#product-information h2 {
	text-align: center;
}


/*	============================================================
	global accordions
	============================================================	*/

	.container-accordions {
		margin: 15px 0;
	}

	.container-accordions .accordion-tabs {
		clear: both;
		content: " ";
		display: table;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.container-accordions .accordion-tabs li {
		background: #e5e5e5;
		box-sizing: border-box;
		border: 1px solid #d6d6d6;
		border-bottom: none;
		color: #8c8c8c;
		cursor: pointer;
		display: block;
		font-size: 16px;
		font-weight: 600;
		float: left;
		display: block;
		margin: 0 0px -1px 0;
		padding: 20px 0;
		text-transform: uppercase;
		text-align: center;
		width: 25%;
	}

	.container-accordions .accordion-tabs li.active {
		background: #fafafa;
		color: #000;
	}

	.accordion-content {
		background: #fafafa;
		border: 1px solid #d6d6d6;
		padding: 18px 30px 18px 30px;
		clear: both;
		overflow: auto;
	}

	.tab_container ul {
		margin: 0 0 0 14px;
	}

	.container-accordions .tab_drawer_heading {
		display: none;
	}

	.container-accordions.global {
		padding: 40px 0 50px;
	}

	.container-accordions.global .main-title,
	.container-accordions.global .main-description {
		text-align: center;
	}

	.container-accordions .tab_drawer_heading {
		background: #d6d6d6;
		cursor: pointer;
		margin: 10px 0 0 0;
		padding: 15px 30px;
	}

	.container-accordions.global .tab_drawer_heading {
		display: block;
	}

@media ( max-width: 767px ) {

	.container-accordions {
		margin: 0 0 30px 0;
	}

	.container-accordions .accordion-tabs {
		display: none;
	}

	.container-accordions .tab_drawer_heading {
		display: block;
	}

}


/*	============================================================
	global
	============================================================	*/

.container-related,
.container-datasheet  {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 15px 0;
	min-height: 200px;
	padding: 18px 30px;
}

.container-related ul {
	margin: 0 0 0 14px;
}

.content-left-right  {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.content-left-right figure,
.content-left-right .content {
	box-sizing: border-box;
	padding: 0 15px;
}

.content-left-right figure  {
	display: inline-block;
	width: 50%;
}

.content-left-right.odd {
	text-align: left;
}

.content-left-right.even {
	text-align: right;
}

.content-left-right .content {
	text-align: left;
}

.content-left-right.odd .content {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.content-left-right.even .content {
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

#container-contact {
	background: url(images/bg-container-contact.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	min-height: 600px;
	margin: 80px 0 0 0;
	padding: 250px 0 0 0;
	text-align: center;
}

#container-contact h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 15px 0
}

@media ( max-width: 800px ) {

.container-related,
.container-datasheet  {
	margin: 0 0 15px 0;
	min-height: inherit;
}

.content-left-right figure  {
	display: inline-block;
	width: 100%;
}

.content-left-right.odd {
	text-align: left;
}

.content-left-right.even {
	text-align: left;
}

.content-left-right .content {
	text-align: left;
}

.content-left-right.odd .content {
	position: inherit;
	width: 100%;
}

.content-left-right.even .content {
	position: inherit;
	width: 100%;
}

}

/*	============================================================
	Pages
	============================================================	*/

.history-content {
	min-height: 108px;
}

.history-content::after,
.history-content::before {
	display: table;
	clear: both;
	content: " ";
}

.history-content .content {
	width: 50%;
	position: relative;
}

.history-content.even .content {
	border-right: 4px solid #eb2a2e;
	box-sizing: border-box;
	float: left;
	margin-right: 5px;
	padding: 0 30px 0 0;
}

.history-content.odd .content {
	border-left: 4px solid #eb2a2e;
	float: right;
}

.history-content .content p {
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	min-height: 175px;
	padding-top: 10px;
}

.history-content:last-child .content p {
	min-height: inherit;
}

.history-content.even .content p {
	margin: 0 30px 0 0;
	padding-right: 60px;
	text-align: right;
}

.history-content.odd .content p {
	margin: 0 0 0 30px;
	padding-left: 60px;
}

.history-content .content .history-year {
	background: #eb2a2e;
	border: 4px solid #eb2a2e;
	border-radius: 50%;
	box-shadow: inset 0px 0px 0px 4px #fff;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 100px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
}

.history-content.even .content .history-year {
	margin-right: -85px;
	right: 29px;
}

.history-content.odd .content .history-year {
	margin-left: -85px;
	left: 29px;
}

@media ( max-width: 768px ) {

.history-content {
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding: 30px;
}

.history-content .content {
	text-align: center;
	width: auto;
}

.history-content.even .content {
	border-right: none;
	float: none;
	margin-right: 0;
	padding: 0;
}

.history-content.odd .content {
	border-left: none;
	float: none;
}

.history-content .content p {
	min-height: inherit;
}

.history-content:last-child .content p {
	min-height: inherit;
}

.history-content.even .content p {
	margin: 0;
	padding-right: 0;
	text-align: center;
}

.history-content.odd .content p {
	margin: 0;
	padding-left: 0;
}

.history-content .content .history-year {
	display: inline-block;
	position: static;
}

.history-content.even .content .history-year {
	margin-right: 0;
}

.history-content.odd .content .history-year {
	margin-left: 0;
}

}

/*	============================================================
	applications
	============================================================	*/

.post-application {
	clear: both;
	content: " ";
	display: table;
}

.post-application figure,
.post-application .post-application-content {
	box-sizing: border-box;
	padding: 0 15px;
	width: 50%;
}

.post-application.odd figure {
	float: right;
}

.post-application.odd .post-application-content {
	float: left;
}

.post-application.even figure {
	float: left;
}

.post-application.even .post-application-content {
	float: right;
}

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

.list-advantages ul li {
	background: url(images/bg-list-advantages.png) no-repeat left center;
	margin: 5px 0 5px 0;
	padding: 20px 20px 20px 30px;
}

.list-advantages li h4 {
	line-height: normal;
	margin: 0;
	padding: 0;
}

.list-advantages li p {
	line-height: normal;
	padding: 0;
}

.application-solutions {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 58px 0 0 0;
	padding: 58px 0;
}

.application-solutions figure {
	border: 1px solid #d6d6d6;
}

.application-solutions h2.title {
	margin: 0 0 30px 0;
	text-align: center;
}

.content-advantages h2 {
	text-align: center;
}

.solutions-content {
	clear: both;
	content: " ";
	display: table;
}

.solutions-content figure,
.solutions-content .content {
	box-sizing: border-box;
	padding: 0 15px;
	width: 50%;
}

.solutions-content.odd figure {
	float: left;
}

.solutions-content.odd .content {
	float: right;
}

.solutions-content.even figure {
	float: right;
}

.solutions-content.even .content {
	float: left;
}


@media (max-width: 767px ) {

.list-advantages ul li {
	background: #ececec;
}

}

/*	============================================================
	owl carousel
	============================================================	*/

.owl-controls {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.owl-controls .owl-dot {
	background: #fff;
	border: 2px solid #eb2a2e;
	border-radius: 50% 50%;
	display: inline-block;
	height: 8px;
	margin: 0 5px;
	width: 8px;
}

.owl-controls .owl-dot.active {
	background: #eb2a2e;
}

/*	============================================================
	main
	============================================================	*/

main {
	padding: 68px 0 68px 0;
}

main ol {
	list-style-type: decimal;
}

main ul {
	list-style-type: disc;
}

main ol,
main ul {
	margin: 0 0 0 44px;
	padding: 6px 0 6px 0;
}

main ol li,
main ul li {
	line-height: 22px;
}

main ul.bullet-red-check {
	list-style-type: none;
	margin: 0 0 0 16px;
}

main ul.bullet-red-check li {
	background: url(images/icons/bullet-red-check.png) no-repeat 0px 5px;
	line-height: 24px;
	padding: 0 0 0 25px;	
}

.container-representative {
	border-top: 2px solid #eb2a2e;
	margin-bottom: 30px;
	padding: 15px 30px;
}

/*	============================================================
	events
	============================================================	*/

#showcase-events {
	background: #fafafa;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 58px 0;
}

#showcase-events h2 {
	text-align: center;
}

.post-events {
	text-align: center;
}

.post-events h4 {
 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-events span {
	display: block;
	line-height: 22px;
}

.event-description span {
	display: block;
	line-height: 22px;
	margin: 6px 0 6px 0;
}

.events-categories-menu {
	padding: 30px 0 0 0;
	text-align: center;
}

.events-categories-menu li {
	display: inline-block;
}

.events-categories-menu li a {
	background-color: #eaeaea;
	border-radius: 3px;
	color: #9d9d9d;
	display: inline-block;
	margin-bottom: -1px;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: background 0.3s, color 0.3s;
}

.events-categories-menu li a:hover,
.events-categories-menu li.current-menu-item a {
	background-color: #eb2a2e;
	color: #fff;
	text-decoration: none;
}


/* section webinars */

.webinar-main-title {
	margin-bottom: 30px;
	text-align: center
}

.archive-webinar .container-grid:before,
.archive-webinar .container-grid:after {
	content: "";
	clear: both;
	display: table;
}

.archive-webinar {
	margin-bottom: 40px;
	text-align: left;
}

.archive-webinar h4 {
	margin-bottom: 0;
}

.archive-webinar figure img {
	display: block;
	height: auto;
	width: 100%;
}

.archive-webinar .button-custom-red {
	color: #eb2a2e;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width:768px) {

	.container-grid figure,
	.container-grid .content-webinar {
		box-sizing: border-box;
		float: left;
	}

	.container-grid figure {
		margin: 0;
		width: 285px;
	}

	.container-grid .content-webinar {
		padding-left: 30px;
		width: calc(100% - 285px);
	}

}

/*	============================================================
	sidebar widgets
	============================================================	*/

.sidebar .container-widget {
	margin: 12px 0;
}

.sidebar .container-widget h4 {
	background: #eb2a2e;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 16px 24px 17px 24px;
	text-transform: uppercase;
}

.sidebar .container-widget .textwidget {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	padding: 12px 24px;
}

/*	============================================================
	services
	============================================================	*/

#showcase-services {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	padding: 68px 0 80px 0;
}

#showcase-services h2 {
	text-align: center;
}

#showcase-services .article-service {
	background: #fff;
	border: 1px solid #d6d6d6;
	margin: 15px 0;
	padding: 20px;
	position: relative;
}

#showcase-services .article-service img {
	border: 1px solid #d6d6d6;
	display: block;
	height: 100px;
	width: 100px;
}

#showcase-services .article-service .content-service {
	bottom: 20px;
	position: absolute;
	left: 142px;
	right: 20px;
	top: 20px;
}

/*	============================================================
	form elements
	============================================================	*/

.form-group {
	display: inline-block;
	margin: 12px 0;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	border: 1px solid #d6d6d6;
	color: #252525;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 20px 16px 20px;
	-webkit-appearance: none;
	width: 100%;
}

.button-red,
a.button-red {
	background: #eb2a2e;
	border: 1px solid #eb2a2e;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 50px;
	margin: 12px 0;
	padding: 0 30px;
	text-transform: uppercase;
	transition: all 0.3s;
	-webkit-appearance: none;
}

.button-red:hover,
a.button-red:hover {
	background: #cc2428;
	border: 1px solid #cc2428;
	text-decoration: none;
}

.button-white-border,
a.button-white-border {
	background: none;
	border: 1px solid #fff;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 50px;
	margin: 12px 0;
	padding: 0 30px;
	text-transform: uppercase;
	transition: all 0.3s;
	-webkit-appearance: none;
}

.button-white-border:hover,
a.button-white-border:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #eb2a2e !important;
	text-decoration: none;
}

/*	============================================================
	Page Headers
	============================================================	*/

#page-title-full,
#page-title-chrome {
	display: table;
	height: 500px;
	position: relative;
	text-align: center;
	width: 100%;
}

#page-title-full .page-title-content {
	background: rgba(0,0,0,0.6);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#page-title-full .page-title-content-empty {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#page-title-chrome {
	background: url(images/bg-title-chrome-grey.png) repeat-x;
}

#page-title-chrome .page-title-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 570px;
}

#page-title-small {
	height: 500px;
	width: 100%;
}

#page-title-small .container-fixed {
	height: 100%;
}

#page-title-small .container-fixed .page-title-area {
	background: rgba(0,0,0,0.6);
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 370px;
}

#page-title-small .container-fixed .page-title-area .page-title-content {
	display: table-cell;
	padding: 30px;
	text-align: left;
	vertical-align: middle;
}

#page-title-full h1,
#page-title-small h1,
#page-title-chrome h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
}

#page-title-full .page-subtitle,
#page-title-small .page-subtitle,
#page-title-chrome .page-subtitle {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 10px 0;
	text-transform: uppercase;
}

#page-title-full .page-description,
#page-title-small .page-description,
#page-title-chrome .page-description {
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 10px 0;
}

#page-title-chrome .page-title-content .content {
	box-sizing: border-box;
	margin: 0 auto;
	width: 670px;
}

.header-layout {
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
}


@media ( max-width: 767px ) {

	#page-title-chrome .page-title-content {
		width: 100%;
	}

	#page-title-chrome .page-title-content .content {
		padding: 0 15px;
		width: 100%;
	}

	.header-layout {
		margin: 0;
		padding: 0 15px;
		width: 100%;
	}


#page-title-full h1,
#page-title-small h1,
#page-title-chrome h1 {
	font-size: 25px;
	line-height: 30px;
}

}

@media ( max-width: 767px ) {

	#page-title-small .container-fixed .page-title-area {
	background: rgba(0,0,0,0.6);
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	}

}

/*	============================================================
	showcase and homepage
	============================================================	*/

.showcase-header,
.showcase-footer {
	text-align: center;
}

#showcase-applications {
	background: #f2f2f2;
	min-height: 442px;
	padding: 58px 0 0 0;
}

#showcase-applications .showcase-post-application figure img {
	display: block;
	height: auto;
	width: 100%;
}

#showcase-applications .showcase-post-application h3 {
	margin: 18px 0 0 0;
	text-align: center;
}

#showcase-applications .showcase-post-application p {
	text-align: center;
}

#showcase-portfolio {
	background: url(images/icons/icon-section-portfolio.png) no-repeat center top;
	padding: 82px 0 65px 0;
	text-align: center;
}

#showcase-portfolio h2 {
	color: #fff;
	padding: 0 0 25px 0;
}

#showcase-portfolio .showcase-post-portfolio {
	position: relative;
}

#showcase-portfolio .showcase-post-portfolio figure {
	margin: 0;
}

#showcase-portfolio .showcase-post-portfolio .portfolio-content {
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	bottom: 0;
	opacity: 0;
	padding: 30px 30px 30px 30px;
	position: absolute;
	text-align: left;
	transition: opacity 0.6s, top 0.3s;
	top: -30px;
	width: 100%;
}

#showcase-portfolio .showcase-post-portfolio .portfolio-content h4,
#showcase-portfolio .showcase-post-portfolio .portfolio-content p {
	color: #fff;
}

#showcase-portfolio .showcase-post-portfolio:hover .portfolio-content {
	opacity: 1;
	top: 0;
}

#showcase-portfolio .owl-carousel-portfolio {
	padding: 0 0 46px 0;
}

#showcase-portfolio .owl-carousel-portfolio .owl-controls {
	bottom: 0;
}

#showcase-portfolio .showcase-footer {
	padding: 13px 0 0 0;
}

#showcase-news .overlay {
	background: url(images/icons/icon-section-recent-news.png) no-repeat center top;
	padding: 82px 0;
}

#showcase-news {
	border-top : 1px solid #d6d6d6;
}

#showcase-news .showcase-post-news {
	margin: 15px 0;
	position: relative;
}

#showcase-news .showcase-post-news .content {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	box-sizing: border-box;
	padding: 0 30px;
	position: absolute;
	left: 0;
	text-align: center;
	right: 0;
}

#showcase-news .showcase-post-news figure img {
	display: block;
	height: auto;
	width: 100%;
}

#showcase-news .showcase-post-news h4,
#showcase-news .showcase-post-news h4 a,
#showcase-news .showcase-post-news p {
	color: #fff !important;
}

#showcase-news .showcase-post-news h4 a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#showcase-news .showcase-footer {
	margin: 30px 0 0 0;
}

@media ( max-width: 800px ) {

#showcase-news .showcase-post-news .content {
	background: rgba(0,0,0,0);
	bottom: 0;
	box-sizing: border-box;
	padding: 0;
	position: static;
	left: 0;
	right: 0;
}

#showcase-news .showcase-post-news h4,
#showcase-news .showcase-post-news h4 a,
#showcase-news .showcase-post-news p {
	color: #373f45 !important;
}

#showcase-news .showcase-post-news h4 a:hover {
	color: #373f45 !important;
	text-decoration: underline;
}

}

@media ( max-width: 768px ) {

#showcase-portfolio .showcase-post-portfolio .portfolio-content {
	background: rgba(0,0,0,0.5);
	opacity: 1;
	top: 0px;
}

#showcase-news .showcase-post-news {
	border: none;
	padding: 0;
}

#showcase-news .showcase-post-news:hover {
	border: none;
}

#showcase-news .showcase-post-news h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

}

@media ( max-width: 767px ) {

#showcase-applications .showcase-post-application {
	min-height: 134px;
	margin: 0 0 30px 0;
	padding: 0 0 0 230px;
	position: relative;
}

#showcase-applications .showcase-post-application figure {
	position: absolute;
	left: 15px;
	top: 0;
	width: 200px;
}

#showcase-applications .showcase-post-application h4,
#showcase-applications .showcase-post-application p {
	text-align: left;
}

#showcase-news {
	text-align: center;
}

#showcase-news .showcase-post-news h4 {
	overflow: visible;
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal;
}

}

@media ( max-width: 480px ) {

#showcase-applications .showcase-post-application {
	min-height: inherit;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}

#showcase-applications .showcase-post-application figure {
	position: static;
	left: 0;
	top: 0;
	width: 100%;
}

#showcase-applications .showcase-post-application h4,
#showcase-applications .showcase-post-application p {
	text-align: center;
}

}

/*	============================================================
	support page and legacy products
	============================================================	*/

.legacy-page-title {
	text-align: center;
}

.legacy-product-overview {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 18px 0;
	padding: 18px 30px;
}

#container-legacy-products {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 70px 0 0 0;
	padding: 58px 0 55px 0;
}

#container-legacy-products h2 {
	padding: 10px 30px;
}

.showcase-legacy-products,
.showcase-resources {
	background: #fff;
	border: 1px solid #d6d6d6;
	margin: 15px 0;
}

#container-legacy-products ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#container-legacy-products ul li a {
	background: url(images/icons/red-arrow-large.png) no-repeat 30px center;
	border-top: 1px solid #d6d6d6;
	color: #373f45;
	display: block;
	padding: 12px 30px 12px 60px;
	text-transform: uppercase;
}


#container-legacy-products .legacy-taxonomy {
	background: #fff;
	border: 1px solid #d6d6d6;
	margin: 15px 0 15px 0;
	padding: 15px;
	position: relative;
}

#container-legacy-products .legacy-taxonomy .fa {
	color: #eb2a2e;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}

#container-legacy-products .legacy-taxonomy h4 {
	position: absolute;
	left: 75px;
	right: 15px;
	top: 15px;
	width: auto;
}

@media ( max-width: 767px ) {

}

/*	============================================================
	about page
	============================================================	*/

.about-us #container-content {
	padding: 0 0 58px 0;
}

.about-content.odd figure,
.about-content.odd .content,
.about-content.even figure,
.about-content.even .content {
	box-sizing: border-box;
	padding: 0 15px 0 15px;
}

.about-content.odd figure,
.about-content.odd .content,
.about-content.even figure,
.about-content.even .content {
	width: 50%;
}

.about-content.odd figure {
	float: right;
}

.about-content.odd .content {
	float: left;
}

.about-content.even figure {
	float: left;
}

.about-content.even .content {
	float: right;
}

#showcase-clients {
	padding: 68px 0 0 0;
}

#showcase-clients h2 {
	text-align: center;
}

#showcase-clients figure a img {
	border: 1px solid #d6d6d6;
	display: block;
}

@media ( max-width: 767px ) {

.about-content.odd figure,
.about-content.odd .content,
.about-content.even figure,
.about-content.even .content {
	width: 100%;
}

.about-content.odd figure {
	float: none;
}

.about-content.odd .content {
	float: none;
}

.about-content.even figure {
	float: none;
}

.about-content.even .content {
	float: none;
}

#showcase-clients figure {
	text-align: center;
}

#showcase-clients figure a img {
	display: inline-block;
	height: auto;
	width: auto
}

}

/*	============================================================
	our vision page
	============================================================	*/

#showcase-team .showcase-header {
	text-align: center;
}

#showcase-team {
	border-top: 1px solid #d6d6d6;
	background: url(images/icons/icon-showcase-team.png) no-repeat center top #fafafa;
	padding: 82px 0;
}

.post-showcase-team {
	border-top: 1px solid #d6d6d6;
	margin: 12px 0;
	padding: 40px 0;
}

.post-showcase-team p {
	text-align: justify;
}

.post-showcase-team .member-designation,
.post-showcase-team .member-location {
	font-size: 14px;
	text-transform: uppercase;
}

.post-showcase-team .member-designation,
.post-showcase-team .member-location,
.post-showcase-team .member-email {
	display: block;
	line-height: 22px;
}

.post-showcase-team .member-thumbnail figure {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	width: 275px;
	height: 275px;
}

.post-showcase-team .member-thumbnail,
.post-showcase-team .member-info {
	box-sizing: border-box;
	padding: 0 15px;
	width: 50%;
}

.post-showcase-team.odd .member-thumbnail {
	float: left;
	text-align: right;
}

.post-showcase-team.odd .member-info {
	float: right;
}

.post-showcase-team.even .member-thumbnail {
	float: right;
}

.post-showcase-team.even .member-info {
	float: left;
	text-align: right;
}

@media ( max-width: 767px ) {

#showcase-team {
	margin: 30px 0 0 0;
}

.post-showcase-team .member-thumbnail,
.post-showcase-team .member-info {
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}

.post-showcase-team.odd .member-thumbnail {
	float: none;
	text-align: center;
}

.post-showcase-team.odd .member-info {
	float: none;
}

.post-showcase-team.even .member-thumbnail {
	float: none;
	text-align: center;
}

.post-showcase-team.even .member-info {
	float: none;
}

.post-showcase-team .member-info h2,
.post-showcase-team .member-info span,
.post-showcase-team .member-info p {
	text-align: center;
}

}

/*	============================================================
	our divisions and partners page
	============================================================	*/

.content-divisions-partners figure img {
	border: 1px solid #d6d6d6;
}


@media ( max-width: 767px ) {

}

/*	============================================================
	careers page
	============================================================	*/

#career-advantages {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	padding: 58px 0;
}

@media ( max-width: 767px ) {

#career-advantages {
	margin: 30px 0 0 0;
}

}

/*	============================================================
	section news
	============================================================	*/

.container-news-content {
	box-sizing: border-box;
	margin: 0 auto;
	width: 700px;
}

.article-news {
	margin: 15px 0 15px 0;
}

.article-news .post-news-date {
	color: #9d9d9d;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.article-news img {
	display: block;
	height: auto;
	width: 100%;
}

@media ( max-width: 767px ) {

.container-news-content {
	padding: 0 15px;
	width: 100%;
}

}

/*	============================================================
	footer
	============================================================	*/

#newsletter-signup {
	background: url(images/icons/icon-section-newsletter.png) no-repeat center top;
	border-top: 1px solid #d4d4d4;
	text-align: center;
	padding: 82px 0 58px 0;
}

#newsletter-signup input[type="email"] {
	width: 370px;
}

.footer-links {
	border-top: 1px solid #d6d6d6;
	padding: 20px 0 20px 0;
}

.footer-links ul {
	margin: 12px 0;
}

.footer-links ul .sub-menu {
	display: none;
}

.footer-links li a {
	border-top: 1px dashed #d6d6d6;
	color: #373f45;
	display: block;
	font-size: 14px;
	letter-spacing: 0.04em;
	padding: 10px 0;
	text-transform: uppercase;
}

.footer-links li a:hover {
	color: #eb2a2e;
}

.footer-copyright {
	background: #373f45;
	color: #fff;
	padding: 20px 0 20px 0;
}

.copyright-links {
	text-align: right;
}

.copyright-links a {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 10px;
}

@media ( max-width: 767px ) {

.copyright-info {
	text-align:center;
}

.copyright-links {
	text-align: center;
}

.copyright-links a {
	color: #fff;
	display: inline-block;
	margin: 0 5px 0 5px;
}

}

/*	============================================================
	search
	============================================================	*/

.container-search {
	background: #eb2a2e;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.container-search .search {
	position: relative;
}

.container-search .search input[type="search"] {
	background: #eb2a2e;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	outline: hidden;
	padding: 0 78px 0 0;
	width: 100%;
}

.search-input::-webkit-input-placeholder { /* Chrome */
	color: #fff;
}
.search-input::-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.search-input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.search-input::-moz-placeholder { /* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
}


.container-search .search button {
	display: none;
}

.container-search .search .fa {
	background: #ca2428;
	border-radius: 50%;
	color: #fff;
	display: block;
	cursor: pointer;
	font-size: 20px;
	line-height: 48px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 16px;
	transition: all 0.4s;
	z-index: 10001;
	width: 48px;
}

.container-search .search .fa:hover {
	background: #d4262a;
	color: #fff;
}

.post-search-result {
	border: 1px solid #d6d6d6;
	margin: 12px 0 0 0;
	padding: 12px 15px;
}

.post-search-result {
	font-size: 16px;
}