@charset "utf-8";

/*! 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.
 */

/* 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;
}

ul { -webkit-padding-start: 0px;}

.video {
  position: relative;
  top: -7px;
  width: 100%;
  z-index: -20;
  margin-left: 0%;
}

@font-face {
	font-family: "Source_Sans_Pro";
	src: url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Source_Sans_Pro";
	src: url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-light-webfont.woff") format("woff"), url("../fonts/raleway-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Playfair_Display";
	src: url("../fonts/playfairdisplay-regular-webfont.woff") format("woff"), url("../fonts/playfairdisplay-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Playfair_Display";
	src: url("../fonts/playfairdisplay-bold-webfont.woff") format("woff"), url("../fonts/playfairdisplay-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?ggqlns");
	src: url("../fonts/icomoon.eot?ggqlns#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ggqlns") format("truetype"), url("../fonts/icomoon.woff?ggqlns") format("woff"), url("../fonts/icomoon.svg?ggqlns#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-manage:before {
	content: "\e903";
}

.icon-arrow-more:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-folder:before {
	content: "\e902";
}

.icon-papers:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.header-info,
.menu,
.drop-menu .list-drop,
.list-of-services,
.social-networks,
.services-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
#header .container:after,
.nav-header:after {
	content: "";
	display: inline;
	clear: none;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 10000px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	background: #fff;
	font: 15px/1.5 "Source_Sans_Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	margin-right: -100px;
	margin-left: -100px;
	margin-bottom: 0px;
	min-width: 320px;
}

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: "Playfair_Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 500;
	margin: 0 0 .5em;
	color: #1f3942;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3,h4,
.h4 {
	font-family: "Raleway", "Playfair_Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 500;
	margin: 0 0 .5em;
	color: #1f3942;
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 0; 
	box-sizing: border-box;
	border: 1px solid #979797;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #4990e2;
}

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: #bbb;
}

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: #bbb;
}

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: #bbb;
}

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: #bbb;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #bbb;
}

select {
	border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

body.nav-active {
	height: 100vh;
	overflow: hidden;
}

#header {
	position: relative;
	padding: 0;
}

.logo {
	position: absolute;
	top: 30px;
	width: auto;
	margin: 0 10px 10px 7px;
	z-index: 100;
}

.logo a {
	display: block;
}

.header-info {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-ordinal-group: 3;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-webkit-order: 2;
	-ms-flex-align: center;
	-ms-flex-order: 2;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	justify-content: space-between;
	margin: 0;
	position: relative;
	text-align: right;
	width: auto;
	z-index: 10;
}

.header-info li {
	padding: 0;
}

.header-info li:first-child {
	padding-left: 12px;
}

.header-info a {
	text-decoration: none;
	line-height: 1;
}

.header-info .lang {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #f5f5f5;
	border: 1px solid #3d5e67;
	border-radius: 50%;
	color: #3d5e67;
	display: block;
	font-size: 13px;
	height: 19px;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
}

.header-info .en_toggle .lang  {
		line-height: 1.35;
}

.header-info .language-btn {
	width: 41px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.header-info .language-btn:hover {
	background: #cfcfcf;
}

.header-wrapp {
	position: relative;
	z-index: 50;
}

.drop {
	-webkit-transition: height .3s linear;
	background: transparent;
	border: 1px solid #f5f5f5;
	float: left;
	height: auto;
	left: auto;
	margin: 0;
	opacity: 1;
	overflow: visible;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	right: auto;
	top: 0;
	transition: height .3s linear;
	visibility: visible;
	width: 100%;
	z-index: 10;
}

.drop > ul {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.drop-menu li {
	margin: 0;
	line-height: 1;
}

.drop-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.nav-active .drop {
	height: auto;
}

.nav-opener {
	width: 41px;
	height: 40px;
	background: transparent;
	position: relative;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	padding: 5px;
	margin: 0;
	display: none;
}

.nav-opener:hover {
	background: #f5f5f5;
}

.nav-opener:focus {
	outline: none;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 47%;
	left: 20%;
	right: 20%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	position: absolute;
	top: 46%;
	left: 20%;
	right: 20%;
	height: 4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: #2d4b54;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 26%;
}

.nav-opener:after {
	top: 65%;
}

#nav .menu {
	font-size: 15px;
}

#nav .menu > li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	width: calc(100%/6);
	text-align: center;
}

#nav .menu > li > a {
	color: #000;
	padding-top: 14px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
}

#nav .menu > li:hover > a,
#nav .menu > li.active > a {
	color: #009bde;
}

#nav .menu > li.hover .drop-menu {
	max-height: 1000px;
}

#nav .menu a {
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	border-bottom: 2px solid transparent;
}

#nav .drop-menu {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	max-height: 0;
	overflow: hidden;
	background: #f5f5f5;
	text-transform: none;
}

#nav .drop-menu li {
	display: block !important;
	position: relative;
	border-top: 2px solid #878787;
}

#nav .drop-menu a {
	color: #878787;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

#nav .drop-menu a:hover {
	color: #000;
}

.list-of-services {
	-webkit-box-align: stretch;
	-webkit-box-pack: end;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-end;
	-ms-flex-align: stretch;
	-ms-flex-pack: end;
	align-items: stretch;
	border-top: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
}

.list-of-services:before,
.list-of-services:after {
	content: "";
	position: absolute;
	top: -2px;
	height: 2px;
	background: #f5f5f5;
	display: none;
}

.list-of-services:before {
	left: -999999px;
	right: 100%;
}

.list-of-services:after {
	left: 100%;
	right: -999999px;
}

.list-of-services li {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-webkit-transition: all .3s linear;
	-ms-flex-positive: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 0;
	min-height: 87px;
	padding: 0;
	text-align: center;
	transition: all .3s linear;
	width: 100px;
}

.list-of-services li:hover {
	margin: 0 0 -10px;
}

.list-of-services li:hover a {
	padding: 15px 13px 26px;
}

.list-of-services li:first-child a {
	position: relative;
}

.list-of-services li:first-child a:before {
	background: #009bde;
	bottom: -2px;
	content: "";
	display: none;
	height: 2px;
	left: -999999px;
	position: absolute;
	right: 100%;
}

.list-of-services li:last-child a {
	position: relative;
}

.list-of-services li:last-child a:after {
	background: #ae6ebd;
	bottom: -2px;
	content: "";
	display: none;
	height: 2px;
	left: 100%;
	position: absolute;
	right: -99999px;
}

.list-of-services li.yellow a {
	border-bottom: 2px solid #ffd200;
}

.list-of-services li.orange a {
	border-bottom: 2px solid #f79235;
}

.list-of-services li.green a {
	border-bottom: 2px solid #a0d258;
}

.list-of-services li.purple a {
	border-bottom: 2px solid #ae6ebd;
}

.list-of-services li > a {
	-webkit-align-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-transition: padding-bottom .3s linear;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	align-content: center;
	border-bottom: 2px solid #009bde;
	border-left: .5px solid #f5f5f5;
	border-right: .5px solid #f5f5f5;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	justify-content: center;
	padding: 15px 13px 16px;
	text-decoration: none;
	transition: padding-bottom .3s linear;
	width: 100%;
}

.list-of-services li > a span {
	display: block;
}

.nav-header {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 20px 0 0;
}

.nav-header .btn-search {
	-webkit-transition: background .2s linear;
	background: #0795d6;
	border: 1px solid #0685bd;
	display: inline-block;
	height: 41px;
	position: relative;
	transition: background .2s linear;
	vertical-align: middle;
	width: 59px;
}

.nav-header .btn-search:hover {
	background: #2cbfff;
	border-color: #2cbfff;
}

.nav-header .btn-search .icon-search {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: color .3s linear;
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	display: block;
	font-size: 16px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: color .3s linear;
	top: 50%;
}

#footer {
	background: #1f3942;
	padding: 42px 0;
	text-align: left;
}
/* Original default S. Orr 
.footer-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #1f3942;
	padding: 42px 0;
	text-align: left;

} 
*/
.footer-info {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-justify-content: space-between;
	align-items: center;
	background: #1f3942;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1;
	padding: 42px 0;
	text-align: left;
}

