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

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

/*
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?aw7yaw");
	src: url("../fonts/icomoon.eot?aw7yaw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?aw7yaw") format("truetype"), url("../fonts/icomoon.woff?aw7yaw") format("woff"), url("../fonts/icomoon.svg?aw7yaw#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrows:before {
	content: "\e910";
}

.icon-unnamed:before {
	content: "\e90b";
}

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

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

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

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

.icon-google-plus:before {
	content: "\e90c";
}

.icon-brand2:before {
	content: "\e90c";
}

.icon-social2:before {
	content: "\e90c";
}

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

.icon-brand:before {
	content: "\e90d";
}

.icon-social:before {
	content: "\e90d";
}

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

.icon-chevron-right:before {
	content: "\e906";
}

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

.icon-envelope:before {
	content: "\e90e";
}

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

.icon-map-marker:before {
	content: "\e90a";
}

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

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

.icon-select-arrows:before {
	content: "\e911";
}

.icon-chevron-thin-down:before {
	content: "\e901";
}

/* Slick slider styles */

.hero-slider-box,
.slider-for,
.gallery-box {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.hero-slider-box .slick-track,
.hero-slider-box .slick-list,
.slider-for .slick-track,
.slider-for .slick-list,
.gallery-box .slick-track,
.gallery-box .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: none;
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
}

.slick-dots li button {
	outline: none;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.clearfix:after,
.menu .nav-drop > .drop-wrapper > ul:after,
.card-item .card-item-text:after,
.light-bg:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #2a2a2a;
	background: #fff;
	font: 14px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin-top: 0;
	color: inherit;
}

h1,
.h1 {
	font-size: 31px;
	margin-bottom: 9px;
}

h2,
.h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

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

h4,
.h4 {
	font-size: 18px;
	margin-bottom: 6px;
}

h5,
.h5 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 1px;
}

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

p {
	margin: 0 0 8px;
}

a {
	color: #003e90;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:not(.btn):hover,
a:not(.btn):focus {
	color: #24bfa6;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	padding: 11px 15px;
	outline: none;
	font-size: 14px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #737783;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #737783;
	transition: color .3s ease-in-out;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #737783;
	transition: color .3s ease-in-out;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #737783;
	transition: color .3s ease-in-out;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #737783;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

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

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

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

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

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

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

textarea {
	display: block;
	width: 100%;
	min-height: 110px;
	resize: none;
}

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

/* custom checkbox styles */

.jcf-checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	background: #fff;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 9px;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -4px;
	border: 2px solid #777;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -3px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	min-width: 160px;
	cursor: pointer;
	padding: 0 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.jcf-select .jcf-select-text span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding: 11px 15px;
	line-height: 1.3;
	color: #737783;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "\e911";
	font: 18px/1 "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #003e90;
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
}

.jcf-list .jcf-list-content {
	display: inline-block;
	vertical-align: top;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 5px 9px;
	font-size: 14px;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*------------------ START GLOBAL STYLES --------------------*/

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
}

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.row-2 {
	width: 100%;
	margin-bottom: -20px;
}

.row-2 > * {
	margin-bottom: 20px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	text-align: center;
	padding: 15px 10px 13px;
	color: #fff;
	text-transform: uppercase;
	font: 12px/1 "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	cursor: pointer;
	border: none;
	outline: none;
	letter-spacing: 1px;
	width: 100%;
}

.btn[href] {
	text-decoration: none;
}

.btn.decorated {
	border: 1px solid rgba(255, 255, 255, .15);
	position: relative;
	min-width: 170px;
	padding: 18px 10px 18px;
}

.btn.decorated:before {
	content: "";
	background: #24bfa6;
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn.decorated:hover:before {
	background: #5babf4;
}

.outline-green {
	border: 1px solid #24bfa6;
	color: #24bfa6;
	-webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
	transition: border-color .3s ease-in-out, color .3s ease-in-out;
}

.outline-green:hover {
	border-color: #5babf4;
	color: #5babf4;
}

.bg-orange {
	background: #ea992f;
}

.bg-orange.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.bg-orange.btn:hover {
	background: #5babf4;
}

.bg-green {
	background: #24bfa6;
}

.bg-green.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.bg-green.btn:hover {
	background: #5babf4;
}

.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
}

.social-list li:not(:last-child) {
	padding-right: 1px;
}

.social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #cecfd2;
	position: relative;
	text-decoration: none;
	background: transparent;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.social-list li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #737783;
	font-size: 13px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-list li a:hover {
	background: #737783;
}

.social-list li a:hover:before {
	color: #fff;
}

.social-list .list-signature {
	font-size: 12px;
	vertical-align: middle;
	padding-right: 11px;
}

.h-decor {
	margin-bottom: 25px;
}

.h-decor:after {
	content: "";
	display: block;
	height: 2px;
	width: 65px;
	background: #24bfa6;
	margin-top: 17px;
}

.h-decor-center {
	text-align: center;
	margin-bottom: 27px;
}

.h-decor-center:after {
	content: "";
	display: block;
	height: 2px;
	width: 65px;
	background: #24bfa6;
	margin: 26px auto 0;
}

time {
	color: #737783;
	font-size: 10px;
	letter-spacing: 1px;
}

p:last-child {
	margin-bottom: 0;
}

.ol {
	margin: 0;
	padding: 0 0 0 15px;
	color: #727784;
	line-height: 1.3;
}

.ol:not(:last-child) {
	margin-bottom: 18px;
}

.ol li:not(:last-child) {
	margin-bottom: 10px;
}

.ol li > span {
	color: #2a2a2a;
}

.ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}

