/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?y3av7x");
	src: url("../fonts/icomoon.eot?y3av7x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?y3av7x") format("truetype"), url("../fonts/icomoon.woff?y3av7x") format("woff"), url("../fonts/icomoon.svg?y3av7x#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-icon-improve:before {
	content: "\e903";
}
.icon-icon-understand:before {
	content: "\e907";
}
.icon-icon-enable:before {
	content: "\e906";
}

.icon-linkedin:before {
	content: "\e904";
}

.icon-lock:before {
	content: "\e905";
}

.icon-logo-enable:before {
	content: "\e906";
}

.icon-logo-understand:before {
	content: "\e907";
}

.icon-search:before {
	content: "\e908";
}

.icon-twitter:before {
	content: "\e909";
}

/* drop down menus 
*********************************************************/
#ddmBlank,
#ddm {
	list-style: none;
	margin: 0;
	padding: 18px 0 0 10px;
/*	height: 1%; */
/*	border: 1px solid #eabd00; */
/*	border-top: 2px solid #f4cd00; */
}

#ddmBlank {
/*  border-bottom:2px solid #f4cd00; */
  height:25px;
}

#ddm:after {
	content: "";
	display: block;
	clear: both;
}



#ddm li {
	float: left;
	margin: 0 0 0 0;
	position: relative;
}

#ddm li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}


#ddm li .applications {
	background: url(../images/menu_applications.png) no-repeat;
	width: 114px;
}



#ddm li .solutions {
	background: url(../images/menu_solutions.png) no-repeat;
	width: 96px;
}

#ddm li .services {
	background: url(../images/menu_services.png) no-repeat;
	width: 84px;
}



#ddm li .support {
	background: url(../images/menu_support.png) no-repeat;
	width: 82px;
}


#ddm li .company {
	background: url(../images/menu_company.png) no-repeat;
	width: 85px;
}


#ddm li .expertise {
	background: url(../images/menu_expertise.png) no-repeat;
	width: 91px;
}


#ddm li .applications_active {
	background: url(../images/menu_applications_white.png) no-repeat;
	width: 114px;
}



#ddm li .solutions_active {
	background: url(../images/menu_solutions_white.png) no-repeat;
	width: 96px;
}

#ddm li .services_active {
	background: url(../images/menu_services_white.png) no-repeat;
	width: 84px;
}


#ddm li .company_active {
	background: url(../images/menu_company_white.png) no-repeat;
	width: 85px;
}


#ddm li .expertise_active {
	background: url(../images/menu_expertise_white.png) no-repeat;
	width: 91px;
}



#ddm li a:hover,
#ddm li.active a,
#ddm li:hover a,
#ddm li.hover a {
	background-position: 0 -55px;
}


#ddm li:hover .drop,
#ddm li.hover .drop {
	display: block;
}

#ddm .drop {
	width: 199px;
	position: absolute;
	top: 35px;
	left: 0;
	padding: 0;
	display: none;
}

#ddm ul {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
	border-style: none;
	background: #ffffff;
/*	background: url(../images/bg-drop.png); */
	height: 1%;
}

#ddm ul li {
	vertical-align: middle;
	height: 1%;
	float: none;
	margin: 0;
}

#ddm ul li a,
#ddm li:hover ul a,
#ddm li.hover ul a {
	text-indent: 0;
	padding: 4px 0 4px 9px;
	height: 1%;
	font-size: 12px;
	color: #5f6062;
	text-decoration: none;
	position: relative;
/*	background: url(../images/none.gif); */
}

#ddm ul li a:hover {
/*	background: url(../images/bg-drop-link.png); */
	color: #f4cd00;
}


/* end drop down menus */



.add-nav,
#nav ul,
#nav .social-networks,
.btn-list,
.register-links,
.nav > ul,
.nav .drop ul,
.accordion,
.tabset,
.footer-nav ul,
.footer-links ul,
.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.pannel:after,
.add-nav:after,
.nav-holder:after,
#nav ul:after,
#nav .social-networks:after,
.btn-list:after,
.login-form .row:after,
.banner:after,
.features .heading:after,
.features .heading-holder:after,
.content-nav:after,
.nav:after,
.nav > ul:after,
.nav .drop ul a:after,
.accordion:after,
.tabset:after,
.footer .aside:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #f1f1f1;
	font: 13px / 1.2 "Roboto", "arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 20px;
}

h2,
.h2 {
	font-size: 14px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f6d22d;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.container {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 8px;
	background: #fff;
}

.mobile-hidden {
	display: none !important;
}
.mobile-visible {
	display: block !important;
}

#header {
	position: relative;
}

.pannel {
	padding: 15px 0 31px;
}

.logo img {
	width: 138px;
}

.nav-active {
	overflow: hidden;
}

.add-nav {
	display: none;
}

.add-nav li {
	float: left;
	margin: 0 11px;
	position: relative;
}

.add-nav li + li:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -11px;
	bottom: -3px;
	border-left: 1px solid #c1c1c1;
}

.add-nav li:hover a,
.add-nav li.active a {
	color: #f6d22d;
}

.add-nav a {
	color: #5f6062;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.search-form {
	margin: 0 0 23px;
}

.search-form .input-holder {
	background: #6d6d6d;
	height: 40px;
	border-bottom: 1px solid #575757;
	padding: 0 18px 0 0;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	height: 39px;
	margin: 0;
	border: 1px solid #000;
	float: left;
	border: 0;
	color: #3c3c3c;
	background: #6d6d6d;
	width: 210px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 10px 10px 34px;
	text-transform: uppercase;
	transition: all .3s ease;
}

.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus {
	outline: 0;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #3c3c3c;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #3c3c3c;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #3c3c3c;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #3c3c3c;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #3c3c3c;
}

.search-form button[type="submit"] {
	width: 28px;
	height: 28px;
	float: right;
	border-radius: 50%;
	border: 0;
	color: #f6d22d;
	font-size: 20px;
	line-height: 28px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0;
	margin: 6px 0 0;
	background: #4f4f4f;
}

