@charset "utf-8";
/* # Web fonts
================================================== */
@import url('font.css');
@import url('animate.css');
/* # Eric Meyer's reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left !important;
}
.textR {
	text-align: right;
}
/* # General styles
================================================== */
html {
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #252525;
	line-height: 1.3em;
}
html, body {
	margin: 0;
	padding: 0;
}
pre {
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
::selection {
	background-color: #ffb7b7; /* Safari */
}
::-moz-selection {
 background-color: #ffb7b7; /* Firefox */
}
.clear {
	clear: both;
	display: block;
}
.hidden {
	overflow: hidden
}
.relative {
	position: relative;
}
a {
	cursor: pointer;
	color: #66c;
	outline: 0;
}
a:hover {
	color: #01b7cc;
}
strong {
	font-weight: 700;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.inline {
	display: inline;
}
.margin-fix {
	height: 0;
}
.border-bottom {
	border-bottom: 1px solid #000;
}
ul.disc li {
	list-style: disc !important;
	margin-left: 20px;
}
.inverse {
	color : #fff!important;
}
.red {
	color: #f00!important;
}
.blue {
	color: #6998d0;
}
hr {
	border: 0;
	height: 1px;
	background-color: #d4d4d4;
	margin: 32px 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
::-webkit-input-placeholder {
 color:#666;
}
:-moz-placeholder {
 color:#999;
}
::-moz-placeholder {
 color:#999;
}
:-ms-input-placeholder {
 color:#999;
}
/* === Device class === */
.pc-only {
	display: block;
}
.mobile-only {
	display: none;
}
.pad-portrait {
	display: none;
}
/* # Grids
================================================== */
.fluid {
	width: 100%;
*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fluid:before, .fluid:after {
	display: table;
	content: "";
}
.fluid:after {
	clear: both;
}
.fluid .rtl-inputs [class*="grid"] {
	float: right;
}
.fluid [class*="grid"] {
	display: block;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.fluid [class*="grid"]:first-child {
	margin-left: 0;
}
.fluid .grid12 {
	width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.fluid .grid11 {
	width: 91.489361693%;
*width: 91.4361702036383%;
}
.fluid .grid10 {
	width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.fluid .grid9 {
	width: 74.468085099%;
*width: 74.4148936096383%;
}
.fluid .grid8 {
	width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.fluid .grid7 {
	width: 57.446808505%;
*width: 57.3936170156383%;
}
.fluid .grid6 {
	width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.fluid .grid5 {
	width: 40.425531911%;
*width: 40.3723404216383%;
}
.fluid .grid4 {
	width: 31.914893614%;
*width: 31.8617021246383%;
}
.fluid .grid3 {
	width: 23.404255317%;
*width: 23.3510638276383%;
}
.fluid .grid2 {
	width: 14.89361702%;
*width: 14.8404255306383%;
}
.fluid .grid1 {
	width: 6.382978723%;
*width: 6.329787233638298%;
}
ul.block-nav.fluid .grid4, .box-list .fluid .grid4:nth-child(3n+1), #software-filter-form .fluid .grid6:nth-child(2n+1)  {
	margin-left: 0;
*margin-left: 0;
}
/* # Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: 700;
}
h1 {
	font-size: 54px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}
small {
	font-size: 11px;
}
p {
	line-height: 1.5em;
	margin-bottom: 16px;
}
/* # Loader
================================================== */
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: url(../images/bg-light-90.png) repeat;
	background: rgba(255, 255, 255, .76);
	top: 0;
}
.bar, .bar-ie {
	height: 20px;
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -100px;
}
.bar-ie {
	display: none;
}
.bar span {
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: -ms-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-ms-animation: move 2s linear infinite;
	animation: move 2s linear infinite;
	overflow: hidden;
}
@-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
@-moz-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
@-ms-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
@keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
/* # Wrap
================================================== */
#content-wrap {
	width: 100%;
	background-color: #fff;
	margin-top: 110px;
	position: relative;
}
.wrapper {
	padding: 0;
	margin: 0 auto 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* # Top
================================================== */
#top {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
#top.full-height {
	height: 110px;
	background-color: #fff;
}
#top.compact-height {
	height: 50px;
	background-color: rgba(255,255,255,.96);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
	border-radius: 1px;
}
.top-wrapper {
	position: relative;
	padding: 0;
}
.top-wrapper:before, .top-wrapper:after {
	display: table;
	content: "";
}
.top-wrapper:after {
	clear: both;
}
/* === Logo === */
#logo {
	width: 179px;
	padding: 16px 20px 0 20px;
	float: left;
	text-align: center;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#logo img {
	max-width: 100%;
	height: auto !important;
}
/* === Top nav === */
#top-nav, #side-nav {
	display: block;
	position: relative;
	float: left;
}
#side-nav {
	float: right;
}
/* # Navigation
================================================== */
ul.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
ul.nav-menu > li i {
	margin-right: 4px;
	color: #cdcdcd;
}
ul.nav-menu > li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	height: 43px;
	line-height: 43px;
}
ul.nav-menu > li > a {
	text-decoration: none;
	display: block;
	color: #565656;
	font-size: 17px;
	z-index: 100;
	position: relative;
	margin: 0;
	padding: 43px 12px 0px 12px;
	font-weight: 700;
}
ul.nav-menu > li:hover > a, ul.nav-menu > li a:hover, ul.nav-menu > li:focus > a, ul.nav-menu > li a:focus {
	color: #01b7cc;
}
ul.nav-menu li a:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-left: 8px;
	content: "\f107";
}
ul.nav-menu li:hover a:after, ul.nav-menu li:focus a:after {
	content: "\f106";
}
ul.nav-menu li.no-child a:after, ul.nav-menu li:hover li a:after, ul.nav-menu li:focus li a:after {
	content: "";
	margin-left: 0;
	width: 0;
}
ul.nav-menu li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	z-index: 999;
	background-color: #fff;
	width: 180px;
	padding: 8px 0;
	border: 1px solid #eee;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
}
ul.nav-menu > li > ul:before {
	position: absolute;
	top: -11px;
	left: 36px;
	display: inline-block;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ccc;
	border-left: 11px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
ul.nav-menu > li > ul:after {
	position: absolute;
	top: -10px;
	left: 37px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
ul.nav-menu li ul li {
	max-height: 0;
}
ul.nav-menu li ul li a {
	display: block;
	color: #565656;
	margin: 0;
	height: auto;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.3em;
	padding: 8px 16px;
}
ul.nav-menu li ul li:hover > a, ul.nav-menu li ul li:focus > a {
	color: #01b7cc;
	background-color: #fff;
}
ul.nav-menu li ul li:hover > ul, ul.nav-menu li ul li:focus > ul {
	left: 170px;
	top: -1px;
}
ul.nav-menu li ul li > ul:before {
	position: absolute;
	top: 9px;
	left: -11px;
	display: inline-block;
	border-top: 11px solid transparent;
	border-right: 11px solid #ccc;
	border-bottom: 11px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.12);
	content: '';
}
ul.nav-menu li ul li > ul:after {
	position: absolute;
	top: 10px;
	left: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid transparent;
	content: '';
}
ul.nav-menu li ul li:hover > ul > li, ul.nav-menu li ul li:focus > ul > li {
	max-height: 72px;
	position: relative;
}
ul.nav-menu .current_page_item > a, ul.nav-menu .current_page_ancestor > a {
	color: #01b7cc;
}
ul.nav-menu .children .current_page_item > a, ul.nav-menu .children .current_page_ancestor > a {
	color: #01b7cc;
}
ul.nav-menu > li:hover > ul, ul.nav-menu > li:focus > ul {
	left: 0;
}
ul.nav-menu > li:hover > ul > li, ul.nav-menu > li:focus > ul > li {
	max-height: 72px;
	position: relative;
}
ul.nav-menu > li i {
	margin: 0 1px;
	color: #aaa;
}
ul.nav-menu > li.divider {
	width: 1px;
	margin: 0;
	padding: 0;
	background-color: #ababab;
	background-color: rgba(0,0,0,.15);
}
#side-nav ul.nav-menu > li.language > ul {
	width: 82px;
}
#side-nav ul.nav-menu > li.language > ul > li.active {
	background-color: #ababab;
	background-color: rgba(0,0,0,.05);
	border-bottom: 1px solid #cdcdcd;
	padding: 12px;
	line-height: 1em;
}
#side-nav ul.nav-menu > li.search a {
	margin: 0 12px;
}
#side-nav ul.nav-menu > li.search a:hover i {
	color: #01b7cc;
}
#side-nav ul.nav-menu > li.search > div {
	position: absolute;
	top: 51px;
	right: 0;
	width: 280px;
	padding: 0 5px;
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
}
#side-nav ul.nav-menu > li.search > div:before {
	position: absolute;
	top: -11px;
	left: 259px;
	display: inline-block;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ccc;
	border-left: 11px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
	z-index: 999;
}
#side-nav ul.nav-menu > li.search > div:after {
	position: absolute;
	top: -10px;
	left: 260px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
	z-index: 999;
}
#side-nav ul.nav-menu > li.search:hover > div {
	display: block;
}
#side-nav .input-search {
	height: 25px;
	margin: 0;
	font-size: 13px !important;
	color: #565656;
	background-color: #eee !important;
	border: none !important;
	-webkit-border-radius: 13px;
	-moz-border-radiust: 13px;
	border-radius: 13px;
}
#side-nav .btn-search {
	position: absolute !important;
	top:  0px;
	right: 10px;
	width: 40px !important;
	background: none;
}
#side-nav .btn-search > i {
	color: #787878!important;
}
#side-nav .btn-search:hover {
	background: none !important;
}
#side-nav .btn-search:hover > i {
	color: #565656!important;
}
/* # Toolbar
================================================== */
.toolbar {
	background-color: #dfdfdf;
	background-color: rgba(0,0,0,.12);
	display: block;
	width: auto;
	padding: 0 12px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: absolute;
	right: 0;
	z-index: 999;
}
#toolbar-nav {
	line-height: 1;
	display: block;
	position: relative;
	float: right;
}
#toolbar-nav ul.nav-menu {
	margin: 0 0 0 0;
}
#toolbar-nav ul.nav-menu > li {
	float: left;
	margin: 0;
	text-align: center;
	line-height: 28px;
	height : 28px;
}
#toolbar-nav ul.nav-menu > li > a {
	font-size: 13px;
	font-weight: 400;
	padding: 0 12px 0 12px;
	height : 28px;
}
#toolbar-nav ul.nav-menu > li:hover > a, #toolbar-nav ul.nav-menu > li a:hover, #toolbar-nav ul.nav-menu > li:focus > a, #toolbar-nav ul.nav-menu > li a:focus {
	background-color: #787878;
	color: #fff;
}
#toolbar-nav ul.nav-menu li ul {
	background-color: #787878;
	width: auto;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#toolbar-nav ul.nav-menu li > ul:before {
	border-bottom: 11px solid transparent;
	border-bottom-color: transparent;
}
#toolbar-nav ul.nav-menu li > ul:after {
	border-bottom: 10px solid transparent;
}
#toolbar-nav ul.nav-menu li ul li a {
	background-color: #787878;
	border-bottom: 1px solid #898989;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 12px;
	color: #fff;
}
#toolbar-nav ul.nav-menu li ul li a:hover {
	background-color: #565656;
	color: #fff;
}
#toolbar-nav ul.nav-menu > li.language > a {
	padding: 0 12px;
}
#toolbar-nav ul.nav-menu li.language ul li a {
	width: 88px;
}
#toolbar-nav ul.nav-menu > li.language > ul > li.active {
	background-color: #898989;
	background-color: rgba(0,0,0,.32);
	border-bottom: 1px solid #898989;
	padding: 8px;
	line-height: 1em;
	font-size:13px;
	color:#fff;
}
#toolbar-nav ul.nav-menu > li.search > div {
	position: absolute;
	top: auto;
	right: 0;
	width: 230px;
	padding: 5px;
	display: none;
	background-color: #787878;
}
#toolbar-nav ul.nav-menu > li.search:hover > div {
	display: block;
}
#toolbar-nav .input-search {
	background-color: #373737 !important;
	border: none !important;
	-webkit-border-radius: 20px;
	-moz-border-radiust: 20px;
	border-radius: 20px;
	display: block;
	color: #cdcdcd;
    margin: 0 !important;
}
#toolbar-nav .btn-search {
	position: absolute !important;
	top: 2px;
	right: 10px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: none;
}
#toolbar-nav .btn-search > i {
	color: #898989!important;
}
#toolbar-nav .btn-search:hover {
	background: none !important;
}
#toolbar-nav .btn-search:hover > i {
	color: #eee!important;
}
/* === Mobile trigger === */
#mobile-trigger {
	display: none;
	position: absolute;
	z-index: 999;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: 33px;
	right: 10px;
}
.btn-mm {
	cursor: pointer;
	border: none;
	display: inline-block;
	color: #565656;
	font-style: normal;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 40px;
	text-align: center;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	padding: 0px;
	background-color: #232323;
	color: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* === Mobile nav === */
#mobile-nav {
	display: none;
}
.off-canvas-form {
	width: 100%;
	display: block;
	background-color: #018b9a;
	padding: 16px 12px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.off-canvas-form .input-search {
	background-color: #32373f !important;
	border: none !important;
	-webkit-border-radius: 20px;
	-moz-border-radiust: 20px;
	border-radius: 20px;
	display: block;
	color: #cdcdcd;
    margin: 0 !important;
}
.off-canvas-form .btn-search {
	position: absolute !important;
	top: 8px;
	right: 20px;
	width: 40px !important;
	background: none;
}
.off-canvas-form .btn-search > i {
	color: #999!important;
}
.off-canvas-form .btn-search:hover {
	background: none !important;
}
.off-canvas-form .btn-search:hover > i {
	color: #eee!important;
}
#mobile-menu, #mobile-menu ul, #mobile-menu ul li, #mobile-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu {
	width: 100%;
	color: #ffffff;
}
#mobile-menu ul ul {
	display: none;
}
.align-right {
	float: right;
}
#mobile-menu > ul > li.divider {
	height: 3px;
	background-color: #018b9a;
}
#mobile-menu > ul > li > a {
	display: block;
	font-weight: 700;
	padding: 12px 20px;
	border-top: 1px solid #018b9a;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: #eeeeee;
	background-color: #01b7cc;
}
#mobile-menu > ul > li.language > ul > li.active {
	padding: 12px 20px;
	line-height: 1em;
	color:#fff;
}
#mobile-menu > ul > li > a:hover, #mobile-menu > ul > li.current_page_item > a, #mobile-menu > ul > li.current_page_parent > a {
	color: #ffffff;
}
#mobile-menu > ul > li.current_page_ancestor > a {
	background-color: #019fb1;
}
#mobile-menu > ul > li i {
	margin-right: 5px;
	color: #ababab;
	color: rgba(255,255,255,.5);
}
#mobile-menu > ul > li.current_page_ancestor > ul, #mobile-menu > ul > li.current_page_ancestor > ul > li.current_page_ancestor > ul {
	display: block;
}
.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.holder::after, .holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
}
.holder::after {
	top: 14px;
	border-top: 2px solid rgba(255,255,255,.5);
	border-left: 2px solid rgba(255,255,255,.5);
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.holder::before {
	top: 18px;
}
#mobile-menu > ul > li.page_item_has_children > a > span::after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#mobile-menu > ul > li > a:hover span::after, #mobile-menu > ul > li.current_page_parent > a > span::after, #mobile-menu > ul > li.current_page_ancestor > a > span::after {
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-menu ul ul li a {
	cursor: pointer;
	border: none;
	padding: 12px 25px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	color: #eeeeee;
	background-color: #49505a;
}
#mobile-menu ul ul li:hover > a, #mobile-menu ul ul li.current_page_parent > a, #mobile-menu ul ul li.current_page_item > a {
	background-color: #3d424b;
	color: #ffffff;
}
#mobile-menu ul ul ul li a {
	padding-left: 30px;
	background-color: #353942;
}
#mobile-menu ul ul ul li:hover > a, #mobile-menu ul ul ul li.current_page_parent > a, #mobile-menu ul ul ul li.current_page_item > a {
	background: #2d3037;
	color: #ffffff;
}
#mobile-menu ul ul li.page_item_has_children > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#mobile-menu ul ul li.current_page_parent > a::after, #mobile-menu ul ul li > a:hover::after {
	top: 13.5px;
	border-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-menu ul ul ul li.page_item_has_children > a::after {
	display: none !important;
}

