/*------------------------------------*\ Main stylesheet
\*------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*------------------------------------*\ Retina iamges
\*------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after 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, 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/11, Safari, and Firefox < 22. */
[hidden], template {
	display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
	background: transparent;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
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: 0.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: -0.5em;
}

sub {
	bottom: -0.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 {
	-moz-box-sizing: content-box;
	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 (include `-moz` to future-proof). */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/** 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: 0.35em 0.625em 0.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;
}

/*------------------------------------*\ Forms
\*------------------------------------*/
/*------------------------------------*\ Paginator
\*------------------------------------*/
body {
	font-family: "Open sans", "Helvetica neue", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 22px;
	color: #6b6b6b;
}

.heading-big {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 1.5;
	font-weight: 300;
	clear: both;
}

@media only screen and (max-width: 768px) {
	.heading-big {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.5;
	}
}

.sprites-sprite, .sprites-arrow-big-left-orange, .front-carousel .carousel-nav .previous:hover, .front-carousel .carousel-nav .previous.bx-prev:hover, .front-carousel .carousel-nav .next.previous:hover, .front-carousel .carousel-nav .next.bx-prev:hover, .front-carousel .carousel-nav .bx-prev:hover, .front-carousel .carousel-nav .bx-next.previous:hover, .front-carousel .carousel-nav .bx-next.bx-prev:hover, .front-carousel .bx-controls .previous:hover, .front-carousel .bx-controls .previous.bx-prev:hover, .front-carousel .bx-controls .next.previous:hover, .front-carousel .bx-controls .next.bx-prev:hover, .front-carousel .bx-controls .bx-prev:hover, .front-carousel .bx-controls .bx-next.previous:hover, .front-carousel .bx-controls .bx-next.bx-prev:hover, .gtlds .carousel-nav .previous:hover, .gtlds .carousel-nav .previous.bx-prev:hover, .gtlds .carousel-nav .next.previous:hover, .gtlds .carousel-nav .next.bx-prev:hover, .gtlds .carousel-nav .bx-prev:hover, .gtlds .carousel-nav .bx-next.previous:hover, .gtlds .carousel-nav .bx-next.bx-prev:hover, .gtlds .bx-controls .previous:hover, .gtlds .bx-controls .previous.bx-prev:hover, .gtlds .bx-controls .next.previous:hover, .gtlds .bx-controls .next.bx-prev:hover, .gtlds .bx-controls .bx-prev:hover, .gtlds .bx-controls .bx-next.previous:hover, .gtlds .bx-controls .bx-next.bx-prev:hover, .sprites-arrow-big-left, .front-carousel .carousel-nav .previous, .front-carousel .carousel-nav .previous.bx-prev, .front-carousel .carousel-nav .next.previous, .front-carousel .carousel-nav .next.bx-prev, .front-carousel .carousel-nav .bx-prev, .front-carousel .carousel-nav .bx-next.previous, .front-carousel .carousel-nav .bx-next.bx-prev, .front-carousel .bx-controls .previous, .front-carousel .bx-controls .previous.bx-prev, .front-carousel .bx-controls .next.previous, .front-carousel .bx-controls .next.bx-prev, .front-carousel .bx-controls .bx-prev, .front-carousel .bx-controls .bx-next.previous, .front-carousel .bx-controls .bx-next.bx-prev, .gtlds .carousel-nav .previous, .gtlds .carousel-nav .previous.bx-prev, .gtlds .carousel-nav .next.previous, .gtlds .carousel-nav .next.bx-prev, .gtlds .carousel-nav .bx-prev, .gtlds .carousel-nav .bx-next.previous, .gtlds .carousel-nav .bx-next.bx-prev, .gtlds .bx-controls .previous, .gtlds .bx-controls .previous.bx-prev, .gtlds .bx-controls .next.previous, .gtlds .bx-controls .next.bx-prev, .gtlds .bx-controls .bx-prev, .gtlds .bx-controls .bx-next.previous, .gtlds .bx-controls .bx-next.bx-prev, .sprites-arrow-big-right-orange, .front-carousel .carousel-nav .next:hover, .front-carousel .carousel-nav .next.bx-next:hover, .front-carousel .carousel-nav .bx-next:hover, .front-carousel .bx-controls .next:hover, .front-carousel .bx-controls .next.bx-next:hover, .front-carousel .bx-controls .bx-next:hover, .gtlds .carousel-nav .next:hover, .gtlds .carousel-nav .next.bx-next:hover, .gtlds .carousel-nav .bx-next:hover, .gtlds .bx-controls .next:hover, .gtlds .bx-controls .next.bx-next:hover, .gtlds .bx-controls .bx-next:hover, .sprites-arrow-big-right, .front-carousel .carousel-nav .next, .front-carousel .carousel-nav .next.bx-next, .front-carousel .carousel-nav .bx-next, .front-carousel .bx-controls .next, .front-carousel .bx-controls .next.bx-next, .front-carousel .bx-controls .bx-next, .gtlds .carousel-nav .next, .gtlds .carousel-nav .next.bx-next, .gtlds .carousel-nav .bx-next, .gtlds .bx-controls .next, .gtlds .bx-controls .next.bx-next, .gtlds .bx-controls .bx-next, .sprites-arrow-down-orange, nav.header-nav > ul > li.has-submenu:hover > a:before, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:before, nav.header-nav > ul > li.has-submenu.active > a:before, nav.header-nav > ul > li.has-submenu a.active > a:before, .sprites-arrow-down, .quick-nav .language > a:after, .sprites-arrow-right, .breadcrumbs .container > a:before, footer.page-level .row.first .block li a:before, nav.header-nav > ul > li.has-submenu .submenu .column ul li a:before, .sprites-arrow-up, .sprites-block-mails, .sprites-calendar-icon-white, .gtlds .note:hover:after, .sprites-calendar-icon, .gtlds .note:after, .sprites-checkmark, .trademark .trademark-row table tbody tr td .check, .sprites-download-arrow, .trademark .trademark-row .download-link:after, .right-side .download-link:after, .product-2 .product-top .left-side .download-link:after, .reseller-form .reseller-form-top > .right-side p:after, .sprites-download-ribbon, .cases .cases-all .case .attachment a:after, .trademark .trademark-row .trademark-item:after, .right-side .product:after, .product-2 .product-top .left-side .product:after, .reseller-form .reseller-form-top > .right-side .item:after, .brochures .brochure-image:after, .sprites-footer-bg, footer.page-level .row.first > div.container:before, .sprites-footer-facebook-actv, footer.page-level .social-icons .facebook:hover, .sprites-footer-facebook, footer.page-level .social-icons .facebook, .sprites-footer-linkedin-actv, footer.page-level .social-icons .linkedin:hover, .sprites-footer-linkedin, footer.page-level .social-icons .linkedin, .sprites-footer-twitter-actv, footer.page-level .social-icons .twitter:hover, .sprites-footer-twitter, footer.page-level .social-icons .twitter, .sprites-home, .breadcrumbs > .container:before, .sprites-link-icon, .testimonials .testimonial .link a:before, .sprites-linkedin, .team-page .team-container .team-item .inner .link:before, .sprites-logo-homepage, header.page-level.homepage-header .logo, .sprites-logo-mobile, header.page-level .logo-mobile, .sprites-logo, header.page-level .logo, .sprites-mobile-menu-toggle, .header-nav-toggle > span, .sprites-newsletter-mail, .front-tabs .tab-container.newsletter:before, .sprites-offer-1, .offers .offer.offer-1 .offer-image, .sprites-offer-2, .offers .offer.offer-2 .offer-image, .sprites-offer-3, .offers .offer.offer-3 .offer-image, .sprites-offer-4, .offers .offer.offer-4 .offer-image, .sprites-paginator-next-actv, .paginator .previous.next:after, .paginator .next:after, .sprites-paginator-next, .paginator .previous.disabled.next:after, .paginator .next.disabled:after, .sprites-paginator-previous-actv, .paginator .previous:after, .sprites-paginator-previous, .paginator .previous.disabled:after, .sprites-search-actv, header.page-level.active-search .header-search .search-toggle, header.page-level .header-search .search-container form button.search-submit, .sprites-search-alt, header.page-level.homepage-header .search-toggle, .sprites-search-close, header.page-level .header-search .search-container span.search-close, .trademark .trademark-row table tbody tr .description span.close, .sprites-search-orange, header.page-level.homepage-header .quick-nav .search-toggle:hover, .sprites-search, header.page-level .search-toggle, .sprites-triangle, .team-page .team-filter .filter-item:after {
	background-image: url('../images/sprites-s2e0a60a12b.png');
	background-repeat: no-repeat;
}

.sprites-arrow-big-left-orange, .front-carousel .carousel-nav .previous:hover, .front-carousel .carousel-nav .previous.bx-prev:hover, .front-carousel .carousel-nav .next.previous:hover, .front-carousel .carousel-nav .next.bx-prev:hover, .front-carousel .carousel-nav .bx-prev:hover, .front-carousel .carousel-nav .bx-next.previous:hover, .front-carousel .carousel-nav .bx-next.bx-prev:hover, .front-carousel .bx-controls .previous:hover, .front-carousel .bx-controls .previous.bx-prev:hover, .front-carousel .bx-controls .next.previous:hover, .front-carousel .bx-controls .next.bx-prev:hover, .front-carousel .bx-controls .bx-prev:hover, .front-carousel .bx-controls .bx-next.previous:hover, .front-carousel .bx-controls .bx-next.bx-prev:hover, .gtlds .carousel-nav .previous:hover, .gtlds .carousel-nav .previous.bx-prev:hover, .gtlds .carousel-nav .next.previous:hover, .gtlds .carousel-nav .next.bx-prev:hover, .gtlds .carousel-nav .bx-prev:hover, .gtlds .carousel-nav .bx-next.previous:hover, .gtlds .carousel-nav .bx-next.bx-prev:hover, .gtlds .bx-controls .previous:hover, .gtlds .bx-controls .previous.bx-prev:hover, .gtlds .bx-controls .next.previous:hover, .gtlds .bx-controls .next.bx-prev:hover, .gtlds .bx-controls .bx-prev:hover, .gtlds .bx-controls .bx-next.previous:hover, .gtlds .bx-controls .bx-next.bx-prev:hover {
	background-position: 0 0;
}

.sprites-arrow-big-left, .front-carousel .carousel-nav .previous, .front-carousel .carousel-nav .previous.bx-prev, .front-carousel .carousel-nav .next.previous, .front-carousel .carousel-nav .next.bx-prev, .front-carousel .carousel-nav .bx-prev, .front-carousel .carousel-nav .bx-next.previous, .front-carousel .carousel-nav .bx-next.bx-prev, .front-carousel .bx-controls .previous, .front-carousel .bx-controls .previous.bx-prev, .front-carousel .bx-controls .next.previous, .front-carousel .bx-controls .next.bx-prev, .front-carousel .bx-controls .bx-prev, .front-carousel .bx-controls .bx-next.previous, .front-carousel .bx-controls .bx-next.bx-prev, .gtlds .carousel-nav .previous, .gtlds .carousel-nav .previous.bx-prev, .gtlds .carousel-nav .next.previous, .gtlds .carousel-nav .next.bx-prev, .gtlds .carousel-nav .bx-prev, .gtlds .carousel-nav .bx-next.previous, .gtlds .carousel-nav .bx-next.bx-prev, .gtlds .bx-controls .previous, .gtlds .bx-controls .previous.bx-prev, .gtlds .bx-controls .next.previous, .gtlds .bx-controls .next.bx-prev, .gtlds .bx-controls .bx-prev, .gtlds .bx-controls .bx-next.previous, .gtlds .bx-controls .bx-next.bx-prev {
	background-position: 0 -37px;
}

.sprites-arrow-big-right-orange, .front-carousel .carousel-nav .previous.next:hover, .front-carousel .carousel-nav .previous.bx-next:hover, .front-carousel .carousel-nav .next:hover, .front-carousel .carousel-nav .next.bx-next:hover, .front-carousel .carousel-nav .bx-prev.next:hover, .front-carousel .carousel-nav .bx-prev.bx-next:hover, .front-carousel .carousel-nav .bx-next:hover, .front-carousel .bx-controls .previous.next:hover, .front-carousel .bx-controls .previous.bx-next:hover, .front-carousel .bx-controls .next:hover, .front-carousel .bx-controls .next.bx-next:hover, .front-carousel .bx-controls .bx-prev.next:hover, .front-carousel .bx-controls .bx-prev.bx-next:hover, .front-carousel .bx-controls .bx-next:hover, .gtlds .carousel-nav .previous.next:hover, .gtlds .carousel-nav .previous.bx-next:hover, .gtlds .carousel-nav .next:hover, .gtlds .carousel-nav .next.bx-next:hover, .gtlds .carousel-nav .bx-prev.next:hover, .gtlds .carousel-nav .bx-prev.bx-next:hover, .gtlds .carousel-nav .bx-next:hover, .gtlds .bx-controls .previous.next:hover, .gtlds .bx-controls .previous.bx-next:hover, .gtlds .bx-controls .next:hover, .gtlds .bx-controls .next.bx-next:hover, .gtlds .bx-controls .bx-prev.next:hover, .gtlds .bx-controls .bx-prev.bx-next:hover, .gtlds .bx-controls .bx-next:hover {
	background-position: 0 -74px;
}

.sprites-arrow-big-right, .front-carousel .carousel-nav .previous.next, .front-carousel .carousel-nav .previous.bx-next, .front-carousel .carousel-nav .next, .front-carousel .carousel-nav .next.bx-next, .front-carousel .carousel-nav .bx-prev.next, .front-carousel .carousel-nav .bx-prev.bx-next, .front-carousel .carousel-nav .bx-next, .front-carousel .bx-controls .previous.next, .front-carousel .bx-controls .previous.bx-next, .front-carousel .bx-controls .next, .front-carousel .bx-controls .next.bx-next, .front-carousel .bx-controls .bx-prev.next, .front-carousel .bx-controls .bx-prev.bx-next, .front-carousel .bx-controls .bx-next, .gtlds .carousel-nav .previous.next, .gtlds .carousel-nav .previous.bx-next, .gtlds .carousel-nav .next, .gtlds .carousel-nav .next.bx-next, .gtlds .carousel-nav .bx-prev.next, .gtlds .carousel-nav .bx-prev.bx-next, .gtlds .carousel-nav .bx-next, .gtlds .bx-controls .previous.next, .gtlds .bx-controls .previous.bx-next, .gtlds .bx-controls .next, .gtlds .bx-controls .next.bx-next, .gtlds .bx-controls .bx-prev.next, .gtlds .bx-controls .bx-prev.bx-next, .gtlds .bx-controls .bx-next {
	background-position: 0 -111px;
}

.sprites-arrow-down-orange, nav.header-nav > ul > li.has-submenu:hover > a:before, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:before, nav.header-nav > ul > li.has-submenu.active > a:before, nav.header-nav > ul > li.has-submenu a.active > a:before {
	background-position: 0 -148px;
}

.sprites-arrow-down, .quick-nav .language > a:after {
	background-position: 0 -152px;
}

.sprites-arrow-right, .breadcrumbs .container > a:before, footer.page-level .row.first .block li a:before, nav.header-nav > ul > li.has-submenu .submenu .column ul li a:before {
	background-position: 0 -156px;
}

.sprites-arrow-up {
	background-position: 0 -161px;
}

.sprites-block-mails {
	background-position: 0 -168px;
}

.sprites-calendar-icon-white, .gtlds .note:hover:after {
	background-position: 0 -273px;
}

.sprites-calendar-icon, .gtlds .note:after {
	background-position: 0 -306px;
}

.sprites-checkmark, .trademark .trademark-row table tbody tr td .check {
	background-position: 0 -339px;
}

.sprites-download-arrow, .trademark .trademark-row .download-link:after, .right-side .download-link:after, .product-2 .product-top .left-side .download-link:after, .reseller-form .reseller-form-top > .right-side p:after {
	background-position: 0 -353px;
}

.sprites-download-ribbon, .cases .cases-all .case .attachment a:after, .trademark .trademark-row .trademark-item:after, .right-side .product:after, .product-2 .product-top .left-side .product:after, .reseller-form .reseller-form-top > .right-side .item:after, .brochures .brochure-image:after {
	background-position: 0 -412px;
}

.sprites-footer-bg, footer.page-level .row.first > div.container:before {
	background-position: 0 -519px;
}

.sprites-footer-facebook-actv, footer.page-level .social-icons .facebook:hover {
	background-position: 0 -692px;
}

.sprites-footer-facebook, footer.page-level .social-icons .facebook {
	background-position: 0 -714px;
}

.sprites-footer-linkedin-actv, footer.page-level .social-icons .linkedin:hover {
	background-position: 0 -736px;
}

.sprites-footer-linkedin, footer.page-level .social-icons .linkedin {
	background-position: 0 -757px;
}

.sprites-footer-twitter-actv, footer.page-level .social-icons .twitter:hover {
	background-position: 0 -778px;
}

.sprites-footer-twitter, footer.page-level .social-icons .twitter {
	background-position: 0 -797px;
}

.sprites-home, .breadcrumbs > .container:before {
	background-position: 0 -816px;
}

.sprites-link-icon, .testimonials .testimonial .link a:before {
	background-position: 0 -829px;
}

.sprites-linkedin, .team-page .team-container .team-item .inner .link:before {
	background-position: 0 -846px;
}

.sprites-logo-homepage, header.page-level.homepage-header .logo {
	background-position: 0 -869px;
}

.sprites-logo-mobile, header.page-level .logo-mobile {
	background-position: 0 -927px;
}

.sprites-logo, header.page-level .logo {
	background-position: 0 -966px;
}

.sprites-mobile-menu-toggle, .header-nav-toggle > span {
	background-position: 0 -992px;
}

.sprites-newsletter-mail, .front-tabs .tab-container.newsletter:before {
	background-position: 0 -1010px;
}

.sprites-offer-1, .offers .offer.offer-1 .offer-image {
	background-position: 0 -1235px;
}

.sprites-offer-2, .offers .offer.offer-2 .offer-image {
	background-position: 0 -1397px;
}

.sprites-offer-3, .offers .offer.offer-3 .offer-image {
	background-position: 0 -1559px;
}

.sprites-offer-4, .offers .offer.offer-4 .offer-image {
	background-position: 0 -1721px;
}

.sprites-paginator-next-actv, .paginator .previous.next:after, .paginator .next:after {
	background-position: 0 -1883px;
}

.sprites-paginator-next, .paginator .previous.disabled.next:after, .paginator .next.disabled:after {
	background-position: 0 -1894px;
}

.sprites-paginator-previous-actv, .paginator .previous:after, .paginator .next.previous:after {
	background-position: 0 -1905px;
}

.sprites-paginator-previous, .paginator .previous.disabled:after, .paginator .next.disabled.previous:after {
	background-position: 0 -1916px;
}

.sprites-search-actv, header.page-level.active-search .header-search .search-toggle, header.page-level .header-search .search-container form button.search-submit {
	background-position: 0 -1927px;
}

.sprites-search-alt, header.page-level.homepage-header .search-toggle {
	background-position: 0 -1942px;
}

.sprites-search-close, header.page-level .header-search .search-container span.search-close, .trademark .trademark-row table tbody tr .description span.close {
	background-position: 0 -1957px;
}

.sprites-search-orange, header.page-level.homepage-header .quick-nav .search-toggle:hover {
	background-position: 0 -1979px;
}

.sprites-search, header.page-level .search-toggle {
	background-position: 0 -1994px;
}

.sprites-triangle, .team-page .team-filter .filter-item:after {
	background-position: 0 -2009px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.inline-stacked {
	*zoom: 1;
}

.inline-stacked:before, .inline-stacked:after {
	content: "";
	display: table;
}

.inline-stacked:after {
	clear: both;
}

.inline-stacked > * {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	float: left;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.block {
	display: block;
	width: 100%;
}

.grid {
	*zoom: 1;
}

.grid:before, .grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid [class*="col-"] {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	float: left;
}

.grid .col-1 {
	width: 100%;
}

.grid .col-1-3 {
	width: 33.33333%;
}

.grid .col-2-3 {
	width: 66.66667%;
}

.grid .col-1-2 {
	width: 50%;
}

.grid .col-1-4 {
	width: 25%;
}

.grid .col-2-4 {
	width: 50%;
}

.grid .col-3-4 {
	width: 75%;
}

.grid .col-1-5 {
	width: 20%;
}

.grid .col-2-5 {
	width: 40%;
}

.grid .col-3-5 {
	width: 60%;
}

.grid .col-4-5 {
	width: 80%;
}

@media only screen and (max-width: 768px) {
	.grid .col-m-1 {
		width: 100%;
	}

	.grid .col-m-1-3 {
		width: 33.33333%;
	}

	.grid .col-m-2-3 {
		width: 66.66667%;
	}

	.grid .col-m-1-2 {
		width: 50%;
	}

	.grid .col-m-1-4 {
		width: 25%;
	}

	.grid .col-m-2-4 {
		width: 50%;
	}

	.grid .col-m-3-4 {
		width: 75%;
	}

	.grid .col-m-1-5 {
		width: 20%;
	}

	.grid .col-m-2-5 {
		width: 40%;
	}

	.grid .col-m-3-5 {
		width: 60%;
	}

	.grid .col-m-4-5 {
		width: 80%;
	}
}

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 16px;
	}
}

html * {
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	-ms-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #3f6dbd;
}

a:hover, a:active {
	color: #276adf;
	text-decoration: underline;
}

input, button {
	font-family: "Open sans", "Helvetica neue", "Helvetica", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:focus, button:focus {
	outline: 0;
}

input:not([type="submit"]) {
	border: 1px solid lightgray;
	background: white;
	height: 31px;
	line-height: 14px;
	padding: 9px 5px 8px;
	color: #6b6b6b;
}

button, input[type="submit"] {
	border: 0;
	background: #f15e22;
	color: white;
	padding: 5px;
	line-height: 14px;
	height: 31px;
	padding: 9px 20px 8px;
}

button:hover, input[type="submit"]:hover {
	background: #bb3f0c;
}

ul.styled {
	padding-left: 20px;
}

ul.styled li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}

ul.styled li:before {
	content: "";
	width: 8px;
	height: 8px;
	line-height: 8px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f15e22;
	top: 7px;
	right: 100%;
	position: absolute;
	margin-right: 10px;
}

ul.styled li strong {
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
}

.container, .front-tabs .tab-container {
	max-width: 1200px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 768px) {
	.container, .front-tabs .tab-container {
		max-width: none;
		padding-left: 23px;
		padding-right: 23px;
	}
}

body {
	min-width: 1024px;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
}

/*------------------------------------*\ Structure
\*------------------------------------*/
header.page-level > div {
	*zoom: 1;
}

header.page-level > div:before, header.page-level > div:after {
	content: "";
	display: table;
}

header.page-level > div:after {
	clear: both;
}

header.page-level nav {
	text-align: right;
}

header.page-level .quick-nav {
	display: block;
	min-height: 33px;
}

@media only screen and (max-width: 768px) {
	header.page-level .quick-nav {
		display: none;
	}
}

.main.page-level {
	*zoom: 1;
}

.main.page-level:before, .main.page-level:after {
	content: "";
	display: table;
}

.main.page-level:after {
	clear: both;
}

.main.page-level .content-area.main-level {
	*zoom: 1;
	padding-top: 60px;
	padding-bottom: 80px;
}

.main.page-level .content-area.main-level:before, .main.page-level .content-area.main-level:after {
	content: "";
	display: table;
}

.main.page-level .content-area.main-level:after {
	clear: both;
}

.main.page-level.has-sidebar div.content {
	float: left;
	width: 763px;
}

.main.page-level.has-sidebar aside.sidebar {
	width: 253px;
	float: right;
}

@media only screen and (max-width: 768px) {
	.main.page-level.has-sidebar div.content, .main.page-level.has-sidebar aside.sidebar {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.main.page-level .content-area.main-level {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/*------------------------------------*\ Mobile
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	body {
		padding-top: 75px;
	}

	.header-nav {
		position: fixed !important;
		z-index: -2 !important;
		top: 0;
		bottom: 0;
		right: 0;
		left: 100%;
		-webkit-transition: left 100ms 1000ms linear;
		-ms-transition: left 100ms 1000ms linear;
		-o-transition: left 100ms 1000ms linear;
		-transition: left 100ms 1000ms linear;
		transition: left 100ms 1000ms linear;
	}

	.mobile-menu-active {
		overflow: hidden;
		position: relative;
		left: -80%;
		-o-animation: contentToRight 100ms 0 linear;
		-moz-animation: contentToRight 100ms 0 linear;
		-webkit-animation: contentToRight 100ms 0 linear;
		animation: contentToRight 100ms 0 linear;
	}

	.mobile-menu-active header.page-level.head {
		z-index: 5000;
		-o-animation: contentToRight 100ms 0 linear;
		-moz-animation: contentToRight 100ms 0 linear;
		-webkit-animation: contentToRight 100ms 0 linear;
		animation: contentToRight 100ms 0 linear;
		left: -80%;
	}

	.mobile-menu-active header.page-level.head .header-nav, .mobile-menu-active header.page-level.head .header-search {
		display: none !important;
	}

	.mobile-menu-active header.page-level.mobile-header {
		display: block;
	}

	.mobile-menu-active .header-nav {
		display: block !important;
		left: 20%;
		overflow-y: auto;
		-o-animation: contentToRight 100ms 0 linear;
		-moz-animation: contentToRight 100ms 0 linear;
		-webkit-animation: contentToRight 100ms 0 linear;
		animation: contentToRight 100ms 0 linear;
		padding-top: 70px;
		margin: 0 !important;
		background: #f6f6f6;
	}

	.mobile-menu-active .header-nav:before {
		content: "";
		position: fixed;
		left: 20%;
		top: 0;
		height: 100%;
		width: 10px;
		-moz-box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
		box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
		-o-animation: fadeIn 100ms 100ms linear;
		-moz-animation: fadeIn 100ms 100ms linear;
		-webkit-animation: fadeIn 100ms 100ms linear;
		animation: fadeIn 100ms 100ms linear;
		opacity: 1;
	}

	.mobile-menu-active .header-nav > ul {
		-o-animation: fadeIn 100ms 100ms linear;
		-moz-animation: fadeIn 100ms 100ms linear;
		-webkit-animation: fadeIn 100ms 100ms linear;
		animation: fadeIn 100ms 100ms linear;
		opacity: 1;
	}

	.mobile-menu-active .header-nav ul li {
		display: block;
		margin: 0;
	}

	.mobile-menu-active .header-nav ul li a {
		padding: 17px 25px 15px 30px;
		border-bottom: 1px solid #d9d9d9;
		margin: 0;
		text-align: left;
	}

	.mobile-menu-active .header-nav ul li a:first-of-type, .mobile-menu-active .header-nav ul li a:last-of-type {
		padding: 17px 25px 15px 30px;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search, .mobile-menu-active header.page-level .search-wrap {
		display: block;
		position: fixed;
		z-index: -1;
		right: 0;
		top: 0;
		height: 70px;
		width: 80%;
		left: 20%;
		background: #c7c7c7;
		border: 0;
		margin: 0;
		float: none;
		-moz-box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
		box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.45);
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-toggle, .mobile-menu-active header.page-level .search-wrap .search-toggle {
		display: none;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container, .mobile-menu-active header.page-level .search-wrap .search-container {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: none;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container > .container, .mobile-menu-active header.page-level .search-wrap .search-container > .container {
		height: auto;
		padding: 25px 25px 15px 20px;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container .search-close, .mobile-menu-active header.page-level .search-wrap .search-container .search-close {
		display: none;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container form, .mobile-menu-active header.page-level .search-wrap .search-container form {
		position: static;
		width: 100%;
		padding: 0 25px 5px 5px;
		border-bottom-color: #f6f6f6;
		background: none;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container label, .mobile-menu-active header.page-level .search-wrap .search-container label {
		display: none;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container input, .mobile-menu-active header.page-level .search-wrap .search-container input {
		color: white;
		font-size: 18px;
		font-size: 1.125rem;
		height: auto;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container input::-webkit-input-placeholder, .mobile-menu-active header.page-level .search-wrap .search-container input::-webkit-input-placeholder {
		color: white;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.35;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container input:-moz-placeholder, .mobile-menu-active header.page-level .search-wrap .search-container input:-moz-placeholder {
		color: white;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.35;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container input::-moz-placeholder, .mobile-menu-active header.page-level .search-wrap .search-container input::-moz-placeholder {
		color: white;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.35;
	}

	.mobile-menu-active header.page-level .header-search.header-search.header-search.header-search .search-container input:-ms-input-placeholder, .mobile-menu-active header.page-level .search-wrap .search-container input:-ms-input-placeholder {
		color: white;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.35;
	}
}

@-webkit-keyframes contentToRight {
	0% {
		left: 0;
	}
	100% {
		left: -80%;
	}
}

@-moz-keyframes contentToRight {
	0% {
		left: 0;
	}
	100% {
		left: -80%;
	}
}

@-o-keyframes contentToRight {
	0% {
		left: 0;
	}
	100% {
		left: -80%;
	}
}

@keyframes contentToRight {
	0% {
		left: 0;
	}
	100% {
		left: -80%;
	}
}

@-webkit-keyframes menuToRight {
	0% {
		left: 100%;
	}
	100% {
		left: 20%;
	}
}

@-moz-keyframes menuToRight {
	0% {
		left: 100%;
	}
	100% {
		left: 20%;
	}
}

@-o-keyframes menuToRight {
	0% {
		left: 100%;
	}
	100% {
		left: 20%;
	}
}

@keyframes menuToRight {
	0% {
		left: 100%;
	}
	100% {
		left: 20%;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*------------------------------------*\ Blocks
\*------------------------------------*/
.wide-white, .wide-gray, .wide-orange {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
	.wide-white, .wide-gray, .wide-orange {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.wide-gray {
	background: #f6f6f6;
}

.wide-white {
	background: white;
}

.wide-orange {
	background: #f15e22;
	color: white;
}

.checkbox-input, .radio-input {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: -2px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(../images/input.png) no-repeat;
	border: none;
	cursor: pointer;
}

.checkbox-input {
	background-position: 0 0;
}

.checkbox-input.checked {
	background-position: -22px 0;
}

.checkbox-input.disabled {
	background-position: -44px 0;
	cursor: default;
}

.checkbox-input.checked.disabled {
	background-position: -66px 0;
}

.radio-input {
	background-position: -88px 0;
}

.radio-input.checked {
	background-position: -110px 0;
}

.radio-input.disabled {
	background-position: -132px 0;
	cursor: default;
}

.radio-input.checked.disabled {
	background-position: -154px 0;
}

/*------------------------------------*\ Reset
\*------------------------------------*/
input, button, textarea {
	font-family: "Open sans", "Helvetica neue", "Helvetica", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

input:not([type="submit"]) {
	background: none;
	border: 0;
}

input[type="submit"] {
	background: none;
	border: 0;
}

textarea {
	background: none;
	border: 0;
}

/*------------------------------------*\ Styling
\*------------------------------------*/
.form-row {
	margin-bottom: 20px;
}

.form-row:last-of-type {
	margin-bottom: 0;
}

label, .label {
	display: block;
	color: #4a4a48;
	line-height: 22px;
	margin-bottom: 5px;
}

input.text-input, textarea.textarea {
	background: #fdfdfa;
	border: 1px solid #dedccd;
}

input.text-input:focus, textarea.textarea:focus {
	outline: 0;
}

input.text-input {
	height: 39px;
	padding: 10px;
	line-height: 19px;
}

textarea.textarea {
	min-height: 110px;
}

input[type="submit"], button, .button-submit {
	height: 47px;
	padding: 15px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 17px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"].main-submit, button.main-submit, .button-submit.main-submit {
	background: #3f6dbd;
	color: white;
	-moz-box-shadow: 0 2px 0 -1px #3860a5;
	-webkit-box-shadow: 0 2px 0 -1px #3860a5;
	box-shadow: 0 2px 0 -1px #3860a5;
}

input[type="submit"].main-submit:hover, button.main-submit:hover, .button-submit.main-submit:hover {
	background: #5684d5;
}

input[type="submit"].alt-submit, button.alt-submit, .button-submit.alt-submit {
	background: #f15e22;
	color: white;
	-moz-box-shadow: 0 2px 0 -1px #813a1d;
	-webkit-box-shadow: 0 2px 0 -1px #813a1d;
	box-shadow: 0 2px 0 -1px #813a1d;
}

input[type="submit"].alt-submit:hover, button.alt-submit:hover, .button-submit.alt-submit:hover {
	background: #dd5117;
}

input[type="submit"].white-submit, button.white-submit, .button-submit.white-submit {
	color: #f15e22 !important;
	background: white;
	-moz-box-shadow: 0 2px 0 -1px #813a1d;
	-webkit-box-shadow: 0 2px 0 -1px #813a1d;
	box-shadow: 0 2px 0 -1px #813a1d;
}

input[type="submit"].white-submit:hover, button.white-submit:hover, .button-submit.white-submit:hover {
	background: #faefea;
}

a.button-submit:hover, a.button:hover {
	text-decoration: none;
}

.radio-input, .checkbox-input {
	margin-right: 10px;
}

.form-row em {
	display: inline-block;
	padding-bottom: 5px;
}

.form-row small {
	display: block;
	padding: 5px 0;
	color: #7c7c7c;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-weight: 300;
}

/*------------------------------------*\ Footer social icons
\*------------------------------------*/
footer.page-level .social-icons {
	margin-left: 5px;
}

footer.page-level .social-icons > a {
	display: inline-block;
	vertical-align: baseline !important;
	margin: 0 5px;
}

footer.page-level .social-icons .facebook {
	width: 12px;
	height: 22px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

footer.page-level .social-icons .linkedin {
	width: 22px;
	height: 21px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

footer.page-level .social-icons .twitter {
	width: 13px;
	height: 19px;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.quick-nav {
	position: relative;
	float: right;
	color: #8e8e8e;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

.quick-nav > div {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-top: 7px;
}

.quick-nav > div:last-of-type {
	padding-right: 0;
	padding-left: 15px;
}

.quick-nav .search-wrap {
	border: 1px solid lightgray;
	border-width: 0 1px;
}

.quick-nav a {
	color: #767676;
}

.quick-nav a:hover {
	color: #f15e22;
	text-decoration: none;
}

.quick-nav .language {
	position: relative;
	margin-top: 0;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.quick-nav .language a {
	position: relative;
	display: block;
	padding: 10px 25px;
	height: 33px;
	line-height: 13px;
}

.quick-nav .language > a:after {
	content: "";
	width: 5px;
	height: 4px;
	line-height: 5px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
}

.quick-nav .language .languages {
	display: none;
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	padding-top: 33px;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.quick-nav .language .languages a {
	color: #6b6b6b;
	background: white;
	display: block;
	border-bottom: 1px solid #eaeaea;
}

.quick-nav .language .languages a:hover {
	color: #6b6b6b;
	background-color: #f2f2f2;
}

.quick-nav .language .languages li:last-of-type a {
	border-bottom: 0;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0;
	border-radius: 0 0 2px 2px;
}

.quick-nav .language:hover {
	z-index: 9301;
}

.quick-nav .language:hover > a {
	color: #f15e22;
	border-bottom: 1px solid #b3b3b3;
}

.quick-nav .language:hover > a:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.quick-nav .language:hover .languages {
	display: block;
	-moz-box-shadow: 0 0 0 1px #eaeaea, 0 0 7px #f0f0f0;
	-webkit-box-shadow: 0 0 0 1px #eaeaea, 0 0 7px #f0f0f0;
	box-shadow: 0 0 0 1px #eaeaea, 0 0 7px #f0f0f0;
}

header.page-level {
	background: white;
	border-bottom: 4px solid #f15e22;
	/*------------------------------------*\ Homepage header styles
\*------------------------------------*/
}

header.page-level .logo {
	position: relative;
	z-index: 3000;
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 211px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 9px;
}

@media only screen and (max-width: 768px) {
	header.page-level .logo {
		display: none;
	}
}

header.page-level .logo-mobile {
	position: relative;
	z-index: 3000;
	display: none;
}

@media only screen and (max-width: 768px) {
	header.page-level .logo-mobile {
		width: 102px;
		height: 39px;
		line-height: 102px;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin-top: 17px;
		margin-bottom: 15px;
	}
}

header.page-level .header-search {
	float: right;
	margin-left: 10px;
	border: solid #dedccd;
	border-width: 0 1px;
}

@media only screen and (max-width: 768px) {
	header.page-level .header-search {
		display: none;
	}
}

header.page-level .header-search div.container {
	position: relative;
	max-width: 1100px;
	padding: 40px 0;
	height: 205px;
}

header.page-level .header-search .search-toggle {
	margin: 15px 15px 11px;
}

header.page-level.active-search .header-search {
	background: #f15e22;
	border-color: transparent;
}

header.page-level.active-search .header-search .search-container {
	display: block;
}

header.page-level .header-search .search-container {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 8000;
	width: 100%;
	background: #f15e22;
}

header.page-level .header-search .search-container span.search-close {
	position: absolute;
	left: 100%;
	top: 0;
	display: inline-block;
	width: 24px;
	height: 22px;
	margin-top: 16px;
	margin-left: 16px;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	header.page-level .header-search .search-container span.search-close {
		left: inherit;
		right: 0;
	}
}

header.page-level .header-search .search-container form {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	background: none;
	border-bottom: 1px solid #cc4d19;
	padding: 0 5px;
}

header.page-level .header-search .search-container form label {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 24px;
	color: #be4716;
	font-weight: bold;
}

header.page-level .header-search .search-container form input {
	color: white;
	font-size: 46px;
	line-height: 1;
	border: 0;
	padding: 0;
	background: none;
	display: block;
	width: 100%;
	height: 62px;
}

header.page-level .header-search .search-container form input::-webkit-input-placeholder {
	color: white;
	font-size: 46px;
	line-height: 1.35;
}

header.page-level .header-search .search-container form input:-moz-placeholder {
	color: white;
	font-size: 46px;
	line-height: 1.35;
}

header.page-level .header-search .search-container form input::-moz-placeholder {
	color: white;
	font-size: 46px;
	line-height: 1.35;
}

header.page-level .header-search .search-container form input:-ms-input-placeholder {
	color: white;
	font-size: 46px;
	line-height: 1.35;
}

header.page-level .header-search .search-container form button.search-submit {
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: 1;
	width: 17px;
	height: 15px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
	background-color: transparent;
	display: none;
}

@media only screen and (max-width: 768px) {
	header.page-level .header-search .search-container form button.search-submit {
		display: inline-block;
	}
}

header.page-level .search-toggle {
	position: relative;
	z-index: 200;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 15px;
	cursor: pointer;
}

header.page-level.homepage-header {
	position: relative;
	z-index: 998;
	border-bottom: 7px solid #f15e22;
}

@media only screen and (max-width: 768px) {
	header.page-level.homepage-header {
		display: none;
		z-index: inherit;
		border: 0;
		background: none;
	}

	header.page-level.homepage-header .logo-mobile, header.page-level.homepage-header .logo, header.page-level.homepage-header .quick-nav, header.page-level.homepage-header .header-nav-toggle {
		display: none !important;
	}
}

header.page-level.homepage-header > div.container {
	position: relative;
}

header.page-level.homepage-header .logo {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 136px;
	height: 58px;
	margin-top: 18px;
	margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
	header.page-level.homepage-header .logo {
		display: none;
	}
}

header.page-level.homepage-header nav {
	float: right;
	clear: right;
}

header.page-level.homepage-header .header-search {
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	border: 0;
	float: none;
	width: 0;
	height: 0;
}

header.page-level.homepage-header .search-container {
	display: none;
	position: absolute;
	top: 30px;
	width: 478px;
	white-space: nowrap;
	height: 54px;
	left: inherit;
	right: 40px;
	background: none !important;
}

header.page-level.homepage-header .search-container > .container {
	margin: 0;
	max-width: none;
	height: auto;
	padding: 0;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form {
	position: static;
	background: white;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px;
	margin-top: 5px;
	width: 478px;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form input {
	color: #f15e22;
	font-size: 28px;
	line-height: 28px;
	border: 0;
	padding: 0;
	background: none;
	display: block;
	width: 100%;
	height: 38px;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form input::-webkit-input-placeholder {
	color: #f15e22;
	font-size: 28px;
	line-height: 1.4;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form input:-moz-placeholder {
	color: #f15e22;
	font-size: 28px;
	line-height: 1.4;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form input::-moz-placeholder {
	color: #f15e22;
	font-size: 28px;
	line-height: 1.4;
}

header.page-level.homepage-header .search-container .front-page-search-form.search-form input:-ms-input-placeholder {
	color: #f15e22;
	font-size: 28px;
	line-height: 1.4;
}

header.page-level.homepage-header.active-search .header-nav {
	display: none;
}

@media only screen and (max-width: 950px) {
	header.page-level.head > .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	header.page-level.head .header-nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.breadcrumbs {
	position: relative;
	height: 30px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f15e22;
}

.breadcrumbs > .container {
	padding-left: 72px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.breadcrumbs > .container {
		display: none;
	}
}

.breadcrumbs > .container:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	width: 16px;
	height: 13px;
	margin-top: -6px;
}

.breadcrumbs:hover > .container:before {
	opacity: 0.75;
}

.breadcrumbs .container > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	margin-right: 10px;
	color: white;
	font-size: 11px;
	font-style: italic;
}

.breadcrumbs .container > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 5px;
	margin-top: -3px;
}

footer.page-level {
	position: relative;
	background: #4e4d48;
	color: white;
}

footer.page-level .ask-expert {
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 100px;
	overflow-x: hidden;
	height: 161px;
	width: 39px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	footer.page-level .ask-expert {
		display: none;
	}
}

.ie8 footer.page-level .ask-expert {
	display: none;
}

footer.page-level .ask-expert:hover {
	text-decoration: none;
}

footer.page-level .ask-expert > span {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border: solid #ffffff;
	border-width: 1px 1px 0;
	background: #2e2d2b;
	padding: 8px 17px;
	display: block;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap;
	position: absolute;
	right: -61px;
	top: 61px;
	width: 161px;
	height: 39px;
}

footer.page-level .ask-expert > span:hover {
	background: #71706d;
}

footer.page-level a {
	color: white;
}

footer.page-level .row {
	overflow-x: hidden;
}

footer.page-level .row.first {
	padding-top: 50px;
	padding-bottom: 50px;
	*zoom: 1;
}

footer.page-level .row.first:before, footer.page-level .row.first:after {
	content: "";
	display: table;
}

footer.page-level .row.first:after {
	clear: both;
}

footer.page-level .row.first > div.container {
	position: relative;
	z-index: 0;
}

footer.page-level .row.first > div.container:before {
	content: "";
	z-index: -1;
	position: absolute;
	right: -40px;
	top: 0;
	width: 238px;
	height: 173px;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.first > div.container:before {
		bottom: -40px;
		top: inherit;
	}
}

footer.page-level .row.first .block.first {
	width: 66.33%;
	float: left;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.first .block.first {
		float: none;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #64635d;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	footer.page-level .row.first .block.first [class*="col-"] {
		width: 100%;
		float: none;
	}
}

footer.page-level .row.first .block.last {
	float: right;
	width: 33.33%;
	border-left: 1px solid #64635d;
	padding-left: 55px;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.first .block.last {
		border-left: 0;
		padding-left: 0;
		float: none;
		width: 100%;
	}
}

footer.page-level .row.first .block h3 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
	font-size: 15px;
	font-size: 0.9375rem;
}

footer.page-level .row.first .block ul {
	margin: 0;
	padding: 0;
}

footer.page-level .row.first .block li {
	display: block;
}

footer.page-level .row.first .block li a {
	position: relative;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-left: 10px;
}

footer.page-level .row.first .block li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 5px;
}

footer.page-level .row.first .block li a.active {
	color: #f15e22;
}

footer.page-level .row.first .signup {
	margin-top: 110px;
	width: 252px;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.first .signup {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
}

footer.page-level .row.first .signup-label {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

footer.page-level .row.first form.signup-form {
	width: 252px;
	background: white;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.first form.signup-form {
		width: 100%;
	}
}

footer.page-level .row.first form.signup-form input {
	background: none;
	border: 0;
	max-width: 120px;
	padding: 0 10px;
	line-height: 31px;
	color: #6b6b6b;
	height: 29px;
}

footer.page-level .row.first form.signup-form input:focus {
	outline: 0;
}

.ie8 footer.page-level .row.first form.signup-form input {
	line-height: inherit;
	padding: 7px;
	max-width: 118px;
}

footer.page-level .row.first form.signup-form button {
	float: right;
	border: 0;
	background: #f15e22;
	color: white;
	padding: 5px;
	line-height: 14px;
	height: 31px;
	padding: 9px 20px 8px;
	font-size: 14px;
	font-size: 0.875rem;
}

footer.page-level .row.first form.signup-form button:hover {
	background: #bb3f0c;
}

footer.page-level .row.row-light {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f0f0f0;
	color: #4f4d3f;
}

footer.page-level .row.row-light .container {
	*zoom: 1;
}

footer.page-level .row.row-light .container:before, footer.page-level .row.row-light .container:after {
	content: "";
	display: table;
}

footer.page-level .row.row-light .container:after {
	clear: both;
}

footer.page-level .row.row-light h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	line-height: 22px;
	font-weight: 300;
	font-size: 24px;
	font-size: 1.5rem;
}

footer.page-level .row.row-light h2 a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	color: #6d9ff6;
}

footer.page-level .row.row-light .accreditations {
	float: right;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.row-light .accreditations {
		margin-top: 30px;
	}
}

footer.page-level .row.row-light .accreditations > span {
	display: inline-block;
	vertical-align: middle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 2px;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.row-light .accreditations > span {
		margin: 5px;
	}

	footer.page-level .row.row-light .accreditations > span:first-of-type, footer.page-level .row.row-light .accreditations > span:last-of-type {
		margin: 5px;
	}
}

footer.page-level .row.last {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 20px;
	color: #c0bfb6;
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.last {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	footer.page-level .row.last > .container > div {
		float: none;
	}

	footer.page-level .row.last > .container > div:first-of-type {
		border-bottom: 1px solid #706e68;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

footer.page-level .row.last span {
	color: white;
}

nav.header-nav {
	position: relative;
	z-index: 199;
}

.head nav.header-nav {
	z-index: 8999;
	float: right;
}

nav.header-nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

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

nav.header-nav > ul > li > a {
	display: block;
	padding: 15px 20px 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	color: #4a4a48;
}

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

nav.header-nav > ul > li > a.active {
	color: #f15e22;
}

nav.header-nav > ul > li > a:focus {
	outline: 0;
}

.homepage-header nav.header-nav > ul > li > a {
	padding: 21px 20px 21px;
}

.homepage-header nav.header-nav > ul > li:last-of-type a {
	padding-right: 0;
}

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

nav.header-nav > ul > li.has-submenu .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 4px;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #4e4d48;
	white-space: nowrap;
	*zoom: 1;
	min-width: 560px;
	padding: 0 40px;
}

nav.header-nav > ul > li.has-submenu .submenu.menu-narrow {
	min-width: 0;
}

nav.header-nav > ul > li.has-submenu .submenu:before, nav.header-nav > ul > li.has-submenu .submenu:after {
	content: "";
	display: table;
}

nav.header-nav > ul > li.has-submenu .submenu:after {
	clear: both;
}

.ie8 nav.header-nav > ul > li.has-submenu .submenu {
	margin-left: -280px;
}

.homepage-header nav.header-nav > ul > li.has-submenu .submenu {
	margin-top: 7px;
}

nav.header-nav > ul > li.has-submenu .submenu:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
}

.homepage-header nav.header-nav > ul > li.has-submenu .submenu:after {
	top: -8px;
	height: 8px;
}

nav.header-nav > ul > li.has-submenu .submenu:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: #f15e22;
}

.ie8 nav.header-nav > ul > li.has-submenu .submenu:before {
	right: 40px;
	left: inherit;
}

nav.header-nav > ul > li.has-submenu .submenu .column {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 50px 0px 50px 40px;
	min-width: 210px;
	text-align: left;
}

nav.header-nav > ul > li.has-submenu .submenu .column:last-of-type {
	padding-left: 20px;
}

nav.header-nav > ul > li.has-submenu .submenu .column ul {
	list-style: none;
	padding-left: 0;
}

nav.header-nav > ul > li.has-submenu .submenu .column ul li a {
	position: relative;
	display: block;
	padding: 9px 20px;
	line-height: 13px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	text-transform: none;
	color: white;
}

nav.header-nav > ul > li.has-submenu .submenu .column ul li a:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -3px;
	width: 4px;
	height: 5px;
	line-height: 4px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

nav.header-nav > ul > li.has-submenu .submenu .column ul li a:hover {
	text-decoration: none;
	background: #43423e;
	color: #f15e22;
}

@media only screen and (max-width: 768px) {
	nav.header-nav > ul > li.has-submenu .submenu {
		position: static;
		min-width: 0;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin: 0;
		padding: 0;
		background: none;
	}

	nav.header-nav > ul > li.has-submenu .submenu:before, nav.header-nav > ul > li.has-submenu .submenu:after {
		display: none !important;
	}

	nav.header-nav > ul > li.has-submenu .submenu .column {
		padding: 0 !important;
		min-width: 0;
		width: 100%;
		float: none;
		display: block;
	}

	nav.header-nav > ul > li.has-submenu .submenu .column ul li a {
		display: block;
		background: none;
		padding: 17px 25px 15px 40px;
		border-bottom: 1px solid #d9d9d9;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1;
		color: #4a4a48;
	}

	nav.header-nav > ul > li.has-submenu .submenu .column ul li a:hover {
		color: #a1a1a1;
		background: none;
	}

	nav.header-nav > ul > li.has-submenu .submenu .column ul li a.active {
		color: #f15e22;
	}
}

@media only screen and (max-width: 768px) {
	nav.header-nav > ul > li.has-submenu > a:after {
		content: "";
		position: absolute;
		top: 0;
		right: 20px;
		left: inherit;
		width: 13px;
		height: 47px;
		background: transparent url("../images/mobile-arrow-big-right.png") 0 center no-repeat;
		margin: 0;
	}
}

nav.header-nav > ul > li.has-submenu:hover > a, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a, nav.header-nav > ul > li.has-submenu.active > a, nav.header-nav > ul > li.has-submenu a.active > a {
	position: relative;
}

nav.header-nav > ul > li.has-submenu:hover > a:before, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:before, nav.header-nav > ul > li.has-submenu.active > a:before, nav.header-nav > ul > li.has-submenu a.active > a:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 4px;
	line-height: 5px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: 0;
	margin-right: 5px;
}

.homepage-header nav.header-nav > ul > li.has-submenu:hover > a:before, .homepage-header .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:before, .homepage-header nav.header-nav > ul > li.has-submenu.active > a:before, .homepage-header nav.header-nav > ul > li.has-submenu a.active > a:before {
	margin-top: -3px;
}

@media only screen and (max-width: 768px) {
	nav.header-nav > ul > li.has-submenu:hover > a:before, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:before, nav.header-nav > ul > li.has-submenu.active > a:before, nav.header-nav > ul > li.has-submenu a.active > a:before {
		display: none;
	}

	nav.header-nav > ul > li.has-submenu:hover > a:after, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover > a:after, nav.header-nav > ul > li.has-submenu.active > a:after, nav.header-nav > ul > li.has-submenu a.active > a:after {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

nav.header-nav > ul > li.has-submenu:hover .submenu, .mobile-menu-active nav.header-nav > ul > li.has-submenu.hover .submenu, nav.header-nav > ul > li.has-submenu.active .submenu, nav.header-nav > ul > li.has-submenu a.active .submenu {
	display: block;
}

nav.header-nav > ul > li.has-submenu:nth-last-child(1) .submenu, nav.header-nav > ul > li.has-submenu:nth-last-child(2) .submenu {
	left: inherit;
	right: -40px;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

nav.header-nav > ul > li.has-submenu:nth-last-child(1) .submenu:before, nav.header-nav > ul > li.has-submenu:nth-last-child(2) .submenu:before {
	left: inherit;
	right: 85px;
}

nav.header-nav > ul > li.has-submenu:nth-last-child(1) .submenu:before {
	right: 60px;
}

/*------------------------------------*\ Responsiveness
\*------------------------------------*/
.header-nav-toggle {
	display: none;
	position: relative;
	float: right;
	padding-top: 27px;
	padding-bottom: 22px;
	cursor: pointer;
}

.header-nav-toggle > span {
	display: inline-block;
	width: 24px;
	height: 18px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

@media only screen and (max-width: 768px) {
	.header-nav-toggle {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
	nav.header-nav {
		display: none !important;
	}
}

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

header.page-level.head {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 997;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-transition: all 200ms linear;
	transition: all 200ms linear;
}

.headroom-top {
	-moz-transform: translateY(-300px) !important;
	-ms-transform: translateY(-300px) !important;
	-webkit-transform: translateY(-300px) !important;
	transform: translateY(-300px) !important;
}

@media only screen and (max-width: 768px) {
	.headroom-top {
		-moz-transform: translateY(0%) !important;
		-ms-transform: translateY(0%) !important;
		-webkit-transform: translateY(0%) !important;
		transform: translateY(0%) !important;
	}
}

.headroom {
	-webkit-transition: transform 200ms linear;
	-ms-transition: transform 200ms linear;
	-o-transition: transform 200ms linear;
	-transition: transform 200ms linear;
	transition: transform 200ms linear;
}

.headroom--pinned {
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.ie8 .headroom--pinned {
	top: 0;
}

header.main-level {
	background: #3d3c35;
}

@media only screen and (max-width: 768px) {
	header.main-level {
		background: #3d3c35 url("../images/header-bg-mobile.png") right bottom no-repeat;
	}
}

header.main-level > .inner {
	position: relative;
	min-height: 200px;
	height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: table;
	background: url("../images/header-bg.png") right bottom no-repeat;
}

@media only screen and (max-width: 768px) {
	header.main-level > .inner {
		padding-top: 25px;
		padding-bottom: 18px;
		background: none;
		min-height: 75px;
		height: auto;
	}
}

header.main-level h2.header-title {
	display: table-cell;
	vertical-align: bottom;
	color: white;
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 42px;
	font-weight: 400;
}

header.main-level h2.header-title.smaller {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 37px;
}

@media only screen and (max-width: 768px) {
	header.main-level h2.header-title.smaller {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 22px;
	}
}

header.main-level h2.header-title strong {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	header.main-level h2.header-title {
		padding-top: 5px;
		vertical-align: middle;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 22px;
	}
}

/*------------------------------------*\ Custom
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	.homepage header.main-level {
		background: #3d3c35;
	}
}

.homepage header.main-level > .inner {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	height: auto;
	*zoom: 1;
}

.homepage header.main-level > .inner:before, .homepage header.main-level > .inner:after {
	content: "";
	display: table;
}

.homepage header.main-level > .inner:after {
	clear: both;
}

.paginator {
	*zoom: 1;
}

.paginator:before, .paginator:after {
	content: "";
	display: table;
}

.paginator:after {
	clear: both;
}

.paginator > * {
	display: inline-block;
	vertical-align: middle;
	float: left;
	min-width: 40px;
	height: 40px;
	margin-left: -1px;
	padding: 12px 6px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paginator > *:hover {
	text-decoration: none;
}

.paginator .all-pages {
	color: #3f6dbd;
}

.paginator .previous, .paginator .next, .paginator .page {
	border-color: #dedccd;
}

.paginator .previous, .paginator .next {
	position: relative;
}

.paginator .previous:after, .paginator .next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 11px;
	margin-left: -4px;
	margin-top: -5px;
}

.newsletter-block {
	background: #f6f6f6 url("../images/newsletter-block-bg.png") right 10px no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
}

.newsletter-block h4 {
	font-weight: normal;
	margin-bottom: 10px;
}

.newsletter-block form.signup-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: white;
	padding: 4px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 768px) {
	.newsletter-block form.signup-form {
		width: 100%;
	}
}

.newsletter-block form.signup-form input {
	display: block;
	background: none;
	border: 0;
	padding: 0 0 0 5px;
	line-height: 31px;
	height: 29px;
	margin-right: 100px;
	width: auto;
	max-width: 53%;
}

.newsletter-block form.signup-form input:focus {
	outline: 0;
}

.newsletter-block form.signup-form button {
	float: right;
	border: 0;
	color: white;
	padding: 5px;
	line-height: 14px;
	height: 31px;
	padding: 9px 12px 8px;
	font-size: 14px;
	font-size: 0.875rem;
}

.greet {
	*zoom: 1;
}

.greet:before, .greet:after {
	content: "";
	display: table;
}

.greet:after {
	clear: both;
}

.greet .title {
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
}

.greet .left-side {
	margin-right: 700px;
	margin-bottom: 30px;
	clear: left;
}

.greet .left-side p {
	margin-bottom: 20px;
}

.greet .left-side p:last-of-type {
	margin-bottom: 0;
}

.greet .right-side {
	float: right;
	width: 680px;
	margin-bottom: 30px;
}

.greet .right-side .video-holder {
	float: left;
	margin-top: 89px;
	position: relative;
}

.greet .right-side .video-holder img {
	width: 100%;
	height: auto;
}

.greet .right-side .video-holder .video-cta {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.greet .right-side .video-holder .video-cta span {
	display: block;
	width: 106px;
	height: 106px;
	border-radius: 53px;
	background: #FED440 url("../images/play.png") no-repeat center;
	text-indent: -10000px;
	position: absolute;
	top: 25%;
	left: 41%;
}

.greet .right-side .video-holder .video-cta:hover span {
	box-shadow: 0px 0px 25px #A0A0A0;
}

.greet .right-side .twitter-holder {
	margin-left: 20px;
	width: 200px;
	float: left;
	margin-top: 10px;
}

.greet .accreditations-wrap {
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
}

.greet .accreditations-wrap h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	line-height: 22px;
	font-weight: 300;
	font-size: 24px;
	font-size: 1.5rem;
}

.greet .accreditations-wrap h2 small {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.greet .accreditations-wrap h2 small a {
	color: #3f6dbd;
}

.greet .accreditations-wrap h2 small a:hover {
	text-decoration: underline;
}

.greet .accreditations-wrap .accreditations {
	float: right;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.greet .accreditations-wrap .accreditations {
		margin-top: 30px;
	}
}

.greet .accreditations-wrap .accreditations > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media only screen and (max-width: 768px) {
	.greet .accreditations-wrap .accreditations > span {
		margin: 5px;
	}

	.greet .accreditations-wrap .accreditations > span:first-of-type, .greet .accreditations-wrap .accreditations > span:last-of-type {
		margin: 5px;
	}
}

.greet .twitter-feed {
	display: none;
}

.greet .twitter-feed .twitter-feed-title {
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 15px;
	font-size: 0.9375rem;
	border-bottom: 1px solid #cecece;
}

@media only screen and (max-width: 768px) {
	.greet .left-side, .greet .title, .greet .right-side {
		float: none;
		width: 100%;
	}

	.greet .left-side, .greet .twitter-holder, .greet .accreditations-wrap {
		display: none;
	}

	.greet .right-side .video-holder {
		float: none;
		margin: 0 auto;
	}

	.greet .right-side iframe {
		height: auto;
		min-height: 240px;
		width: 100%;
	}
}

.offers .title {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}

.offers .title small {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30px;
	color: #6f6969;
}

.offers .offer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.offers .offer .offer-image {
	width: 162px;
	height: 162px;
	line-height: 162px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-bottom: 30px;
}

.offers .offer .offer-title {
	text-transform: uppercase;
	color: #4a4a48;
	margin-bottom: 20px;
	font-weight: bold;
}

.offers .offer .offer-info {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.offers .title {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.5;
	}

	.offers .offer {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e8e8e8;
	}

	.offers .offer:last-of-type {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.front-map {
	padding-top: 220px;
	padding-bottom: 80px;
	background: #f6f6f6 url("../images/front-page-map.png") 46% center no-repeat;
	text-align: center;
}

.front-map p {
	line-height: 22px;
	display: block;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 768px) {
	.front-map {
		background: #f6f6f6 url("../images/front-page-map.png") 68% 20px no-repeat;
		padding-bottom: 40px;
	}
}

.front-tabs {
	background: #f6f6f6;
	text-align: center;
	*zoom: 1;
}

.front-tabs:before, .front-tabs:after {
	content: "";
	display: table;
}

.front-tabs:after {
	clear: both;
}

.front-tabs .tabs {
	margin-bottom: 34px;
}

.front-tabs .tab {
	position: relative;
	display: inline-block;
	border: 2px solid #dcdcdc;
	background: white;
	height: 60px;
	min-width: 240px;
	padding: 20px;
	margin-right: 20px;
	line-height: 20px;
	color: #4a4a48;
	font-size: 17px;
	font-size: 1.0625rem;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.front-tabs .tab:hover {
	background: #e2e2e2;
}

.front-tabs .tab.active {
	border-color: #f15e22;
	background: #f15e22;
	color: white;
}

.front-tabs .tab.active:after {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: #ac451b;
}

.front-tabs .tab:last-of-type {
	margin-right: 0;
}

.front-tabs .tab-containers {
	position: relative;
	background: #f15e22;
	-moz-box-shadow: 0 10px 5px -5px #de541b inset;
	-webkit-box-shadow: 0 10px 5px -5px #de541b inset;
	box-shadow: 0 10px 5px -5px #de541b inset;
	color: white;
	overflow: hidden;
}

.front-tabs .tab-containers:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	-moz-box-shadow: 0 -10px 5px -5px #de541b inset;
	-webkit-box-shadow: 0 -10px 5px -5px #de541b inset;
	box-shadow: 0 -10px 5px -5px #de541b inset;
}

.front-tabs .tab-container {
	display: none;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.front-tabs .tab-container {
	position: relative;
}

.front-tabs .tab-container:before {
	content: "";
	position: absolute;
	z-index: 0;
	right: -90px;
	bottom: 0;
	width: 337px;
	height: 225px;
}

.front-tabs .tab-container h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 25px;
  color: #262626;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.front-tabs .tab-container p{
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
  color: #262626;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.front-tabs .tab-container form.signup-form {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: white;
	padding: 4px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 768px) {
	.front-tabs .tab-container form.signup-form {
		width: 100%;
	}
}

.front-tabs .tab-container form.signup-form input {
	display: block;
	background: none;
	border: 0;
	padding: 0 0 0 5px;
	line-height: 31px;
	height: 29px;
	margin-right: 100px;
	width: auto;
}

.front-tabs .tab-container form.signup-form input:focus {
	outline: 0;
}

.front-tabs .tab-container form.signup-form button {
	float: right;
	border: 0;
	background: #3f6dbd;
	color: white;
	padding: 5px;
	line-height: 14px;
	height: 31px;
	padding: 9px 20px 8px;
	font-size: 14px;
	font-size: 0.875rem;
}

.front-tabs .tab-container form.signup-form button:hover {
	background: #5986d7;
}

@media only screen and (max-width: 768px) {
	.front-tabs .tabs {
		padding-left: 20px;
		padding-right: 20px;
	}

	.front-tabs .tab {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}

	.front-tabs .tab:after {
		display: none !important;
	}

	.front-tabs .tab-container.newsletter:before {
		background: none !important;
	}
}

.front-carousel .carousel {
	position: relative;
}

.front-carousel .bx-wrapper {
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (max-width: 768px) {
	.front-carousel .bx-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.front-carousel .carousel-nav, .front-carousel .bx-controls {
		display: none;
	}
}

.front-carousel .carousel-nav .previous, .front-carousel .carousel-nav .next, .front-carousel .carousel-nav .bx-prev, .front-carousel .carousel-nav .bx-next, .front-carousel .bx-controls .previous, .front-carousel .bx-controls .next, .front-carousel .bx-controls .bx-prev, .front-carousel .bx-controls .bx-next {
	width: 20px;
	height: 37px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-indent: -999em;
	overflow: hidden;
}

.front-carousel .carousel-nav .previous.previous, .front-carousel .carousel-nav .previous.bx-prev, .front-carousel .carousel-nav .next.previous, .front-carousel .carousel-nav .next.bx-prev, .front-carousel .carousel-nav .bx-prev.previous, .front-carousel .carousel-nav .bx-prev.bx-prev, .front-carousel .carousel-nav .bx-next.previous, .front-carousel .carousel-nav .bx-next.bx-prev, .front-carousel .bx-controls .previous.previous, .front-carousel .bx-controls .previous.bx-prev, .front-carousel .bx-controls .next.previous, .front-carousel .bx-controls .next.bx-prev, .front-carousel .bx-controls .bx-prev.previous, .front-carousel .bx-controls .bx-prev.bx-prev, .front-carousel .bx-controls .bx-next.previous, .front-carousel .bx-controls .bx-next.bx-prev {
	right: 100%;
}

.front-carousel .carousel-nav .previous.next, .front-carousel .carousel-nav .previous.bx-next, .front-carousel .carousel-nav .next.next, .front-carousel .carousel-nav .next.bx-next, .front-carousel .carousel-nav .bx-prev.next, .front-carousel .carousel-nav .bx-prev.bx-next, .front-carousel .carousel-nav .bx-next.next, .front-carousel .carousel-nav .bx-next.bx-next, .front-carousel .bx-controls .previous.next, .front-carousel .bx-controls .previous.bx-next, .front-carousel .bx-controls .next.next, .front-carousel .bx-controls .next.bx-next, .front-carousel .bx-controls .bx-prev.next, .front-carousel .bx-controls .bx-prev.bx-next, .front-carousel .bx-controls .bx-next.next, .front-carousel .bx-controls .bx-next.bx-next {
	left: 100%;
}

.front-carousel .carousel-nav .previous:hover, .front-carousel .carousel-nav .next:hover, .front-carousel .carousel-nav .bx-prev:hover, .front-carousel .carousel-nav .bx-next:hover, .front-carousel .bx-controls .previous:hover, .front-carousel .bx-controls .next:hover, .front-carousel .bx-controls .bx-prev:hover, .front-carousel .bx-controls .bx-next:hover {
	cursor: pointer;
}

.front-carousel .carousel-items {
	text-align: center;
	*zoom: 1;
}

.front-carousel .carousel-items:before, .front-carousel .carousel-items:after {
	content: "";
	display: table;
}

.front-carousel .carousel-items:after {
	clear: both;
}

.front-carousel .carousel-items .carousel-item {
	display: inline-block;
	padding: 0 30px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.front-carousel .carousel-items .carousel-item {
		display: block;
	}
}

.front-carousel .carousel-items .carousel-item .image {
	position: relative;
	min-height: 120px;
	/*width: 100%;*/
}

.front-carousel .carousel-items .carousel-item .image img {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	max-height: 120px;
	margin-left: auto;
	margin-right: auto;
}

.front-carousel .carousel-items .carousel-item .title {
	margin: 0 0 5px;
	color: #353535;
	text-transform: uppercase;
	font-weight: bold;
}

.front-carousel .carousel-items .carousel-item .link {
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
	.front-carousel .carousel-item {
		float: none;
		display: block;
		padding: 0 40px 20px;
	}
}

.contact .contact-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.contact .contact-top:before, .contact .contact-top:after {
	content: "";
	display: table;
}

.contact .contact-top:after {
	clear: both;
}

.contact .contact-top .left-side {
	width: 100%;
	max-width: 530px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28px;
	font-weight: 300;
}

.contact .contact-top .right-side {
	width: 100%;
	max-width: 450px;
	float: right;
	text-align: right;
}

.contact .contact-top .right-side h4 {
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	color: #f15e22;
}

.contact .contact-top .right-side a.button-submit {
	display: inline-block;
	min-width: 310px;
	max-width: 480px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
	.contact .contact-top .right-side a.button-submit {
		min-width: 0;
		width: 100%;
	}
}

.contact .contact-top .right-side p {
	margin-bottom: 20px;
}

.contact .contact-top .right-side p:last-of-type {
	margin-bottom: 0;
}

.contact h2.heading-big {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.contact .contact-offices {
	clear: both;
}

.contact .contact-offices .office {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
}

.contact .contact-offices .office h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.contact .contact-offices .office p {
	margin-top: 0;
}

.contact .contact-offices .office p:last-of-type {
	margin-bottom: 0;
}

.contact .contact-offices .office .right-side {
	text-align: right;
}

.contact .inquiry h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.contact .inquiry .inquiry-form .left-side {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-right: 80px;
	margin-bottom: 20px;
}

.contact .inquiry .inquiry-form .left-side input, .contact .inquiry .inquiry-form .left-side textarea {
	display: block;
	width: 100%;
}

.contact .inquiry .inquiry-form .right-side {
	display: inline-block;
	vertical-align: top;
}

.contact .inquiry .inquiry-form .right-side .radio-input + span {
	color: #bcbcbc;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
}

.contact .inquiry .inquiry-form .right-side .checked + span {
	color: #4e4d48;
}

.contact .inquiry .inquiry-form .right-side label:hover {
	cursor: pointer;
}

.contact .inquiry .inquiry-form .right-side label:hover span {
	color: #4e4d48;
}

.contact .inquiry .inquiry-form .bottom {
	width: 360px;
	clear: both;
}

.contact .inquiry .inquiry-form .bottom button {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.contact .contact-top .left-side, .contact .contact-top .right-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
	}

	.contact .contact-top .left-side {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.contact .contact-top .right-side {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.contact .contact-top .right-side h4 {
		font-weight: bold;
	}

	.contact .contact-top .right-side a.button-submit {
		display: block;
		width: 100%;
	}

	.contact h2.heading-big {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.25;
		margin-top: 0;
		margin-bottom: 20px;
		padding-right: 40px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.contact .grid > * {
		display: block;
		width: 100%;
	}

	.contact p {
		margin-bottom: 20px !important;
	}

	.contact .office .right-side {
		float: none;
		text-align: left;
	}

	.contact .office .right-side {
		clear: both;
		margin-left: -23px;
		margin-right: -23px;
		width: auto;
	}

	.contact .office .right-side iframe {
		max-width: 100%;
	}

	.contact .inquiry .inquiry-form {
		margin-bottom: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eaeaea;
	}

	.contact .inquiry .inquiry-form .left-side, .contact .inquiry .inquiry-form .right-side {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.contact .inquiry .inquiry-form .bottom {
		width: 100%;
	}
}

.ask .ask-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.ask .ask-top:before, .ask .ask-top:after {
	content: "";
	display: table;
}

.ask .ask-top:after {
	clear: both;
}

.ask .ask-top .left-side {
	margin-right: 320px;
}

.ask .ask-top .left-side p {
	line-height: 25px;
	margin-bottom: 40px;
}

.ask .ask-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.ask .ask-top .right-side {
	width: 100%;
	max-width: 280px;
	float: right;
}

.ask .ask-top .right-side h4 {
	margin-top: 60px;
}

.ask .ask-form-wrap h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.ask .ask-form-wrap .ask-form .left-side {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-right: 80px;
	margin-bottom: 20px;
}

.ask .ask-form-wrap .ask-form .left-side input, .ask .ask-form-wrap .ask-form .left-side textarea {
	display: block;
	width: 100%;
}

.ask .ask-form-wrap .ask-form .right-side {
	display: inline-block;
	vertical-align: top;
}

.ask .ask-form-wrap .ask-form .right-side .radio-input + span {
	color: #bcbcbc;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
}

.ask .ask-form-wrap .ask-form .right-side .checked + span {
	color: #4e4d48;
}

.ask .ask-form-wrap .ask-form .right-side label:hover {
	cursor: pointer;
}

.ask .ask-form-wrap .ask-form .right-side label:hover span {
	color: #4e4d48;
}

.ask .ask-form-wrap .ask-form .bottom {
	width: 360px;
	clear: both;
}

.ask .ask-form-wrap .ask-form .bottom button {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.ask .ask-form-wrap .ask-form .bottom {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.ask .ask-top .left-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
	}

	.ask .ask-top > .left-side {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.ask .ask-top .right-side {
		display: none;
	}

	.ask p {
		margin-bottom: 20px !important;
	}

	.ask .ask-form-wrap .ask-form .left-side, .ask .ask-form-wrap .ask-form .right-side {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.ask .ask-form-wrap .ask-form .bottom {
		margin-left: auto;
		margin-right: auto;
	}
}

.cases .cases-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.cases .cases-top:before, .cases .cases-top:after {
	content: "";
	display: table;
}

.cases .cases-top:after {
	clear: both;
}

.cases .cases-top .left-side {
	margin-right: 320px;
}

.cases .cases-top .left-side p {
	line-height: 25px;
	margin-bottom: 40px;
}

.cases .cases-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.cases .cases-top .right-side {
	width: 100%;
	max-width: 280px;
	float: right;
}

.cases .cases-top .right-side h4 {
	margin-top: 20px;
}

.cases .cases-all {
	border-bottom: 1px solid #eaeaea;
}

.cases .cases-all .case {
	position: relative;
	padding-right: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #eaeaea;
	min-height: 320px;
	*zoom: 1;
}

.cases .cases-all .case:before, .cases .cases-all .case:after {
	content: "";
	display: table;
}

.cases .cases-all .case:after {
	clear: both;
}

.cases .cases-all .case .attachment {
	position: absolute;
	right: 0;
	top: 40px;
}

.cases .cases-all .case .attachment a {
	position: relative;
	display: block;
	margin-right: 0;
	text-align: center;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-transition: all 100ms linear;
	transition: all 100ms linear;
}

.cases .cases-all .case .attachment a:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.cases .cases-all .case .attachment a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cases .cases-all .case .attachment a:hover {
	-moz-box-shadow: 0 0 15px #cdcdcd;
	-webkit-box-shadow: 0 0 15px #cdcdcd;
	box-shadow: 0 0 15px #cdcdcd;
}

.cases .cases-all .case .attachment a:hover:after {
	display: none;
}

.cases .cases-all .case .logo {
	margin-bottom: 20px;
}

.cases .cases-all .case .title {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.cases .cases-top .left-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
	}

	.cases .cases-top > .left-side {
		margin: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.cases .cases-top .right-side {
		display: none;
	}

	.cases p {
		margin-bottom: 20px !important;
	}

	.cases .cases-all {
		border-top: 0;
	}

	.cases .cases-all .case {
		padding-right: 0;
	}

	.cases .cases-all .case:first-of-type {
		border-top: 0;
		padding-top: 0;
	}

	.cases .cases-all .case .logo {
		text-align: right;
	}

	.cases .cases-all .case .title {
		font-size: 18px;
		font-size: 1.125rem;
		text-transform: none;
	}

	.cases .cases-all .case .info {
		display: none;
		padding-top: 20px;
	}

	.cases .cases-all .case .attachment {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: left;
		display: block;
		text-align: center;
	}

	.cases .cases-all .case .attachment a {
		display: inline-block;
	}

	.cases .cases-all .case .attachment img {
		margin-left: 0;
		margin-left: 0;
	}
}

.trademark .trademark-row {
	*zoom: 1;
	padding-top: 0px;
	padding-bottom: 40px;
	position: relative;
	padding-right: 400px;
	min-height: 400px;
}

.trademark .trademark-row:before, .trademark .trademark-row:after {
	content: "";
	display: table;
}

.trademark .trademark-row:after {
	clear: both;
}

.trademark .trademark-row .heading-big + p {
	margin-top: -20px;
	margin-bottom: 20px;
}

.trademark .trademark-row .left-side > p {
	line-height: 25px;
	margin-bottom: 20px;
}

.trademark .trademark-row .left-side > p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 30px;
}

.trademark .trademark-row .trademark-item {
	position: relative;
	display: inline-block;
	text-align: right;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-transition: all 100ms linear;
	transition: all 100ms linear;
}

.trademark .trademark-row .trademark-item img {
	display: block;
}

.trademark .trademark-row .trademark-item:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.trademark .trademark-row .trademark-item:hover {
	-moz-box-shadow: 0 0 15px #cdcdcd;
	-webkit-box-shadow: 0 0 15px #cdcdcd;
	box-shadow: 0 0 15px #cdcdcd;
}

.trademark .trademark-row .trademark-item:hover:after {
	display: none;
}

.trademark .trademark-row .download-link {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 60%;
	padding-top: 10px;
	font-size: 14px;
}

.trademark .trademark-row .download-link a {
	color: #f15e22;
}

.trademark .trademark-row .download-link:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 25px;
	height: 59px;
}

.trademark .trademark-row .right-side {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 320px;
}

.trademark .trademark-row.first-row .right-side .trademark-country {
	position: relative;
	text-align: right;
	padding-right: 60px;
}

.trademark .trademark-row.first-row .right-side .trademark-country img {
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.trademark .trademark-row.second-row .right-side {
	padding-top: 100px;
	text-align: right;
}

.trademark .trademark-row.second-row .left-side .heading-big {
	margin-bottom: 0;
}

.trademark .trademark-row.second-row ul.styled li {
	margin-bottom: 40px;
}

.trademark .trademark-row.second-row ul.styled li strong {
	line-height: 1;
}

.trademark .trademark-row.second-row ul.styled li p {
	margin-top: 5px;
}

.trademark .trademark-row.last-row {
	padding-right: 0;
	padding-bottom: 0;
}

.trademark .trademark-row table {
	width: 100%;
}

.trademark .trademark-row table tr th, .trademark .trademark-row table .header {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.trademark .trademark-row table tr.empty td {
	padding: 0;
	margin: 0;
	height: 0;
}

.trademark .trademark-row table tr th {
	background: #f15e22;
	text-align: left;
}

.trademark .trademark-row table tr th:nth-of-type(2) {
	padding-left: 40px;
}

.trademark .trademark-row table tr th:nth-of-type(3), .trademark .trademark-row table tr th:nth-of-type(4) {
	text-align: center;
}

.trademark .trademark-row table th.description-th {
	display: none;
}

.trademark .trademark-row table .header.header.header, .trademark .trademark-row table .header:hover {
	background: #4e4d48 !important;
}

.trademark .trademark-row table tbody tr:hover td {
	background: #e7e6e6 !important;
}

.trademark .trademark-row table tbody tr:hover td:nth-of-type(3) {
	border-left-color: #d3d2d2;
}

.trademark .trademark-row table tbody tr:hover td:last-of-type {
	background: #d6d5d5 !important;
}

.trademark .trademark-row table tbody tr td {
	padding: 30px 20px;
	font-weight: 300;
}

.trademark .trademark-row table tbody tr td:nth-of-type(1) {
	white-space: nowrap;
	width: 190px;
}

.trademark .trademark-row table tbody tr td:nth-of-type(3) {
	border-left: 1px solid #e8e8e8;
	width: 104px;
	vertical-align: middle;
	text-align: center;
}

.trademark .trademark-row table tbody tr td:nth-of-type(4) {
	background: #eaeaea;
	width: 104px;
	vertical-align: middle;
	text-align: center;
}

.trademark .trademark-row table tbody tr td .check {
	width: 18px;
	height: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.trademark .trademark-row table tbody tr:nth-of-type(even) td {
	background: #f6f6f6;
}

.trademark .trademark-row table tbody tr:nth-of-type(even) td:nth-of-type(4) {
	background: #e2e2e2;
}

.trademark .trademark-row table tbody tr .description span.close {
	width: 24px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.trademark .trademark-row table tbody tr .description span.close {
		display: inline-block;
	}
}

.trademark .trademark-row table tbody tr .mobile-toggle {
	display: none;
}

@media only screen and (max-width: 768px) {
	.trademark .trademark-row table tbody tr .mobile-toggle {
		display: block;
		color: #3f6dbd;
		cursor: pointer;
		font-weight: normal;
	}

	.trademark .trademark-row table tbody tr .mobile-toggle:hover {
		text-decoration: underline;
	}
}

.trademark .signup-as-partner {
	text-align: center;
}

.trademark .signup-as-partner h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 13.33333px;
	font-weight: 300;
}

.trademark .signup-as-partner h3 strong {
	font-weight: bold;
}

.trademark .signup-as-partner a.button {
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 5px;
	display: inline-block;
}

.trademark .signup-as-partner p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	font-size: 0.8125rem;
}

@media only screen and (max-width: 768px) {
	.trademark .heading-big {
		line-height: 1.15;
	}

	.trademark .trademark-row {
		margin-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
		*zoom: 1;
		padding-top: 0;
		padding-bottom: 20px;
		padding-right: 0;
	}

	.trademark .trademark-row:before, .trademark .trademark-row:after {
		content: "";
		display: table;
	}

	.trademark .trademark-row:after {
		clear: both;
	}

	.trademark .trademark-row .left-side {
		margin: 0;
		display: block;
		float: none;
		width: 100%;
	}

	.trademark .trademark-row .video {
		max-width: 100%;
	}

	.trademark .trademark-row .video iframe {
		max-width: 100%;
	}

	.trademark .trademark-row .right-side {
		position: static;
		display: block;
		float: none;
		width: 100%;
		max-width: none;
	}

	.trademark .trademark-row.second-row {
		padding-bottom: 40px;
	}

	.trademark .trademark-row.first-row .right-side {
		padding: 20px 0;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		max-width: none;
		margin-top: 20px;
	}

	.trademark .trademark-row.first-row .right-side .trademark-country {
		text-align: left;
	}

	.trademark .trademark-row.second-row .heading-big {
		display: none;
	}

	.trademark .trademark-row.second-row .right-side {
		padding-top: 0;
		text-align: center;
	}

	.trademark .trademark-row.second-row .right-side .download-link {
		display: none;
	}

	.trademark .trademark-row.last-row {
		margin: 0 -23px;
		border-bottom: 0;
	}

	.trademark .trademark-row.last-row .heading-big {
		padding-left: 23px;
		padding-right: 23px;
	}

	.trademark .trademark-row.last-row table tr td:first-of-type, .trademark .trademark-row.last-row table tr th:first-of-type {
		font-weight: bold;
	}

	.trademark .trademark-row.last-row table tr td:nth-of-type(2), .trademark .trademark-row.last-row table tr th:nth-of-type(2) {
		display: none;
	}

	.trademark .trademark-row.last-row table tr td {
		padding: 20px 15px;
	}

	.trademark .trademark-row.last-row table tr td .description {
		position: relative;
		background: #cecdcd;
		margin: 0;
		padding: 60px 23px 40px;
		font-weight: normal;
	}

	.trademark .trademark-row.last-row table .description-wrap td {
		padding: 0;
		white-space: normal;
	}

	.trademark .signup-as-partner {
		background: none;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.trademark .signup-as-partner a.button {
		height: auto;
	}
}

@media only screen and (min-width: 769px) {
	.description-wrap {
		display: none;
	}
}

.team-page .team-filter {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.team-page .team-filter .filter-item {
	display: inline-block;
	padding: 15px 25px;
	color: #8e8e8e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.team-page .team-filter .filter-item.active {
	cursor: pointer;
	color: #f15e22;
	background: #f6f6f6;
}

.team-page .team-filter .filter-item:hover {
	cursor: pointer;
	color: #f15e22;
}

.team-page .team-filter .filter-item:after {
	display: inline-block;
	display: none;
	content: "";
	width: 8px;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	position: absolute;
	right: 15px;
}

.team-page .teams .heading-big {
	margin-top: 40px;
}

.team-page .teams .heading-big + p {
	margin-top: -20px;
	margin-bottom: 20px;
}

.team-page .team-container {
	margin-left: -30px;
	margin-right: -30px;
	*zoom: 1;
}

.team-page .team-container:before, .team-page .team-container:after {
	content: "";
	display: table;
}

.team-page .team-container:after {
	clear: both;
}

.team-page .team-container .team-item {
	padding-left: 30px;
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-bottom: 10px;
}

.team-page .team-container .team-item .inner {
	position: relative;
	border: 1px solid #f7f7f7;
}

.team-page .team-container .team-item .inner .image img {
	display: block;
	width: 100%;
	opacity: .85;
	height: auto;
}

.team-page .team-container .team-item .inner .title {
	padding: 30px;
	line-height: 21px;
	font-size: 12px;
	position: relative;
}

.team-page .team-container .team-item .inner .title strong {
	display: block;
}

.team-page .team-container .team-item .inner .link {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 24px;
	height: 23px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	opacity: .65;
}

.team-page .team-container .team-item .inner .link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.team-page .team-container .team-item .inner:hover .image img {
	opacity: 1;
}

.team-page .team-container .team-item .inner:hover .link {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.team-page .team-filter {
		padding-bottom: 0;
		border-bottom: 0;
		height: 54px;
		overflow: hidden;
		position: relative;
		z-index: 100;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}

	.team-page .team-filter.active {
		overflow: visible;
		padding-top: 54px;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}

	.team-page .team-filter .filter-item {
		display: block;
		background: white;
		width: 100%;
		border: 1px solid #eaeaea;
		margin-top: -1px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: 0 0 5px #eaeeea;
		-webkit-box-shadow: 0 0 5px #eaeeea;
		box-shadow: 0 0 5px #eaeeea;
	}

	.team-page .team-filter .filter-item:hover, .team-page .team-filter .filter-item.active {
		color: #6b6b6b;
		background: #f6f6f6;
	}

	.team-page .team-filter .filter-item:last-of-type {
		-moz-border-radius: 0 0 7px 7px;
		-webkit-border-radius: 0;
		border-radius: 0 0 7px 7px;
	}

	.team-page .team-filter .filter-item.active {
		position: absolute;
		padding-left: 15px;
		padding-right: 15px;
		top: 2px;
		left: 0;
		-moz-border-radius: 7px 7px 0 0;
		-webkit-border-radius: 7px;
		border-radius: 7px 7px 0 0;
		border: 0;
	}

	.team-page .team-filter .filter-item.active:after {
		display: block;
	}

	.team-page .team-filter.active .filter-item.active:after {
		display: none;
	}

	.team-page .team-container {
		margin-left: 0;
		margin-right: 0;
	}

	.team-page .team-container .team-item {
		width: 100%;
		padding: 0;
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.team-page .heading-big {
		font-size: 22px;
		font-size: 1.375rem;
		color: #f15e22;
		margin-top: 10px;
	}

	.team-page .heading-big + p {
		margin-top: -10px;
	}
}

.testimonials .testimonial {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: justify;
}

.testimonials .testimonial:nth-of-type(even) .info {
	margin-left: 440px;
}

.testimonials .testimonial:nth-of-type(even) .logo {
	float: left;
	margin-left: 25px;
}

.testimonials .testimonial:nth-of-type(odd) .info {
	margin-right: 440px;
}

.testimonials .testimonial:nth-of-type(odd) .logo {
	float: right;
	margin-right: 25px;
}

.testimonials .testimonial .logo {
	margin-top: 10px;
}

.testimonials .testimonial .title {
	font-weight: 600;
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 20px;
	color: #4e4d48;
}

.testimonials .testimonial .text {
	margin-bottom: 20px;
}

.testimonials .testimonial .link a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.testimonials .testimonial .link a:before {
	content: "";
	position: relative;
	width: 17px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 1px;
}

@media only screen and (max-width: 768px) {
	.testimonials .testimonial.testimonial {
		padding: 20px 0;
	}

	.testimonials .testimonial.testimonial .info {
		margin: 0;
	}

	.testimonials .testimonial.testimonial .logo {
		margin-top: 0;
		margin-bottom: 20px;
		float: none;
	}

	.testimonials .testimonial.testimonial .logo img {
		max-width: 80%;
	}

	.testimonials .testimonial.testimonial .text, .testimonials .testimonial.testimonial .title {
		margin-bottom: 10px;
	}
}

.product .product-top {
	*zoom: 1;
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
	padding-right: 400px;
	min-height: 400px;
}

.product .product-top:before, .product .product-top:after {
	content: "";
	display: table;
}

.product .product-top:after {
	clear: both;
}

.product .product-top .left-side p {
	line-height: 25px;
	margin-bottom: 20px;
}

.product .product-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 30px;
}

.product .product-top .bottom {
	*zoom: 1;
}

.product .product-top .bottom:before, .product .product-top .bottom:after {
	content: "";
	display: table;
}

.product .product-top .bottom:after {
	clear: both;
}

.product .product-top .bottom .button {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.product .product-top .bottom .button strong {
	font-weight: bold;
}

.product .product-top .right-side {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 280px;
}

.right-side .product {
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	margin-left: 75px;
}

.right-side .product img {
	display: block;
}

.right-side .product:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.right-side .product:hover {
	-moz-box-shadow: 0 0 15px #cdcdcd;
	-webkit-box-shadow: 0 0 15px #cdcdcd;
	box-shadow: 0 0 15px #cdcdcd;
}

.right-side .product:hover:after {
	display: none;
}

.right-side .download-link {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	font-size: 14px;
	margin-bottom: 20px;
}

.right-side .download-link a {
	color: #f15e22;
}

.right-side .download-link:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 25px;
	height: 59px;
}

@media only screen and (max-width: 768px) {
	.product .product-top {
		*zoom: 1;
		padding-top: 0;
		padding-bottom: 20px;
		padding-right: 0;
	}

	.product .product-top:before, .product .product-top:after {
		content: "";
		display: table;
	}

	.product .product-top:after {
		clear: both;
	}

	.product .product-top .left-side {
		margin: 0;
		display: block;
		float: none;
		width: 100%;
	}

	.product .product-top .left-side p:first-of-type {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.product .product-top .right-side {
		position: static;
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.right-side .download-link {
		display: none;
	}

	.product .product-top .bottom .button {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		line-height: 1.25;
	}
}

.product-2 .product-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.product-2 .product-top:before, .product-2 .product-top:after {
	content: "";
	display: table;
}

.product-2 .product-top:after {
	clear: both;
}

.product-2 .product-top .left-side {
	margin-right: 320px;
}

.product-2 .product-top .left-side p {
	line-height: 25px;
	margin-bottom: 20px;
}

.product-2 .product-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 30px;
}

.product-2 .product-top .left-side .button {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.product-2 .product-top .left-side .button strong {
	font-weight: bold;
}

.product-2 .product-top .left-side .product {
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-transition: all 100ms linear;
	transition: all 100ms linear;
	margin-left: 75px;
}

.product-2 .product-top .left-side .product img {
	display: block;
}

.product-2 .product-top .left-side .product:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.product-2 .product-top .left-side .products:hover .product:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 15px #cdcdcd;
	-webkit-box-shadow: 0 0 15px #cdcdcd;
	box-shadow: 0 0 15px #cdcdcd;
}

.product-2 .product-top .left-side .products:hover .product:hover:after {
	display: none;
}

.product-2 .product-top .left-side .download-link {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	font-size: 14px;
}

.product-2 .product-top .left-side .download-link a {
	color: #f15e22;
}

.product-2 .product-top .left-side .download-link:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 25px;
	height: 59px;
}

.product-2 .product-top .right-side {
	width: 100%;
	max-width: 280px;
	float: right;
}

.product-2 .product-top .right-side .list {
	border-top: 1px solid #cccccc;
}

.product-2 .product-top .right-side .list .list-item {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: 300;
	line-height: 16px;
	color: #6b6b6b;
	font-size: 13px;
	font-size: 0.8125rem;
}

.product-2 .product-top .right-side .list .list-item.active {
	background: #f6f6f6;
	color: #f15e22;
	font-weight: 600;
}

.product-2 .product-top .right-side .list .list-item.active:hover {
	text-decoration: none;
}

.product-2 .product-top .right-side .list .list-item:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.product-2 .product-top {
		*zoom: 1;
		padding-top: 0;
		padding-bottom: 20px;
		min-height: 0;
	}

	.product-2 .product-top:before, .product-2 .product-top:after {
		content: "";
		display: table;
	}

	.product-2 .product-top:after {
		clear: both;
	}

	.product-2 .product-top .left-side {
		margin: 0;
	}

	.product-2 .product-top .left-side p:first-of-type {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.product-2 .product-top .right-side {
		display: none;
	}

	.product-2 .product-top .button {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		line-height: 1.25;
	}

	.product-2 .product-top .products {
		text-align: center;
	}

	.product-2 .product-top .download-link {
		display: block !important;
		width: 70%;
		margin: 0 auto;
	}
}

.tech-partners .tech-partners-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.tech-partners .tech-partners-top:before, .tech-partners .tech-partners-top:after {
	content: "";
	display: table;
}

.tech-partners .tech-partners-top:after {
	clear: both;
}

.tech-partners .tech-partners-top .left-side {
	margin-right: 320px;
}

.tech-partners .tech-partners-top .left-side p {
	line-height: 25px;
	margin-bottom: 40px;
}

.tech-partners .tech-partners-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.tech-partners .tech-partners {
	border-top: 1px solid #eaeaea;
}

.tech-partners .tech-partners .tech-partner {
	padding: 40px 0;
	border-bottom: 1px solid #eaeaea;
}

.tech-partners .tech-partners .tech-partner .left-side {
	margin-right: 320px;
}

.tech-partners .tech-partners .tech-partner .left-side .title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #f15e22;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
}

.tech-partners .tech-partners .tech-partner .left-side .title:hover {
	text-decoration: underline;
}

.tech-partners .tech-partners .tech-partner .left-side h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 10px;
	color: #b3b3b3;
	font-weight: 300;
}

.tech-partners .tech-partners .tech-partner .right-side {
	padding-top: 40px;
	float: right;
	width: 250px;
}

@media only screen and (max-width: 768px) {
	.tech-partners .tech-partners-top .left-side {
		margin: 0;
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
	}

	.tech-partners .tech-partners-top .right-side {
		display: none;
	}

	.tech-partners p {
		word-break: break-all;
		word-wrap: break-word;
		margin-bottom: 20px !important;
	}

	.tech-partners .tech-partners .tech-partner {
		padding: 20px 0;
	}

	.tech-partners .tech-partners .tech-partner .left-side, .tech-partners .tech-partners .tech-partner .right-side {
		margin-right: 0;
		float: none;
		width: 100%;
	}

	.tech-partners .tech-partners .tech-partner .right-side {
		text-align: right;
		padding-top: 0;
		margin-bottom: 20px;
	}

	.tech-partners .tech-partners .tech-partner .right-side img {
		max-width: 50%;
	}
}

.gtlds .gtlds-top {
	*zoom: 1;
	padding-top: 80px;
	padding-bottom: 40px;
}

.gtlds .gtlds-top:before, .gtlds .gtlds-top:after {
	content: "";
	display: table;
}

.gtlds .gtlds-top:after {
	clear: both;
}

.gtlds .gtlds-top.hidden-for-mobile {
	display: none;
}

.gtlds .gtlds-top .left-side {
	color: white;
	margin-right: 400px;
	font-size: 18px;
	font-size: 1.125rem;
}

.gtlds .gtlds-top .left-side p {
	line-height: 25px;
	margin: 0;
}

.gtlds .gtlds-top .right-side {
	width: 100%;
	max-width: 320px;
	float: right;
	text-align: center;
}

.gtlds .gtlds-top .right-side a.button-submit {
	display: block;
	margin-bottom: 6.66667px;
}

.gtlds .gtlds-top .right-side p {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	color: #813a1d;
}

.gtlds .gtlds-top .right-side p a {
	color: white;
	text-decoration: underline;
}

.gtlds .heading-big {
	text-align: center;
}

.gtlds .heading-big small {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 5px 0;
	color: #6d6d6d;
}

.gtlds .carousel-holder {
	border-bottom: 1px solid #eaeaea;
}

.gtlds .carousel {
	position: relative;
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	.gtlds .carousel-nav, .gtlds .bx-controls {
		display: none;
	}
}

.gtlds .carousel-nav .previous, .gtlds .carousel-nav .next, .gtlds .carousel-nav .bx-prev, .gtlds .carousel-nav .bx-next, .gtlds .bx-controls .previous, .gtlds .bx-controls .next, .gtlds .bx-controls .bx-prev, .gtlds .bx-controls .bx-next {
	width: 20px;
	height: 37px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	text-indent: -999em;
	overflow: hidden;
}

.gtlds .carousel-nav .previous.previous, .gtlds .carousel-nav .previous.bx-prev, .gtlds .carousel-nav .next.previous, .gtlds .carousel-nav .next.bx-prev, .gtlds .carousel-nav .bx-prev.previous, .gtlds .carousel-nav .bx-prev.bx-prev, .gtlds .carousel-nav .bx-next.previous, .gtlds .carousel-nav .bx-next.bx-prev, .gtlds .bx-controls .previous.previous, .gtlds .bx-controls .previous.bx-prev, .gtlds .bx-controls .next.previous, .gtlds .bx-controls .next.bx-prev, .gtlds .bx-controls .bx-prev.previous, .gtlds .bx-controls .bx-prev.bx-prev, .gtlds .bx-controls .bx-next.previous, .gtlds .bx-controls .bx-next.bx-prev {
	right: 100%;
}

.gtlds .carousel-nav .previous.next, .gtlds .carousel-nav .previous.bx-next, .gtlds .carousel-nav .next.next, .gtlds .carousel-nav .next.bx-next, .gtlds .carousel-nav .bx-prev.next, .gtlds .carousel-nav .bx-prev.bx-next, .gtlds .carousel-nav .bx-next.next, .gtlds .carousel-nav .bx-next.bx-next, .gtlds .bx-controls .previous.next, .gtlds .bx-controls .previous.bx-next, .gtlds .bx-controls .next.next, .gtlds .bx-controls .next.bx-next, .gtlds .bx-controls .bx-prev.next, .gtlds .bx-controls .bx-prev.bx-next, .gtlds .bx-controls .bx-next.next, .gtlds .bx-controls .bx-next.bx-next {
	left: 100%;
}

.gtlds .carousel-nav .previous:hover, .gtlds .carousel-nav .next:hover, .gtlds .carousel-nav .bx-prev:hover, .gtlds .carousel-nav .bx-next:hover, .gtlds .bx-controls .previous:hover, .gtlds .bx-controls .next:hover, .gtlds .bx-controls .bx-prev:hover, .gtlds .bx-controls .bx-next:hover {
	cursor: pointer;
}

.gtlds .carousel-items {
	text-align: center;
	*zoom: 1;
}

.gtlds .carousel-items:before, .gtlds .carousel-items:after {
	content: "";
	display: table;
}

.gtlds .carousel-items:after {
	clear: both;
}

.gtlds .carousel-items .carousel-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	border: 1px solid #e8e8e8;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 30%;
	margin: 0 1.5%;
}

.gtlds .carousel-items .carousel-item .image img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.gtlds .carousel-items .carousel-item .title {
	margin: 0 0 20px;
	color: #f15e22;
	font-weight: 600;
	font-size: 32px;
	font-size: 2rem;
	line-height: 48px;
}

.gtlds .carousel-items .carousel-item .link a {
	font-weight: 300;
	font-size: 15px;
	font-size: 0.9375rem;
	color: white;
	background: #565656;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px 30px;
	-moz-box-shadow: 0 0 0 100rem rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 0 100rem rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 0 100rem rgba(255, 255, 255, 0.75);
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 100ms linear;
	-ms-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
}

.ie8 .gtlds .carousel-items .carousel-item .link a {
	margin-left: -100px;
}

.gtlds .carousel-items .carousel-item:hover .link a {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}

.gtlds .three-blocks-holder {
	padding-top: 40px;
}

.gtlds .three-blocks {
	padding: 40px;
	text-align: center;
}

.gtlds .three-blocks .block {
	padding-right: 40px;
	padding-left: 40px;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.gtlds .three-blocks .block > * {
	margin-bottom: 20px;
}

.gtlds .three-blocks .title {
	display: block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #f15e22;
}

.gtlds .three-blocks .title:hover {
	animation-duration: 0s;
}

.gtlds .note-wrap {
	text-align: center;
}

.gtlds .note {
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 20px 100px 20px 40px;
	border: 1px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #6f6b54;
}

.gtlds .note:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 40px;
	width: 28px;
	height: 33px;
}

.gtlds .note:hover {
	background: #f15e22;
	color: white;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.gtlds .gtlds-top {
		display: none;
	}

	.gtlds .gtlds-top.hidden-for-mobile {
		display: block;
		text-align: center;
	}

	.gtlds .gtlds-top .left-side, .gtlds .gtlds-top .right-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
		text-align: center;
	}

	.gtlds .gtlds-top > .left-side {
		margin: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.gtlds p {
		margin-bottom: 20px !important;
	}

	.gtlds .gtlds-carousel {
		padding-top: 10px;
	}

	.gtlds .carousel-items .carousel-item {
		float: none;
		width: 100%;
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}

	.gtlds .carousel-nav {
		display: none;
	}

	.gtlds .three-blocks .block {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.gtlds .three-blocks .block:last-of-type {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.gtlds .note {
		white-space: normal;
		padding: 20px 20px 80px 20px;
	}

	.gtlds .note:after {
		top: inherit;
		bottom: 20px;
		right: 20px;
	}
}

.reseller-form .reseller-form-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.reseller-form .reseller-form-top:before, .reseller-form .reseller-form-top:after {
	content: "";
	display: table;
}

.reseller-form .reseller-form-top:after {
	clear: both;
}

.reseller-form .reseller-form-top > .left-side {
	margin-right: 360px;
}

.reseller-form .reseller-form-top > .left-side p {
	line-height: 25px;
	margin-bottom: 40px;
}

.reseller-form .reseller-form-top > .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.reseller-form .reseller-form-top > .right-side {
	width: 100%;
	max-width: 280px;
	float: right;
}

.reseller-form .reseller-form-top > .right-side .item {
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.reseller-form .reseller-form-top > .right-side .item:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.reseller-form .reseller-form-top > .right-side .item img {
	display: block;
}

.reseller-form .reseller-form-top > .right-side p {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

.reseller-form .reseller-form-top > .right-side p:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 25px;
	height: 59px;
}

.reseller-form .reseller-form-top > .right-side p a {
	color: #f15e22;
}

.reseller-form .reseller-form-wrap h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.reseller-form .reseller-form-wrap .reseller-form input, .reseller-form .reseller-form-wrap .reseller-form textarea {
	width: 100%;
	display: block;
}

.reseller-form .reseller-form-wrap .reseller-form > div {
	vertical-align: top;
	margin-bottom: 20px;
}

.reseller-form .reseller-form-wrap form.reseller-form > div.first-row {
	width: 100%;
	padding-right: 0;
}

.reseller-form .reseller-form-wrap form.reseller-form > div.first-row .form-row {
	width: 50%;
	float: left;
}

.reseller-form .reseller-form-wrap form.reseller-form > div.first-row .form-row:first-of-type {
	padding-right: 10px;
}

.reseller-form .reseller-form-wrap form.reseller-form > div.first-row .form-row:last-of-type {
	padding-left: 10px;
}

.reseller-form .reseller-form-wrap form.reseller-form > div {
	width: 50%;
	padding-right: 10px;
}

.reseller-form .reseller-form-wrap .reseller-form .bottom {
	padding-right: 10px;
	clear: both;
}

.reseller-form .reseller-form-wrap .reseller-form .bottom button {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.reseller-form .reseller-form-top > .left-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
		margin: 0;
	}

	.reseller-form .reseller-form-top > .left-side {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.reseller-form .reseller-form-top .right-side {
		display: none;
	}

	.reseller-form p {
		margin-bottom: 20px !important;
	}

	.reseller-form .reseller-form-wrap form.reseller-form > div {
		padding-right: 0;
		width: 100%;
	}

	.reseller-form .reseller-form-wrap form.reseller-form > div.first-row > div {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		display: block;
	}

	.reseller-form .reseller-form-wrap form.reseller-form > .left-side, .reseller-form .reseller-form-wrap form.reseller-form > .right-side, .reseller-form .reseller-form-wrap form.reseller-form > .bottom {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
	}

	.reseller-form .reseller-form-wrap form.reseller-form .bottom {
		margin-left: auto;
		margin-right: auto;
	}
}

.accreditation-page .block-top .left-side {
	width: 763px;
	margin-right: 340px;
}

@media only screen and (max-width: 1024px) {
	.accreditation-page .block-top .left-side {
		width: 563px;
	}
}

.accreditation-page .block-top p {
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 0;
}

/*.accreditation-page .block-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28px;
	margin-bottom: 40px;
}*/

.accreditation-page .block-top .right-side {
	float: right;
	width: 280px;
}

.accreditation-page .block-top .right-side .newsletter-block h4 {
	margin-top: 60px;
}

.accreditation-page .accreditations-all {
	border-bottom: 1px solid #eaeaea;
}

.accreditation-page .accreditations-all .accreditation {
	position: relative;
	min-height: 190px;
	border-top: 1px solid #eaeaea;
}

.accreditation-page .accreditations-all .accreditation > img {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 170px;
	max-width: 100%;
}

.accreditation-page .heading-big {
	line-height: 1.25;
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.accreditation-page .block-top {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.accreditation-page .block-top .left-side {
		display: block;
		width: 100%;
		float: none;
	}

	.accreditation-page .block-top .left-side p:last-of-type {
		margin-bottom: 0;
	}

	.accreditation-page .block-top .right-side {
		display: none;
	}

	.accreditation-page .heading-big {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.25;
		margin-top: 0;
	}

	.accreditation-page .accreditations-all .accreditation {
		min-height: 120px;
		border: 0;
	}

	.accreditation-page .accreditations-all .accreditation > img {
		max-height: 100px;
		max-width: 80%;
	}
}

.brochures .brochures-top {
	*zoom: 1;
	padding-top: 0;
	padding-bottom: 20px;
}

.brochures .brochures-top:before, .brochures .brochures-top:after {
	content: "";
	display: table;
}

.brochures .brochures-top:after {
	clear: both;
}

.brochures .brochures-top .left-side {
	margin-right: 320px;
}

.brochures .brochures-top .left-side p {
	line-height: 25px;
	margin-bottom: 40px;
}

.brochures .brochures-top .left-side p:first-of-type {
	color: #b3b3b3;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.brochures .brochures-top .right-side {
	width: 100%;
	max-width: 280px;
	float: right;
}

.brochures .brochures-top .right-side h4 {
	margin-top: 60px;
}

.brochures .brochures-all {
	position: relative;
	margin: 0 -20px;
	overflow: hidden;
}

.brochures .brochures-all:after, .brochures .brochures-all:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	background: #eaeaea;
	height: 1px;
}

.brochures .brochures-all:after {
	top: 0;
}

.brochures .brochures-all:before {
	bottom: 0;
}

.brochures .brochure {
	display: inline-block;
	padding: 40px 20px;
	width: 25%;
	float: left;
	border-top: 1px solid #eaeaea;
	color: #6b6b6b;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-transition: all 100ms linear;
	transition: all 100ms linear;
}

.brochures .brochure:nth-of-type(4n+1) {
	clear: left;
}

.brochures .brochure > * {
	width: 248px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.brochures .brochure-title {
	margin-bottom: 10px;
	color: #E31A00;
}

.brochures .brochure-info {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 20px;
	margin-bottom: 20px;
}

.brochures .brochure-image {
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 0 10px #eaeaea;
	-webkit-box-shadow: 0 0 10px #eaeaea;
	box-shadow: 0 0 10px #eaeaea;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-transition: all 100ms linear;
	transition: all 100ms linear;
}

.brochures .brochure-image:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 91px;
	height: 107px;
}

.brochures .brochure-image img {
	width: 100%;
	display: block;
}

.brochures .brochures-all:hover .brochure {
	opacity: 0.6;
}

.brochures .brochures-all:hover .brochure:hover {
	text-decoration: none;
	opacity: 1;
}

.brochures .brochures-all:hover .brochure:hover .brochure-image {
	-moz-box-shadow: 0 0 15px #cdcdcd;
	-webkit-box-shadow: 0 0 15px #cdcdcd;
	box-shadow: 0 0 15px #cdcdcd;
}

.brochures .brochures-all:hover .brochure:hover .brochure-image:after {
	display: none;
}

@media only screen and (max-width: 768px) {
	.brochures .brochures-top .left-side {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
		min-width: 0;
		max-width: none;
	}

	.brochures .brochures-top > .left-side {
		margin: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.brochures .brochures-top .right-side {
		display: none;
	}

	.brochures .heading-big {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.25;
		margin-top: 0;
		padding-right: 40px;
		margin-bottom: 5px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.brochures p {
		margin-bottom: 20px !important;
	}

	.brochures .brochures-all {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
		overflow: visible;
	}

	.brochures .brochures-all:after, .brochures .brochures-all:before {
		display: none;
	}

	.brochures .brochure {
		float: none;
		width: 100%;
		padding: 20px 0 5px;
		border: 0;
	}

	.brochures .brochure > * {
		width: auto;
	}

	.brochures .brochure img {
		width: auto;
	}

	.brochures .brochure .brochure-info {
		max-width: 60%;
		margin-left: 0;
	}
}

.news .news-item {
	padding: 40px 0;
	border-bottom: 1px solid #e8e8e8;
}

.news .news-item:first-of-type {
	padding-top: 0;
}

.news .news-item:last-of-type {
	margin-bottom: 20px;
}

.news .news-title {
	margin: 10px 0;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	color: #f15e22;
}

@media only screen and (max-width: 768px) {
	.news .news-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.news .news-time {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #b3b3b3;
}

.news .news-content {
	line-height: 25px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.homepage > header.main-level {
		padding-left: 0;
		padding-right: 0;
	}
}

.slider, .homeslider {
	position: relative;
	margin: 0;
	padding: 0;
}

.slider li, .homeslider li {
	list-style: none;
	margin: 0;
	background-size: cover !important;
}

.slide {
	height: 0;
	padding-bottom: 6%;
}

.slide img {
	max-width: 100%;
	margin: 0 auto;
}

.slide-title {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 0;
	font-weight: 300;
	color: white;
	text-align: center;
	padding: 80px 0;
}

.homepage-top-slider .slider-nav, .homepage-top-slider .bx-controls {
	position: absolute;
	bottom: 20px;
	left: 50px;
}

.homepage-top-slider .slide .link-area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.homepage-top-slider .slide .link-area a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.homepage-top-slider .slider-nav, .homepage-top-slider .bx-controls {
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}
}

.homepage-top-slider .slider-nav .bx-pager-item, .homepage-top-slider .bx-controls .bx-pager-item {
	display: inline-block;
	*zoom: 1;
}

.homepage-top-slider .slider-nav .bx-pager-item:before, .homepage-top-slider .slider-nav .bx-pager-item:after, .homepage-top-slider .bx-controls .bx-pager-item:before, .homepage-top-slider .bx-controls .bx-pager-item:after {
	content: "";
	display: table;
}

.homepage-top-slider .slider-nav .bx-pager-item:after, .homepage-top-slider .bx-controls .bx-pager-item:after {
	clear: both;
}

.homepage-top-slider .slider-nav .item, .homepage-top-slider .slider-nav .bx-pager-item > a, .homepage-top-slider .bx-controls .item, .homepage-top-slider .bx-controls .bx-pager-item > a {
	width: 17px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	border: 2px solid #f15e22;
	margin-right: 8px;
	cursor: pointer;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-indent: -999em;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.homepage-top-slider .slider-nav .item, .homepage-top-slider .slider-nav .bx-pager-item > a, .homepage-top-slider .bx-controls .item, .homepage-top-slider .bx-controls .bx-pager-item > a {
		width: 12px;
		height: 12px;
		line-height: 12px;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin-right: 5px;
	}
}

.homepage-top-slider .slider-nav .item:focus, .homepage-top-slider .slider-nav .bx-pager-item > a:focus, .homepage-top-slider .bx-controls .item:focus, .homepage-top-slider .bx-controls .bx-pager-item > a:focus {
	outline: 0;
}

.homepage-top-slider .slider-nav .item:hover, .homepage-top-slider .slider-nav .bx-pager-item > a:hover, .homepage-top-slider .bx-controls .item:hover, .homepage-top-slider .bx-controls .bx-pager-item > a:hover {
	background: #6e6e6c;
}

.homepage-top-slider .slider-nav .item.active, .homepage-top-slider .slider-nav .bx-pager-item > a.active, .homepage-top-slider .bx-controls .item.active, .homepage-top-slider .bx-controls .bx-pager-item > a.active {
	background: #f15e22;
}

@media only screen and (max-width: 768px) {
	.homepage-top-slider .bx-wrapper .bx-viewport {
		height: 0!important;
		padding-bottom: 40%;
	}

	.homepage-top-slider .slide {
		-moz-background-size: 320px;
		-webkit-background-size: 320px;
		background-size: 320px;
		min-height: 0;
		padding-bottom: 8%;
		height: 0!important;
	}

	.homepage-top-slider .slide-title {
		padding: 50px 23px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 25px;
	}

	.homepage-top-slider .slider-nav {
		display: none;
	}
}

.social-area {
	padding: 20px 0;
}

.social-area .btn-holder {
	float: left;
	margin-right: 12px;
}

.social-area .btn-holder.facebook {
	margin-top: -2px;
}

.error-message-404 .content {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 35px 0;
}

/*# sourceMappingURL=screen.css.map */
