/*
Theme Name: OIC-BCI
Author: m5 Marketing Communications
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

.contact-holder .social-holder .social-networks,
#nav ul,
.footer-area .nav-area ul,
.footer-area .social-networks,
.footer-area li ul,
.footer-nav ul,
.services-block .services-info,
.faqs-block .faq-holder,
.faqs-block.add .add-nav ul,
.breadcrumbs,
.content-holder #content .contact-area,
.content-holder .widget.side-nav .aside-accordion,
.content-holder .widget.side-nav .aside-slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-holder .social-holder .social-networks > li,
#nav ul > li,
.footer-area .nav-area ul > li,
.footer-area .social-networks > li,
.footer-area li ul > li,
.footer-nav ul > li,
.services-block .services-info > li,
.faqs-block .faq-holder > li,
.faqs-block.add .add-nav ul > li,
.breadcrumbs > li,
.content-holder #content .contact-area > li,
.content-holder .widget.side-nav .aside-accordion > li,
.content-holder .widget.side-nav .aside-slide ul > li {
	list-style-type: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
.contact-holder:after,
.contact-holder .social-holder:after,
#nav:after,
.footer-holder:after,
.footer-area:after,
#footer:after,
#main:after,
.info-holder:after,
.event-holder:after,
.event-block:after,
.help-block:after,
.faqs-block .faqs-heading:after,
.faqs-block.add .add-nav:after,
#twocolumns:after,
#sidebar:after {
	content: "";
	display: block;
	clear: both;
}

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

.footer-area .logo img,
.content-holder #content .aligncenter img {
	width: 100%;
	display: block;
	height: auto;
}

.logo img,
#sidebar .widget .aligncenter img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

html {
	box-sizing: border-box;
	background: #3a3d3f;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #606060;
	background: #fff;
	font: 18px/1.45 "myriad-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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.45em;
}

blockquote {
	border-left: 4px solid #808080;
	padding-left: .5em;
	margin-left: 1.45em;
}

th,
td {
	border: 1px solid #808080;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

.ltd {
	text-align: left;
	vertical-align: middle;
}

#details { display:none; }

.gpnf-related-entries-link { display:none; }

.gpnf-row-actions { display:none; }

.entry-view-section-break { font-weight:bold; font-size:18px; }

.entry-view-field-name { font-weight:bold; font-size:14px; }
.entry-view-field-value { font-weight:normal; font-size:14px; }


ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

.widget {
	margin-bottom: 1.45em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.45em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.45em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.45em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.45em;
	margin: 0 0 1.45em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.45em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #808080;
	padding: .4em;
	margin-bottom: 1.45em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.45em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.45em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.45em;
}

.mejs-container {
	margin-bottom: 1.45em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #5a2969;
}

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: "FontAwesome";
	src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

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;
	border: 1px solid #808080;
	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: #000;
}

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: #808080;
}

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: #808080;
}

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: #808080;
}

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: #808080;
}

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

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

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

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

.form-active .search-form .row {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.comment-form,
.post-password-form,
.search-form {
	overflow: hidden;
}

.comment-form .row,
.post-password-form .row,
.search-form .row {
	overflow: hidden;
	margin: 0;
	position: relative;
}

.comment-form textarea,
.comment-form input[type="password"],
.comment-form input[type="text"],
.comment-form input[type="search"],
.post-password-form textarea,
.post-password-form input[type="password"],
.post-password-form input[type="text"],
.post-password-form input[type="search"],
.search-form textarea,
.search-form input[type="password"],
.search-form input[type="text"],
.search-form input[type="search"] {
	display: block;
	box-sizing: border-box;
	padding: 10px 40px 7px 20px;
	background: #808080;
	color: #fff;
	outline: none;
	border: none;
	margin: 0;
	text-transform: uppercase;
	box-shadow: none;
	width: 100%;
	height: 44px;
	font: 18px/22px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.comment-form textarea::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.comment-form textarea::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.post-password-form textarea::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.comment-form textarea:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.post-password-form textarea:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #fff;
}

.comment-form textarea:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.comment-form textarea.placeholder,
.comment-form input[type="password"].placeholder,
.comment-form input[type="text"].placeholder,
.comment-form input[type="search"].placeholder,
.post-password-form textarea.placeholder,
.post-password-form input[type="password"].placeholder,
.post-password-form input[type="text"].placeholder,
.post-password-form input[type="search"].placeholder,
.search-form textarea.placeholder,
.search-form input[type="password"].placeholder,
.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #fff;
}

.comment-form button[type="submit"],
.post-password-form button[type="submit"],
.search-form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	margin: 9px 14px 0 0;
	color: #fff;
	background: none;
	border: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.comment-form button[type="submit"]:hover,
.post-password-form button[type="submit"]:hover,
.search-form button[type="submit"]:hover {
	color: #00accb;
}

.widget .search-form input[type="search"],
.widget .search-form input[type="text"] {
	width: 180px;
	margin: 0 15px 0 0;
	height: 38px;
}

#content .post-password-form input[type="password"],
#content .post-password-form input[type="text"],
#content .post-password-form input[type="search"],
#content .search-form input[type="password"],
#content .search-form input[type="text"],
#content .search-form input[type="search"] {
	margin: 0 20px 0 0;
	height: 36px;
	width: 70%;
}

#content .post-password-form input[type="submit"],
#content .search-form input[type="submit"] {
	width: 20%;
}

#content .comment-form-author input[type="text"],
#content .comment-form-author input[type="password"],
#content .comment-form-author input[type="search"],
#content .comment-form-author input[type="email"],
#content .comment-form-author input[type="tel"],
#content .comment-form-author textarea,
#content .comment-form-email input[type="text"],
#content .comment-form-email input[type="password"],
#content .comment-form-email input[type="search"],
#content .comment-form-email input[type="email"],
#content .comment-form-email input[type="tel"],
#content .comment-form-email textarea,
#content .comment-form-url input[type="text"],
#content .comment-form-url input[type="password"],
#content .comment-form-url input[type="search"],
#content .comment-form-url input[type="email"],
#content .comment-form-url input[type="tel"],
#content .comment-form-url textarea,
#content .comment-form-comment input[type="text"],
#content .comment-form-comment input[type="password"],
#content .comment-form-comment input[type="search"],
#content .comment-form-comment input[type="email"],
#content .comment-form-comment input[type="tel"],
#content .comment-form-comment textarea {
	width: 100%;
}

#header {
	position: relative;
	max-width: 1205px;
	margin: 0 auto;
	padding: 47px 20px 20px;
	z-index: 9999;
}

.logo {
	float: left;
	width: 218px;
	margin: 0 10px 0 0;
}

.nav-holder {
	padding: 0;
	position: absolute;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	max-height: 0;
	overflow: hidden;
	top: 100%;
	left: 0;
	right: 0;
}

.contact-holder {
	margin: 0;
}

.contact-holder .tel-holder {
	float: left;
	color: #808080;
	padding: 5px 0 0;
	margin: 0 5px 0 0;
	font-size: 16px;
	line-height: 20px;
}

.contact-holder .tel-holder a {
	text-decoration: none;
	color: #808080;
	font-weight: 600;
}

.contact-holder .social-holder {
	position: relative;
}

.contact-holder .social-holder .form-opener {
	float: right;
	color: #808080;
	font-size: 14px;
	line-height: 28px;
	border: solid #bfbfbf;
	border-width: 0 0 1px 1px;
	padding: 0 0 1px 14px;
}

.contact-holder .social-holder .social-networks {
	font-size: 30px;
	line-height: 32px;
	margin: 0 7px 0 0;
	float: left;
}

.contact-holder .social-holder .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 17px 0 0;
}

.contact-holder .social-holder .social-networks li.twitter a:hover {
	color: #4099ff;
}

.contact-holder .social-holder .social-networks a {
	color: #808080;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-holder .social-holder .social-networks a:hover {
	color: #3b5998;
}

.signup-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #fdffc1;
	color: #606060;
	border: 1px solid #d7dd3b;
	text-decoration: none;
	padding: 5px 15px 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.signup-btn i {
	margin: 0 0 0 2px;
}

.signup-btn:hover {
	background: #d7dd3b;
}

#nav {
	padding: 0;
	font-size: 0;
}

#nav li {
	display: block;
	margin: 0;
	font: 18px/22px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
li.m-placeholder { display: none !important; }

#nav li:last-child .nav-drop {
	left: auto;
	right: 0;
}

#nav li.active {
	position: relative;
}

#nav li.active a {
	background: #5a2969;
	color: #fff;
}

#nav li.active a:before {
	content: "\f053";
}

/*#nav li:nth-child(2).active > a {
	background: #21295f;
	color: #fff;
}

#nav li:nth-child(2) a {
	background: #8a7a8f;
}

#nav li:nth-child(2).hover > a {
	background: #21295f;
	color: #ffffff;
}

#nav li:nth-child(3).active > a {
	background: #0081b5;
	color: #fff;
}

#nav li:nth-child(3) a {
	background: #6a4176;
}

#nav li:nth-child(3).hover > a {
	background: #21295f;
	color: #ffffff;
}

#nav li:nth-child(4).active > a {
	background: #0081b5;
	color: #fff;
}

#nav li:nth-child(4) a {
	background: #7a5b83;
}

#nav li:nth-child(4).hover > a {
	background: #21295f;
	color: #ffffff;
}
*/
#nav li a {
	text-decoration: none;
	padding: 12px 20px 10px;
	color: #5a2969;
	text-transform: uppercase;
	display: block;
	width: auto;
	height: 72px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

