/*
Theme Name: Sitech
Theme URL: http://sitech
Description: Wordpress thema voor Sitech
Author: Conversion Company
Author URI: http://www.conversioncompany.com
Version: 1.0
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}

* {
  margin:0;
  padding:0;
}

section, article, header, footer {  display: block; }

/* Heading Styles
============================================================================== */

h1,h2,h3,h4,
.h1,.h2,.h3,.h4,
.subtitle,
.cta-message {
	word-wrap: break-word;
	font-family: "Roboto Condensed",Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h1,
.h1 {
	font-size: 42px; line-height: 1;
}
	h1.title {
		font-size: 36px; font-weight: 100;
	}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

.subtitle {
	position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 0 0 0 30px;
}
	.subtitle span {
		position: absolute; top: 0; left: 0;
		background: url('_assets/img/sprite-icons.png') no-repeat;
		background-position: -15px -210px;
		overflow: hidden;
		height: 30px; width: 20px;
	}
		.subtitle span.icon-grey {
			background-position: -15px -12px;
		}
		.subtitle span.icon-white {
			background-position: -15px -112px;
		}
		.subtitle span.icon-orange {
			background-position: -15px -162px;
		}

	.subtitle.nomargin {
		padding: 0;
	}

/* General Styles
============================================================================== */

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: inherit;
	transition: all 0.2s linear;
}
	a:hover, a:active {
		text-decoration: underline;
	}

	a span,
	a img {
		transition: all 0.2s linear;
	}

ul, li {
	list-style: inside;
}

	ol,
	ol li {
		list-style: decimal !important;
	}

		ol li {
			margin-left: 20px;
		}

body, html {
	padding: 0; margin: 0;
	background: #f2f2f2;
	color: #252525; font-weight: normal;
	font: 14px/1.5 'Open Sans', Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

.block {
	display: block;
}

p {
	margin-bottom: 15px;
}

big {
	font-size: 30px;
}

.notice {
	margin: 0 15px 15px 15px;
}

form {
	position: relative;
}

.content-col {
	padding: 30px 0;
}
	.content-col.grey {
		background: #f2f2f2;
	}
		.content-col.grey a {
			color: #464646;
		}

.padding-col {
	padding: 0 20px 0 20px;
	margin-bottom: 30px;
}

.message {
	padding: 10px 0;
}

#navigation {
	text-align: center;
}

.label {
	background: #fbb034;
	color: #fff; font-size: 11px; font-weight: normal !important;
	padding: 2px 5px;
	margin: 0 0 5px 0 !important;
	display: inline-block;
	white-space: nowrap;
}

.pane {
	position: relative;
}
	.pane-start a {
		position: absolute; top: 300px; left: 50%; z-index: 999;
		background: #fbb034;
		color: #fff;
		display: block;
		font-size: 20px; text-align: center;
		width: 340px;
		/* height: 60px; */
		padding: 10px 20px 10px 20px;
		margin-left: -170px;
		text-transform: uppercase; font-family: "Roboto Condensed",Arial, sans-serif;
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important; box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
	}
		/*
.pane-start a span {
			background: url('_assets/img/sprite-arrows.png') no-repeat;  background-position: -220px -75px;
			position: absolute; bottom: 5px; left: 50%;
			width: 10px; height: 10px;
			margin-left: -5px;
		}
*/

		.pane-start a:hover {
			background: #df9d2f;
			color: #fff;
			text-decoration: none;
		}

	.pane-next a {
		position: absolute; bottom: 0; left: 50%;
		width: 60px;
		height: 40px;
		background: url('_assets/img/sprite-arrows.png') no-repeat #ccc;
		background-position: -146px -104px;
		margin-left: -30px;
		text-align: center;
		padding: 10px;
		display: block;
	}
		.pane-next a:hover {
			background-color: #333;
		}

img.img-height {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	outline: 0; zoom: 0;
	-ms-interpolation-mode: bicubic;
}

/* Element Styles
============================================================================== */

.centered {
	text-align: center;
}
	.centered img {
		display: inline-block;
	}

/* link-list */

ul.link-list,
ul.link-list li {
	list-style: none;
}
	ul.link-list {
		border-top: 1px solid #e6e6e6;
		margin-bottom: 15px;
	}
		ul.link-list li {
			border-bottom: 1px solid #e6e6e6;
			line-height: 1.3;
		}
			ul.link-list li a {
				position: relative;
				padding: 12px 20px 12px 0;
				display: block;
			}
				ul.link-list li a span {
					position: absolute; top: 15px; right: 0;
					width: 8px; height: 8px; overflow: hidden;
					background: url('_assets/img/sprite-arrows.png') no-repeat left top;
					background-position: -122px -73px;
				}

/* arrow-list */