.search-form button[type="submit"]:hover {
	background: #f6d22d;
	color: #6d6d6d;
}
.search-form .input-holder input:focus {
	background: #f6d22d;
}
.search-form input:focus + button[type="submit"] {
	color: #fff;
}


.nav-holder {
	position: relative;
	background: #f1f1f1;
}

#nav {
	float: left;
}

#nav ul {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

#nav ul a {
	padding: 11px 32px;
	color: #fff;
	background: #6d6d6d;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#nav li {
	border-bottom: 1px solid #575757;
	position: relative;
}

#nav li:hover a,
#nav li.active a {
	background: #3c3c3c;
	color: #f7db5a;
}

#nav li:hover:before,
#nav li.active:before {
	opacity: 1;
}

#nav li:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f6d22d transparent transparent;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}

#nav .social-networks {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -5px;
	text-align: center;
}

#nav .social-networks li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	letter-spacing: 0;
	border: 0;
	margin: 0;
}

#nav .social-networks li + li {
	padding: 0 0 0 1px;
}

#nav .social-networks li:before {
	content: none;
}

#nav .social-networks a {
	display: block;
	padding: 5px;
	background: #f6d22d;
	color: #fff;
	height: 40px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#nav .social-networks a:hover {
	background: #6d6d6d;
	color: #f6d22d;
}

#nav .social-networks .icon-twitter {
	font-size: 17px;
}

#nav .social-networks .icon-linkedin {
	font-size: 18px;
}

#nav .opener {
	width: 56px;
	height: 40px;
	display: block;
	position: absolute;
	background: #f6d22d;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0;
}

#nav .opener:hover {
	background: #6d6d6d;
}

#nav .opener:hover:after,
#nav .opener:hover:before,
#nav .opener:hover span {
	background: #f6d22d;
	border-color: #f6d22d;
	box-shadow: none;
}

.nav-active #nav .opener:after,
.nav-active #nav .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30px;
	left: 10px;
	right: 10px;
}

.nav-active #nav .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}

#nav .opener:after,
#nav .opener:before,
#nav .opener span {
	content: "";
	position: absolute;
	height: 5px;
	left: 8px;
	right: 8px;
	top: 50%;
	background: #4b557d;
	box-shadow: 0 0 1px rgba(0, 0, 0, .5);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav .opener:after {
	margin: 6px 0 0;
}

#nav .opener:before {
	margin: -12px 0 0;
}

#nav .opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	margin: -3px 0 0;
}

.nav-active #nav .opener span {
	opacity: 0;
}

#nav .drop {
	position: absolute;
	top: 0;
	left: -280px;
	width: 265px;
	height: calc(100vh - 72px);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #4f4f4f;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 3px 2px 5px rgba(11, 27, 28, .48);
}

.nav-active #nav .drop {
	left: -8px;
}

#nav .drop .opener {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
}

.social-holder .container,
.pagination-holder .container {
	padding: 0;
	height: 0;
	background: none;
	max-width: none;
	max-width: 1204px;
}

.hold {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.nav-active .hold {
	margin: 0 0 0 257px;
}

.btn-list {
	text-align: right;
	float: right;
	font-size: 15px;
	line-height: 18px;
	width: 60%;
	letter-spacing: -4px;
}

.btn-list li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	letter-spacing: 0;
	margin: 0 0 0 3px;
}

.btn-list a {
	padding: 11px;
	text-decoration: none;
	display: block;
	background: #f6d22d;
	height: 40px;
	color: #5f6062;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-list a:hover {
	background: #6d6d6d;
	color: #f6d22d;
}

.btn-list .search-link {
	padding: 6px;
	width: 40px;
}

.btn-list .search-link span {
	width: 28px;
	height: 28px;
	display: block;
	color: #f6d22d;
	background: #6d6d6d;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.btn-list .login {
	padding: 11px 35px 11px 11px;
	position: relative;
	min-width: 84px;
}

.btn-list .login:before {
	content: "\e905";
	position: absolute;
	top: 6px;
	right: 7px;
	font: 26px/30px icomoon;
}

.btn-list .trial {
	background: #e2c234;
	display: none;
}

.login-form {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 5;
	padding: 1px 0 0;
	background: #f1f1f1;
}

.login-form:before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	height: 10px;
	bottom: 15px;
	z-index: 4;
	box-shadow: 0 27px 12px rgba(0, 0, 0, .5);
}

.login-form .row {
	background: #f6d22d;
	border: 1px solid #f4ca09;
	padding: 0 0 0 7px;
	margin: 0 0 3px;
}

.login-form label {
	float: left;
	font-size: 18px;
	line-height: 29px;
	padding: 4px 0;
	color: #5f6062;
	width: 100px;
}

.login-form .input-holder {
	width: 100%;
	float: right;
	margin: 0 0 0 -100%;
	padding: 0 0 0 100px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	width: 100%;
	height: 37px;
	font-size: 18px;
	line-height: 29px;
	padding: 4px 7px;
	color: #5f6062;
	background: transparent;
	border: none;
}

.login-form input[type=submit] {
	background: #6d6d6d;
	color: #f6d22d;
	height: 41px;
	margin: 0;
	float: right;
	border: none;
	min-width: 84px;
	max-width: 150px;
	font-size: 15px;
	line-height: 21px;
	padding: 10px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.login-form input[type=submit]:hover {
	background: #878787;
}

.login-form .btn-holder {
	margin: -2px 0 0;
	overflow: hidden;
}

.register-links {
	width: 50%;
	float: left;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	padding: 3px 0 0 6px;
}

.register-links li {
	margin: 0;
	display: block;
}

.register-links a {
	padding: 0;
	background: none;
	height: auto;
	color: #5f6062;
	display: inline;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.register-links a:hover {
	color: #39f;
	background: none;
}

main {
	padding: 9px 0 0;
}

.banner {
	background: #f6d22d;
	color: #6d6d6d;
	position: relative;
}

.banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 72.2%;
	background: url("../images2/img02.png") no-repeat scroll 0 -49px/auto 158%;
}


.banner .text-holder {
	float: left;
	width: 58%;
	padding: 33px 15px 38px;
}


.banner .img-holder {
	float: right;
	width: 42%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/** before bbs
.banner h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	margin: 0 0 27px;
}
**/

.banner h1 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	margin: 0 0 0px;
}

.banner h1 strong {
	text-transform: uppercase;
	font-weight: 400;
}

/** before bbs
.banner .text {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
}

**/

.banner .text {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
	padding-bottom: 13px;
}

.banner .text2 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	padding-bottom: 14px;
}