#nav li a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

#nav li a:before {
	content: "\f054";
	font-family: "FontAwesome";
	margin: 11px 20px 0 0;
}

#nav li a:hover {
	background: #5a2969;
	color: #fff;
}

#nav .nav-drop {
	position: absolute;
	z-index: 999;
	width: auto;
	text-transform: capitalize;
	left: 100%;
	top: 0;
}

/*#nav .nav-drop ul {
	background: #546fcb;
}*/

#nav .nav-drop li {
	display: block;
	font: 16px/20px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
}

#nav .nav-drop li.btn-back {
	font-size: 18px;
}

#nav .nav-drop li.btn-back a:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	color: #fff;
}

#nav .nav-drop li.active a {
	color: #5a2969;
	background: #fff;
}

#nav .nav-drop li a {
	color: #606060;
	text-transform: capitalize;
	padding: 8px 20px 9px;
	display: block;
	text-align: left;
	height: auto;
	background: rgba(255,255,255,.85);
/*	border-bottom: 1px solid #40a1c8;*/
	margin-bottom: 0px;
}

#nav .nav-drop li a:before {
	color: #80c0da;
	content: "\f054";
}

#nav .nav-drop li a:hover {
	color: #5a2969;
	background: rgba(255,255,255,.9);
}

.nav-opener {
	width: 39px;
	height: 35px;
	display: block;
	float: right;
	background: #808080;
	margin: 107px 0 0;
	position: relative;
	z-index: 1;
	position: relative;
	z-index: 1;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 9px;
	z-index: -1;
	bottom: auto;
	left: 9px;
	right: 9px;
	background: #fff;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	z-index: -1;
	bottom: 9px;
	left: 9px;
	right: 9px;
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	height: 3px;
	z-index: 999;
}

.nav-opener span {
	position: absolute;
	top: 16px;
	height: 3px;
	left: 9px;
	right: 9px;
	background: #fff;
}

.nav-active .nav-holder {
	max-height: 999px;
	overflow: visible;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 8px 0 0;
}

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

.nav-active span {
	display: none;
}

.drop-wrap {
	position: relative;
}