ul.arrow-list,
ul.arrow-list li {
	list-style: none;
}
	ul.arrow-list li {
		line-height: 1.3;
	}
		ul.arrow-list li a {
			position: relative;
			display: block;
			margin-bottom: 7px;
			padding: 0 0 0 10px;
		}
			ul.arrow-list li a span {
				position: absolute; top: 2px; left: 0;
				width: 8px; height: 8px; overflow: hidden;
				background: url('_assets/img/sprite-arrows.png') no-repeat left top;
				background-position: -122px -122px;
			}

/* check-list */

ul.check-list,
ul.check-list li {
	list-style: none;
}
	ul.check-list li {
		line-height: 1.3;
	}
		ul.check-list li {
			position: relative;
			display: block;
			margin-bottom: 7px;
			padding: 0 0 0 30px;
		}
			ul.check-list li span {
				position: absolute; top: 2px; left: 0;
				background: url('_assets/img/sprite-icons.png') no-repeat left top;
				background-position: -169px -20px;
				width: 13px; height: 11px; overflow: hidden;
			}
				ul.check-list.orange li span {
					background-position: -169px -170px;
				}

.list-wrapper {
	position: relative;
	border-top: 1px solid #ddd;
}
	.list-item {
		border-bottom: 1px solid #ddd;
	}
		.list-item a {
			padding: 15px 0;
		}
			.list-item a:hover {
				text-decoration: none;
			}

		.list-item h5 {
			margin-bottom: 5px;
		}

		.list-meta {
			color: #a0a0a0; font-size: 11px;
		}

		.list-item .calendar {
			background: #145b95;
			padding: 10px 0;
			text-align: center;
			color: #fff; font-size: 12px; font-family: 'Roboto Condensed', sans-serif;
		}

		.list-item .play {
			background: #145b95;
			padding: 10px 0;
			text-align: center;
		}

	.list-wrapper.news {
		overflow: auto !important;
		height: 318px;
	}

	.list-wrapper.videos {
		max-height: 200px;
		overflow: auto;
	}

ul.tabs,
ul.tabs li {
	list-style: none;
}
	ul.tabs {
		height: 40px;
		margin-bottom: 20px;
	}

	ul.tabs li a {
		/* background: #ddd; */
		background: transparent;
		color: #000; text-transform: uppercase; font-size: 13px;
		text-align: center;
		display: block;
		padding: 10px;
	}
		ul.tabs li a:hover {
			text-decoration: none;
			/* background: #ccc; */
			background: transparent;
		}

		ul.tabs li.active a {
			background: #fff;
			color: #464646;
		}

.slides li {
	text-align: center;
}
	.slides li img {
		display: inline-block !important;
	}

	#carousel li img {
		cursor: pointer;
	}

#main #search {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
	margin-top: 20px;
}
	#main #search input#s {
		width: 100%;
		padding: 5px 100px 5px 5px;
		height: 40px;
	}

	#main #search #searchsubmit {
		position: absolute; top: 0; right: 0;
	}

.submenu {
	position: relative;
}
	.submenu li.current_page_item a {
		color: #074e7c;
	}

.flaglink-group {
	position: relative;
	margin-top: 15px;
}
	.flaglink-group .flaglink {
		display: inline-block !important;
		margin-right: 10px !important;
		width: 38px; height: 26px;
		background-position: center center !important;
	}

a.flaglink {
	position: relative;
}
	a.flaglink:hover {
		background-color: #fff;
	}

	.flaglink.en,
	.flaglink.dk,
	.flaglink.nl,
	.flaglink.sw,
	.flaglink.no {

	}
		.flaglink.en {
			background: url('_assets/img/flag-en.png') no-repeat;
		}
		.flaglink.dk {
			background: url('_assets/img/flag-dk.png') no-repeat;
		}
		.flaglink.nl {
			background: url('_assets/img/flag-nl.png') no-repeat;
		}
		.flaglink.sw {
			background: url('_assets/img/flag-sw.png') no-repeat;
		}
		.flaglink.no {
			background: url('_assets/img/flag-no.png') no-repeat;
		}

.bordered {
	border: 1px solid #f2f2f2;
	padding: 10px 20px;
}

.anchor {
	position: absolute; top: -120px;
	width: 10px; height: 10px;
	background: transparent;
}


/* Article Styles
============================================================================== */