.social-networks {
	margin: 0;
	width: 17%;
	text-align: center;
}


.social-networks li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
}

.social-networks a {
	text-decoration: none;
	color: #a6b1b4;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.social-networks a:hover {
	color: #fff;
}

.social-networks .icon-twitter {
	font-size: 25px;
}

.social-networks .icon-facebook {
	font-size: 20px;
}

.social-networks .icon-linkedin {
	font-size: 22px;
}

.social-networks .icon-instagram {
	font-size: 22px;
}

.name {
display: block;
margin: 0;
margin-left: auto;
margin-right: auto;	
}

.name a {
	color: #dbdbdb;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.name a:hover {
	color: #fff;
}

.list-footer {
	width: 45%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-footer li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 8px;
	position: relative;
}

.list-footer li:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	bottom: 2px;
	width: 1px;
	background: #dbdbdb;
}

.list-footer li:last-child:after {
	display: none;
}

.list-footer a {
	color: #dbdbdb;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.list-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.designed {
	color: #dbdbdb;
	font-size: 14px;
	line-height: 1.3;
	display: block;
	width: 16%;
	text-align: right;
	padding-right: 42px;
	
}

.designed a {
	color: #dbdbdb;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.designed a:hover {
	color: #fff;
	text-decoration: none;
}

.visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
	min-height: 100px;
	margin: -60px 0 0;
	z-index: 5;
	pointer-events: none;
	text-align: center;
}

.description-section {
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	padding-top: 0px;
}

.description-section h1 {
	color: #1f3942;
	font-size: 50px;
	line-height: 1.15;
	font-weight: normal;
	margin: 0 0 26px;
	/*Scott O width was 35% */
	width: 100%;
}

.inner-main .description-section h1 {
	color: #1f3942;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 24px;

}

.inner-main .description-section .text-section {
	max-width: 100%;
}

.inner-main .btn-wrapper {
	padding: 0;
}

.inner-main .btn-wrapper .btn-section {
	min-width: 237px;
}

.description-section h1 br {
	display: block;
}

.description-section h2 {
	font-family: "OpenSans","Times New Roman", "Times", "Baskerville", "Georgia", serif;
	width: 50%;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 22px;
}

.description-section p {
	font-size: 16px;
	/*Scott O width was 60% */
	width: 100%;
	margin: 0 0 10px;
}

.description-section.section-other .text-section h2 {
	margin: 0 0 30px;
}


.description-section .text-section {
	font-weight: 300;
	z-index: 20;
	max-width: 100%;
	line-height: 1.5;
	position: relative;
}

.description-section .text-section .text-wrap {
	overflow: hidden;
	padding: 40px 61px 0 33px;
	/* background: #fff; removed since there is already a background Scott */
	/* Gradient removed S.Orr*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+35&0+0,1+36 */
	/*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.06) 2%, rgba(255,255,255,0.97) 35%, rgba(255,255,255,1) 36%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.06) 2%,rgba(255,255,255,0.97) 35%,rgba(255,255,255,1) 36%);*/ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.06) 2%,rgba(255,255,255,0.97) 35%,rgba(255,255,255,1) 36%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */
}
.description-section.section-other .img-hold {
		margin: 0; 
		float: relative;
		width: 100%;
		padding: 0 0 0 1px;
	}

.inner-text-section-rightcol .text-section .text-wrap {
	background: none;	
	overflow: hidden;
	padding-top: 50px;
	min-height: 1100px;
} 

.description-section.section-other {
	margin: 0;
	padding: 145px 0 25px;
}

.description-section.section-other p {
	margin: 0 0 31px;
}

.description-section.section-other .btn-section {
	background: #f79235;
	min-width: 408px;
}

.description-section.section-other .btn-section:hover {
	background: #d76b09;
}

.inner-main .description-section .btn-section {
	background: #f79235;
}

.inner-main .description-section .btn-section:hover {
	background: #d76b09;
}