.footer-holder {
	max-width: 1205px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-area {
	padding: 33px 0 27px;
	position: relative;
	z-index: 1;
}

.footer-area:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #ebeced;
}

.footer-area:before {
	border-top: 7px solid #d9dadb;
}

.footer-area .nav-area {
	margin: 0 0 20px;
	overflow: hidden;
}

.footer-area .nav-area ul {
	overflow: hidden;
}

.footer-area .contact-holder .tel-holder {
	display: block;
}

.footer-area .social-networks {
	margin: 0 0 16px;
}

.footer-area .social-networks li {
	font-size: 30px;
	line-height: 34px;
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 0 0;
}

.footer-area .social-networks li.twitter a:hover {
	color: #4099ff;
}

.footer-area .social-networks li a {
	color: #808080;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-area .social-networks li a:hover {
	color: #3b5998;
}

.footer-area li {
	overflow: hidden;
	font: 500 15px/18px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 20px;
}

.footer-area li.blue h3 a {
	color: #5a2969;
}

.footer-area li.green h3 a {
	color: #5a2969;
}

.footer-area li.atlantis h3 a {
	color: #5a2969;
}

.footer-area li h3 {
	font: 700 16px/19px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 6px;
	color: #5a2969;
	text-transform: uppercase;
}

.footer-area li h3 a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-area li h3 a:hover {
	color: #808080;
}

.footer-area li li {
	margin: 0 0 7px;
}

.footer-area li li a {
	word-spacing: 1px;
	color: #606060;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-area li li a:hover {
	color: #00accb;
}

.footer-area .logo {
	display: none;
	position: absolute;
	right: 0;
	bottom: 31px;
	width: 22.2%;
}

#footer {
	padding: 11px 0 13px;
	position: relative;
	z-index: 1;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #3a3d3f;
}

#footer .coyright {
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

#footer .coyright p {
	margin: 0;
}

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

#footer .coyright p a:hover {
	color: #d7dd3b;
}

.footer-nav {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 19px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 0;
	position: relative;
	z-index: 1;
}

.footer-nav li:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: auto;
	left: auto;
	right: 100%;
	background: #a9aaaa;
}

.footer-nav li:before {
	width: 2px;
	height: 15px;
	margin: 4px 6px 0 0;
}

.footer-nav li:first-child:before {
	display: none;
}

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

.footer-nav li a:hover {
	color: #00accb;
}

#main {
	padding: 0;
}

#main.resident .banner:before {
	box-shadow: none;
	background: #00accb url(images/img2.jpg);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
}

#main.resident .banner:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00accb;
	z-index: 1;
	height: auto;
	border-top: 7px solid rgba(0, 0, 0, .1);
}

#main.resident .banner .widget.events-widget {
	z-index: 9990;
}

#main.resident .banner-caption {
	min-height: 63px;
}

#main.resident .banner-caption .caption-holder {
	padding: 8px 0;
}

#main.resident .banner-caption h1 {
	font-size: 30px;
	line-height: 34px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.banner {
	background: #00accb scroll no-repeat 50% 50%/cover;
	padding: 0;
	width: 100%;
	position: relative;
	position: relative;
	z-index: 1;
}

.banner:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.banner:after {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: auto;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
}

.banner:after {
	height: 7px;
}

.banner:before {
/*	box-shadow: 0 -80px 35px rgba(0, 0, 0, .2) inset; */
	z-index: 99;
}

.banner-caption {
	max-width: 1205px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 999;
	min-height: 364px;
	color: #fff;
	white-space: nowrap;
}

.banner-caption .caption-holder {
	display: inline-block;
	white-space: normal;
	vertical-align: bottom;
}

.banner-caption:before {
	content: "";
	vertical-align: bottom;
	display: inline-block;
	min-height: inherit;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.banner-caption h1 {
	font: 700 30px/30px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	margin: 0;
	text-stroke: 1px #444;
  -webkit-text-stroke: 1px #444; /*
  text-shadow: 1px 1px 1px #444; */
}

.banner-caption .caption-holder {
	width: 100%;
	margin: 0;
	font: 500 22px/26px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: 0 0 20px rgba(33,33,33,.44);
	padding: 24px 0;
	word-spacing: -1px;
	overflow: hidden;
}

.banner-caption .caption-holder p {
	margin: 0;
}

.banner-caption .caption-holder p .view-all {
	letter-spacing: 1px;
	vertical-align: middle;
	color: #66cae0;
}

.banner-caption .caption-holder p .view-all:hover {
	color: #c72b2b;
}

.info-holder {
	padding: 27px 20px 35px;
	margin: 0;
	position: relative;
	z-index: 1;
	z-index: 999;
	max-width: 1205px;
	margin: 0 auto;
}

.info-holder:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #ebeced;
}