/* # Header mode
================================================== */
#top.full-height #side-nav, #top.compact-height #toolbar {
	display: none;
}
#top.compact-height #logo {
	width: 99px;
	padding: 5px 20px 0 20px;
}
#top.compact-height ul.nav-menu {
	margin: 0px 0 0 0;
}
#top.compact-height ul.nav-menu > li {
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
}
#top.compact-height ul.nav-menu > li.divider, #top.compact-height ul.nav-menu > li.search {
	margin:0 !important;
}
#top.compact-height ul.nav-menu > li > a {
	font-size: 13px;
	padding: 0 3px 0;
}
#top.compact-height ul.nav-menu li ul {
	padding: 8px 0;
	width: 160px;
}
#top.compact-height ul.nav-menu li ul li a {
	font-size: 13px;
	padding: 8px 12px;
}
#top.compact-height ul.nav-menu li ul li:hover > ul, #top.compact-height ul.nav-menu li ul li:focus > ul {
	left: 150px;
}
#top.compact-height ul.nav-menu > li > ul:before {
	left: 16px;
}
#top.compact-height ul.nav-menu > li > ul:after {
	left: 17px;
}
#top.compact-height .btn-mm {
	font-size: 22px;
}
#top.compact-height #mobile-trigger {
	top: 12px;
}