.ul:not(:last-child) {
	margin-bottom: 18px;
}

.ul li {
	padding-left: 20px;
	position: relative;
}

.ul li:not(:last-child) {
	margin-bottom: 10px;
}

.ul li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #727784;
	position: absolute;
	top: 14px;
	left: 2px;
}

.subheading {
	font-family: "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	font-weight: 400;
	color: #737783;
	text-align: center;
}

.subheading:not(:last-child) {
	margin-bottom: 30px;
}

address {
	font-style: normal;
}

/*------------------ END GLOBAL STYLES --------------------*/

/*------------------ START HEADER STYLES --------------------*/

.header {
	color: #003e90;
	position: relative;
	z-index: 9999;
	font-size: 12px;
	padding: 19px 58px 15px 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 auto;
}

.logo-box {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
	max-width: 110px;
}

.logo-box img {
	display: block;
}

.menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.menu .nav-opener {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
}

.menu .nav-opener:before,
.menu .nav-opener:after,
.menu .nav-opener span {
	background: #2a2a2a;
	position: absolute;
	top: 16px;
	left: 10%;
	right: 10%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu .nav-opener:before,
.menu .nav-opener:after {
	content: "";
	top: 10px;
}

.menu .nav-opener:after {
	top: 22px;
}

.menu.nav-active .nav-opener span {
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}

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

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

.menu .nav-drop {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
}

.menu .nav-drop > .drop-wrapper {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	background: #fff;
}

.menu .nav-drop > .drop-wrapper > ul {
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	line-height: 1.2;
}

.menu .nav-drop > .drop-wrapper > ul > li > a {
	font-family: "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.menu .nav-drop > .drop-wrapper > ul > li.hover > a {
	color: #2a2a2a;
}

.menu .nav-drop > .drop-wrapper > ul > li.item-active a {
	color: #2a2a2a;
}

.menu .nav-drop .item-drop .item-drop-box {
	white-space: nowrap;
}

.menu .nav-drop .item-drop .item-drop-box li {
	margin-bottom: 10px;
	padding-left: 17px;
}

.menu .nav-drop .item-drop .item-drop-box li:before {
	content: "\e906";
	font: 17px/1 "icomoon";
	margin-left: -17px;
	display: inline-block;
	vertical-align: text-top;
}

.menu.nav-active .nav-drop {
	max-height: 4000px;
}

.menu.nav-active .nav-drop > .drop-wrapper {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.item-drop {
	display: block;
	position: relative;
}

.item-drop.contact-box {
	position: static;
}

.item-drop.hover .item-drop-box {
	display: block;
}

.item-drop > a {
	position: relative;
}

.item-drop > a:before {
	content: "\e901";
	display: block;
	font: 12px/1 "icomoon";
	width: 12px;
	height: 12px;
	color: #cecfd2;
	position: absolute;
	bottom: 50%;
	right: 0;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.item-drop-box {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 14px;
	display: none;
}

.contact-box .item-drop-box {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	top: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.contact-box .item-drop-box:before,
.contact-box .item-drop-box:after {
	left: auto;
	right: 82px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.item-drop-box a {
	color: #003e90;
}

.item-drop-box a:hover {
	text-decoration: underline;
}

.contact-box {
	padding-bottom: 4px;
}

.contact-box:hover .item-drop-box {
	display: block;
	opacity: 1;
	visibility: visible;
}

.contact-box:before {
	display: none;
}

.contact-box .btn {
	padding: 9px;
	width: auto;
}

.contact-box .bg-orange {
	min-width: 0;
}

.contact-box .item-drop-box {
	display: block;
	background: #fff;
	width: 100%;
	padding: 29px;
}

.contact-box .item-drop-box address {
	margin-bottom: 28px;
}

.contact-box .item-drop-box .between-box {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.contact-box .item-drop-box .between-box .btn {
	margin-top: 4px;
	font-size: 14px;
}

.contact-box .info-list {
	margin-bottom: -15px;
}

.contact-box .icon-map-marker:before {
	font-size: 13px;
}

.contact-box .social-list {
	text-align: right;
	margin: 0 -3px;
}

.contact-box .social-list li {
	margin: 0 3px;
}

.contact-box .social-list li a {
	width: 44px;
	height: 44px;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.contact-box .social-list li a:hover {
	background: #fff;
	border: 1px solid #24bfa6;
}

.contact-box .social-list li a:before {
	font-size: 23px;
}

.contact-box .social-list li a.icon-twitter:before {
	color: #5babf4;
}

.contact-box .social-list li a.icon-feed:before {
	color: #003e90;
}

.info-list {
	margin: 0 0 -10px 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.info-list > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.info-list > *:not(:last-child) {
	padding-right: 10px;
}

.info-list li {
	margin-bottom: 10px;
}

.info-list li a {
	color: #2a2a2a;
}

.info-list li a:hover {
	text-decoration: underline;
}

.info-list a {
	font-size: 18px;
}

.info-list address {
	padding-top: 2px;
}

.info-list address a {
	font-size: 14px;
}

.link-description {
	display: block;
	margin-bottom: 5px;
	color: #737783;
	font-size: 10px;
	text-transform: uppercase;
}

.link-description:before {
	display: inline-block;
	vertical-align: inherit;
	margin-right: 4px;
}

.search-box .slide-box {
	width: 100%;
	position: relative;
}

.search-box .slide-box:before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 10px;
	height: 1px;
	background: #737783;
	z-index: 1;
}

.search-box .submit-label {
	color: inherit;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.search-box .submit-label:before {
	content: "\e900";
	display: inline-block;
	vertical-align: top;
	font: 16px/1 "icomoon";
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.search-box .submit-label input[type="submit"] {
	display: none;
}

.search-box .submit-label:hover:before {
	color: #2a2a2a;
}

.search-box input[type="search"] {
	width: 100%;
	border: none;
	outline: none;
	color: #2a2a2a;
	padding-left: 30px;
}

.search-box .click-target {
	display: none;
}

/*------------------ END HEADER STYLES --------------------*/

/*------------------ START HERO SECTION STYLES --------------------*/

.hero-section {
	color: #fff;
	text-align: center;
}

.hero-section h1,
.hero-section .h1,
.hero-section h2,
.hero-section .h2 {
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 44px;
}

.hero-section p {
	margin-bottom: 30px;
}

.hero-section .slick-arrow {
	display: none !important;
	background: none;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 1;
}

.hero-section .slick-arrow .hero-arrow {
	stroke: rgba(255, 255, 255, .2);
	-webkit-transition: stroke .3s ease-in-out;
	transition: stroke .3s ease-in-out;
}

.hero-section .slick-arrow:hover .hero-arrow {
	stroke: #24bfa6;
}

.hero-section .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-section .slick-dots li {
	width: 10px;
	line-height: 1;
	cursor: pointer;
	fill: #fff;
	opacity: .6;
	-webkit-transition: opacity .3s ease-in-out, fill .3s ease-in-out;
	transition: opacity .3s ease-in-out, fill .3s ease-in-out;
}

.hero-section .slick-dots li:not(:last-child) {
	margin-right: 20px;
}

.hero-section .slick-dots li.slick-active {
	fill: #24bfa6;
	opacity: 1;
}

.hero-slider-item {
	padding: 30px 0 35px;
	background: #003e90 50% 50% no-repeat;
	background-size: cover;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.375;
}

/*------------------ END HERO SECTION STYLES --------------------*/

/*----------------- START ASSOCIATE SECTION -------------------*/

.associate-section {
	padding: 40px 0;
}

.associate-section .container .text-holder {
	font: 14px/1.2 "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #737783;
	margin-bottom: 25px;
}

.associate-section .container .text-holder p {
	margin-bottom: 25px;
}

.associate-section .container .text-holder strong {
	font-family: "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	color: #2a2a2a;
}

.twitter-box {
	max-width: 350px;
	margin: 0 auto;
}


.twitter-box  .extra-padding-bottom {
	border: 1px solid rgba(15,70,100,.12);
	margin-bottom: 25px;
}

/*----------------- END ASSOCIATE SECTION -------------------*/

/*----------------- START recommendation SECTION -------------------*/

.recommendation-section,
.cybercrime-section {
	padding: 40px 0;
}

.recommendation-section h1,
.recommendation-section .h1,
.recommendation-section h2,
.recommendation-section .h2,
.cybercrime-section h1,
.cybercrime-section .h1,
.cybercrime-section h2,
.cybercrime-section .h2 {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
}

.recommendation-section h1:first-child,
.recommendation-section .h1:first-child,
.recommendation-section h2:first-child,
.recommendation-section .h2:first-child,
.cybercrime-section h1:first-child,
.cybercrime-section .h1:first-child,
.cybercrime-section h2:first-child,
.cybercrime-section .h2:first-child {
	margin-top: 0;
}

.has-decor {
	background: #f7f9fb 50% 100%;
	position: relative;
	z-index: 1;
}

.has-decor:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/column2.svg") 50% 100% no-repeat;
	z-index: -1;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.card-item {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 0 1px 2px rgba(42, 42, 42, .2);
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.card-item .image-holder {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background: #003e90;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 5px solid #fff;
	border-width: 6px 0 5px 5px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.card-item.this-light .image-holder {
	background: #24bfa6;
}

.card-item .card-item-text {
	color: #737783;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding: 20px;
}

.card-item h4,
.card-item .h4 {
	color: #003e90;
	display: block;
	line-height: 1.3;
}

.card-item h4:hover,
.card-item .h4:hover {
	color: #24bfa6;
	text-decoration: underline;
}

.card-item p {
	font-size: 15px;
	margin-bottom: 28px;
}

.card-item time {
	float: left;
	padding-right: 20px;
}

.card-item:hover {
	box-shadow: 0 12px 30px -12px #cecfd2;
}

.card-item.new {
	position: relative;
}

.card-item.new:before {
	content: "\e905";
	font: 44px/1 "icomoon";
	color: #737783;
	position: absolute;
	top: -1px;
	right: 20px;
}

.card-item.new:after {
	content: "NEW";
	position: absolute;
	top: 13px;
	right: 27px;
	font: 11px/1 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	pointer-events: none;
}

.card-item.new .card-item-text h4,
.card-item.new .card-item-text .h4 {
	width: calc(100% - 100px);
}

.card-autors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
}

.card-autors-list span.author {
	color: #003e90;
}

.card-autors-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 8px;
}

.card-autors-list li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #737783;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
}

.card-autors-list li:first-child {
	padding-right: 0;
	color: #737783;
}

.card-autors-list li:first-child:after {
	display: none;
}

.card-autors-list li:last-child {
	padding-right: 0;
}

.card-autors-list li:last-child:after {
	display: none;
}

.recommendation-box .box {
	width: 100%;
}

.recommendation-box .box-odd {
	background-color: #fff;
}

.recommendation-box .box-odd:before {
	content: '';
	position: relative;
}

/*----------------- END recommendation SECTION -------------------*/

/*----------------- START lawyers SECTION -------------------*/

.lawyers-section {
	padding: 40px 0;
}

.lawyers-section .slider-for {
	text-align: center;
	font-family: "Source Serif Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 18px;
	color: #737783;
	margin-bottom: 44px;
}

.lawyers-section .slider-nav-item {
	text-align: center;
	width: 160px;
	padding: 0 5px;
}

.lawyers-section .slider-nav-item .image-holder {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 30px;
	background: #f7f9fb 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}
/*
.lawyers-section .slider-nav-item .image-holder:before {
	content: "\e90f";
	font: 16px/1 "icomoon";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 118px;
	right: 10px;
	background: #0077b5;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
*/
.lawyers-section .slider-nav-item .text-holder {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.lawyers-section .slider-nav-item .lawyer-name {
	display: block;
	margin-bottom: 40px;
}

.lawyers-section .slider-nav-item .btn {
	display: block;
	min-width: 120px;
}

.lawyers-section .slider-nav .slick-center .image-holder:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.lawyers-section .slider-nav .slick-center .text-holder {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 120px;
}

/*----------------- END lawyers SECTION -------------------*/

/*----------------- START article SECTION -------------------*/

.article-section {
	background: #5babf4 50% 50% no-repeat;
	background-size: cover;
	padding: 40px 0;
	font-weight: 300;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	min-height: 300px;
}

.article-section h5,
.article-section .h5 {
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/*----------------- END article SECTION -------------------*/

/*----------------- START text SECTION -------------------*/

.text-section {
	padding: 40px 0;
}

.list-holder {
	margin-bottom: -10px;
}

.list-holder:not(:last-child) {
	margin-bottom: 20px;
}

.list-holder > * {
	margin-bottom: 10px;
}

.light-bg {
	padding: 6px 9px 5px 0;
	margin-right: 29px;
	font-size: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.light-bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 99999px;
	z-index: -1;
	background: #f7f9fb;
}

.light-bg time {
	float: left;
	font-size: 12px;
	padding-right: 20px;
}

.light-bg .card-autors-list {
	padding: 0;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}

.text-section.has-decor .light-bg:before {
	background: #fff;
}

.default-autors-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.default-autors-list:not(:last-child) {
	margin-bottom: 24px;
}

.default-autors-list .list-signature {
	padding-right: 0;
}

.default-autors-list .list-signature:after {
	display: none;
}

.default-autors-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 7px;
}

.default-autors-list li:last-child {
	padding-right: 0;
}

.default-autors-list li:last-child:after {
	display: none;
}

.default-autors-list li:after {
	content: ",";
	position: absolute;
	bottom: 0;
	right: 2px;
}

.default-autors-list li a {
	text-decoration: none;
}

a.more {
	margin-left: 15px;
	cursor: pointer;
}



/*----------------- END text SECTION -------------------*/

/*----------------- START gray SECTION -------------------*/

.gray-section,
.blockquote-overlay {
	color: #f7f9fb;
	padding: 40px 0;
	text-align: center;
	position: relative;
}

.gray-section .gray-bg-box {
	background: #737783 50% 50% no-repeat;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.gray-section.blockquote-overlay {
	margin: 15px -9999rem;
	padding-left: 9999rem !important;
	padding-right: 9999rem !important;
	background-image: url(/images/gray-bg.jpg);
	background-position-x: -29rem;
	background-position-y: 0;
	background-size: auto;
}

.gray-section strong,
.blockquote-overlay strong {
	color: #e6a75c;
}

/*----------------- END gray SECTION -------------------*/

/*----------------- START gallery box -------------------*/

.gallery-box {
	margin: 0 -15px;
	padding: 38px 0 50px 0;
}

.gallery-box .slick-dots {
	padding: 0 15px;
	text-align: center;
}

.gallery-box .slick-dots li {
	margin-right: 10px;
}

.gallery-box .slick-dots li:last-child {
	margin-right: 0;
}

.gallery-box .slick-dots button {
	width: 30px;
	height: 30px;
	background: transparent;
	border: 1px solid #003e90;
	opacity: .6;
	color: #003e90;
	font-size: 12px;
	vertical-align: top;
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

.gallery-box .slick-dots button:hover {
	opacity: 1;
	border: 1px solid #24bfa6;
	color: #24bfa6;
}

.gallery-box .slick-dots .slick-active button {
	opacity: 1;
	background: #003e90;
	color: #fff;
}

.gallery-box .slick-dots .slick-active button:hover {
	opacity: 1;
	border: 1px solid #003e90;
	color: #fff;
}

.gallery-item {
	display: block !important;
	padding: 0 15px 30px;
}

.gallery-item .image-holder {
	display: block;
	outline: none;
	position: relative;
}

.gallery-item .image-holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #24bfa6;
	opacity: .6;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.gallery-item .image-holder:after {
	content: "\e910";
	font: 58px/1 "icomoon";
	position: absolute;
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.gallery-item .image-holder img {
	display: block;
	width: 100%;
}

.gallery-item .image-holder:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-item .image-holder:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*----------------- END gallery box -------------------*/

/*----------------- START cybercrime SECTION -------------------*/

.cybercrime-section .row-2 {
	margin-bottom: -19px;
}

.cybercrime-section .row-2 > * {
	margin-bottom: 19px;
}

.cybercrime-section .card-item-text {
	padding: 19px 19px 11px;
}

.cybercrime-section .card-item-text h4,
.cybercrime-section .card-item-text .h4 {
	margin-bottom: 0;
}

.cybercrime-section .card-item-text p {
	margin-bottom: 15px;
	line-height: 1.286;
}

/*----------------- END cybercrime SECTION -------------------*/

/*----------------- START contact-form SECTION -------------------*/

.contact-form-section {
	padding: 40px 0;
}

.contact-form-box {
	background: #003e90;
	padding: 20px;
	margin-bottom: 16px;
	font-size: 14px;
}

.contact-form-box .row-2 {
	margin-bottom: 0;
}

.contact-form-box .row-2 > * {
	width: 100%;
	margin-bottom: 10px;
}

.contact-form-box textarea {
	margin-bottom: 20px;
}

.contact-form-box .jcf-checkbox,
.contact-form-box input:not([type="submit"]) {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.contact-form-box label,
.contact-form-box input[type="checkbox"] {
	cursor: pointer;
}

.contact-form-box .checkbox-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 10px;
}

.contact-form-box .checkbox-label small {
	display: inline-block;
	vertical-align: baseline;
	font-size: 10px;
	opacity: .6;
	padding-left: 5px;
}

.contact-form-box .checkbox-label small span {
	color: #24bfa6;
}

.contact-form-box .between-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-form-box .form-control {
	width: 100%;
}

.has-error input,
.has-error select,
.has-error textarea {
	border: 1px solid yellow;
}

.has-error .error {
	color: yellow;
}

.error-textarea {
	position: relative;
	top: -20px
}

.between-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -25px;
}

.between-box > * {
	margin-bottom: 25px;
}

.small-text {
	font-size: 12px;
	line-height: 1.3;
	color: #737783;
	text-align: center;
}

/*----------------- END contact-form SECTION -------------------*/

/*----------------- START footer SECTION -------------------*/

.footer {
	padding: 37px 0 33px;
	background: #2a2a2a;
	position: relative;
}

.footer:before,
.footer:after {
	content: url("../images/footer-column.svg");
	position: absolute;
	top: 50%;
	opacity: .2;
	margin-top: -50px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.footer:before {
	left: -23px;
}

.footer:after {
	right: -23px;
}

.footer .between-box:last-child {
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-top: 15px;
	margin-top: 16px;
}

.footer .link-description {
	margin-bottom: 3px;
}

.footer .social-list li:not(:last-child) {
	padding-right: 7px;
}

.footer .social-list li a {
	width: 44px;
	height: 44px;
}

.footer .social-list li a:before {
	font-size: 22px;
	color: #fff;
}

.footer .helper-box {
	width: 100%;
	padding-right: 60px;
	position: relative;
}

.footer .helper-box .to-top {
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 1;
}

.footer .to-top {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer .to-top:hover {
	color: #24bfa6;
}

.footer .to-top:before {
	content: "\e901";
	font: 13px/1 "icomoon";
	display: block;
	margin-bottom: 4px;
	text-align: center;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.footer .info-list {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer .info-list > * {
	width: 50%;
}

.footer .info-list > *:not(:last-child) {
	padding-right: 20px;
}

.footer .info-list a {
	color: #fff;
	font-size: 24px;
}

.footer .info-list address a {
	font-size: 14px;
}

.footer address {
	font-size: 12px;
	color: #fff;
	line-height: 1.3;
}

.footer address a {
	color: #24bfa6;
}

.privacy-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.privacy-list li {
	display: inline-block;
	vertical-align: top;
}

.privacy-list li:not(:last-child) {
	margin-right: 10px;
}

.privacy-list li a {
	color: #24bfa6;
}

.privacy-list li a:hover {
	text-decoration: underline;
}

/*----------------- END footer SECTION -------------------*/

@media (min-width: 480px) {
	.jcf-checkbox {
		margin-right: 10px;
	}

	.btn {
		width: auto;
	}

	.hero-section h1,
	.hero-section .h1,
	.hero-section h2,
	.hero-section .h2 {
		font-size: 51px;
	}

	.contact-form-box .row-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-form-box .row-2 > * {
		width: calc(50% - 5px);
	}

	.contact-form-box .checkbox-label {
		font-size: 14px;
	}

	.contact-form-box .checkbox-label small {
		padding-left: 9px;
	}
	
	.lawyers-section .slider-nav-item .image-holder {
	    width: 160px;
		height: 160px;
	}
	
	.lawyers-section .slider-nav-item .btn {
		min-width: 160px;
	}
	
	.lawyers-section .slider-nav .slick-center .text-holder {
		width: 160px;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
	}

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

	body {
		font-size: 16px;
	}

	.row-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.row-2 > * {
		width: calc(50% - 15px);
	}

	.subheading {
		font-size: 18px;
	}

	.menu .nav-drop .item-drop .item-drop-box {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.contact-box .item-drop-box {
		right: 41px;
		top: calc(100% - 30px);
	}

	.contact-box .item-drop-box {
		width: 395px;
		margin-top: 15px;
	}

	.contact-box .info-list > * {
		min-width: 33.33%;
	}

	.hero-section h1,
	.hero-section .h1,
	.hero-section h2,
	.hero-section .h2 {
		font-size: 57px;
	}

	.hero-section .slick-dots {
		bottom: 17px;
	}

	.hero-slider-item {
		min-height: 540px;
		padding: 50px 0;
	}

	.associate-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.associate-section .container .text-holder {
		margin-bottom: 0;
	}

	.associate-section .container .text-holder {
		font-size: 18px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.twitter-box {
		margin: 0 0 0 70px;
		width: 32%;
	}

	.card-item .image-holder {
		padding: 25px;
	}

	.card-item .card-item-text {
		padding: 30px 30px 26px;
	}

	.article-section {
		min-height: 400px;
	}

	.list-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.privacy-list li:not(:last-child) {
		margin-right: 17px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		line-height: 1.25;
		font-size: 48px;
	}

	body {
		font-size: 20px;
		line-height: 1.5;
	}

	.row-2 > * {
		margin-bottom: 30px;
	}

	.ol {
		padding: 0 0 0 20px;
	}

	.ol li {
		padding-left: 6px;
	}

	.ul li {
		padding-left: 26px;
	}

	.header {
		padding: 19px 95px 15px 30px;
	}

	.menu {
		padding: 10px 0 0 0;
	}

	.menu .nav-opener {
		display: none;
	}

	.menu .nav-drop {
		max-height: 4000px;
		overflow: visible;
		position: static;
		-webkit-transition: none;
		transition: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.menu .nav-drop > .drop-wrapper {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
	}

	.menu .nav-drop > .drop-wrapper > ul {
		padding: 0;
		margin: 0 -15px;
	}

	.menu .nav-drop > .drop-wrapper > ul > li {
		float: left;
	}

	.menu .nav-drop > .drop-wrapper > ul > li > a {
		display: block;
		padding: 7px 15px 19px;
	}

	.item-drop.hover .item-drop-box {
		opacity: 1;
		visibility: visible;
	}

	.item-drop > a:before {
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.item-drop-box {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.item-drop-box {
		padding: 30px 30px 17px;
		margin: 8px 0 0 0;
		box-shadow: 0 10px 10px rgba(42, 42, 42, .3);
		border: 1px solid #f0f2f5;
	}

	.item-drop-box:before,
	.item-drop-box:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 11px 11px 11px;
		position: absolute;
		bottom: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.item-drop-box:before {
		border-color: transparent transparent #f0f2f5 transparent;
	}

	.item-drop-box:after {
		border-color: transparent transparent #fff transparent;
		margin-bottom: -2px;
	}

	.contact-box {
		margin-left: 20px;
	}

	.contact-box .bg-orange {
		min-width: 110px;
	}

	.search-box {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	.search-box .slide-box {
		position: absolute;
		top: 100%;
		right: 0;
		width: 400px;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
	}

	.search-box .slide-box:before {
		bottom: 10px;
	}

	.search-box input[type="search"] {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	.search-box .click-target {
		display: block;
		cursor: pointer;
		text-decoration: none;
		position: absolute;
		top: 50%;
		right: 50px;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #f7f9fb;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.search-box .click-target:before {
		content: "\e900";
		font: 16px/1 "icomoon";
		color: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
	}

	.search-box .click-target:hover:before {
		color: #2a2a2a;
	}

	.search-box.click-active .slide-box {
		height: 50px;
	}

	.hero-section h1,
	.hero-section .h1,
	.hero-section h2,
	.hero-section .h2 {
		font-size: 65px;
	}

	.hero-section .slick-arrow {
		display: block !important;
	}

	.hero-section .slick-prev {
		left: 0;
	}

	.hero-section .slick-next {
		right: 0;
	}

	.associate-section {
		padding: 80px 0 72px;
	}

	.associate-section .container .text-holder {
		line-height: 1.46;
	}

	.associate-section .container .text-holder p {
		margin-bottom: 51px;
	}

	.associate-section.category-summary {
		padding-bottom: 0;
	}

	.recommendation-section,
	.cybercrime-section {
		padding: 56px 0 128px;
	}

	.lawyers-section {
		padding: 86px 0 98px;
	}

	.article-section {
		padding: 80px 0;
	}

	.text-section {
		padding: 60px 0 40px;
	}

	.text-section h2 {
		line-height: 1.25;
	}

	.text-section h3 {
		line-height: 1.3;
	}

	.text-section.box-without-padding {
		padding-top: 0;
	}

	.text-section.has-decor {
		padding-bottom: 104px;
	}

	.list-holder:not(:last-child) {
		margin-bottom: 31px;
	}

	.gray-section {
		font-size: 24px;
		padding: 90px 0;
	}

	.gallery-box {
		padding-bottom: 50px;
	}

	.gallery-box .slick-dots {
		padding-top: 10px;
	}

	.contact-form-section {
		padding: 66px 0 68px;
	}

	.footer .helper-box {
		width: 240px;
	}

	.footer .info-list > * {
		width: auto;
		min-width: 90px;
	}

	.footer .info-list > *:not(:last-child) {
		padding-right: 40px;
	}

	.footer .info-list address {
		max-width: 145px;
	}
}

@media (min-width: 1200px) {
	.logo-box {
		margin-right: 20px;
		max-width: none;
	}

	.hero-section .slick-prev {
		left: 45px;
	}

	.hero-section .slick-next {
		right: 45px;
	}

	.contact-form-box {
		padding: 40px 30px 30px;
	}
}

@media (max-width: 1023px) {
	br {
		display: none;
	}

	.item-drop > a {
		padding-right: 15px !important;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.pagination-holder {
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;}
.pagination-holder ul {
	margin: auto;
	list-style: none; }
.pagination-holder ul li {
	display: inline; }
.pagination-holder ul li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 6px;
	border: 1px solid #003e90;
	text-decoration: none;
	color: #003e90;
	font-weight: normal;
	line-height: 30px; }
.pagination-holder ul li a:hover, .pagination-holder ul li a:active {
	border: 1px solid #003e90;
	background-color: #003e90;
	color: #fff; }
.pagination-holder ul li.active a {
	border: 1px solid #003e90;
	font-weight: bold;
	background-color: #003e90;
	color: #fff; }
.pagination-holder ul li.current a {
	border: 1px solid #003e90;
	font-weight: bold;
	background-color: #003e90;
	color: #fff; }
.pagination-holder ul li.disabled a {
	border: 1px solid #9ea0a6;
	color: #9ea0a6; }