.info-holder .info-text .txt {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.info-holder .info-text p {
	margin: 0;
}

.info-holder .info-text p a {
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.info-holder .info-text p a i {
	margin: 0 0 0 2px;
}

.info-holder .info-text p a:hover {
	color: #606060;
}

.widget {
	width: 100%;
	width: 280px;
}

.widget h2 {
	font: 700 18px/22px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 -15px 17px;
	padding: 3px 5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #c72b2b;
}

.widget.events-widget {
	float: right;
	padding: 0 14px;
	position: relative;
	background: #fff;
	z-index: 9999;
	margin: -363px 0 0;
	border: 7px solid #d9dadb;
}

.widget.events-widget .view-all {
	margin: -10px 0 0;
}

.view-all {
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.view-all i {
	margin: 0 0 0 3px;
}

.view-all:hover {
	color: #c72b2b;
}

.event-block {
	position: relative;
	padding: 0 0 21px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 22px;
}

.event-block .calendar-icon {
	width: 49px;
	height: 49px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 4px 14px 0 0;
	text-transform: uppercase;
	border: 1px solid #b3b3b3;
}

.event-block .calendar-icon .date-txt {
	display: block;
	color: #606060;
	background: #f5f6f7;
	padding: 2px 0 0;
	font: 700 28px/27px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.event-block .calendar-icon .month-txt {
	color: #fff;
	font: 14px/18px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #c72b2b;
	display: block;
}

.event-block .event-info {
	font-size: 14px;
	line-height: 15px;
	overflow: hidden;
}

.event-block .event-info h3 {
	font: 600 16px/20px "myriad-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	color: #606060;
}

.event-block .event-info h3 a {
	text-decoration: none;
	color: #606060;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.event-block .event-info h3 a:hover {
	color: #c72b2b;
}

.event-block .event-info p {
	margin: 0 0 3px;
}

.event-block .event-info .more {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.event-block .event-info .more:hover {
	color: #c72b2b;
}

.services-block {
	overflow: hidden;
	padding: 40px 10px 10px;
	max-width: 1205px;
	margin: 0 auto;
}

.services-block h2 {
	font: 700 42px/1.15 "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 29px;
	color: #58585A;
	text-align: center;
}

.services-block .services-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
}

.services-block .services-info > li {
	display: block;
	width: 32.3%;
	margin-bottom: 43px;
	padding: 30px 10px;
	color: #fff;
	border-radius: 6px;
}
.services-block .services-info > li:nth-child(1) {
	background: #4E9F9B;
}
.services-block .services-info > li:nth-child(2) {
	background: #0B8181;
}
.services-block .services-info > li:nth-child(3) {
	background: #904F93;
}
.services-block .services-info > li:nth-child(4) {
	background: #5a2969;
}

.services-block .services-info > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
}
.services-block .services-info > li i {
	display: block;
	margin: 0 0 11px;
	font-size: 60px;
	line-height: 1.2;
}
.services-block .services-info .dropdown-menu ul {
	list-style: none;
	padding: 10px 6px;
	border-radius: 4px;
	background: #fff;
}
.services-block .services-info .dropdown-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.services-block .services-info > li:nth-child(1) .dropdown-menu a {
	color: #4E9F9B;;
}
.services-block .services-info > li:nth-child(2) .dropdown-menu a {
	color: #0B8181;
}
.services-block .services-info > li:nth-child(3) .dropdown-menu a {
	color: #904F93;
}
.services-block .services-info > li:nth-child(4) .dropdown-menu a {
	color: #5a2969;
}

.services-block .services-info .dropdown-menu li:hover a {
	opacity: .8;
}


.help-block {
	max-width: 1205px;
	margin: 0 auto 56px;
	padding: 52px 20px 0;
	position: relative;
	z-index: 1;
}

.help-block:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #0c50a0;
}

.faqs-block {
	padding: 0 0 48px;
}

.faqs-block .faqs-heading {
	border-bottom: 1px solid #3570b6;
	padding: 0 20px 18px;
	margin: 0 -20px 8px;
}

.faqs-block .faqs-heading h2 {
	float: left;
	font: 400 32px/30px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	max-width: 615px;
	margin: 0;
	color: #fff;
}

.faqs-block .faqs-heading .view-all {
	text-decoration: none;
	float: right;
	margin: 7px 0 0;
	max-width: 200px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.faqs-block .faqs-heading .view-all i {
	margin: 0 0 0 5px;
}

.faqs-block .faqs-heading .view-all:hover {
	color: #00accb;
}

.faqs-block .faq-holder {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.faqs-block .faq-holder li {
	margin: 0 -20px 8px;
	padding: 0 20px 12px;
	border-bottom: 1px solid #3570b6;
}

.faqs-block .faq-holder a {
	color: #fff;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	padding: 0 40px 0 0;
	position: relative;
}

.faqs-block .faq-holder a:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: auto;
	right: 0;
}

.faqs-block .faq-holder a:before {
	margin: -12px 0 0;
	content: "\f078";
	font-family: "FontAwesome";
}

.faqs-block .faq-holder a:hover {
	color: #d7dd3b;
}

.faqs-block .faq-holder .faq-slide {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding: 15px;
}

.faqs-block.add {
	padding-top: 54px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 63px;
	margin: 0 -20px;
	background: #1da26e;
	position: relative;
	z-index: 1;
	position: static;
}

.faqs-block.add:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: 100%;
	right: -9999px;
	background: #1da26e;
}

.faqs-block.add:before {
	margin: 0 0 0 -30%;
}

.faqs-block.add .faqs-heading {
	border-color: #61be9a;
}

.faqs-block.add .add-nav {
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 20px;
}

.faqs-block.add .add-nav ul:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	margin: -15px 0 -30px -1px;
	background: #61be9a;
	width: 1px;
	z-index: 999;
}

.faqs-block.add .add-nav ul:first-child:after {
	display: none;
}

.faqs-block.add .add-nav li {
	margin: 0 0 7px;
}

.faqs-block.add .add-nav a {
	display: block;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.faqs-block.add .add-nav a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

.faqs-block.add .add-nav a:after {
	content: "\f08e";
	font-family: "FontAwesome";
	margin: 0;
}

.faqs-block.add .add-nav a:hover {
	color: #d7dd3b;
}

.breadcrumbs {
	max-width: 1205px;
	margin: 0 auto;
	font: 14px/18px "myriad-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	z-index: 1;
	padding: 7px 20px 10px;
}

.breadcrumbs:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #ebeced;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	position: relative;
}

.breadcrumbs li:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 100%;
	right: auto;
}

.breadcrumbs li:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 10px;
	margin: 1px 0 0 6px;
}

.breadcrumbs li.current_item:after {
	display: none;
}

.breadcrumbs li.active a {
	font-weight: 700;
}

.breadcrumbs li a {
	text-decoration: none;
	color: #606060;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.breadcrumbs li a:hover {
	color: #00accb;
}

#twocolumns {
	max-width: 1205px;
	margin: 0 auto;
	padding: 36px 20px 5px;
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 10px 0 28px;
}

