/*
Theme Name: Base
Author: Anonymous
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;
}

#nav ul,
.fixed-nav ul,
.social-area .list,
.slideshow .pagination ul,
#footer .cols ul,
#footer .social-networks,
#footer .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
.container:after,
.pricing .price-area:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Open Sans", 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.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

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%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .2em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.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;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.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: #333;
	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.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.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: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

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: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?p6kmpv");
	src: url("fonts/icomoon.eot?p6kmpv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?p6kmpv") format("truetype"), url("fonts/icomoon.woff?p6kmpv") format("woff"), url("fonts/icomoon.svg?p6kmpv#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quotes2:before {
	content: "\e909";
}

.icon-quotes:before {
	content: "\e902";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-mouse:before {
	content: "\e901";
}

.icon-social-facebook:before {
	content: "\e903";
}

.icon-chevron-thin-right:before {
	content: "\e90a";
}

.icon-linkedin:before {
	content: "\e904";
}

.icon-google-plus:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-youtube:before {
	content: "\e907";
}

.icon-instagram:before {
	content: "\e908";
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#wrapper.home #header {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: 0;
}

#wrapper.home #nav ul li.active a {
	color: #ccc;
}

#header {
	background: #333;
	position: relative;
	margin: 0 0 20px;
	z-index: 9999;
}

#header .container {
	padding: 23px 20px;
}

#header .logo {
	float: left;
	max-width: 100px;
}

body.nav-active {
	overflow: hidden;
	height: 100vh;
}

body.nav-active #nav {
	opacity: 1;
	visibility: visible;
}

body.nav-active .nav-opener:before,
body.nav-active .nav-opener:after,
body.nav-active .nav-opener span {
	background: #fff;
}

.nav-opener {
	width: 31px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: 15px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	z-index: 999999;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.close-btn span,
.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.resize-active #nav,
.resize-active .fixed-nav,
.resize-active .fixed-nav * {
	-webkit-transition: none !important;
	transition: none !important;
}

#nav {
	font-size: 25px;
	line-height: 30px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s, linear, opacity;
	transition: .3s, linear, opacity;
	background: rgba(0, 0, 0, .9);
	font-weight: 300;
	overflow: hidden;
	padding: 50px 30px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

#nav ul {
	overflow: hidden;
}

#nav ul li {
	padding: 0 0 20px;
}

#nav ul li.active a {
	color: #27c229;
}

#nav ul a {
	color: #fff;
	text-decoration: none;
}

#nav ul a:hover {
	opacity: .78;
}

#nav .btn-default {
	border: 2px solid #fff;
	color: #fff;
	padding: 7px 24px;
	text-decoration: none;
	display: none;
	text-align: center;
	margin: 0 0 20px;
}

#nav .btn-default:hover {
	background: #0097dc;
}

.container {
	max-width: 1090px;
	padding: 0 20px;
	margin: 0 auto;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px;
	font-weight: 300;
}

h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 20px;
	font-weight: 300;
}

.sections-holder {
	position: relative;
}

#main {
	position: relative;
	overflow: hidden;
}

.visual {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 100vh;
	height: calc(100vh - 82px);
	overflow: hidden;
	z-index: 9;
}

.visual:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(47, 45, 39, .32);
	content: "";
	z-index: -1;
}

.visual .image {
	position: relative;
	left: 50%;
	min-width: 1800px;
	z-index: 9;
}

.visual img {
	min-width: 1800px;
	left: -50%;
	position: relative;
	width: 100%;
	display: block;
}

.visual .container {
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	text-align: center;
	height: 100%;
	padding: 100px 15px;
	z-index: 999;
	color: #fff;
}

.visual .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.visual .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual h1 br {
	display: none;
}

.visual p br {
	display: none;
}

.fixed-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	font-size: 12px;
	line-height: 15px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	text-align: center;
	z-index: 9999;
}

.fixed-nav.fixed-position {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	left: 0;
	right: 0;
	top: 0 !important;
	z-index: 9999;
}

.fixed-nav.fixed-position .btn {
	opacity: 1;
	visibility: visible;
}

.fixed-nav .container {
	padding: 10px 20px;
}

.fixed-nav .btn {
	background: #27c229;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity,.3s,linear;
	transition: opacity,.3s,linear;
	margin: 0;
	opacity: 1;
	padding: 10px 20px;
	color: #fff;
	border-color: #27c229;
	border-radius: 5px;
}

.fixed-nav .btn:hover {
	border-color: #0097dc;
}

.fixed-nav ul {
	overflow: hidden;
	display: none;
}

.fixed-nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 0;
}

.fixed-nav ul a {
	color: #494948;
	text-decoration: none;
}

.fixed-nav ul a:hover {
	opacity: .8;
}

.fixed-nav ul a.anchor-active {
	color: #27c229;
}

.sections {
	padding: 62px 0 0;
}

.info-area {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 602px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 300;
}

.info-area:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(35, 34, 32, .51);
	content: "";
	z-index: -1;
}

.info-area .container {
	padding: 80px 20px;
}

.info-area h2 {
	margin: 0 0 40px;
	text-align: center;
}

.info-area .cols {
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
}

.info-area .col {
	margin: 0 0 20px;
}

.info-area .col img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.info-area .col p {
	margin: 0 0 34px;
}

.info-area .col p br {
	display: none;
}

.services {
	font-size: 16px;
	line-height: 22px;
	color: #32322f;
	text-align: center;
	overflow: hidden;
	font-weight: 300;
}

.services .container {
	padding: 63px 20px 109px;
}

.services .aligncenter {
	margin: 0 auto 22px;
	max-width: 100%;
}

.services h2 {
	margin: 0 0 42px;
}

.services h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #32322f;
	margin: 0 0 11px;
}

.services .cols {
	font-size: 14px;
	line-height: 19px;
	overflow: hidden;
	padding: 11px 0 43px;
}

.services .col {
	margin: 0 0 20px;
}

.services .col img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.services p {
	margin: 0 0 30px;
}

.services p br {
	display: none;
}

.btn {
	font-size: 14px;
	line-height: 18px;
	background: #eaf3fa;
	border: 2px solid #0097dc;
	padding: 13px 35px;
	color: #0183bf;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:hover {
	background: #0097dc;
	color: #fff;
}

.social-area {
	overflow: hidden;
	text-align: center;
	background: url(images/bg-pattern.jpg);
	border: solid #e6e6e6;
	border-width: 1px 0;
	font-weight: 300;
}

.social-area .container {
	font-size: 16px;
	line-height: 22px;
	padding: 50px 20px;
}

.social-area h2 {
	margin: 0 0 32px;
}

.social-area .list {
	margin: 0 auto;
	padding: 40px 0;
}

.social-area .list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
}

.social-area .list li.facebook a {
	background: #3b5997;
}

.social-area .list li.monitor a {
	background: #50525b;
}

.social-area .list li.ezidebit a {
	background: #6eba3c;
}

.social-area .list li.infusion a {
	background: #3189bd;
}

.social-area .list li.myob a {
	background: #5b267a;
}

.social-area .list li.more {
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
}

.social-area .list li.more a {
	color: #73726c;
}

.social-area .list li.more span {
	padding: 60px 0 0;
	position: relative;
}

.social-area .list li.more span:after,
.social-area .list li.more span:before {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 1px;
	height: 43px;
	background: #cecdc7;
	content: "";
}

.social-area .list li.more span:before {
	width: 43px;
	height: 1px;
	top: 31px;
	margin: 0 0 0 -21px;
}

.social-area .list li.more em {
	font-size: 90px;
	line-height: 90px;
	font-style: normal;
	display: block;
}

.social-area .list a {
	background: #fff;
	width: 113px;
	height: 113px;
	white-space: nowrap;
	text-align: center;
	display: block;
}

.social-area .list a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 113px;
}

.social-area .list a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.social-area .list a:hover {
	opacity: .78;
}

.pricing {
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
}

.pricing .container {
	padding: 40px 20px 80px;
}

.pricing h2 {
	margin: 0 0 29px;
}

.pricing .price-area {
	padding: 0 30px;
	background: url(images/bg-pattern.jpg);
	border: 1px solid #e6e6e6;
}

.pricing .price-holder {
	margin: -27px auto -41px;
}

.pricing .price-holder .holder {
	background: #fff;
	padding: 48px 20px 0;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-weight: 300;
}

.pricing .price-holder .holder span {
	font-size: 120px;
	line-height: 120px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

.pricing .price-holder .holder span em {
	font-size: 30px;
	line-height: 30px;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -10px 0 0;
}

.pricing .price-holder .holder .text {
	font-style: normal;
	display: block;
	color: #82827a;
	margin: 0 0 63px;
}

.pricing .price-holder .holder .info {
	font-weight: 300;
	display: block;
	color: #32322f;
	display: block;
	padding: 22px;
	border-top: 1px solid #e6e6e6;
	margin: 0 -20px;
}

.pricing .head {
	display: block;
	padding: 23px 20px;
	background: #77aaca;
	color: #fff;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.pricing p {
	margin: 0 0 82px;
}

.testimonials {
	position: relative;
	text-align: center;
}

.testimonials:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(images/img23.jpg) no-repeat;
	background-size: cover;
	opacity: .23;
	content: "";
}

.testimonials .container {
	padding: 50px 20px 0;
	width: 100%;
}

.testimonials blockquote {
	font-size: 16px;
	line-height: 24px;
	color: #0097dc;
	border: none;
	margin: 0;
	font-weight: 300;
}

.testimonials q {
	display: block;
	margin: 0 0 25px;
}

.testimonials q:after,
.testimonials q:before {
	font-family: "icomoon";
	content: "\e902";
	font-size: 15px;
	padding: 0 5px;
}

.testimonials q:before {
	content: "\e909";
}

.testimonials cite {
	font-size: 14px;
	line-height: 19px;
	display: block;
	color: #32322f;
	font-style: normal;
}

.testimonials cite span {
	display: block;
}

.testimonials h2 {
	margin: 0 0 90px;
}

.slideshow {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 3;
}

.slideshow .pagination ul {
	max-width: 920px;
	margin: 0 auto;
}

.slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.slideshow .pagination ul li.active a {
	background: #0097dc;
}

.slideshow .pagination ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.slideshow .pagination ul a:hover {
	background: #0097dc;
}

.form-area {
	background: url(images/img24.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.form-area:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 250px rgba(0, 0, 0, .8);
	background: #0176ab;
	opacity: .90;
	content: "";
	z-index: -1;
}

.form-area .container {
	padding: 50px 20px;
}

.form-area .container form {
	box-shadow: 0 0 50px rgba(0, 0, 0, .8);
	padding: 20px;
	background: #fff;
	border-radius: 1px;
}

.form-area .container h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 44px;
	color: #45474d;
	text-align: center;
}

.form-area .input {
	position: relative;
	overflow: hidden;
	padding: 0 0 36px;
}

.form-area .input.phone {
	padding: 0 0 14px;
}

.form-area .input.captcha {
	padding: 0 0 30px;
}

.form-area .input.agree {
	padding: 0 0 18px;
}

.form-area .input.submit {
	padding: 0 0 4px;
	text-align: center;
}

.form-area .form-control {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #a8a9ac;
	border-radius: 3px;
	height: 45px;
	color: #a8a9ac;
	padding: 5px 14px;
	font-weight: 300;
	width: 100%;
}

.form-area .form-control::-webkit-input-placeholder {
	color: #a8a9ac;
}

.form-area .form-control::-moz-placeholder {
	opacity: 1;
	color: #a8a9ac;
}

.form-area .form-control:-moz-placeholder {
	color: #a8a9ac;
}

.form-area .form-control:-ms-input-placeholder {
	color: #a8a9ac;
}

.form-area .form-control.placeholder {
	color: #a8a9ac;
}

.form-area .jcf-checkbox {
	margin: 5px 3px 0 6px;
}

.form-area .label {
	font-size: 14px;
	line-height: 17px;
	display: block;
	margin: 0 0 5px 16px;
	color: #45474d;
}

.form-area .text {
	font-size: 12px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
	color: #45474d;
}

.form-area .text a {
	color: #42b5f0;
	text-decoration: none;
}

.form-area .text a:hover {
	text-decoration: underline;
}

.form-area input[type="submit"] {
	background: #e6e6e6;
	color: #a8a9ad;
	min-width: 149px;
	padding: 11px 10px;
	border: none;
	display: inline-block;
	border-radius: 5px;
	white-space: normal;
}

.form-area input[type="submit"]:hover {
	background: #42b5f0;
	color: #fff;
}

.invalid {border-color: red;}

#content {
	margin: 0 0 20px;
}

#sidebar {
	overflow: hidden;
}

#sidebar .widget_calendar {
	font-size: 14px;
	line-height: 18px;
}

#footer {
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	background: #45474d;
	color: #fff;
}

#footer .container {
	padding: 33px 20px 25px;
	max-width: 980px;
}

#footer .cols {
	overflow: hidden;
	margin: 0 0 28px;
	border-bottom: 1px solid #a8a9ac;
	letter-spacing: -7px;
}

#footer .cols .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px 20px;
	letter-spacing: 0;
}

#footer .cols .title {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 21px;
}

#footer .cols .title a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	padding: 0 14px 0 0;
	position: relative;
}

#footer .cols .title a:hover {
	opacity: .7;
}

#footer .cols .title a:after {
	font-size: 10px;
	line-height: 12px;
	font-family: "icomoon";
	content: "\e90a";
	position: absolute;
	right: 0;
	top: 2px;
}

#footer .cols ul li {
	padding: 0 0 8px;
}

#footer .cols ul li.active a {
	color: #fff;
}

#footer .cols ul a {
	color: #a8a9ac;
	text-decoration: none;
}

#footer .cols ul a:hover {
	color: #fff;
}

#footer .footer-content {
	overflow: hidden;
	padding: 0 10px;
}

#footer .social-networks {
	font-size: 15px;
	line-height: 18px;
}

#footer .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	text-align: center;
}

#footer .social-networks li.youtube a {
	padding: 2px 1px;
}

#footer .social-networks li.instagram a {
	margin: -2px 35px 10px 0;
	font-size: 22px;
	line-height: 22px;
	background: none;
	color: #a8a9ac;
}

#footer .social-networks li.instagram a:hover {
	color: #fff;
}

#footer .social-networks a {
	width: 20px;
	height: 20px;
	background: #a8a9ac;
	display: block;
	text-decoration: none;
	border-radius: 2px;
	color: #45474d;
	padding: 1px;
}

#footer .social-networks a:hover {
	background: #fff;
}

#footer .social-networks .icon-social-facebook {
	font-size: 22px;
	line-height: 22px;
}

#footer .social-networks .icon-google-plus {
	font-size: 22px;
	line-height: 22px;
	margin: 2px 0 0 -4px;
	display: inline-block;
}

#footer .list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 10px 0;
}

#footer .list li.active a {
	color: #fff;
}

#footer .list a {
	color: #a8a9ac;
	text-decoration: none;
}

#footer .list a:hover {
	color: #fff;
}

#footer .holder {
	overflow: hidden;
}

#footer .copyright {
	font-size: 10px;
	line-height: 14px;
	display: block;
	color: #fff;
}

#footer .copyright a {
	color: #fff;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

/* custom checkbox styles */