.article {
	position: relative;
	padding: 20px;
	word-wrap: break-word;
}

	.article a {
		color: #145b95;
	}

	.article .intro {
		margin-bottom: 15px;
	}

	.article h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.article h3 {
		text-transform: none;
		font-size: 16px;
	}

	.article p,
	.article div {
		margin-bottom: 10px; line-height: 24px;
	}

	.article ul,
	.article ol {
		margin: 0 0 15px 20px;
	}
		.article ul li {
			list-style: outside;
			margin-bottom: 10px;
		}
			.article ul li li {
				list-style: circle;
			}

		.article ul.event-categories {
			margin: 0;
			list-style: none;
		}
			.article ul.event-categories li {
				list-style: none;
			}
				.article ul.event-categories li a {
					color: #000; font-size: 13px;
				}

	.article-children {
		position: relative;
		border-top: 1px solid #f2f2f2;
		padding-top: 0px;
	}

	.article img {
		max-width: 100%;
		height: auto;
	}

	.article em {
		font-style: italic;
	}

/* Structure Styles
============================================================================== */

#top {
	position: fixed; top: 0; left: 0; z-index: 9999;
	width: 100%;
	background: #fff;
	/* border-bottom: 10px solid #fbb034; */
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
}

	#top .container {
		position: relative;
		padding-top: 15px;
	}

	#logo {
		position: relative;
	}
		#logo a {
			display: block;
			text-align: center;

		}

	#menu {
		position: relative;
		margin-top: 30px;
	}
		#menu ul,
		#menu li {
			font-family: "Roboto Condensed", sans-serif;
			list-style: inside;
		}
			#menu li a {
				color: #000; font-size: 16px !important; text-transform: uppercase; font-weight: bold;
				border-bottom: 3px solid #fff;
				padding: 3px 0 !important;
				margin: 0 15px !important;
			}
				#menu li a:hover,
				#menu li.megaHover > a {
					color: #074e7c;
				}
					#menu li.current-page-item.megaHover >  a,
					#menu li.current-page-parent.megaHover > a {
						border-bottom: 0 !important;
					}

				#menu li.current-menu-item > a,
				#menu li.current-menu-parent > a {
					color: #074e7c;
					border-bottom: 3px solid #fbb034 !important;
				}
					#menu li.current-menu-parent li.current-menu-item a {
						border-bottom: 0 !important;
					}

				#menu li li a {
					text-transform: none !important;
					color: #666; font-weight: normal; font-size: 14px !important;
					border-bottom: 0;
				}
					#menu li li.menu-item-has-children > a {
						font-size: 18px !important; color: #000;
					}

		#menu ul.sub-menu {
			background: #fff !important;
			border: 1px solid #fbb034 !important;
			border-top: 0 !important;
			border-top-left-radius: 0px !important;
			border-top-right-radius: 0px !important;
		}
			#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu {
				background: #fff !important;
				border: 0 !important;
			}

			#menu ul.sub-menu.sub-menu-1 {
				-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
				-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
				box-shadow: 0px 2px 2px rgba(0,0,0,0.2) !important;
			}
		#menu ul li.helpdesk > a {
			background: #fbb034 !important;
			color: #fff !important;
			padding: 3px 15px !important;
		}
			#menu ul li.helpdesk > a:hover {
				background: #df9d2f !important;
			}

			#menu li.helpdesk.current-menu-item > a,
			#menu li.helpdesk.current-menu-parent > a {
				border: 0 !important;
			}

        #menu ul li.promo > a {
			background: #c71618 !important;
			color: #fff !important;
			padding: 3px 15px !important;
		}
			#menu ul li.promo > a:hover {
				background: #ad1314 !important;
			}

			#menu li.promo.current-menu-item > a,
			#menu li.promo.current-menu-parent > a {
				border: 0 !important;
			}

		#menu ul li.shop > a {
			background: #084e7c !important;
			color: #fff !important;
			padding: 3px 15px !important;
		}
			#menu ul li.shop > a:hover {
				background: #074066 !important;
			}

			#menu li.shop.current-menu-item > a,
			#menu li.shop.current-menu-parent > a {
				border: 0 !important;
			}

		#megaMenu #megaMenuToggle {
			color: #000 !important;
			font-size: 16px !important;
			text-transform: uppercase !important;
			font-weight: bold !important;
			padding: 3px 0 !important;
			margin: 0 15px !important;
			background: #f2f2f2;
			padding: 5px 10px !important;
		}

	#topmenu {
		position: absolute; top: 0; right: 0; z-index: 999;
		background: #e9e9e9;
		font-size: 12px;
	}
		#topmenu ul,
		#topmenu li {
			list-style: none;
		}

		#topmenu ul li {
			*float: left; display: inline-block;
			padding: 10px;
			line-height: 1;
		}
			#topmenu ul li a {
				font-size: 12px; color: #666; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;
				float: left; display: block;
			}

				#topmenu ul li.search a {
					background: url('_assets/img/sprite-icons.png') no-repeat;
					background-position: -168px -268px;
					width: 14px; height: 14px; overflow: hidden;
					text-indent: -99999999px;
				}

			#topmenu #search {
				display: none;
				overflow: hidden;
			}
				#topmenu #search #s {
					padding: 3px;
					width: 100px;
				}

		#topmenu li.language {
			padding: 0;
			height: auto;
			margin-right: 10px;
		}

		#topmenu li.trimble {
			padding: 0;
		}
			#topmenu li.trimble img {
				max-height: 37px;
				display: block;
			}

	#top #lang_sel {
		width: auto !important;
		height: auto !important;
		text-align: center !important;
		padding: 5px !important;
	}
		#top #lang_sel * {
			border: 0 !important; padding: 0 !important; margin: 0 !important;
			line-height: 1 !important;
		}

		#top #lang_sel a.lang_sel_sel {
			margin-top: 5px;
		}

		#top #lang_sel li,
		#top #lang_sel ul {
			width: auto;
			padding: 0;
			text-align: center;
			display: block;
		}
			#top #lang_sel a.lang_sel_sel,
			#top #lang_sel a,
			#top #lang_sel a:visited {
				background: transparent;
				border: 0;
				padding: 0;
			}

			#top #lang_sel ul li {
				background: #e9e9e9 !important;
				padding: 0 6px !important;
			}
				#top #lang_sel ul li a {
					height: 20px;
					margin: 0;
					text-align: center;
				}
					#top #lang_sel ul li a img {
						display: inline-block;
					}

			#top #lang_sel > ul {
				top: 0px;
			}

			#top #lang_sel ul ul {
				top: 20px;
			}

		#top #lang_sel ul ul a, #lang_sel ul ul a:visited {
			border: 0;
		}