.banner .text2 strong{
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
}


.features {
	padding: 10px 0 0;
	margin: 0 0 51px;
}

.features .heading {
	margin: 0 0 4px;
}

.features .heading-holder {
	background: #9a9ead;
	width: 58%;
	float: left;
	padding: 12px 16px;
}

.features .heading-holder .icon {
	width: 49px;
	height: 46px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
}

.features .sub-title {
	background: #c8ccd8;
	display: block;
	width: 42%;
	float: left;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #686868;
	font-weight: bold;
	padding: 37px 16px 9px 7px;
}

.features .icon-logo-understand {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.features .desc {
	background: #c8ccd8;
	color: #464646;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	text-transform: uppercase;
	padding: 12px 20px 16px;
	display: none;
}

.features .desc:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: -12px;
	left: 15px;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #c8ccd8 transparent;
}

.features .desc .hide {
	display: none;
}

.features .desc strong {
	display: block;
	color: #fff;
}

.features .enable .heading-holder {
	background: #58668c;
}

.features .enable .sub-title {
	background: #becae8;
}

.features .enable .desc {
	background: #becae8;
}

.features .enable .desc:before {
	border-color: transparent transparent #becae8 transparent;
}

.features .enable .icon-logo-enable {
	font-size: 20px;
}

.features .improve .heading-holder {
	background: #c1ad55;
}

.features .improve .sub-title {
	background: #f6d22d;
}

.features .improve .desc {
	background: #f6d22d;
}

.features .improve .desc:before {
	border-color: transparent transparent #f6d22d transparent;
}

.features .improve .icon-icon-improve {
	font-size: 26px;
}

.features h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	float: left;
	width: 62%;
	padding: 15px 0 0;
}

.content-section {
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
}

.content-section .img-block {
	position: relative;
	margin: 0 -29px;
}

.content-section .img-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images2/img07.png) no-repeat 65% 10%;
	background-size: auto 100%;
}

.content-nav {
	box-shadow: 0 2px 7px rgba(12, 27, 29, .15);
	padding: 8px 10px;
	background: #c1ad55;
	z-index: 5;
}

.content-nav .icon {
	width: 10%;
	float: left;
	color: #fff;
	font-size: 23px;
	line-height: 24px;
	margin: 0 0 0 -2px;
}

.nav {
	float: right;
	width: 90%;
	padding: 0;
}

.nav > ul {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: right;
}

.nav > ul li {
	display: inline-block;
	vertical-align: top;
}

.nav > ul li:hover a,
.nav > ul li.active a {
	color: #fff;
}

.nav > ul li + li {
	margin: 0 0 0 16px;
}

.nav > ul a {
	text-decoration: none;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.nav .opener {
	width: 30px;
	height: 15px;
	display: none;
	position: relative;
	z-index: 20;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0;
	float: right;
	margin: 2px 10px 0 0;
}

.nav .opener:hover:after,
.nav .opener:hover:before,
.nav .opener:hover span {
	background: #f6d22d;
}

.nav-active .nav .opener:after,
.nav-active .nav .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	left: 0;
	right: 0;
}

.nav-active .nav .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

.nav .opener:after,
.nav .opener:before,
.nav .opener span {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	top: 50%;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav .opener:after {
	margin: 6px 0 0;
}

.nav .opener:before {
	margin: -6px 0 0;
}

.nav .opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	margin: 0;
}

.nav-active .nav .opener span {
	opacity: 0;
}

.nav .drop {
	width: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: visibility .5s, opacity 0.5s linear;
	transition: visibility .5s, opacity 0.5s linear;
	background: #6d6d6d;
	top: 0;
	min-height: 100vh;
	visibility: hidden;
	opacity:0;
	padding: 100px 12%;
	min-height: 645px;
	z-index: 19;
}

.nav-active .nav .drop {
	visibility: visible;
	opacity:1;
}