.jcf-checkbox {
	float: left;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #333;
	margin: 0 3px 0 0;
	height: 13px;
	width: 13px;
	position: relative;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 9px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 2px solid #333;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #a8a9ac;
	border-radius: 3px;
	background: #fff;
	min-width: 100%;
	height: 45px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 7px 35px 0 15px;
	color: #45474d;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after,
.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 16px;
	right: 14px;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.jcf-select .jcf-select-opener:before {
	border-top: 7px solid #a8a9ac;
	top: 17px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ccc;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.down {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	padding: 0 0 25px;
	color: #c5c7c7;
	text-decoration: none;
}

.down:hover {
	color: #fff;
}

.arrow {
	font-size: 5px;
	line-height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	margin: 0 0  0 -11px;
}

.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header .logo {
		max-width: 120px;
		margin: 10px 0 0;
	}

	h1 {
		font-size: 50px;
		line-height: 55px;
	}

	h2 {
		font-size: 42px;
		line-height: 48px;
	}

	.visual .container {
		font-size: 20px;
		line-height: 28px;
	}

	.fixed-nav {
		text-align: left;
	}

	.fixed-nav .container {
		padding: 7px 20px;
	}

	.fixed-nav .btn {
		float: right;
		margin: 10px 0;
		padding: 13px 35px;
		opacity: 0;
		visibility: hidden;
	}

	.fixed-nav ul {
		display: block;
	}

	.fixed-nav ul {
		float: left;
		max-width: 75%;
		padding: 25px 0 0;
	}

	.sections {
		padding: 82px 0 0;
	}

	.info-area h2 {
		margin: 0 0 79px;
	}

	.info-area .cols {
		font-size: 18px;
		line-height: 24px;
		margin: 0 -50px;
	}

	.info-area .col {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin: 0 5%;
	}

	.services {
		font-size: 18px;
		line-height: 25px;
	}

	.services .cols {
		margin: 0 -30px;
	}

	.services .col {
		display: inline-block;
		vertical-align: top;
		width: 27%;
		margin: 0 3% 31px;
	}

	.social-area .container {
		font-size: 18px;
		line-height: 24px;
		padding: 102px 20px 95px;
	}

	.social-area .list {
		max-width: 80%;
		padding: 53px 0;
	}

	.social-area .list li {
		margin: 0 5px 17px;
	}

	.pricing .container {
		padding: 66px 20px 143px;
	}

	.pricing .price-area {
		margin: 0 auto;
		width: 686px;
	}

	.pricing .price-holder {
		width: 338px;
	}

	.testimonials .container {
		padding: 244px 20px 0;
	}

	.testimonials blockquote {
		font-size: 24px;
		line-height: 32px;
	}

	.testimonials q {
		margin: 0 0 57px;
	}

	.slideshow {
		padding: 0 0 270px;
	}

	.slideshow .pagination {
		bottom: 45px;
	}

	.form-area {
		min-height: 820px;
	}

	.form-area .container {
		padding: 87px 20px;
	}

	.form-area .container form {
		padding: 26px 30px;
		margin: 0 auto;
		width: 447px;
	}

	.form-area .form-control {
		font-size: 16px;
		line-height: 20px;
	}

	.form-area .text {
		text-align: center;
	}

	#content {
		float: left;
		width: 68%;
		margin: 0 2% 0 0;
	}

	#footer .cols .col {
		width: 25%;
		padding: 0 20px 50px 0;
	}

	#footer .footer-content {
		padding: 0;
	}

	#footer .social-networks {
		float: left;
		width: 55%;
		padding: 4px 0 0;
	}

	#footer .list {
		max-width: 45%;
		float: right;
		text-align: right;
	}

	#footer .list li {
		margin: 0 0 0 15px;
	}

	.down {
		font-size: 46px;
		line-height: 46px;
		bottom: 17px;
	}

	.arrow {
		font-size: 8px;
		line-height: 8px;
		margin: 0 0  0 -13px;
	}
}