/* # Banner - inner
================================================== */
.banner-inner {
	width: 100%;
	height: 146px;
	overflow: hidden;
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
}
.banner-title {
	color: #fff;
	margin: 95px 0 0 10px;
}
.banner-title h3 {
	font-weight: 400;
	font-size: 32px;
}

/* # Content
================================================== */
.content-wrapper {
	margin: 20px auto 0;
}
#col-left {
	float: left;
	width: 216px;
	position: relative;
	overflow: hidden;
}
#col-right {
	float: left;
	width: 864px;
	position: relative;
	overflow: hidden;
}
/* === Sub menu === */
ul.sub-menu {
	margin-top: 20px;
	margin-bottom: 50px;
}
ul.sub-menu li a {
	text-decoration: none;
	padding: 12px 15px 12px 20px;
	display: block;
	font-weight: 400;
	color: #fff;
}
ul.sub-menu li.current_page_item > a, ul.sub-menu li.current_page_ancestor > a {
	background-color: #111;
	background-color: rgba(0,0,0,.85);
	background-image: url(../images/arrow-current.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.sub-menu li.current_page_ancestor li.current_page_ancestor > a {
	background-color: #111;
	background-color: rgba(0,0,0,.65);
	background-image: none;
}
ul.sub-menu li a:hover, ul.sub-menu li a:focus, ul.sub-menu li.current_page_item a:hover {
	color: #fff;
	background: url(../images/bg-dark-25.png) repeat;
	background: rgba(0,0,0,.25);
}
ul.sub-menu ul {
	display: none;
}
ul.sub-menu li.current_page_item.page_item_has_children > ul, ul.sub-menu li.current_page_ancestor.page_item_has_children > ul {
	display: block !important;
	background: url(../images/bg-dark-15.png) repeat;
	background: rgba(0,0,0,.15);
	padding: 0;
}
ul.sub-menu li.current_page_item.page_item_has_children > ul ul, ul.sub-menu li.current_page_ancestor.page_item_has_children > ul ul {
	padding: 0;
}
ul.sub-menu li li {
	border: none !important;
}
ul.sub-menu li li a {
	font-size: 14px;
	color: #efefef;
	color: rgba(255,255,255,.85);
	padding: 12px 15px 12px 18px;
	font-weight: 400;
}
ul.sub-menu li li li a {
	padding: 10px 15px 10px 20px;
}
ul.sub-menu li li.current_page_item > a {
	color: #fff;
	background: url(../images/bg-dark-25.png) repeat;
	background: rgba(0,0,0,.25);
}
ul.sub-menu li li a:before {
	font-family: 'FontAwesome';
	font-weight: 400;
	content: "\f105";
	margin-right: 10px;
}
ul.sub-menu li li li a:before {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	content: "-";
	margin-right: 10px;
}
/* === Widget === */
.widget-holder {
	background-color: #fff;
	border-top: 4px solid #999;
}
.widget-holder.no-border{
	border-top: none;
}
h4.widget-title {
	margin: 20px 0 10px;
	text-transform: uppercase;
	color: #999;
}
h4.widget-title i {
	margin-right: 6px;
}
ul.widget-list li {
	margin: 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ababab;
}
ul.widget-list li a {
	color: #565656;
	font-size: 14px;
	text-decoration: none;
}
ul.widget-list li a:hover {
	color: #01b7cc;
}
ul.widget-list li:last-child {
	margin: 12px 0 10px;
	border-bottom: none;
}
.news-date {
	display: block;
	font-style: italic;
	color: #60aa17;
	font-size: 13px;
}
h6.news-date {
	margin-bottom: 16px;
	font-style: normal;
	text-align: right;
}
.slider-bottom {
	height: 40px;
	width: 100%;
	display: block;
}
ul.featured-video li {
	position: relative;
}
.ico-playback {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	z-index: 40;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	padding-left: 5px;
	background-color: #000;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
ul.featured-video li a:hover .ico-playback, ul.featured-video li a:focus .ico-playback {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flexslider.sidebar-slider .flex-direction-nav a {
	width: 40px;
	height: 40px;
	margin: 0;
	color: #fff;
	line-height: 40px;
	opacity: 1;
	top: auto;
	bottom: -40px;
	z-index: 12;
}
.flexslider.sidebar-slider .flex-direction-nav .flex-prev {
	left: 3px;
}
.flexslider.sidebar-slider .flex-direction-nav .flex-next {
	right: 3px;
}
.flexslider.sidebar-slider .flexslider:hover .flex-prev {
	opacity: 1;
	left: 3px;
}
.flexslider.sidebar-slider .flexslider:hover .flex-next {
	opacity: 1;
	right: 3px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flexslider.sidebar-slider .flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 22px;
	display: inline-block;
	content: '\f104';
}
.flexslider.sidebar-slider .flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.flexslider.sidebar-slider .flex-control-nav {
	bottom: -35px;
}
.flexslider.sidebar-slider .flex-control-nav li {
	margin: 0 6px;
}
.flexslider.sidebar-slider .flex-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.flexslider.sidebar-slider .flex-control-paging li a:hover {
	background: #fff;
}
.flexslider.sidebar-slider .flex-control-paging li a.flex-active {
	background: #ababab;
	background: rgba(0,0,0,0.6);
}

/* === Sidebar search === */
#search-widget .btn-search {
	position: absolute !important;
	top:  0px;
	right: 7px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: none;
}
#search-widget .btn-search > i {
	color: #ababab!important;
}
#search-widget .btn-search:hover {
	background: none !important;
}
#search-widget .btn-search:hover > i {
	color: #565656!important;
}