@media (min-width: 768px) {
	.flex-container .col-2 {
		width: 48.5%;
		margin-bottom: 20px;
	}
}


.content-holder {
	overflow: hidden;
	margin: 0 0 32px;
}

.content-holder #content {
	font-size: 16px;
	line-height: 26px;
}

.content-holder #content h2 {
	font: 32px/32px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px;
}

.content-holder #content .aligncenter {
	margin: 0 0 35px;
}

.content-holder #content p {
	margin: 0 0 27px;
}

.content-holder #content .contact-area li {
	margin: 0 0 7px;
}

.content-holder #content .contact-area a {
	text-decoration: none;
}

.content-holder .aside {
	overflow: hidden;
	width: 25.1%;
	padding: 6px 0 0;
	font-size: 14px;
	line-height: 18px;
}

.content-holder .widget.side-nav {
	width: auto;
	overflow: hidden;
}

.content-holder .widget.side-nav li {
	margin: 0;
	border-bottom: 1px solid #fff;
}

.content-holder .widget.side-nav li.active > a {
	font-weight: 700;
	background: #00accb;
	color: #fff;
}

.content-holder .widget.side-nav li > a {
	color: #606060;
	background: #e3e4e5;
	padding: 7px 15px 9px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
}

.content-holder .widget.side-nav li > a:hover {
	background: #00accb;
	color: #fff;
}

.content-holder .widget.side-nav .aside-slide {
	padding: 8px 15px 5px;
	background: #edf9fb;
}

.content-holder .widget.side-nav .aside-slide li {
	border: none;
	margin: 0 0 8px;
}

.content-holder .widget.side-nav .aside-slide li.active a {
	background: none;
	color: #00accb;
	font-weight: 400;
}

.content-holder .widget.side-nav .aside-slide li a {
	padding: 0;
	background: #edf9fb;
}

.content-holder .widget.side-nav .aside-slide li a:hover {
	color: #00accb;
	font-weight: 400;
	background: none;
}

#content:only-child {
	width: 100%;
}

#content iframe {
	width: 100%;
}

#sidebar .events-widget {
	margin: -106px 0 21px;
}

#sidebar .widget {
	width: auto;
}

#sidebar .widget .aligncenter {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 28px 0;
}

#calendar_wrap {
	width: 100%;
}

#calendar_wrap #wp-calendar {
	width: 100%;
}

#calendar_wrap #wp-calendar th,
#calendar_wrap #wp-calendar td {
	text-align: center;
}

.widget_calendar #prev {
	text-align: left;
}

.page-blue .banner-caption .caption-holder p .view-all {
	color: #0081b5;
}

.page-blue .banner-caption .caption-holder p .view-all:hover {
	color: #c72b2b;
}

.page-blue a {
	color: #0081b5;
}

.page-blue .info-holder .info-text p a {
	color: #0081b5;
}

.page-blue .info-holder .info-text p a:hover {
	color: #606060;
}

.page-blue .services-block .services-info > li i {
	background: #0081b5;
}

.page-blue .event-block .event-info .more {
	color: #0081b5;
}

.page-blue .event-block .event-info .more:hover {
	color: #c72b2b;
}

.page-blue .view-all {
	color: #0081b5;
}

.page-blue .view-all:hover {
	color: #c72b2b;
}

.page-blue #main.resident .banner:after {
	background: #0081b5;
}

.page-blue .content-holder .aside-accordion li.active > a {
	background: #0081b5;
}

.page-blue .content-holder .aside-accordion li > a:hover {
	background: #0081b5;
}

.page-blue .content-holder .aside-accordion .aside-slide li a:hover {
	background: none;
	color: #0081b5;
}

.page-blue .content-holder .aside-accordion .aside-slide li.active a {
	background: none;
	color: #0081b5;
}

.page-blue .breadcrumbs li a:hover {
	color: #0081b5;
}

.page-green a {
	color: #1da26e;
}

.page-green .info-holder .info-text p a {
	color: #1da26e;
}

.page-green .info-holder .info-text p a:hover {
	color: #606060;
}

.page-green .banner-caption .caption-holder p .view-all {
	color: #1da26e;
}

.page-green .banner-caption .caption-holder p .view-all:hover {
	color: #c72b2b;
}

.page-green .services-block .services-info > li i {
	background: #1da26e;
}

.page-green .event-block .event-info .more {
	color: #1da26e;
}

.page-green .event-block .event-info .more:hover {
	color: #c72b2b;
}

.page-green .view-all {
	color: #1da26e;
}

.page-green .view-all:hover {
	color: #c72b2b;
}

.page-green #main.resident .banner:after {
	background: #1da26e;
}

.page-green .content-holder .aside-accordion li.active > a {
	background: #1da26e;
}

.page-green .content-holder .aside-accordion li > a:hover {
	background: #1da26e;
}

.page-green .content-holder .aside-accordion .aside-slide li a:hover {
	background: none;
	color: #1da26e;
}

.page-green .content-holder .aside-accordion .aside-slide li.active a {
	background: none;
	color: #1da26e;
}

.page-green .breadcrumbs li a:hover {
	color: #1da26e;
}

.calendar-drop {
	position: absolute;
	padding: 15px;
	display: none;
	background: #00accb;
	top: 100%;
	left: 0;
	z-index: 999;
	color: #fff;
}

.calendar-drop th,
.calendar-drop td {
	border-color: #fff;
}

.calendar-drop .tribe-events-cal-title {
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	background: #00accb;
}

.calendar-drop .tribe-events-events-dropdown {
	min-width: 70px;
	color: #808080;
}

.calendar-drop .tribe-events-prev-month {
	float: left;
	margin: 0 10px 0 0;
}

.calendar-drop .tribe-events-month-nav {
	float: left;
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}

.calendar-drop .tribe-events-month-nav form {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}

.calendar-drop .tribe-events-next-month {
	float: right;
}