@media (min-width: 1024px) {
	#header .logo {
		max-width: 145px;
		margin: 0;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		opacity: 1;
		visibility: visible;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		padding: 0;
		background: none;
		position: static;
		float: right;
		width: 80%;
		overflow: visible;
	}

	#nav ul {
		padding: 3px 0 0;
		float: right;
		width: 100%;
		overflow: visible;
		text-align: right;
	}

	#nav ul {
		width: auto;
	}

	#nav ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 25px;
	}

	#nav ul li {
		padding: 0 0 0 31px;
	}

	#nav .btn-default {
		display: inline-block;
		margin: 0 -2px 0 48px;
		float: right;
	}

	h1 {
		font-size: 60px;
		line-height: 72px;
	}

	h2 {
		font-size: 48px;
		line-height: 54px;
	}

	.visual .container {
		font-size: 24px;
		line-height: 30px;
	}

	.visual h1 {
		margin: 0 0 38px;
	}

	.visual h1 br {
		display: block;
	}

	.visual p br {
		display: block;
	}

	.fixed-nav {
		font-size: 15px;
		line-height: 20px;
	}

	.fixed-nav .container {
		padding: 18px 20px 16px;
	}

	.fixed-nav .btn {
		margin: 0;
	}

	.fixed-nav ul {
		padding: 12px 0 0;
	}

	.fixed-nav ul li {
		margin: 0 22px 0 0;
	}

	.info-area .col p br {
		display: block;
	}

	.services p br {
		display: block;
	}

	#footer .social-networks li {
		margin: 0 52px 17px 0;
	}

	#footer .list li {
		padding: 0 0 0 9px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}