#wrapper {
	padding-top: 280px;
}
	#wrapper.index {
		padding-top: 550px;
	}
	#wrapper.noheader {
		padding-top: 70px;
	}

	#wrapper.campaign {
    	padding-top: 120px;
	}

#header {
	position: absolute; left: 0; right: 0; z-index: 0; top: 120px;
	text-align: center;
	background: #f2f2f2;
}

	#header.index {
		position: fixed;
	}

	#header ul,
	#header li {
		list-style: none;
	}

	#header .container {
		position: relative; z-index: 99;
	}

	.header-content {
		position: absolute; top: 200px; left: 15px; z-index: 991;
		text-align: left;
	}
		.header-content h1 {
			line-height: 1.4;
			font-family: 'Roboto Condensed', sans-serif; font-weight: 100;
		}
			.header-content h1 span {
				background: #fff;
				padding: 0 10px;
			}

		.header-content .btn {
			font-size: 22px; line-height: 1;
			padding: 18px 65px 18px 20px;
		}
			.header-content .btn span {
				top: 22px;
			}

	.header-tabs {
		position: absolute; top: 0; left: 0; z-index: 9;
		width: 100%;
	}
		a.header-tab {
			background: #fff;
			padding: 10px;
			text-transform: uppercase;
			font-size: 14px; font-family: 'Roboto Condensed', sans-serif; font-weight: 100; color: #000 !important; line-height: 1;
		}
			a.header-tab.on {
				background: #fbb034;
				color: #fff !important;
			}

	#header-images {
		position: relative; z-index: 9;
		text-align: center;
		width: 100%;
	}
		#header-images ul.slides li {
			display: none;
		}
		#header-images img {
			display: inline;
		}

		#header-images .grid {
			position: absolute; top: 0; z-index: 9;
		}

	.header-image {
		position: relative; z-index: 9;
	}

#main {
	position: relative; z-index: 99;
	background: #f2f2f2;
}

	#content-top {
		position: absolute; bottom: 0px;
		display: inline-block;
		width: 100%;
		/* height: 60px; */
	}
		#content-top h1{
			position: relative;
			padding: 20px;
			background: #fff;
			float: left; display: block;
		}

	#content,
	.content {
		background: #fff;
	}
		#content.category {
			padding: 15px;
		}
		#content.single {
			padding: 0;
		}

		.content-row {
			background: #fff;
			margin-bottom: 25px;
		}
			.content-row .article {
				padding: 35px;
			}

			.content-row h2 {
				font-size: 30px;
			}

			.content-row div {
				margin-bottom: 0;
			}
			.content-row h5 {
				margin-bottom: 0;
			}

			.content-row.nomargin {
				margin: 0 !important;
			}

#cta {
	position: relative; z-index: 20; z-index: 999;
	background: #464646;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
	#cta .cta-message {
		font-size: 20px; font-weight: normal;
		line-height: 50px;
		display: inline-block;
		margin-right: 20px;
	}
		#cta .cta-message big {
			margin: 0 15px;
		}

	#cta .cta-button {
		display: inline-block;
	}

	#cta a {
		margin-right: 10px;
	}

#products {
	position: relative; z-index: 20;
	padding: 50px 0 40px 0;
}
	#products h2 {
		text-align: center;
		margin-bottom: 50px;
	}

	#products.single {
		padding: 30px 0 20px 0;
	}
		#products.single h2 {
			margin-bottom: 30px;
		}