.nav .drop ul {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.nav .drop ul a {
	color: #fff;
	text-decoration: none;
	letter-spacing: -4px;
	display: block;
}

.nav .drop ul li {
	margin: 0 0 55px;
}

.nav .drop ul li:hover .heading,
.nav .drop ul li.active .heading {
	color: #f6d22d;
}

.nav .drop ul li:hover .desc,
.nav .drop ul li.active .desc {
	color: #f6d22d;
}

.nav .drop ul li:hover .icon,
.nav .drop ul li.active .icon {
	color: #b59608;
	border-color: #b59608;
}

.nav .heading {
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav .heading .icon {
	width: 76px;
	height: 73px;
	border: 1px solid #fff;
	color: #c8ccd8;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	float: none;
}

.nav .heading .icon-logo-understand {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	line-height: 71px;
	display: block;
}

.nav .heading .icon-logo-enable {
	color: #becae8;
	font-size: 34px;
	line-height: 74px;
}

.nav .heading .icon-icon-improve {
	color: #f6d22d;
	float: none;
	font-size: 40px;
	line-height: 79px;
}

.nav .heading .text {
	display: block;
	width: 100%;
}

.nav .desc {
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0;
	padding: 0 29px 1px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 10px 14px;
	background: #f6d22d;
	color: #5a5a5a;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
}

.contact-info dl {
	padding: 0 10px;
	display: block;
	margin: 0;
	text-align: center;
}

.contact-info dt {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.contact-info dd {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1px;
}

.contact-info .contact {
	text-transform: uppercase;
}

.contact-info a {
	letter-spacing: 0;
	text-decoration: none;
	color: #5a5a5a;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.contact-info a:hover {
	color: #fff;
}

.article {
	padding: 0 0 0 55px;
	overflow: hidden;
}

.article-holder {
	padding: 19px 30px 18px 0;
	color: #fff;
	font-weight: 300;
	margin: 0 0 4px;
	position: relative;
	background: #9a9ead;
	z-index:0;
}
.understand .article-holder:before,
.understand .content-nav {
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
	background: #9a9ead;
}
.enable .article-holder:before,
.enable .content-nav {
	background: #58668c;
}
.improve .article-holder:before,
.improve .content-nav {
	background: #c1ad55;
}
.understand .tabset a {
	background:#a5a9b7;
}

.content-section.understand {
	padding-top: 35px;
}
.content-nav {
	position: absolute;
	width:100%;
	top:0;
}
.content-nav.sticky {
	position: fixed;
	overflow: visible;
}

.features .col {
	cursor:pointer;
}

.understand .accordion .accordion-opener,
.understand .accordion .accordion-opener:hover{
	background:#9a9ead;
}
.understand .accordion .accordion-opener:before,
.understand .accordion .accordion-opener:hover:before {
	background-color: #c8ccd8;
}
.understand .accordion .accordion-opener:after,
.understand .accordion .accordion-opener:hover:after{
	color: #9a9ead;
}
.enable .accordion .accordion-opener,
.enable .accordion .accordion-opener:hover{
	background:#58668c;
}
.enable .accordion .accordion-opener:before,
.enable .accordion .accordion-opener:hover:before {
	background-color: #becae8;
}
.enable .accordion .accordion-opener:after,
.enable .accordion .accordion-opener:hover:after{
	color: #58668c;
}
.accordion .accordion-opener:hover:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.content-section + .content-section {
	margin-top:46px;
}

.article-holder:before {
	background: #c1ad55;
	bottom: 0;
	content: "";
	left: -9999px;
	position: absolute;
	right: 0;
	top: 0;
}

.article-holder:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 57%;
	background: transparent url("../images2/img07.png") no-repeat scroll 60px -22px;
	z-index: 2;
	opacity: .17;
	background-size: 80% auto;
}

.article-holder .icon {
	width: 49px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0 0 4px;
	font-size: 26px;
	line-height: 50px;
	padding: 0;
}
.article-holder .icon.enable {
	line-height:42px;
	font-size:22px;
}
.article-holder .icon.understand {
	line-height:45px;
	font-size:20px;
}

.article-holder h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.article-holder .sub-title {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	display: block;
	padding: 0 31px 14px 0;
	font-weight: normal;
}

.article-holder .heading {
	position: relative;
	z-index: 3;
	margin: 0 10px 0 0;
}

.article-holder .heading:before {
	content: none;
	width: 45px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 1px;
	bottom: -43px;
}

.article-holder .text-content {
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.article-holder .img-holder {
	display: none;
}

.accordion {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.accordion li {
	margin: 0 0 4px;
}

.accordion .accordion-opener {
	text-decoration: none;
	color: #fff;
	background: #c1ad55;
	display: block;
	padding: 16px 20px 16px 71px;
	position: relative;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	text-transform: uppercase;
}

.accordion .accordion-opener:before {
	width: 56px;
	height: 50px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f6d22d;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.accordion .accordion-opener:after {
	content: "\e900";
	position: absolute;
	top: 0;
	left: 23px;
	font: 20px/49px icomoon;
	color: #b0a161;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.accordion .accordion-opener:hover {
	background: #a6933d;
}

.accordion .accordion-opener:hover:before {
	background: #e6bf0a;
}

.accordion .accordion-opener:hover:after {
	color: #fff;
}

.accordion .slide {
	color: #5f6062;
	padding: 20px 20px 0;
}

.tab {
	margin: 0 0 0 -55px;
}

.tabset {
	text-transform: uppercase;
	display: none;
	font-size: 14px;
	line-height: 20px;
}

.tabset li {
	float: left;
	position: relative;
}

.tabset li + li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	bottom: 12px;
	border-left: 1px dotted #fff;
}

.tabset li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	box-shadow: -4px 3px 5px rgba(13, 27, 29, .14);
}

.tabset a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
	background: #cdb64c;
	padding: 17px;
	height: 54px;
	min-width: 108px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.tabset a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	left: 31px;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tabset a:hover,
.tabset a.active {
	color: #fff;
}

.tabset a.active:before {
	opacity: 1;
}

.tab-content h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	color: #5f6062;
	margin: 0 0 18px;
}

.tab-content .slide-holder {
	margin: 0 0 50px;
}

.tab-content .slide-holder .btn {
	width: 100%;
	padding: 10px 10px 10px 41px;
	font-weight: bold;
	position: relative;
	max-width: 402px;
	min-height: 40px;
	font-size: 10px;
	line-height: 20px;
	text-transform: none;
	text-align: left;
}

.tab-content .slide-holder .btn:before {
	content: "\e900";
	position: absolute;
	top: 10px;
	left: 24px;
	font: 15px/20px icomoon;
	color: #414243;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.tab-content .btn {
	background: #f6d22d;
	color: #5f6062;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	min-width: 132px;
	border-radius: 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
	min-height: 36px;
}

.tab-content .btn:hover {
	color: #f6d22d;
	background: #6d6d6d;
}

.tab-content .btn:hover:before {
	color: #f6d22d;
}

.tab-content .btn-holder {
	padding: 20px 0 0;
}

.tab-content .two-columns {
	overflow: hidden;
	padding: 0 0 47px;
}

.tab-content .img-holder {
	padding: 0 0 30px;
}

.tab-content .img-holder img {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .24);
}

.footer {
	background: #c1ad55;
	box-shadow: 0 8px 7px rgba(0, 0, 0, .2) inset;
	padding: 16px 0 0;
	margin: 0 8px;
}

.footer .logo {
	margin: 0 0 21px -17px;
}

.footer .logo img {
	width: 103px;
}

.footer .col {
	width: 50%;
	float: left;
	padding: 0 0 0 23px;
}

.footer-nav ul {
	font-size: 14px;
	line-height: 29px;
	text-transform: capitalize;
	font-weight: 300;
}

.footer-nav li {
	margin: 0 0 4px;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.footer-nav a:hover {
	color: #f6d22d;
}

.footer-links {
	position: relative;
}

.footer-links:before {
	content: none;
	border-top: 1px solid rgba(255, 255, 255, .32);
	position: absolute;
	left: -10px;
	right: -10px;
	top: -30px;
}

.footer-links ul {
	font-size: 10px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

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

.footer-links a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

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

.pagination {
	display: none;
}

.pagination li {
	margin: 12px;
	text-align: left;
}

.pagination li.active a {
	border: 1px solid #a0abc6;
	width: 23px;
	height: 23px;
	background: none;
	margin: -8px -8px 0;
}

.pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 7px;
	height: 7px;
	display: inline-block;
	vertical-align: top;
	background: #f6d22d;
	border-radius: 50%;
}

.pagination a:hover {
	/*border: 1px solid #a0abc6;
	width: 23px;
	height: 23px;
	background: none;
	margin: -8px -8px 0;*/
	background-color: #becae8;
}

#footer {
	font-size: 11px;
	line-height: 14px;
	color: #6d6d6d;
	text-align: center;
	background: #f6d22d;
	padding: 13px 0;
	font-weight: 500;
}

#footer a {
	color: #6d6d6d;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
}