/* Additional styles */

.services p strong {
padding-top: 12px;
display: block;
font-weight: 300;
}
.services p strong a {
text-decoration: none;
font-weight: 700;
}
.services p strong a:hover {
text-decoration: underline;
}



/* Feature Pages */

.page-template-template-feature header#header, .page-template-template-features header#header {
	margin-bottom: 0;
}

.page-template-template-feature #content {
	width: 100%;
	padding-top: 40px;
	z-index: 99999;
	position: relative;
}

.page-template-template-feature #main .container {
	padding: 0px 300px;
	max-width: 1690px;
	margin: auto;
}

.page-template-template-feature #content p {
	line-height: 22px; 
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}

.page-template-template-feature #content .features-blurb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.feature-hero {
	width: 100%;
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

.feature-hero img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.feature-hero h1 {
	position: absolute;
	top: 25px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
}

.feature-hero .container {
	position: relative;
}

.feature-hero .video {
	position: absolute;
	width: 300px;
	height: 0px;
	bottom: -250px;
	left: 20px;
	padding-bottom: 168px;
	z-index: 99;
}

.feature-hero .video iframe {
	width: 100%;
	height: 168px;
	z-index: 99;
}


section.single-feature {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 80px 0px;
	padding: 80px 0px;
	display: block;
}