#category {
	position: relative; z-index: 20;
	margin: 15px 0 0 0;
}

#solutions {
	position: relative; z-index: 20;
	padding: 30px 0 0 0;
}

#content-bottom {
	position: relative; z-index: 999;
	background: #fff;
	border-top: 10px solid #e9e9e9;
}
	#content-bottom .content-col-inner {
		position: relative;
		height: 425px;
	}
		#content-bottom .list-wrapper {
			height: 318px;
			overflow: hidden;
		}
			#content-bottom .list-wrapper.training-wrapper {
				height: 383px;
			}

	#content-bottom .list-wrapper.long {
		height: 371px;
	}

#breadcrumb-wrapper {
	position: relative; z-index: 20;
	background: #fbb034;
	padding: 5px 0;
	font-size: 11px;
	margin-top: 15px;
	min-height: 25px;
}
	#breadcrumb-wrapper .container {
		padding-top: 0;
	}

#footer {
	position: relative; z-index: 999;
	background: url('_assets/img/footer-grid.png') -600px -500px no-repeat #004d7e;
	border-top: 7px solid #fbb034;
	padding: 80px 0;
	color: #fff;
	font-size: 11px;
}

	#footer h4 {
		font-weight: 100;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
		#footer h4 a {
			font-size: 16px; font-weight: 100;
		}

	#footer a {
		color: #fff; font-size: 11px;
	}

	#footer .footer-newsletter {
		position: relative;
		padding: 15px 0;
		border-top: 1px solid #80a6bf;
		border-bottom: 1px solid #80a6bf;
	}
		#footer .footer-newsletter label {
			display: block;
		}

	#footer .trimble {
		text-align: right;
	}

		#footer .trimble img {
			display: inline-block;
		}


/* Single/Page/Product Styles
============================================================================== */

#index {
	position: relative;
	margin: -70px 0 40px 0;
}

#product {
	position: relative;
}

	.product-image-wrapper {
		padding: 20px;
	}

	.product-info {
		padding: 20px 20px 20px 0;
	}

	.product-language {
		position: relative;
	}

		.product-language a {
			margin-right: 10px !important;
			padding: 8px 10px;
			line-height: 1;
			display: inline-block;
		}
			.product-language a:hover {
				background: #f2f2f2;
			}

	.product-solutions {
		margin: 20px 0 0 0;
	}

	.product-links {
		margin: 20px 0;
	}

	#product-specs {
		background: #fff;
		margin: 30px 0 0 0;
	}
		#specs {
			padding: 30px 20px;
		}
			#specs table {
				margin: 0;
			}

		#benefits {
			background: #fff;
			padding: 30px 20px;
		}

	#product-moreinfo-content {
		position: relative;
		background: #fff;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#product-faq {
		position: relative;
		background: #fff;
		margin-bottom: 50px;
		margin-top: 20px;
	}

	#product-bottom {
		position: relative;
		margin: 20px 0 70px 0;
	}

#training {

}
	.training-row {
		position: relative;
		margin: 0 0 10px 0;
	}
		.training-row span {
			font-weight: bold;
			margin: 0 15px 0 0;
		}

	#training table td:first-child {
		width: 20%;
	}

/* ABOUT page */

.about-language {
	text-align: center;
	padding-bottom: 20px;
}
	.about-language a {
		margin-right: 10px;
	}

	.about-img img:nth-child(2) {
		display: none;
	}

	.about-img-small {
		display: table-cell;
		vertical-align: middle;
		padding: 35px 10px 35px 0;
		min-height: 100px;
	}
		.about-img-small img {
			display: inline-block;
		}

	.container.pane {
		z-index: 99999;
	}

/* Contact */

.contactcol {
	position: relative;
	padding: 20px;
	word-wrap: break-word;
	min-height: 300px;
}

/* Archive Styles
============================================================================== */

.post {
	position: relative;
}
	.post-meta {
		position: relative;
		margin-bottom: 10px;
	}

	.post-content {
		position: relative;
		margin-bottom: 10px;
	}

	.post a {
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #f2f2f2;
	}
		.post a:hover {
			background: #f2f2f2;
			color: #000;
			text-decoration: none;
		}

	.post-comments {
		border-top: 1px solid #f2f2f2;
		padding-top: 15px;
		margin-top: 20px;
	}

.featured {
	position: relative;
}
	.featured a {
		color: inherit;
		background: #fff;
		-moz-box-shadow:    0px 0 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.2);
		box-shadow:         0px 0 3px rgba(0,0,0,0.2);
	}
		.featured a:hover {
			background: #f2f2f2;
			text-decoration: none;
			color: #000;
		}

		.featured a img {
			position: relative;
		}
			.featured a:hover img {
				position: relative;
				opacity: 0.8;
			}

	.featured h3 {
		text-align: center;
		padding: 25px 10px;
	}