#footer a:hover {
	color: #c1ad55;
}
.img-holder.right {
	text-align: right;
}
.article-holder.no-bg:after {
	background-image: none;
}

.arrow {
	background:url(../images2/arrow.png) no-repeat left 5px;
	padding-left: 10px;
	color:inherit;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}
.cta-yellow {
	width: 266px;
	height: 142px;
	background: url(../images2/cta-yellow.png) no-repeat;
	padding: 8px 0 0 60px;
	margin: 45px 0 0 -51px;
	background-size: 100% auto;
}
.cta-yellow a {
	color:#4e4e50;
	text-decoration: none;
	font-size:12px;
}

.enable .content {
	background: #58668c;
	padding-bottom: 225px;
}
.circles {
	width:570px;
	margin:0 auto;
}
.circles:after {
	content:'';
	clear:both;
	display: block;
}
.circles .circle {
	text-align: center;
	width:33.33%;
	float:left;
}
.circle .icon {
	margin:0 auto;
	width:158px;
	height:158px;
	background:no-repeat center center;
	border:1px solid #fff;
	border-radius:500%;
	cursor: pointer;
	position: relative;
}
.circle .icon:hover,
.circle .icon.active {
	width:160px;
	height:160px;
	margin-bottom:-2px;
	border:0;
	background-color:#c1ad55;
}
.circle .icon:hover:after {
	content:'';
	width:100%;
	height: 47px;
	display: block;
	background:url(../images2/circle_active.png) no-repeat center;
	position: absolute;
	bottom:0;
}
.circle .icon.active:hover:after {
	background:none;
}
.circle.knowledge .icon {
	background-image:url(../images2/knowledge.png);
}
.circle.technology .icon {
	background-image:url(../images2/technology.png);
}
.circle.consulting .icon {
	background-image:url(../images2/consulting.png);
}
.circle h4 {
	color:#fff;
	font-weight:normal;
	margin-bottom: 40px;
}
.circle-content {
	width:660px;
	position: absolute;
	left:50%;
	margin: -31px 0 0 -330px;
	background: -webkit-linear-gradient(left, #f6d22d 0%, #fee267 80%);
	background: linear-gradient(to right, #f6d22d 0%, #fee267 80%);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
	display: none;
}
.icon.active + .circle-content {
	display: block;
	z-index: 1;
}
.circle-content .inner {
	padding:40px 60px;
	text-align: left;
	color:#4e4e50;
}

.content-section.enable,
.enable .article-holder .text-content{
	overflow: visible;
}

.circle-content:after, .circle-content:before {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.circle-content:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #c1ad55;
	border-width: 12px;
	margin-left: -50px;
}
.knowledge .circle-content:after {
	margin-left: -240px;
}
.consulting .circle-content:after {
	margin-left: 142px;
}

.circle-content .close {
	width:22px;
	height:22px;
	position: absolute;
	top:10px;
	right:10px;
}
.circle-content .close a {
	display: block;
}
.circle-content .close a span {
	opacity:0;
}
.circle-content .close a:before,
.circle-content .close a:after{
	content:'';
	display: block;
	position: absolute;
	top:50%;
	margin-top: -1px;
	width:100%;
	height:2px;
	background-color:#4e4e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.circle-content .close a:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.enable.content-section .img-block:before,
.understand.content-section .img-block:before {
	display: none;
}

.enable.content-section .img-block {
	margin: 0;
}

.img-left {
	margin-top:25px;
	font-weight:300;
}
.img-left strong {
	font-weight:500;
}
.img-left > img {
	float:left;
	margin-right:25px;
}
.img-left:after {
	content:'';
	display: block;
	float:none;
	clear:both;
}


.button-link {
	color:#5f6062;
	text-decoration: none;
}
.button-link img {
	vertical-align: middle;
}
.button {
	margin-top: 15px;
	margin-bottom: 25px;
}


@media (min-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.333;
	}

	.container {
		padding: 0 66px;
		position: relative;
	}
	.two-columns .half {
		float: left;
		width:50%;
	}

	.content-section + .content-section {
		margin-top:69px;
	}

	.mobile-hidden-inline {
		display: inline-block !important;
	}
	.mobile-hidden {
		display: block !important;
	}
	.mobile-visible {
		display: none !important;
	}

	.hidden {
		display: none !important;
	}

	.pannel {
		padding: 17px 0 28px;
	}

	.logo {
		float: left;
		margin: 0 0 0 -34px;
	}

	.logo img {
		width: 189px;
	}

	.nav-active {
		overflow: visible;
	}

	.add-nav {
		display: block;
		float: right;
		font-size: 12px;
		line-height: 14px;
		padding: 0 205px 0 0;
		width: 65.1%;
	}

	.search-form {
		float: right;
		display: block;
		margin: 0;
		position: absolute;
		top: 11px;
		right: 0;
	}

	.search-form .input-holder {
		background: none;
		border: 1px solid #f2f2f2;
		border-radius: 17px;
		width: 200px;
		height: 31px;
		padding: 0;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		font-size: 14px;
		line-height: 21px;
		background: #f6d22d;
		border-radius: 17px;
		height: 29px;
		padding: 4px 10px;
		width: 170px;
		text-transform: none;
		color: #6d6d6d;
	}

	.search-form input[type="search"] {
		width:100%;
	}

	.search-form button[type="submit"] {
		position: absolute;
		right:0;
	}

	.search-form input[type="text"]::-webkit-input-placeholder,
	.search-form input[type="search"]::-webkit-input-placeholder {
		opacity: 0;
	}

	.search-form input[type="text"]::-moz-placeholder,
	.search-form input[type="search"]::-moz-placeholder {
		opacity: 0;
	}

	.search-form input[type="text"]:-moz-placeholder,
	.search-form input[type="search"]:-moz-placeholder {
		opacity: 0;
	}

	.search-form input[type="text"]:-ms-input-placeholder,
	.search-form input[type="search"]:-ms-input-placeholder {
		opacity: 0;
	}

	.search-form input[type="text"].placeholder,
	.search-form input[type="search"].placeholder {
		opacity: 0;
	}

	.search-form button[type="submit"] {
		background: #686868;
		margin: 0;
	}

	.nav-holder {
		background: none;
		position: static;
	}

	#nav {
		width: 80%;
	}

	#nav ul {
		margin: 0;
		font-size: 17px;
		line-height: 25px;
	}

	#nav ul a {
		background: none;
		color: #6d6d6d;
		padding: 0;
	}

	#nav li {
		display: inline-block;
		vertical-align: top;
		border: 0;
		margin: 0 5px 0 0;
	}

	#nav li:hover a,
	#nav li.active a {
		background: none;
	}

	#nav li:hover:before,
	#nav li.active:before {
		content: none;
	}

	#nav li:before {
		content: none;
	}

	#nav .social-networks {
		background: #f1f1f1;
		padding: 5px 10px;
		font-size: 15px;
		line-height: 24px;
		width: 52px;
		position: relative;
		z-index: 98;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#nav .social-networks li {
		width: auto;
	}

	#nav .social-networks li + li {
		padding: 4px 0;
	}

	#nav .social-networks li {
		display: block;
		padding: 4px 0;
	}

	#nav .social-networks a {
		width: 32px;
		height: 31px;
		border-radius: 50%;
	}

	#nav .social-networks .icon-twitter {
		font-size: 14px;
	}

	#nav .social-networks .icon-linkedin {
		font-size: 14px;
		line-height: 14px;
	}

	#nav .opener {
		display: none;
	}

	#nav .drop {
		position: static;
		border: none;
		width: auto;
		height: auto;
		background: none;
		box-shadow: none;
	}

	.social-holder,
	.pagination-holder {
		position: fixed;
		top: 50%;
		left: 0;
		right: 0;
		height: 0;
	}

	.pagination-holder {
		text-align: right;
	}

	.btn-list {
		width: 20%;
	}

	.btn-list .login {
		padding: 7px 35px 7px 13px;
		height: 32px;
		min-width: 109px;
	}

	.btn-list .login:before {
		line-height: 21px;
	}

	.login-form {
		left: auto;
		width: 285px;
	}

	.login-form .row {
		padding: 0 0 0 12px;
	}

	.login-form input[type=submit] {
		min-width: 64px;
		height: 25px;
		font-size: 14px;
		line-height: 21px;
		padding: 2px;
		border-radius: 15px;
		margin: 6px 9px 0 0;
	}

	.login-form .btn-holder {
		padding: 12px 5px;
	}

	.register-links {
		font-size: 12px;
		line-height: 15px;
		width: 65%;
	}

	main {
		padding: 0 0 112px;
	}

	.banner:before {
		width: 68.7%;
		background: transparent url("../images2/img02.png") no-repeat scroll 0 -105px/auto 162%;
	}

	.banner .text-holder {
		padding: 54px 31px 64px;
	}

	.banner .img-holder {
		width: 41.2%;
	}