section.single-feature:last-child {
	border-bottom: none;
}

section.single-feature .feature-image, section.single-feature .feature-content {
	width: 50%;
	display: inline-block;
	padding: 0px 0px 0px 40px;
	text-align: center;
}

section.single-feature .feature-image {
	vertical-align: middle;
}

section.single-feature .feature-content {
	vertical-align: middle;
}

section.single-feature .feature-padding-right {
	padding: 0 40px 0 0;
}

section.single-feature h2 {
	font-size: 30px;
	font-weight: 300;
}

section.single-feature p {
	line-height: 22px; 
	font-size: 15px;
	font-weight: 300;
}

.feature-nav {
	position: absolute;
	top: 40px;
	display: block;
	width: 100%;
	max-width: 1690px;
	padding: 0px 300px;
	z-index: 99;
}

.feature-nav.fixed {
	position: fixed;
	top: 50%;
}

.feature-nav.end {
	position: absolute;
	bottom: 40px;
}

.feature-nav .prev-feature .feature-arrow, .feature-nav .next-feature .feature-arrow {
	height: 30px;
	float: left;
	padding-right: 20px;
	color: #333;
	margin-top: 6px;
	opacity: 0.4;
}

.feature-arrow img {
	height: 100%;
}

.feature-nav a:hover .feature-arrow {
	opacity: 1;
}