.description-section.section-other .text-section {
	background: #fff;
	padding: 65px 55px 0;
	margin: 103px 0 0 -127px;
	max-width: 100%;
}

.description-section.section-other .btn-wrapper {
	padding: 5px 0 20px;
}

.description-section .title-blue a:hover {
	background: #248fc3;
}

.description-section .title-green a:hover {
	background: #95b86b;
}

.description-section .title-orange a:hover {
	background: #eb8b40;	
}

.section-client {
	padding-right: 4px;
	padding-left: 5px;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	padding-top: 0px;
}

.section-client.section-other {
	margin: 0;
	padding: 145px 0 25px;
}
.section-client.section-other .img-hold {
	margin: 0; 
	float: relative;
	width: 100%;
	padding: 0 0 0 1px;
}
.section-client .text-block  {
	justify-content: center;
  	text-align: center;
	margin-left: 35%;
}
.section-client .text-section .text-wrap {
	overflow: hidden;
	padding: 40px 61px 0 33px;
}

.section-client h1 {
	position: relative;
  	top: 5%;
	text-align: center;
	width: 100%;
}

.section-main {
	padding-right: 4px;
	padding-left: 5px;
	padding-bottom: 0px;
	position: relative;
	z-index: 30;
	padding-top: 0px;
	display: inline-block;
	width:100;
}

.img-hold {
	margin-top: 0px;
	margin-right: 7px;
	margin-left: 0;
	margin-bottom: 0px;
	width: 100%;
	z-index: -20;
	position: relative;
	float: left;
}


.img-hold img {
	width: 100%;
	vertical-align: top;
	position: relative;
}

.btn-wrapper {
	-ms-transform: none;
	-webkit-transform: none;
	bottom: auto;
	left: auto;
	margin: 0;
	margin-top: 10px;
	padding: 0 33px;
	position: relative;
	text-align: left;
	transform: none;
}

.btn-wrapper .btn-section {
	-webkit-transition: background .2s linear;
	background: #268ec3;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	/* display: block; removed by Scott already has a display */
	min-width: 407px;
	padding: 29px 23px 26px;
	transition: background .2s linear;
	vertical-align: top;
}

.btn-wrapper .btn-section:hover {
	background: #606161;
}

.section-blocks {
	background: #2d545d;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
}

.section-holder {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0px;
	margin-right: -14px;
	margin-left: 0;
	margin-bottom: 0;
}


.block {
	-ms-flex-direction: column;
	-ms-flex-flow: column wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-webkit-flex-flow: column wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-flow: column wrap;
	margin: 0 0 45px;
	padding-left: 45px;
	position: relative;
	width: 33.3%;
	padding-right: 45px;
}

.block:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: 143px;
	width: 1px;
}

.block:last-child {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 45px;
}

.block:last-child:after {
	display: none;
}

.image-block {
	text-align: center;
	margin: 0 0 43px;
	min-height: 110px;
}

.image-block a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.image-block a:hover {
	color: #ae6ebd;
	cursor: pointer;
}

.image-block .icon-manage {
	font-size: 110px;
}

.image-block .icon-papers {
	font-size: 105px;
}

.image-block .icon-folder {
	font-size: 82px;
}

.text-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0;
}

.text-block .title {
	display: block;
	margin: 0 0 58px;
}