/** before bbs
	.banner h1 {
		font-size: 26px;
		line-height: 32px;
		margin: 0 0 81px;
	}
**/
	.banner h1 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 0px;
	}
	

/** before bbs	
	.banner .text {
		font-size: 20px;
		line-height: 25px;
	}
**/
	.banner .text {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	.banner .text2 {
		font-size: 19px;
		line-height: 21px;
		padding-bottom: 21px;
	}

	.banner .text2 strong {
		font-size: 22px;
		line-height: 24px;
		font-weight: bold;
	}

	.features {
		background: #f1f1f1;
		padding: 26px 15px 52px;
		margin: 0 0 100px;
	}

	.features .three-columns {
		letter-spacing: -4px;
		margin: 0 -15px 0 0;
	}

	.features .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.33%;
		padding: 0 15px 0 0;
	}

	.features .heading {
		background: #9a9ead;
		margin: 0;
		text-align: center;
		padding: 21px 26px 19px;
	}

	.features .heading-holder {
		background: none;
		width: auto;
		padding: 0;
		float: none;
		height: auto !important;
	}

	.features .heading-holder .icon {
		width: 76px;
		height: 73px;
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 25px;
		line-height: 59px;
		margin: 0 0 9px;
	}

	.features .sub-title {
		background: none;
		width: auto;
		font-size: 15px;
		line-height: 17px;
		color: #fff;
		padding: 0;
		height: auto !important;
	}

	.features .desc {
		display: block;
	}

	.features .enable .heading {
		background: #58668c;
	}

	.features .enable .heading-holder {
		background: none;
	}

	.features .enable .sub-title {
		background: none;
	}

	.features .enable .icon-logo-enable {
		font-size: 33px;
	}

	.features .improve .heading {
		background: #c1ad55;
	}

	.features .improve .heading-holder {
		background: none;
	}

	.features .improve .sub-title {
		background: none;
	}

	.features .improve .icon-icon-improve {
		font-size: 40px;
		line-height: 69px;
	}

	.features h2 {
		width: auto;
		float: none;
		font-size: 22px;
		line-height: 25px;
		padding: 0;
		margin: 0 0 19px;
	}

	.content-section .img-block {
		margin: 43px -29px 0 -118px;
	}

	.content-nav {
		padding: 20px;
		overflow: hidden;
	}

	.nav-active .content-nav {
		overflow: visible;
	}

	.content-nav .icon {
		margin: 4px 0 0;
	}

	.nav > ul {
		font-size: 16px;
		line-height: 20px;
		float: right;
		padding: 0 20px 0 0;
	}

	.nav > ul li {
		margin: 0 34px 0 0;
	}

	.nav > ul li + li {
		margin: 0 34px 0 0;
	}

	.nav .opener {
		display: block;
	}

	.nav .drop {
		display: block;
	}

	.article {
		padding: 0 0 0 89px;
	}

	.article-holder {
		position: relative;
		padding: 47px 0 94px 0;
		margin: 0;
	}

	.article-holder .icon {
		width: 61px;
		height: 58px;
		position: absolute;
		top: -11px;
		left: -74px;
		margin: 0;
		font-size: 32px;
		padding: 8px;
	}

	.article-holder h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.article-holder .sub-title {
		font-size: 16px;
		line-height: 18px;
		padding: 0;
	}

	.article-holder .heading {
		margin: 0 20px 53px 0;
	}

	.article-holder .heading:before {
		content: "";
	}

	.article-holder .text-content {
		letter-spacing: -4px;
	}

	.article-holder .text-block {
		width: 55%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		padding: 0 45px 0 0;
	}

	.article-holder .img-holder {
		width: 45%;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		margin: 3px 0 0;
	}

	.article-holder p {
		margin: 0 0 20px;
	}

	.accordion li {
		margin: 0;
	}

	.accordion .accordion-opener {
		display: none;
	}

	.accordion .slide {
		padding: 0;
		display: block !important;
		position: static !important;
		width: auto !important;
		display: block;
	}

	.tab {
		background: -webkit-linear-gradient(top, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 80%);
		background: linear-gradient(to bottom, white 0%, white 20%, white 30%, rgba(255, 255, 255, 0) 80%);
		margin: 0;
	}

	.understand .tab {
		background: -webkit-linear-gradient(top, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
		background: linear-gradient(to bottom, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
		margin: 0;
	}

	.tabset {
		margin: -54px 0 0;
		display: block;
	}

	.tab-content {
		padding: 52px 29px 0;
		font-size: 15px;
		line-height: 20px;
	}

	.tab-content .slide-holder {
		width: 74.2%;
		margin: 0 0 76px;
	}

	.tab-content .slide-holder .btn {
		font-size: 14px;
		line-height: 20px;
	}

	.tab-content p {
		margin: 0 0 20px;
	}

	.tab-content .btn {
		font-size: 15px;
	}

	.tab-content .img-holder {
		width: 63.6%;
		float: left;
		padding: 2px 29px 0 0;
	}

	.tab-content .text-holder {
		width: 36.4%;
		float: left;
		font-size: 12px;
		line-height: 16px;
		padding: 0 28px 0 0;
	}

	.footer {
		text-align: center;
		position: relative;
		padding: 25px 0 0;
		box-shadow: 0 15px 10px rgba(0, 0, 0, .2) inset;
		margin: 0;
	}

	.footer .logo {
		position: absolute;
		top: 20px;
		right: 52px;
	}

	.footer .logo img {
		width: 135px;
	}

	.footer .aside {
		padding: 0 10px 10px;
	}

	.footer .col {
		padding: 0;
		width: 100%;
	}

	.footer-nav {
		width: 83.8%;
		padding: 0 50px 36px;
	}

	.footer-nav ul {
		font-size: 18px;
		line-height: 20px;
	}

	.footer-nav li + li {
		margin: 0 0 10px 23px;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
	}

	.footer-links:before {
		content: "";
	}

	.footer-links ul {
		font-size: 12px;
		line-height: 15px;
		width: 85%;
	}

	.footer-links li + li {
		margin: 0 0 0 30px;
	}

	.footer-links li {
		display: inline-block;
		vertical-align: top;
	}

	#footer {
		font-size: 14px;
		line-height: 20px;
		padding: 23px 0 9px;
	}

	.js-tab-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	.cta-yellow {
		width: 350px;
		height: 115px;
		background: url(../images2/cta-yellow.png) no-repeat;
		padding: 7px 0 0 86px;
		margin: 60px 0 0 -68px;
		background-size: 100% auto;
	}
	.cta-yellow a {
		color: #4e4e50;
		text-decoration: none;
		font-size: 16px;
	}
	.circle-content {
		width: 600px;
		margin-left: -300px;
	}
	.content-section.understand {
		padding-top:68px;
	}
}