.product {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
	.product a {
		position: relative;
		color: inherit;
		background: #fff;
		padding-bottom: 40px;
		overflow: hidden;
	}
		.product.list a {
			height: 170px;
			text-align: center;
		}

		.product a:hover {
			background: #fff;
			text-decoration: none;
			color: #000;
		}

		.product a img {
			position: relative;
		}
			.product a:hover img {
				position: relative;
			}

	.product.more a {
		background: #004d7e;
		color: #fff; font-size: 22px;
		padding: 30px 150px 30px 30px;
		height: 178px;
	}

	.product h3 {
		position: absolute; bottom: 0; left: 0;
		width: 100%;
		padding: 10px 40px 10px 20px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		font-size: 14px !important;
		text-align: left;
		transition: all 0.2s linear;
	}
		.product h3 span {
			position: absolute; top: 12px; right: 20px;
			background: url('_assets/img/sprite-arrows.png') no-repeat;
			background-position: -22px -20px;
			overflow: hidden;
			width: 9px; height: 14px;
			display: block;
		}

		.product a:hover h3 {
			background: #f2f2f2;
		}

	.archive-meta {
		padding: 0px 20px 10px 20px;
		color: #a0a0a0;
		font-size: 12px;
	}

	.list-image {
		position: relative;
		overflow: hidden;
		height: 100%;
	}
		.list-image img {
			position: relative;
		}

.solution {
	position: relative;
	margin-bottom: 20px;
}
	.solution a {
		color: inherit;
		background: #fff;
		-moz-box-shadow:    0px 0 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.2);
		box-shadow:         0px 0 3px rgba(0,0,0,0.2);
		height: 150px;
		overflow: hidden;
	}

		.solution a:hover {
			background: #f2f2f2;
			text-decoration: none;
			color: #000;

		}

		.solution-info {
			padding: 10px 15px;
		}

		.solution-image {
			max-height: 150px;
			overflow: hidden;
			text-align: right;
		}

			.solution-image img.img-responsive {
				display: inline-block !important;
			}

.training a {
	position: relative;
	width: 100%;
	padding: 10px 15px;
	background: #fff;
	font-size: 14px !important;
	margin-bottom: 10px;
}
	.training h3 span {
		position: absolute; top: 50%; right: 20px;
		background: url('_assets/img/sprite-arrows.png') no-repeat;
		background-position: -22px -20px;
		overflow: hidden;
		width: 9px; height: 14px;
		display: block;
		margin-top: -7px;
	}

.list-row a {
	position: relative;
	width: 100%;
	padding: 10px 35px 10px 15px;
	background: #fff;
	font-size: 14px !important;
	margin-bottom: 10px;
}
	.list-row h3 span {
		position: absolute; top: 50%; right: 20px;
		background: url('_assets/img/sprite-arrows.png') no-repeat;
		background-position: -22px -20px;
		overflow: hidden;
		width: 9px; height: 14px;
		display: block;
		margin-top: -7px;
	}

.child {
	position: relative;
	overflow: hidden;
}
	.child a {
		position: relative;
		color: inherit;
		padding: 10px 20px;
	}

		.child a:hover {
			background: #f2f2f2;
			text-decoration: none;
			color: #000;
		}

	.icon {
		float: left; display: inline;
		margin: 0 10px 0 0;
		width: 30px;
	}

.faq-wrapper {
	position: relative;
	padding: 20px;
	list-style: none;
}
	.faq-wrapper li {
		list-style: none;
	}
		.faq-wrapper .z-content li {
			list-style: outside disc;
			margin-left: 20px;
		}

	li.faq {
		position: relative;
		padding: 0 0 15px 0;
	}

		li.faq h2 {
			font-size: 22px;
		}

		.faq-parent {
			margin: 0 0 10px 0;
		}

		ul.faq-children {

		}

			li.faq-child {
				padding: 0 0 15px 0;
			}
				.faq-child h3 {
					text-transform: none;
					font-size: 16px; font-weight: normal;
				}

/* Sidebar
============================================================================== */

#sidebar {
	position: relative;
	padding-top: 20px; padding-bottom: 20px;
}

.widget {
	position: relative;
	margin-bottom: 20px;
}

	.widget .link-list a {
		text-transform: uppercase; font-size: 13px; color: #333;
		padding: 10px 0;
	}

		.widget .link-list a span {
			position: absolute; top: 12px; right: 0px;
			background: url('_assets/img/sprite-arrows.png') no-repeat;
			background-position: -22px -20px;
			overflow: hidden;
			width: 9px; height: 14px;
			display: block;
		}

		.widget .link-list li.current-cat a {
			color: #21638d;
		}

		.widget .link-list a:hover {
			background: #f9f9f9;
			padding: 10px;
			text-decoration: none;
		}
			.widget .link-list a:hover span {
				right: 10px;
			}

	.widget.academy {
		text-align: center;
		padding: 10px;
	}