/* === Breadcrumbs === */
.breadcrumbs {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.crumbs {
	height: 32px;
}
.crumbs li {
	float: left;
	line-height: 32px;
	height: 32px;
	padding-left: 8px;
	font-size: 13px;
	color: #999;
}
.crumbs li a {
	display: block;
}
.crumbs li a:link, .crumbs li a:visited {
	color: #525252;
	text-decoration: none;
}
.crumbs li a:hover, .crumbs li a:focus {
	color: #01b7cc;
}
/* === Content body === */
.content {
	width: 90%;
	padding: 0 5%;
	min-height: 750px;
}
.content h1, .content h2 {
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 40px;
	color: #01b7cc;
}
.content-body {
	margin-bottom: 32px;
}
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
	font-weight: 700;
	margin-bottom: 16px;
	color: #60aa17;
}
.content-body h3 {
	margin-top: 48px;
}
.content-body ul, .content-body ol {
	margin-bottom: 16px;
}
.content-body ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.content-body ol li {
	list-style: decimal!important;
	margin-left: 20px;
}
.content-body img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 16px;
}
.content-body img.alignleft {
	float: left;
	margin-right: 20px;
}
.content-body img.alignright {
	float: right;
	margin-left: 20px;
}
.content-body strong {
	font-weight: 700;
}
.content-body em {
	font-style: italic;
}
.content-block{
	display:block;
}
/* === Block nav === */
ul.block-nav {
	margin: 10px 0 30px;
	padding: 0;
}
ul.block-nav li {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
ul.block-nav li a {
	height: 90px;
	padding: 10%;
	width: 80%;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	color: #565656;
	background-color: #f1f1f1;
}
ul.block-nav li p {
	line-height: 1.2em;
	font-size: 14px;
	color: #787878;
}
ul.block-nav strong {
	font-size: 16px;
	font-weight: 700;
}
ul.block-nav li a:hover, ul.block-nav li a:focus {
	background-color: #e6e6e6;
	color: #01b7cc;
}
ul.block-nav li a img {
	width: 100%;
	max-width: 100%;
}
.block-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	z-index: 39;
	color: #ddd;
	font-size: 25px;
}
ul.block-nav li a:hover .block-icon, ul.block-nav li a:focus .block-icon {
	text-shadow: none;
	color: #aaa;
}
/* === Row nav === */
.row-nav-wrapper {
	width: 100%;
}
ul.row-nav {
	margin: 0;
	padding: 0;
}
ul.row-nav:before, ul.row-nav:after {
	display: table;
	content: "";
}
ul.row-nav:after {
	clear: both;
}
ul.row-nav.nomargin {
	margin: 0;
	padding: 0;
}
ul.row-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.row-nav li a {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	font-weight: 700;
	color: #565656;
	border-bottom: 1px solid #efefef;
}
/*ul.row-nav li:last-child a {
	border-bottom: 1px solid #fff;
}*/
ul.row-nav li a:hover{
	color: #01b7cc;
}
.row-date {
	font-style: italic;
	color: #60aa17;
}
.row-symbol {
	text-align: center!important;
	font-size: 32px;
	color: #ccc;
}
.row-symbol:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f105";
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
ul.row-nav li a:hover .row-symbol, ul.row-nav li a:focus .row-symbol {
	color: #01b7cc;
}
/* === Tab nav === */
.tabbed-nav ul li a {
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	padding: 16px;
}
.tabbed-nav ul li a:hover {
	color: #01b7cc;
}
.tabbed-nav ul li.z-active a:hover {
	color: #fff;
}
.tab-container .product-wrapper, .z-tabs.flat > ul > li > a.z-link{
	font-family: 'Lato', sans-serif !important;
}
/* === Box list === */
.box-panel {
	font-family: 'Lato', sans-serif !important;
	width: 100%;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	position: relative;
	background-color: #efefef;
	color: #565656;
}
.box-panel.software {
	width: auto;
	margin-bottom: 0px;
}
.box-panel:hover {
	background-color: #dedede;
	color: #565656;
}
.box-panel:hover .block-icon, .box-panel:focus .block-icon {
	text-shadow: none;
	color: #aaa;
}
.box-panel strong {
	font-size: 16px;
	line-height: 1.1em !important;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}