@media (min-width: 820px) {
	#nav li {
		margin: 0 13px 0 0;
	}
}

@media (min-width: 822px) {
	.add-nav {
		width: 54.1%;
	}

	.tab-content .slide-holder .btn {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 1024px) {
	#wrapper,
	.footer-wrap{
		margin: 0 auto;
		padding: 0 50px;
		max-width: 1200px;
	}

	.sticky-footer {
		position: fixed;
		bottom:0;
		left: 0;
		width:100%;
	}

	.container {
		padding: 0 100px;
		margin-bottom: 209px;
		z-index: 1;
	}

	.add-nav {
		width: 58.7%;
		padding: 0 255px 0 0;
	}

	.search-form .input-holder {
		width: 28px;
		-webkit-transition: width .4s linear;
		transition: width .4s linear;
	}

	.search-form.clicked .input-holder {
		width: 255px;
	}

	.search-form input[type="text"] {
		width: 222px;
	}
	.search-form input[type="search"] {
		width:100%;
	}

	#nav {
		width: 70%;
	}

	#nav li {
		margin: 0 5px 0 0;
	}

	#nav .social-networks {
		background: #fff;
	}

	.cta-yellow {
		width:467px;
		height: 142px;
		background:url(../images2/cta-yellow.png) no-repeat;
		padding:15px 0 0 115px;
		margin:60px 0 0 -90px;
	}
	.cta-yellow a {
		color:#4e4e50;
		text-decoration: none;
		font-size:18px;
	}

	.btn-list {
		width: 30%;
	}

	.btn-list li {
		margin: 0 0 0 1px;
	}

	.btn-list a {
		height: 32px;
		padding: 8px 14px 6px;
	}

	.btn-list .trial {
		display: block;
	}

	.login-form {
		width: 255px;
	}

	.login-form .row {
		margin: 0 0 1px;
	}

	.login-form label {
		font-size: 15px;
		line-height: 18px;
		padding: 5px 0 0;
		width: 74px;
	}

	.login-form .input-holder {
		padding: 0 0 0 74px;
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		font-size: 15px;
		line-height: 21px;
		height: 25px;
		padding: 2px 10px;
	}

	.login-form input[type=submit] {
		margin: 3px 9px 0 0;
	}

	.login-form .btn-holder {
		padding: 9px 5px 7px;
	}

	main {
		padding: 0 0 65px;
	}

	.banner:before {
		width: 64.2%;
		background: url("../images2/img02.png") no-repeat scroll 0 -117px/auto 161%;
	}

	.banner .text-holder {
		padding: 74px 44px 106px;
	}

	.banner .img-holder {
		width: 41.6%;
	}