.calendar-drop a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.calendar-drop a:hover {
	color: #000;
}

.calendar-drop .tribe-events-calendar-buttons {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
}

.calendar-drop .tribe-events-calendar-buttons .tribe-events-button-off {
	float: left;
}

.calendar-drop .tribe-events-calendar-buttons .tribe-events-button-on {
	float: right;
}

.page-atlantis a {
	color: #92be21;
}

.page-atlantis .info-holder .info-text p a {
	color: #92be21;
}

.page-atlantis .info-holder .info-text p a:hover {
	color: #606060;
}

.page-atlantis .banner-caption .caption-holder p .view-all {
	color: #92be21;
}

.page-atlantis .banner-caption .caption-holder p .view-all:hover {
	color: #c72b2b;
}

.page-atlantis .services-block .services-info > li i {
	background: #92be21;
}

.page-atlantis .event-block .event-info .more {
	color: #92be21;
}

.page-atlantis .event-block .event-info .more:hover {
	color: #c72b2b;
}

.page-atlantis .view-all {
	color: #92be21;
}

.page-atlantis .view-all:hover {
	color: #c72b2b;
}

.page-atlantis #main.resident .banner:after {
	background: #92be21;
}

.page-atlantis .content-holder .aside-accordion li.active > a {
	background: #92be21;
}

.page-atlantis .content-holder .aside-accordion li > a:hover {
	background: #92be21;
}

.page-atlantis .content-holder .aside-accordion .aside-slide li a:hover {
	background: none;
	color: #92be21;
}

.page-atlantis .content-holder .aside-accordion .aside-slide li.active a {
	background: none;
	color: #92be21;
}

.page-atlantis .breadcrumbs li a:hover {
	color: #92be21;
}

/* /lobbyist-registry/login/ */
.page-id-262 #gform_login_widget-2 .gf_login_links {
	margin-top: -25px;
}
.page-id-262 #gform_login_widget-2 .gf_login_links > a:first-child {
	display: none;
}

@media (min-width: 768px) {
	
	#nav li a span { display: block; }

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.comment-form .row,
	.post-password-form .row,
	.search-form .row {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		-webkit-transform-origin: right;
		-ms-transform-origin: right;
		transform-origin: right;
		-webkit-transition: all .4s linear;
		transition: all .4s linear;
	}

	.comment-form textarea::-webkit-input-placeholder,
	.comment-form input[type="password"]::-webkit-input-placeholder,
	.comment-form input[type="text"]::-webkit-input-placeholder,
	.comment-form input[type="search"]::-webkit-input-placeholder,
	.post-password-form textarea::-webkit-input-placeholder,
	.post-password-form input[type="password"]::-webkit-input-placeholder,
	.post-password-form input[type="text"]::-webkit-input-placeholder,
	.post-password-form input[type="search"]::-webkit-input-placeholder,
	.search-form textarea::-webkit-input-placeholder,
	.search-form input[type="password"]::-webkit-input-placeholder,
	.search-form input[type="text"]::-webkit-input-placeholder,
	.search-form input[type="search"]::-webkit-input-placeholder {
		color: #808080;
	}

	.comment-form textarea::-moz-placeholder,
	.comment-form input[type="password"]::-moz-placeholder,
	.comment-form input[type="text"]::-moz-placeholder,
	.comment-form input[type="search"]::-moz-placeholder,
	.post-password-form textarea::-moz-placeholder,
	.post-password-form input[type="password"]::-moz-placeholder,
	.post-password-form input[type="text"]::-moz-placeholder,
	.post-password-form input[type="search"]::-moz-placeholder,
	.search-form textarea::-moz-placeholder,
	.search-form input[type="password"]::-moz-placeholder,
	.search-form input[type="text"]::-moz-placeholder,
	.search-form input[type="search"]::-moz-placeholder {
		color: #808080;
	}

	.comment-form textarea:-moz-placeholder,
	.comment-form input[type="password"]:-moz-placeholder,
	.comment-form input[type="text"]:-moz-placeholder,
	.comment-form input[type="search"]:-moz-placeholder,
	.post-password-form textarea:-moz-placeholder,
	.post-password-form input[type="password"]:-moz-placeholder,
	.post-password-form input[type="text"]:-moz-placeholder,
	.post-password-form input[type="search"]:-moz-placeholder,
	.search-form textarea:-moz-placeholder,
	.search-form input[type="password"]:-moz-placeholder,
	.search-form input[type="text"]:-moz-placeholder,
	.search-form input[type="search"]:-moz-placeholder {
		color: #808080;
	}

	.comment-form textarea:-ms-input-placeholder,
	.comment-form input[type="password"]:-ms-input-placeholder,
	.comment-form input[type="text"]:-ms-input-placeholder,
	.comment-form input[type="search"]:-ms-input-placeholder,
	.post-password-form textarea:-ms-input-placeholder,
	.post-password-form input[type="password"]:-ms-input-placeholder,
	.post-password-form input[type="text"]:-ms-input-placeholder,
	.post-password-form input[type="search"]:-ms-input-placeholder,
	.search-form textarea:-ms-input-placeholder,
	.search-form input[type="password"]:-ms-input-placeholder,
	.search-form input[type="text"]:-ms-input-placeholder,
	.search-form input[type="search"]:-ms-input-placeholder {
		color: #808080;
	}

	.comment-form textarea.placeholder,
	.comment-form input[type="password"].placeholder,
	.comment-form input[type="text"].placeholder,
	.comment-form input[type="search"].placeholder,
	.post-password-form textarea.placeholder,
	.post-password-form input[type="password"].placeholder,
	.post-password-form input[type="text"].placeholder,
	.post-password-form input[type="search"].placeholder,
	.search-form textarea.placeholder,
	.search-form input[type="password"].placeholder,
	.search-form input[type="text"].placeholder,
	.search-form input[type="search"].placeholder {
		color: #808080;
	}

	.comment-form textarea,
	.comment-form input[type="password"],
	.comment-form input[type="text"],
	.comment-form input[type="search"],
	.post-password-form textarea,
	.post-password-form input[type="password"],
	.post-password-form input[type="text"],
	.post-password-form input[type="search"],
	.search-form textarea,
	.search-form input[type="password"],
	.search-form input[type="text"],
	.search-form input[type="search"] {
		width: 198px;
		height: 30px;
		font: 16px/20px "myriad-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
		background: #fff;
		color: #808080;
		margin: 0;
		padding: 4px 30px 4px 8px;
		text-transform: capitalize;
		border: 1px solid #bfbfbf;
	}

	.comment-form button[type="submit"],
	.post-password-form button[type="submit"],
	.search-form button[type="submit"] {
		color: #808080;
		font-size: 14px;
		margin: 3px 0 0;
	}

	.social-holder .row {
		position: absolute;
		left: 0;
		margin: 0 0 0 -96px;
		top: 0;
	}

	#header {
		padding: 0 40px 0 27px;
	}

	.logo {
		width: 275px;
		margin-top: 14px;
	}

	.nav-holder {
	/*	max-width: 450px;*/
		position: static;
		overflow: visible;
		top: auto;
		max-height: inherit;
		left: auto;
		right: auto;
		float: right;
		padding: 28px 0 0;
	}

	.contact-holder {
		margin: 0 0 28px;
	}

	.contact-holder .social-holder {
		float: right;
		width: 129px;
	}

	.signup-btn {
		left: auto;
		text-align: left;
		max-width: 300px;
		right: 40px;
	}

	#nav li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font: 12px/16px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: 0;
	}

	#nav li.hover .nav-drop { display: block; }
	#nav li.nosub.hover .nav-drop { display: none; }
	#nav li.hover > a {
		background: rgba(90,41,105,.9);
		color: #cdcdcd;
	}

	#nav li.active a {
		background: rgba(90,41,105,.9);
		color: #cdcdcd;
	}