.box-image {
	width: 100%;
	background: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.box-image img {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto 0;
	display: block;
}
.box-panel:hover .ico-playback, .box-panel:focus .ico-playback {
	opacity: 1;
	filter: alpha(opacity=100);
}
.box-panel:hover .ico-playback {
	opacity: 1;
	filter: alpha(opacity=100);
}
h3.box-title {
	margin: 0 0 15px 0;
	color: #ababab;
	font-family: 'Lato', sans-serif;
}
.box-content {
	padding: 10%;
	width: 80%;
	text-align: left;
	display: block;
	height: 90px;
	overflow: hidden;
}
.box-content.software {
	padding: 0%;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.box-content.short {
	padding: 6% 10%;
	height: 40px;
	text-align: center;
}
.box-content .version {
	font-size: 13px;
	display: block;
}
/* === Accordions === */
.accordion-group {
	display: block;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
}
.accordion-item {
	display: block;
	border-bottom: 1px solid #efefef;
}
.accordion-item:last-child {
	border-bottom: 1px solid #fff;
}
.trigger {
	width: 100%;
	padding: 15px 0;
	cursor: pointer;
	display: block;
	height: auto;
}
.trigger:before, .trigger:after {
	display: table;
	content: "";
}
.trigger:after {
	clear: both;
}
.trigger h5 {
	margin-bottom: 0px;
	font-weight: 700;
	color: #565656 !important;
}
.accordion-number {
	font-size: 18px;
	font-weight: 700;
	color: #ababab;
	text-align: center;
}
.trigger.active {
	background: #f1f1f1;
	color: #01b7cc;
}
.trigger.active h5, .trigger.active .accordion-number, .trigger.active .trigger-symbol {
	color: #01b7cc;
}
.trigger-symbol {
	text-align: center!important;
	font-size: 32px;
	color: #ccc;
}
.trigger-symbol:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f104";
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.trigger:hover .trigger-symbol:after, .trigger.active .trigger-symbol:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion-item:hover .accordion-number, .accordion-item:hover .trigger-symbol, .accordion-item:hover h5, .accordion-item:focus .accordion-number, .accordion-item:focus .trigger-symbol, .accordion-item:focus h5 {
	color: #01b7cc;
}
.accordion {
	width: 94%;
	background: #f1f1f1;
	padding: 15px 3% 15px 3%;
	display: block;
	font-size: 15px;
}
.accordion ul, .accordion ol {
	margin: 16px 0 16px;
}
/* # Footer
================================================== */
#footer {
	width: 100%;
	padding: 0;
	font-size: 14px;
	background-color: #fff;
}
#footer.footer-border {
	border-top: 1px solid #efefef;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #01b7cc;
}
.footer-wrapper {
	margin: 0 auto 0;
	padding: 15px 0;
	height : 40px;
	line-height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footer-nav {
	display: inline-block;
}
ul.footer-nav-menu {
	font-size: 0;
}
ul.footer-nav-menu > li {
	font-size: 14px;
	margin: 0;
	position: relative;
	display: inline-block;
}
ul.footer-nav-menu > li > a {
	display: block;
	margin: 0;
	padding: 0 6px;
}
ul.footer-nav-menu .current_page_item > a {
	color: #92b5dc;
	text-decoration: underline;
}
span.legal {
	float: right;
	font-size: 13px;
}
.footer-brand {
	float: right;
}
.go-top {
	position: fixed;
	bottom: 75px;
	right: 15px;
	text-decoration: none;
	background: #bfbfbf;
	background: rgba(0, 0, 0, .25);
	font-size: 40px;
	color: #fff;
	line-height: 55px;
	height: 60px;
	padding: 0 20px;
	cursor: pointer;
	display: none;
	z-index: 999;
}
.go-top:hover {
	background: #676767;
	background: rgba(0, 0, 0, .55);
}
/* === Sitemap=== */
.sitemap-row a {
	color: #252525;
	text-decoration: none!important;
}
.sitemap-row a:hover {
	color: #01b7cc!important;
}
.sitemap-row h5 {
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #cdcdcd;
}
ul.arrow {
	margin: 0 0 48px 0;
	padding: 0;
}
ul.arrow li a {
	padding: 3px 0 3px 20px;
	display: block;
	background: url(../images/arrow.png) left center no-repeat;
}
ul.arrow .children {
	margin-left: 20px;
}
ul.arrow ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
/* === Button=== */
.btn {
	border: none;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	width: auto;
	margin: 0;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radiust: 0px;
	border-radius: 0px;
}
.btn:last-child {
	margin: 0;
}
.btn i {
	margin-right: 8px;
}
.btn-small {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0 12px;
}
.btn-medium {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding: 0 16px;
}
.btn-large {
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
}
.btn-block {
	display: block;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radiust: 0px;
	border-radius: 0px;
}
.btn-block.alt {
	text-transform: none;
}
.btn:active {
	position: relative;
	top: 1px;
}
.btn:hover {
	color: #fff !important;
}
.btn-blue {
	background-color: #00b7cc;
}
.btn-blue:hover {
	background-color: #008897;
}
.btn-green {
	background-color: #60aa17;
}
.btn-green:hover {
	background-color: #3c690e;
}
.btn-icon{
	display:block;
	font-size: 24px;
}
/* === Partner === */
.partner-items {
	margin-bottom: 24px;
	padding-bottom: 24px;
	display: block;
	border-bottom: 1px solid #cdcdcd;
}
.partner-items:last-child {
	border-bottom: 1px solid transparent;
}
.partner-items h5 {
	margin-bottom: 8px;
}
/* # Maps
================================================== */
.map-canvas {
	height: 500px;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 32px;
}
/* # Lightbox
================================================== */
.white-popup {
	width: 80%;
	background-color: #fff;
	position: relative;
	margin: 20px auto 20px;
}
.white-popup .content {
	width: 90%;
	padding: 5%;
	min-height: auto;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;/*-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;*/
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close {
	width: 84px;
	height: 84px;
	line-height: 84px;
	font-size: 60px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	top: -70px;
}
.mfp-s-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -100px;
	height: 20px;
	width: 200px;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: -ms-linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	background-image: linear-gradient( -45deg, rgba(1,183,204, 1) 25%, transparent 25%, transparent 50%, rgba(1,183,204, 1) 50%, rgba(1,183,204, 1) 75%, transparent 75%, transparent );
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-ms-animation: move 2s linear infinite;
	animation: move 2s linear infinite;
	overflow: hidden;
	text-indent: -9999px;
}
/* # Correction classes
================================================== */
.noborder {
	border: none !important;
}
.noscroll {
	position: fixed!important;
}
.nomargin {
	margin: 0 !important;
}
.nopadding {
	padding: 0!important;
}
.divborder {
	padding: 10px 0 10px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}
/* === Correction margins === */
.ma10 {
	margin: 10px;
}
.ma15 {
	margin: 15px;
}
.ma20 {
	margin: 20px;
}
.ma30 {
	margin: 30px;
}
.m10 {
	margin: 10px 0;
}
.m15 {
	margin: 15px 0;
}
.m20 {
	margin: 20px 0;
}
.m30 {
	margin: 30px 0;
}
.mlr6 {
	margin: 0 6px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt0 {
	margin-top: 0!important;
}
.mt5 {
	margin-top: 5px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.ml3 {
	margin-left: 3px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
/* === Correction paddings === */
.pb0 {
	padding-bottom: 0!important;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt0 {
	padding-top: 0;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pa5 {
	padding: 5px!important;
}
.pa25 {
	padding: 25px!important;
}
.pa30 {
	padding: 30px!important;
}
 input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0
}
 a.button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* # Form elements
================================================== */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], select {
	background: #fff;
	padding: 8px 10px 8px 10px!important;
	font-size: 14px;
	height: 36px !important;
	line-height: 36px !important;
	width: 100%;
	margin-bottom:12px;
	border: 1px solid #b0b0b5;
	font-family: 'Lato', sans-serif !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height: auto !important;
	line-height: 1.1em !important;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
	background-color: #00b7cc;
	border: none;
	display: inline-block;
	color: #fff;
	font-style: normal;
	width: auto;
	font-family: 'Lato', sans-serif !important;
	text-decoration: none;
	text-align: center;
	margin: 0;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus {
	background-color: #008897;
}
button i, input[type=button] i {
	margin-right: 5px;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: transparent;
}
.wysija-submit {
	float: right !important;
}
/* # Data table
================================================== */
.tbl {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 32px;
}
.tbl tbody td, .tbl thead th {
	border-left: 1px solid #dfdfdf;
	text-align: center;
}
.tbl tbody td:first-child, .tbl thead th:first-child {
	border-left: none;
}
.tbl thead th {
	text-align: center;
	padding: 6px;
	color: #fff;
	background-color: #aaa;
	vertical-align: middle;
}
.tbl thead th.extra-border{
	border-top: 1px solid #dfdfdf;
}
.tbl tbody th, .tbl tbody td  {
	padding: 6px;
	vertical-align: middle;
}
.tbl tbody th {
	background-color: #aaa;
	color: #fff;
}
.tbl tbody tr {
	border-top: 1px solid #dfdfdf;
}
.tbl tbody tr:nth-child(even) {
	background: #eee;
}
.tbl-vertical {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 32px;
}
.tbl-vertical tbody th {
	background: #aaa;
	padding: 6px;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}
.tbl-vertical tbody td {
	padding: 6px;
	vertical-align: middle;
	border-left: 1px solid #dfdfdf;
}
.tbl-vertical tbody tr {
	border-top: 1px solid #dfdfdf;
}
.tbl-vertical tbody tr:first-child {
	border-top: none;
}
.tbl-vertical tbody tr:nth-child(even) {
	background: #eee;
}
.tbl .note, .tbl-vertical .note {
	color: #999;
	display: block;
	margin-top: 16px;
}
.tbl-vertical p:last-child{
	margin-bottom: 0;
}
.tbl-vertical  ul {
	margin-bottom: 16px;
}
.tbl-vertical  ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.tbl-filter a{
	color:#565656;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.tbl-filter a:hover{
	color: #01b7cc;
}
.tbl-filter thead th {
	cursor: pointer;
	padding: 12px;
}
/* # Pagination
================================================== */
div.pagination {
	width: 100%;
	font-size: 16px;
	font-family: 'Lato', sans-serif !important;
	padding: 16px 0;
	margin: 16px 0;
	text-align: center;
}
div.pagination a, div.pagination span.pages, div.pagination span.dots {
	padding: 6px 10px;
	margin: 6px;
	text-decoration: none;
	color: #999;
	background-color: none;
}
div.pagination a:hover, div.pagination a:focus {
	background-color: #01b7cc;
	color: #fff;
}
div.pagination span.current {
	padding: 6px 10px;
	margin: 2px;
	font-weight: 700;
	background-color: #01b7cc;
	color: #fff;
}
div.pagination span.disabled {
	padding: 6px 10px;
	margin: 2px;
	border: none;
	color: #ddd;
}
/* # Video
================================================== */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* # Iframe
================================================== */
.embed-container {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 1000px;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container.mini-height {
	height: 350px;
}
.object-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.object-container iframe,
.object-container object,
.object-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* # Product
================================================== */
.product-img, .product-download {
	display: block;
	margin-bottom:16px;
	text-align:center;
}
.product-img img{
	max-width:100%;
	height:auto !important;
}
.product-img a:hover{
	cursor:-webkit-zoom-in;
}
/* # Special Class
================================================== */
li.page-item-123 ul, li.page-item-125 ul {
	display: none;
}
/* # Sortable data table
================================================== */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}