.text-block .img-block-hold {
	width: 30%;
	height: 30%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-block .title a {
	text-decoration: none;
	display: inline;
	color: #fff;
	font-family: "Raleway", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.text-block .title a:hover {
	color: #ae6ebd;
}

.text-block .title.title-documents {
	margin-right: -30px;
}

.list-block {
	color: #030303;
	font-family: "Source_Sans_Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.list-block li {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding: 0 0 15px 18px;
	position: relative;
}

.list-block li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}

.btn-hold {
	text-align: center;
}

.btn-block {
	-webkit-transition: background .2s linear;
	border-radius: 0.5em;
	color: #fff;
	display: inline-block;
	font-family: "Raleway", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 14px;
	font-weight: 700;
	min-height: 59px;
	min-width: 258px;
	padding: 19px 23px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s linear;
	vertical-align: top;
	width: auto;
}

.btn-block-blue {
	background: #268ec3;
}
.btn-block-blue:hover {
	background: #606161;
}
.btn-block-green {
	background: #aad06a;
}
.btn-block-green:hover {
	background: #606161;
}
.btn-block-orange {
	background: #eb964a;
}
.btn-block-orange:hover {
	background: #606161;
}

.services-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.services-list li {
	-webkit-flex-wrap: wrap;
	-webkit-transition: all .3s linear;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0;
	transition: all .3s linear;
	width: 20%;
}

.services-list li:hover {
	margin: -12px 0 0;
}

.services-list li:hover a {
	padding: 17px 40px 36px;
}

.services-list li:last-child,
.services-list li:nth-last-child(2) {
	background: #fff;
	position: relative;
	width: 20%;
	z-index: 20;
}

.services-list li:last-child:hover,
.services-list li:nth-last-child(2):hover {
	margin: -12px 0 0;
}

.services-list li:last-child:hover a,
.services-list li:nth-last-child(2):hover a {
	padding: 17px 40px 36px;
}

.services-list li:last-child a,
.services-list li:nth-last-child(2) a {
	padding: 5px 40px 36px;
}


.services-list-last-child li:last-child:hover a,
.services-list-last-child li:nth-last-child(2):hover a{
	padding: 19px 100px 25px;
}

.services-list li:last-child .info-service,
.services-list li:nth-last-child(2) .info-service {
	margin: 0 0 5px;
}

.services-list li.blue-item a {
	border-top: 6px solid #009bde;
}

.services-list li.blue-item:hover a {
	border-top: 6px solid #606161;
}

.services-list li.blue-item .circle {
	border-color: #009bde;
}

.services-list li.blue-item .circle i {
	color: #009bde;
}

.services-list li.yellow-item a {
	border-top: 6px solid #ffd200;
}

.services-list li.yellow-item:hover a {
	border-top: 6px solid #606161;
}

.services-list li.yellow-item .circle {
	border-color: #ffd200;
}

.services-list li.yellow-item .circle i {
	color: #ffd200;
}

.services-list li.orange-item a {
	border-top: 6px solid #f79235;
}

.services-list li.orange-item:hover a {
	border-top: 6px solid #606161;
}

.services-list li.orange-item .circle {
	border-color: #f79235;
}

.services-list li.orange-item .circle i {
	color: #f79235;
}

.services-list li.green-item a {
	border-top: 6px solid #a0d258;
}

.services-list li.green-item:hover a {
	border-top: 6px solid #606161;
}

.services-list li.green-item .circle {
	border-color: #a0d258;
}

.services-list li.green-item .circle i {
	color: #a0d258;
}

.services-list li.purple-item a {
	border-top: 6px solid #ae6ebd;
}

.services-list li.purple-item:hover a {
	border-top: 6px solid #606161;
}

.services-list li.purple-item .circle {
	border-color: #ae6ebd;
}

.services-list li.purple-item .circle i {
	color: #ae6ebd;
}

.services-list a {
	-webkit-align-content: flex-end;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-webkit-transition: padding-top .3s linear;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-line-pack: end;
	align-items: center;
	align-content: flex-end;
	border-right: .5px solid #d9d9d9;
	border-left: .5px solid #d9d9d9;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 5px 40px 36px;
	text-decoration: none;
	transition: padding-top .3s linear;
	width: 100%;
}

.services-list .info-service {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 18px;
	width: 100%;
}

.services-list .info-service p {
	margin: 0 0 7px;
}

.services-list .title-service {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Raleway", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	height: 115px;
	justify-content: center;
	line-height: 1.5;
	padding: 8px 0;
}

.services-list .circle {
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	display: inline-block;
	height: 40px;
	position: relative;
	vertical-align: top;
	width: 40px;
}

.services-list .circle i {
	position: absolute;
	top: 50%;
	left: 53%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
	line-height: 1;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	overflow: hidden;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;

}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
	border: 1px solid #979797;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	background-color: white;
min-width: 290px;
height: 36px;
color: #4a4a4a;
/*margin-right: 10px; */
margin-bottom: 10px;
width: 50%; 
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #4990e2;
	outline: none;
}