/*	#nav li:nth-child(2).active > a {
		background: #d7dd3b;
		color: #606060;
	}

	#nav li:nth-child(3).active > a {
		background: #d7dd3b;
		color: #606060;
	}

	#nav li:nth-child(4).active > a {
		background: #d7dd3b;
		color: #606060;
	}
*/

	#nav li a {
		display: table-cell;
		vertical-align: bottom;
		min-width: 112px;
		text-align: center;
		padding: 10px 10px 9px;
	}

	#nav li a:before {
		display: none;
	}

	#nav li a:hover {
		background: rgba(90,41,105,.9);
		color: #fff;
	}

	#nav .nav-drop {
		left: 0;
		padding: 38px 0 0 !important;
		top: 100%;
		display: none;
		min-width: 100%;
		padding: 0 !important;
		border-bottom: 5px solid rgba(255,255,255,.65);
		border-radius: 0 0 5px 5px;
		box-shadow: 0 1px 6px rgba(55,55,55,.25);
	}

	#nav .nav-drop ul {
		padding: 0;
		border-top: 7px solid #5a2969;
	}

	#nav .nav-drop li {
		font: 14px/18px "myriad-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	#nav .nav-drop li a { white-space: nowrap; }

	.nav-opener {
		display: none;
	}

	.footer-holder {
		padding: 0 30px;
	}

	.footer-area {
		padding: 33px 0 24px;
	}

	.footer-area .nav-area {
		margin: 0;
		width: 112%;
	}

	.footer-area .contact-holder {
		display: none;
	}

	.footer-area li {
		margin: 0 36px 0 0;
		width: 160px;
		float: left;
	}

	#footer .coyright {
		text-align: right;
	}

	.footer-nav {
		float: left;
		margin: 0;
		max-width: 350px;
	}

	.banner-caption {
		padding: 0 30px;
	}

	.banner-caption h1 {
		font-size: 44px;
		line-height: 41px;
	}
	.banner-caption h1 small {
		font-size: 42px;
	}

	.banner-caption .caption-holder {
		font-size: 24px;
		line-height: 28px;
	}

	.banner-caption .caption-holder br {
		display: none;
	}

	.info-holder {
		padding: 27px 28px 35px;
	}

	.services-block {
		padding: 54px 20px 14px;
		text-align: center;
	}

	.services-block .services-info > li {
		margin-bottom: 43px;
	}

	.help-block {
		padding: 54px 30px 0;
	}

	.faqs-block {
		padding: 0 0 53px;
	}

	.faqs-block .faqs-heading {
		padding: 0 0 28px;
		margin: 0 0 10px;
	}

	.faqs-block .faqs-heading .view-all {
		margin: 8px 0 0;
	}

	.faqs-block .faq-holder {
		font-size: 20px;
		line-height: 24px;
	}

	.faqs-block .faq-holder li {
		margin: 0 0 10px;
		padding: 0 0 8px;
	}

	.faqs-block .faq-holder a {
		padding: 0 30px 0 0;
	}

	.faqs-block .faq-holder a:before {
		top: 0;
		margin: 0;
	}

	.faqs-block .faq-holder .faq-slide {
		padding: 25px;
	}

	.faqs-block.add {
		margin: 0 -30px;
		padding-top: 54px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 52px;
	}

	.faqs-block.add .add-nav ul {
		float: left;
		width: 279px;
		padding: 0 0 0 28px;
		position: relative;
	}

	.faqs-block.add .add-nav ul:first-child {
		padding: 0 28px 0 0;
	}

	.breadcrumbs {
		padding: 7px 28px 10px;
	}

	#twocolumns {
		padding: 36px 28px 2px;
	}

	.content-holder {
		margin: 0 0 29px;
	}

	.content-holder #content h2 {
		line-height: 35px;
	}
}