.testimonial {
	color: #888; font-size: 12px;
}

	.testimonial .subtitle {
		color: #000;
	}

	.testimonial .h3 {
		color: #000;
	}

	.testi-name {
		font-weight: bold; color: #000; font-size: 16px;
		margin-bottom: 5px;
	}

.promo {
	position: relative;
	margin-bottom: 25px;
}

/* Pagination Styles
============================================================================== */

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

/* Comment Styles
============================================================================== */

#comments {
	position: relative;
	margin-bottom: 20px;

}
	#comments .comment-reply-link,
	#comments .comment-reply-login {
		font-weight: bold;
		font-size: 12px;
		position: absolute; top: 10px; right: 25px;
	}

	#respond #cancel-comment-reply-link {
		color: #ec4e65 !important; font-weight: bold;
		position: absolute; top: 15px; right: 15px;
		display: block;
	}

	ol.commentlist {
		position: relative;
		list-style: none;
	}
		ol.commentlist li {
			position: relative;
			list-style: none !important;
			margin-top: 20px;
		}
			ol.commentlist li .comment-avatar {
				text-align: right;
			}

			ol.commentlist li .comment-author {
					color: #000; font-size: 18px; font-weight: bold;
			}

			ol.commentlist img.avatar {
				-webkit-border-radius: 25px;
				-moz-border-radius: 25px;
				border-radius: 25px;
				text-align: right;
			}

			ol.commentlist li .comment-meta a {
				color: #666; font-size: 12px; font-weight: normal;
			}

			ol.commentlist ul.children {
				/* background: #f9f9f9; */
				padding-left: 20px;
			}

			ol.commentlist .comment-text {
				padding: 15px;
				border: 1px solid #ddd;
			}

#respond {
	position: relative;
}
	#respond .form-comment {
		margin-bottom: 15px;
	}
		#respond .form-comment textarea {
			padding: 5px;
			line-height: 1.5em;
			border: 3px solid #e9e9e9;
			background: #f7f7f7;
			width: 100%;
			height: 120px;
		}

	#respond .comment-loggedin {
		margin: 15px 0;
	}

	.comment-allowed {
		font-size: 11px;
		margin: 10px 0;
	}

/* Events Manager */

table.events-table {
	width: 100%;
}
	table.events-table th {
		font-weight: bold;
	}

	table.events-table tr td:first-child {
		font-size: 12px;
	}

	table.events-table tr td {
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
		font-size: 12px;
	}
		table.events-table tr td a {
			font-size: 14px;
		}

table.fullcalendar {
	width: 100%;
}
	table.fullcalendar td {
		font-size: 11px !important;
	}

table.widefat {
	width: 100%;
}
	table.widefat a {
		padding: inherit;
		border: inherit;
	}

.widget_em_widget {
	position: relative;
}
	.widget_em_widget li {
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
		list-style: none;
	}
		.widget_em_widget li:first-child {
			padding: 0 0 15px 0;
		}

		.widget_em_widget li h5 {
			margin-bottom: 5px;
		}

.widget_em_calendar {
	position: relative;
}
	.widget_em_calendar table {
		width: 100%;
	}

.widget_product_search {
	background: #fff;
	padding: 15px;
}

	.widget_product_search h3 {
		margin-bottom: 10px;
	}
		.widget_product_search .screen-reader-text {
			display: none;
		}

div.css-search input.em-search-text, div.css-search input.em-search-geo {
	padding: 10px; font-size: 13px; line-height: inherit;
}

/* Special Styles
============================================================================== */
/* clears */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {display: inline-block; }
html[xmlns] .clearfix {display: block;}
* html .clearfix { height: 1%;}

.clear {
	clear: both;
}

/* remove menu arrows */

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg > li.megaReg-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after{
  display:none;
  border:none !important;
}

/* facebook responsive */

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* slider/carousel thumbs */
#slider ul.slides img {
	max-height: 400px;
}

.thumb {
	border: 1px solid #f2f2f2;
	margin: 5px;
}

.fb-like-box {
	overflow: hidden;
	height: 312px;
}

	#sidebar .fb-like-box {
		height: auto;
	}

/* mailchimp */

#mc_embed_signup form {
	padding: 0 20px 10px 20px !important;
}

#mc_embed_signup .indicates-required {
	position: absolute; top: -10px; right: 20px;
	margin: 0;
	line-height: 1;
}

/* gravityforms */