.feature-nav .next-feature .feature-arrow {
	padding-left: 20px;
	padding-right: 0;
	float: right;
}

.feature-nav .next-feature {
	position: absolute;
	right: -300px;
}

.feature-nav.end .next-feature {
	right: -200px;
}

.feature-nav.fixed .next-feature {
	position: absolute;
	right: 300px;
}

.feature-nav .prev-feature {
	position: absolute;
	left: -300px;
}

.feature-nav .prev-feature, .feature-nav .next-feature {
	width: 300px;
	padding: 0px 20px;
	z-index: 9999999;
}

.feature-nav .prev-feature a, .feature-nav .next-feature a {
	text-decoration: none;
	color: #ccc;
	font-size: 16px;
	float: left;
	margin-bottom: 40px;
	width: 100% !important;
}

.feature-nav .next-feature a {
	text-align: right;
}

.feature-nav .prev-feature a span, .feature-nav .next-feature a span {
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	
}

@media all and (max-width: 1024px) {
	.feature-nav {
		position: static;
		padding-bottom: 40px;
	}
	.page-template-template-feature #main .container {
		padding: 0px 20px;
	}
	
	.feature-nav .next-feature {
		right: 0;
		bottom: 0;
	}
	
	.feature-nav .prev-feature {
		left: 0;
		bottom: 0;
	}
}