@media (min-width: 1024px) {
	.comment-form .js-slide-hidden,
	.post-password-form .js-slide-hidden,
	.search-form .js-slide-hidden {
		position: static !important;
	}

	.comment-form .row,
	.post-password-form .row,
	.search-form .row {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.comment-form textarea,
	.comment-form input[type="password"],
	.comment-form input[type="text"],
	.comment-form input[type="search"],
	.post-password-form textarea,
	.post-password-form input[type="password"],
	.post-password-form input[type="text"],
	.post-password-form input[type="search"],
	.search-form textarea,
	.search-form input[type="password"],
	.search-form input[type="text"],
	.search-form input[type="search"] {
		margin: 0;
		border: solid #bfbfbf;
		border-width: 0 0 1px 1px;
	}

	.comment-form button[type="submit"],
	.post-password-form button[type="submit"],
	.search-form button[type="submit"] {
		margin: 6px 0 0;
		font-size: 15px;
	}

	.social-holder .row {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
	}

	#header {
		padding: 0 10px;
	}

/*	.nav-holder {
		max-width: 672px;
	}
*/
	.contact-holder .tel-holder a {
		margin: 0 0 0 3px;
	}

	.contact-holder .social-holder {
		width: 297px;
	}

	.contact-holder .social-holder .form-opener {
		display: none;
	}

	.signup-btn {
		right: 10px;
	}

	#nav li {
		font: 12px/16px "futura-pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: 1px;
	}

	#nav li a {
	/*	min-width: 168px; */
		padding: 8px 15px 9px;
	}

	.footer-holder {
		padding: 0 10px;
	}

	.footer-area .nav-area {
		width: 100%;
		width: auto;
		float: left;
	}

	.footer-nav {
		max-width: 700px;
	}

	.banner-caption {
		padding: 0 10px;
	}

	.info-holder {
		padding: 27px 10px 35px;
	}

	.info-holder .info-text {
	/*	max-width: 700px; */
		float: left;
	}

	.services-block {
		padding: 53px 10px 40px;
	}

	.services-block .services-info > li {
		margin-bottom: 20px;
	}

	.help-block {
		padding: 0 10px;
	}

	.faqs-block {
		float: left;
		width: 70%;
		padding: 54px 27px 54px 0;
	}

	.faqs-block.add {
		float: right;
		padding-right: 0;
		padding-bottom: 63px;
		margin: auto;
		width: 30%;
		padding-left: 28px;
	}

	.faqs-block.add .add-nav ul {
		float: none;
		width: auto;
		padding: 0;
	}

	.faqs-block.add .add-nav ul:after {
		display: none;
	}

	.faqs-block.add .add-nav ul:first-child {
		padding: 0;
	}

	.breadcrumbs {
		padding: 7px 10px 10px;
	}

	#twocolumns {
		padding: 36px 10px 30px;
	}

	.content-holder {
		margin: 0;
		width: 70%;
		float: left;
	}

	.content-holder #content {
		width: 71.8%;
		float: right;
	}

	.content-holder #content .aligncenter {
		margin: 0 0 29px;
	}

	.content-holder #content .aligncenter {
		margin: 0 0 35px;
	}

	#content {
		width: 65%;
		float: left;
	}

	#sidebar {
		float: right;
		width: 27%;
	}

	#sidebar .widget .aligncenter {
		margin: 0 0 28px;
		display: block;
	}
}

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

@media (min-width: 1250px) {
	#header {
		padding: 0;
	}

	.signup-btn {
		right: 0;
	}

	.footer-holder {
		padding: 0;
	}

	.banner-caption {
		padding: 0;
	}

	.info-holder {
		padding: 27px 0 35px;
	}

/*	.info-holder .info-text {
		max-width: 900px;
	}
*/
	.services-block {
		padding: 72px 0 66px;
	}

	.services-block .services-info > li {
		margin-bottom: 20px;
	}

	.help-block {
		padding: 0;
	}

	.faqs-block {
		width: 76.8%;
	}

	.faqs-block.add {
		width: 23.2%;
	}

	.faqs-block.add:before {
		margin: 0 0 0 -23.2%;
	}

	.breadcrumbs {
		padding: 7px 0 10px;
	}

	#twocolumns {
		padding: 36px 0 30px;
	}

	.content-holder {
		width: 74.5%;
	}

	#content {
		width: 70%;
	}

	#sidebar {
		width: 23.2%;
	}
}

@media (max-width: 1023px) {
	.footer-area .logo {
		display: none;
	}

	.widget.events-widget {
		display: none;
	}

	.faqs-block.add:before {
		display: none;
	}

	.content-holder #content p br {
		display: none;
	}

	.content-holder .aside {
		display: none;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: .2em;
	}

	.comment-form .js-slide-hidden,
	.post-password-form .js-slide-hidden,
	.search-form .js-slide-hidden {
		position: static !important;
	}

	.contact-holder .tel-holder {
		display: none;
	}

	.contact-holder .social-holder .form-opener {
		display: none;
	}

	.contact-holder .social-holder .social-networks {
		display: none;
	}

	body {
		font-size: 16px;
		line-height: 24px;
	}

	.faqs-block.add .faqs-heading {
		padding: 0 0 28px;
		margin: 0 0 10px;
	}

	.faqs-block.add .add-nav ul:after {
		display: none;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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


.gfield_checkbox li  br {
		display: none;
}
.gfield_checkbox li{
	
	vertical-align: top;

}
div.gform_wrapper {
	border-style :none;
}


/*Nesbit additions*/

.nesbit_test_button, .acf-button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align:text-bottom;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.0);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	color: white;
	background-color: #00accb;
}

.nesbit_test_button_big {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align:text-bottom;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.0);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	color: white;
	background-color: #00accb;
}

.nesbit_test_button:hover {
	text-decoration: none;
}
.nesbit_test_button:active {
	position: relative;
	top: 1px;
}

.nesbit_list_item {
	font-size: 14px;	
}





/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable *{
  font-size: 13px;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;

}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}