/** before bbs
	.banner h1 {
		font-size: 29px;
		line-height: 35px;
		margin: 0 0 63px;
	}
**/
	.banner h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 0px;
	}

/** before bbs
	.banner .text {
		font-size: 23px;
		line-height: 25px;
	}
**/
	
	.banner .text {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 16px;
	}

	.banner .text2 {
		font-size: 15px;
		line-height: 17px;
		padding-bottom: 17px;
	}

	.banner .text2 strong {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
	}



	.features {
		padding: 30px 30px 45px;
		margin: 0 0 69px;
	}

	.features .heading {
		padding: 13px 15px 22px;
	}

	.features .heading-holder {
		padding: 0 0 5px;
	}

	.features .desc {
		text-transform: none;
		font-size: 15px;
		line-height: 18px;
		padding: 15px 10px 15px 31px;
	}

	.features .desc:before {
		left: 30px;
	}

	.features .desc .hide {
		display: inline;
	}

	.features .desc strong {
		display: inline-block;
		vertical-align: top;
		color: #464646;
		text-transform: uppercase;
	}

	.features h2 {
		overflow: hidden;
		padding: 28px 0 0;
		font-size: 24px;
		line-height: 26px;
	}

	.content-section .img-block {
		margin: 52px -29px 0 -21%;
	}

	.nav .drop {
		padding: 100px 22% 100px 25%;
	}

	.nav .desc {
		padding: 0 0 1px 41px;
	}

	.contact-info dt {
		margin: 0 7px 0 0;
	}

	.article {
		padding: 0 0 0 13.3%;
	}

	.article-holder {
		padding: 47px 0 74px 0;
	}

	.article-holder .icon {
		width: 76px;
		height: 73px;
		left: -90px;
		top: -17px;
		font-size: 41px;
		padding: 18px 10px 10px;
	}
	.article-holder .icon.understand {
		padding-top: 16px;
		font-size:28px;
	}
	.article-holder .icon.enable {
		padding-top: 16px;
		font-size:30px;
	}

	.article-holder h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.article-holder .sub-title {
		font-size: 20px;
		line-height: 22px;
	}

	.article-holder .heading {
		margin: 0 20px 52px 0;
	}

	.article-holder .text-block {
		width: 56%;
	}

	.article-holder .img-holder {
		width: 44%;
	}

	.tabset {
		line-height: 21px;
		margin: -59px 0 0;
		font-size: 16px;
		line-height: 20px;
	}

	.tabset li + li:before {
		bottom: 15px;
		top: 14px;
	}

	.tabset a {
		padding: 19px 24px;
		height: 59px;
	}

	.tabset a:before {
		border-width: 0 8px 8px;
		left: 35px;
	}

	.tab-content {
		padding: 52px 29px 0;
	}

	.tab-content .slide-holder {
		width: 70.2%;
	}

	.tab-content .btn {
		min-height: 40px;
		min-width: 152px;
		font-size: 18px;
		line-height: 20px;
		padding: 10px;
	}

	.tab-content .two-columns {
		padding: 0 2px 47px;
	}

	.tab-content .two-columns p {
		margin: 0 0 21px;
	}

	.tab-content .img-holder {
		width: 64.6%;
	}

	.tab-content .text-holder {
		width: 35.4%;
		padding: 0 20px 0 0;
	}
	.img-left .img-holder {
		width:36%;
	}
	.img-left .text-holder {
		width:60%;
	}

	.footer {
		padding: 33px 0 0;
	}

	.footer .logo {
		right: 70px;
		top: 29px;
	}

	.footer .logo img {
		width: 147px;
	}

	.footer-nav {
		width: 100%;
		padding: 0 23.1% 32px;
	}

	.footer-nav ul {
		font-size: 20px;
		line-height: 22px;
	}

	.footer-nav li + li {
		margin: 0 0 10px 10px;
	}

	.footer-links:before {
		top: -26px;
	}

	.footer-links ul {
		font-size: 15px;
		line-height: 20px;
		width: 100%;
	}

	.pagination {
		display: inline-block;
		width: 50px;
		position: relative;
		z-index: 99;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#footer {
		padding: 40px 0 12px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	#nav li {
		margin: 0 25px 0 0;
	}

	.btn-list a {
		min-width: 127px;
	}

	.btn-list .login {
		min-width: 127px;
	}

	.features .heading {
		text-align: left;
	}

	.features .heading-holder .icon {
		float: left;
		margin: 0 12px 9px 0;
	}

	.features .sub-title {
		padding: 0 0 0 37.5%;
	}

	.tab-content .slide-holder {
		width: 58.2%;
	}

	.slide-holder.full {
		width:80%;
	}

	.footer-nav li + li {
		margin: 0 0 10px 23px;
	}
}