@media all and (max-width: 767px) {
	section.single-feature {
		margin: 0;
	}
	
	section.single-feature .feature-image, section.single-feature .feature-content {
		width: 100%;
		padding: 40px 0px 0px 0px;
	}
	
	section.single-feature .feature-padding-right {
		padding: 0px 0px 40px 0px;
	}
	
	.feature-hero .video {
		display: none;
	}
	
	.feature-hero {
		min-height: 250px;
	}
	
	.feature-hero h1 {
		font-size: 40px;
	}
	
	.feature-nav .prev-feature, .feature-nav .next-feature {
		width: 100%;
	}
}





/* Features Overview Page */

#hero-content.container {
	position: relative;
}

#hero-content.container .inner-hero-content {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 20px;
	max-width: 350px;
	width: 100%;
	font-size: 24px;
}

#hero-content.container .inner-hero-content a {
	display: inline-block; 
	padding: 15px 8px;
	background-color: #00a3d3;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	width: 45%;
	text-align: center;
	border-radius: 5px;
}

#hero-content.container .inner-hero-content a:hover {
	color: #f1f1f1;
}

.feature-grid {
	width: 100%;
	padding-top: 40px;
}

.feature-grid .feature-item {
	width: 33.3%;
	padding: 15px;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}

.feature-grid .feature-item a.feature-image-link {
	width: 100%;
	display: block;
	padding: 25px 50px;
	background-color: #f5f7f8;
}

.feature-grid .feature-item a.feature-image-link .feature-image {
	width: 100%;
	height: 110px;
	background-size: cover;
	background-position: center;
}

.feature-grid .feature-item h3 {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0;
	display: block;
}

.feature-grid .feature-item .feature-text {
	color: #333;
	font-weight: 300;
	font-size: 13px;
}

.feature-grid .feature-item a.learn-more {
	padding: 8px 15px;
	border: 1px solid #00a3d3;
	color: #00a3d3;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	opacity: 0.5;
}

.feature-grid .feature-item a.learn-more:hover {
	opacity: 1;
}

@media all and (max-width: 1023px) {
	.feature-grid .feature-item {
		width: 50%;
	}
}

@media all and (max-width: 639px) {
	.feature-grid .feature-item {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
}


/* About Us Page */

.page-template-template-about #content {
	padding-bottom: 40px;
	width: 100%;
}


.page-template-template-about h3 {
	font-size: 18px;
	font-weight: 500;
}

.team-grid {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 40px;
}

.team-grid .team-member {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 10px 20px 10px;
}

.team-grid .team-member img {
	max-width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

.team-grid .team-member strong {
	font-weight: 400;
	display: block;
	padding-bottom: 4px;
	font-size: 16px;
}

.team-grid .team-member p {
	font-weight: 300;
	font-size: 14px;
}

@media all and (max-width: 1023px) {
	.team-grid .team-member {
		width: 33.3%;
	}
}

@media all and (max-width: 767px) {
	.team-grid .team-member {
		width: 50%;
	}
}

@media all and (max-width: 639px) {
	.team-grid .team-member {
		width: 100%;
	}
}