.gform_wrapper {
	margin: 0;
}

	.gform_wrapper ul.gfield_radio li input[type=radio] {
		margin: 4px !important;
	}

/* thankyou */
.thankyou,
.gform_confirmation_message {
	font-size: 18px !important;
	padding: 20px !important;
	border: 1px solid #f2f2f2 !important;
}
	.thankyou span {
		font-weight: bold;
	}

/* z-accordions */

.z-accordion.vertical>.z-section>.z-header {
	height: auto !important;
}

/* mega menu close toggle */
#megaMenu ul.megaMenu li.menu-item a span.uber-close,
#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close {
    top:0;
    right:0;
    background:#fbb034;
    width: 20px; height: 20px; line-height: 1;
    padding: 0 !important; margin: 0 !important;
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
	#megaMenu ul.megaMenu li.menu-item a span.uber-close *,
	#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close * {
		background: #000;
	}


/* Wordpress Styles */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    color: #666;
    /* border-bottom: 1px solid #ededee; */
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Landingpage Styles
============================================================================== */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.landing .margin{
  margin-top:30px;
}

.landing p{
  text-transform: none;
  font-weight:100;
  font-size:20px;
}

.landing h1{
  text-align: center;
  font-weight: 100;
  font-size:30px;

}

.blue-bg{
  padding-top: 30px;
  position:relative;
  background: url(_assets/img/footer-grid.png) -608px -42px no-repeat #004d7e;
  color:white;
}

.blue-bg p{
  font-size:16px;
}

.blue-bg h2{
  width: 220px;
  font-size: 30px;
  font-weight: 100;
  font-family: "Roboto Condensed",Arial, sans-serif;
  margin-bottom: 20px;
  height: 44px;
}

.gray-bg{
  background-color: #f2f2f2;
  color:#464646;
}

.gray-bg h3{
  margin-bottom: 15px;
}

.gray-bg .embed-responsive{
  margin-bottom:40px;
}

.gray-bg p{
  margin-top:15px;
  margin-bottom:15px;
}

.yellow-bg{
  background-color: #fbb034;
  color: #464646;
}

.flag{
  min-height: 125px;
}

.header-landing{
    top: 300px !important;
    width:100% !important;
}

.header-landing h1{
  text-align: center;
  font-size: 30px;
}


.buttons{
  margin-top:-10px;
  margin-bottom:15px;
}

.headerlanding{
  background: no-repeat center center fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height:600px;
  margin-top: -90px;
}

.headerlanding > .overlay > .container{
  padding-bottom: 300px;
}

.headerlanding h1{
  color: #df9d2f;
}

.headerlanding h2{
  color: white;
}

.lightgray-bg h2{
  font-size: 44px;
  font-weight: 100;
}

.lightgray-bg p{
  margin-top:20px;

}
.lightgray-bg{
  padding-bottom: 30px;
}

.darkgray-bg{
  background-color: #16171a;
  padding: 30px 0px 40px 0px;
  margin-bottom: 60px;
  color: #df9d2f;
}

.flags h3{
  color:white;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
}

.flags h2{
  color: white;
  font-weight: 100;
  text-align: center;
  margin-bottom:30px;
}

.flags a:hover{
  text-decoration: none;
}
.flags img{

}

.landing-logo{
  max-height:80px;
  margin-top: 120px;
  float:left;
}

.logo-right{
  float: right;
  margin-top: 150px;
  padding-left: 10px;
  max-height:35px;
  margin-bottom:15px;
}

.logo-bot-right{
  float: right;
  margin-top: 40px;
  padding-left: 10px;
  max-height:40px;
  margin-bottom:15px;
}


@media screen and (max-width: 400px) {
  .landing-logo{
    max-height:60px;

  }
  .logo-right{
    margin-top:135px;
  }
}

.overlay{
  background: rgba(0, 0, 0, 0.5);
  height: 600px;
}

.buttons-mobile{
  margin-bottom: 15px;
}

h3.campaign{
  margin-top: 25px;
  font-size: 22px;
  color: #df9d2f;
}

/* New Product Page Styles
============================================================================== */

.img-vagsystem{
  max-width: 400px !important;
  float: left;
  padding-right: 15px;
}

.white-bg{
  background-color: white;
}

#product-accordion h3{
  margin-bottom:20px;
}

#product-accordion h4{
  margin-bottom:15px;
  margin-top:15px;
}

.h2-vagsystem{
  margin-left:10px;
}

.btn.top{
  height:30px;
  width: 30px;
  float:right;
  margin-top: 25px !important;
}

.btn.top span{
  background: url('_assets/img/btn-white-top.png') no-repeat;
  top: 5px !important;
  right: -5px !important;
  width: 30px;
}

#product-bottom-vagsystem{
  position: relative;
  margin: 20px 0px 70px 15px;
}