.btn-base {
	border-radius: 0.5em;
	color: #fff;
	display: inline-block;
	font-family: "Raleway", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 20px;
	line-height: 1;
	min-height: 78px;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a:active,
a:hover {
	outline: 2px;
	outline-color: #009bde;
}

.clearboth{
	width: 100%;
	clear: both;
}

/* Class to allow users to make images scalable */
img.swg {
	max-width: 100%;
	height: auto;
}

.text-columns {
	margin-top: 40px;
}

.text-section-leftcol {
	float: left;
	width: 47%;
}

.text-section-rightcol {
	float: right;
	width: 47%;
}

.inner-main-leftcol {
	float: left;
	width: 100%;
	padding-right: 320px;

}

.inner-main-rightcol{
	position: absolute;
	right: 10px;
	float: right;
	width: 267px;
	margin-right: 20px;
	padding-left: 2px;
}

.inner-text-section-rightcol {
	min-height: 1100px;
}

.inner-text-section-rightcol .text-section:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 40px;
    bottom: 0;
    right: 327px;
    border-left: 1px solid #9B9B9B;
	min-height: 1100px;
}

/* Remove Twitter Feed Default Title */
.wellnet-twitter-title {
	position: absolute;
	background: #fff;
	padding-bottom: 20px;
	padding-left: 2px;
}

.twitter-feed-box {
	padding-top: 25px;
}

.wellnet-facebook-title {

	background: #fff;
	padding-bottom: 20px;
	padding-left: 2px;
	margin-top: 25px;
}

.wellnet-linkedin-title {
	background: #fff;
	padding-bottom: 20px;
	padding-left: 2px;
	margin-top: 30px;
}

.search-form {
	vertical-align: top;
	padding: 0;
}

.search-form button {
	font-size: 19px;
	height: 41px;
	width: 60px;
	background-color: #00a5dd;
	color: #fff;
	border: 1px #0096c7 solid;
	border-left: none;
	margin: 0;
	margin-left:-5px;
	padding-bottom: 2px;
}
.search-form .icon-search {
	position: relative;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	top: 4px;
}

.search-form input {
	border: 1px #0096c7 solid;
	border-top: none;
	background-color: #00a5dd;
	border-right: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0px;
	height: 41px;
	margin: 0;
	box-shadow:none;
	margin-top: 7px;
	min-width: 100px !important;
	width: 210px;
}

.search-form input[type="text"]{
	color: #fff;
	padding-top: 8px
}

.header-info .btn-search{
	text-align: center;
}

#search-form-dropdown {
	position: absolute;
	float: right;
	right: 41px;
	margin-top: -8px;
}

.header-info .search-icon-x {
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}

.search-form input[type="text"]::-webkit-input-placeholder{
	color: #fff;
}

.search-form input[type="text"]:-ms-input-placeholder{
	color: #fff;
}

.search-form input[type="text"]::-moz-placeholder{
	color: #fff;
}

.search-form input[type="text"]:-moz-placeholder{
	color: #fff;
}

.main-sub-content{
	position: relative;
	clear: both;
	padding-top: 50px;
}

.text-wrap {
	position: absolute;

}

/* Hide isotope gallery until loaded */
.element .box {
	visibility:hidden;
}

.mm-menu > .mm-navbar {
background: #009bde;
 }

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
	font-family: "Source_Sans_Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

.mm-menu .menu > li {
text-align: left;
	border-bottom: 1px solid #dedede;
}

.mm-menu .mm-listview > li {
	border-bottom: 1px solid #dedede;
}

.mm-menu .menu > li > a {
	color: #616161;
}

.mm-menu .menu > li > a:hover {
	color: #009bde;
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-menu a.mm-next {
	border-left: 1px solid #dedede;
}

#nav-homelink{
	position: absolute;
bottom: 0;
z-index: 1000;
}

.mmenu-home-icon {
position: absolute;
bottom: 0;
z-index: 1000;
}
