/*
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,
.partner-holder ul,
.unstyled,
.features-section .column-holder ul,
.app-section ul,
.client-section .client-list ul,
.has-aside #sidebar ul,
.footer ul,
.cat-section .cat-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.wrap:after,
.top-banner .text-container:after,
.section-about:after,
.footer ul:after,
.cat-section .cat-list ul:after,
.product-section .col-holder: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: 14px / 1.429 "Raleway", "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.429em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.429em;
}

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: .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: #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.429em;
}

.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: 290px;
}

.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: 290px;
}

.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.429em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.429em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.429em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.429em;
}

.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: #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.429em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	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.429em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.429em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.429em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.429em;
}

.mejs-container {
	margin-bottom: 1.429em;
}

.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: 42px;
	line-height: 1.1;
	font-weight: 500;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 12px;
	text-align: center;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1b242f;
	text-decoration: underline;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover {
	text-decoration: underline;
	color: #e74c3c;
}

img {
	vertical-align: top;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

.wrap {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.logged-in .header {
	top: 32px;
}

.header {
	position: fixed;
	background: #193b5d;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	min-height: 65px;
	padding: 13px 10px 12px;
	z-index: 300;
}

.header a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.header a:hover {
	color: #ccc;
}

.logo {
	position: absolute;
	top: 13px;
	left: 10px;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
}

.nav-opener {
	width: 30px;
	height: 26px;
	float: right;
	position: relative;
	display: none;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 45%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .2s, -webkit-transform .2s .2s;
	transition: top .2s, transform .2s .2s;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	height: 4px;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transition: top .2s .2s, -webkit-transform .2s;
	transition: top .2s .2s, transform .2s;
}

.nav-opener span {
	top: 11px;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-opener:after {
	top: 22px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-holder {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px 0 50px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.nav {
	font-size: 14px;
	line-height: 20px;
}

.nav li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.nav li.separated:before {
	content: "|";
	font-size: 22px;
	line-height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin: -5px 20px 0 0;
}

#main {
	padding: 65px 0 0;
}

.top-banner {
	min-height: 700px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 300;
}

.top-banner h1 {
	font-weight: 800;
	font-size: 60px;
	letter-spacing: 15px;
	margin: 0 0 15px;
}

.top-banner p {
	margin: 0 0 45px;
}

.top-banner .text-container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 825px;
	padding: 0 15px;
	width: 100%;
	text-align: center;
}

.top-banner .text-container.right-orient {
	left: auto;
	right: 0;
}

.top-banner .btn-holder a {
	text-decoration: none;
	-webkit-transition: none !important;
	transition: none !important;
}

.partner-holder {
	text-align: center;
	background: #e6e6e6;
	padding: 40px 0 20px;
}

.partner-holder h1 {
	letter-spacing: 0;
	font-size: 36px;
	margin: 0 0 30px;
	line-height: 40px;
}

.partner-holder ul {
	font-size: 0;
	line-height: 0;
}

.partner-holder ul li {
	display: inline-block;
	padding: 0 15px 10px;
	vertical-align: middle;
	width: 25%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.section-about {
	background: #002953;
	padding: 65px 0 34px;
}

.section-about .img-holder {
	float: left;
	width: 305px;
	margin: 0 90px 0 0;
	text-align: center;
	padding: 0 15px;
}

.section-about h1 {
	color: #fff;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 77px;
}

.section-about p {
	margin: 0 0 32px;
}

.section-about .features-list p {
	margin: 0;
}

.section-about .features-list ul {
	font-weight: normal;
	padding: 0 0 0 20px;
}

.section-about ul {
	font-weight: 600;
	margin: 0 0 65px;
}

.section-about .text-holder {
	overflow: hidden;
	color: #ccc;
	font-size: 18px;
	line-height: 32px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.section-testimonials {
	background: #e6e6e6;
	padding: 65px 0;
}

.section-testimonials .text-holder {
	max-width: 570px;
	float: left;
	padding: 0 30px;
	width: 50%;
}

.section-testimonials .img-holder {
	float: right;
	width: 50%;
	text-align: center;
}

.section-testimonials h1 {
	margin: 0 0 50px;
}

/* slideshow basic styles */

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

blockquote {
	background: #fff;
	margin: 0;
	border: none;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	padding: 30px 20px;
}

blockquote p {
	margin: 0 0 7px;
}

blockquote cite {
	font-style: normal;
	color: #888b90;
}

.features-section {
	background: #69a4e1;
	padding: 65px 0;
	color: #000;
}

.features-section .img-block {
	width: 25%;
	text-align: center;
}

.features-section .left-orient {
	float: left;
}

.features-section .right-orient {
	float: right;
}

.features-section .head-block {
	overflow: hidden;
	text-align: center;
	padding: 40px 0;
}

.features-section .head-block h1 {
	margin: 0 0 40px;
}

.features-section h2 {
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 2px;
}

.features-section .column-holder {
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-section .column-holder ul li {
	position: relative;
	padding: 0 15px 11px 15px;
}

.features-section .column-holder ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: -2px;
	top: 11px;
	background: #333;
	border-radius: 100%;
}

.features-section .column-holder .col {
	width: 25%;
	padding: 15px 5px;
}

.features-section .link-holder {
	font-size: 28px;
	line-height: 31px;
	color: #000;
	text-align: center;
	padding: 45px 0 50px;
}

.features-section .link-holder a {
	text-decoration: none;
	color: inherit;
}

iframe {
	max-width: 100%;
}

.video-section {
	padding: 90px 0;
	background: #cdcdcd;
}

.video-section h1 {
	margin: 0 0 70px;
}

.video-section .box-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px;
}

.video-section .link-holder {
	text-align: center;
	font-size: 24px;
	line-height: 1.1;
}

.video-section .link-holder p {
	margin: 0;
}

.video-section .link-holder .icon-youtube {
	display: inline-block;
	margin: 0 0 20px;
}

.video-section .link-holder a {
	text-decoration: none;
	color: blue;
}

.video-section .link-holder a:hover {
	color: #333;
	text-decoration: underline;
}

.video-section .video-box {
	max-width: 350px;
	width: 30%;
	text-align: center;
	background: #fff;
}

.video-section .video-box h3 {
	background: #369;
	padding: 15px;
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	margin: 0;
}

.video-section .video-box .holder {
	font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 25px 5px 23px;
}

.video-section .video-box iframe {
	margin: 0 0 28px;
}

.video-section .video-box p {
	margin: 0;
}

.app-section {
	padding: 65px 0;
}

.app-section .column-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.app-section h2 {
	text-align: center;
	color: #000;
}

.app-section h2 a {
	color: inherit;
	text-decoration: none;
}

.app-section h2 a:hover {
	color: blue;
}

.app-section ul li {
	padding: 0 0 10px 15px;
	position: relative;
}

.app-section ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: lightblue;
	border-radius: 100%;
	left: 0;
	top: 7px;
}

.app-section .col {
	width: 33%;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.4em;
}

.app-section .img-holder {
	height: 200px;
	margin: 0 0 25px;
	text-align: center;
}

.app-section .link-holder {
	text-align: center;
	padding: 28px 0 50px;
}

.app-section .link-holder a {
	color: #a3bad1;
	text-decoration: underline;
	font-weight: 500;
	font-size: 28px;
	line-height: 31px;
}

.app-section .link-holder a:hover {
	color: blue;
	text-decoration: none;
}

.client-section {
	background: #e6e6e6;
	padding: 90px 0 10px;
}

.client-section .client-list {
	padding: 39px 0 0;
}

.client-section .client-list ul {
	text-align: left;
	font-size: 0;
	line-height: 0;
}

.client-section .client-list li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	width: 33.333%;
	padding: 0 15px 20px;
	text-align: center;
}

.section-resources {
	padding: 80px 0 38px;
	background-position: 0 50%;
	background-size: cover;
}

.section-resources h1 {
	color: black;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 12px;
}

.section-resources .column-holder {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 29px;
	padding: 5px 0 0;
}

.section-resources .column-holder h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	margin: 0 0 0;
}

.section-resources .column-holder a {
	color: inherit;
	text-decoration: none;
}

.section-resources .column-holder a:hover {
	color: gray;
	text-decoration: none;
}

.section-resources .column-holder .col {
	width: 25%;
	padding: 0 15px;
}

.contact-section {
	padding: 90px 0 78px;
	background: #e6e6e6;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
}

.contact-section h1 {
	color: #2b2b2b;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 12px;
	margin: 0 0 27px;
}

.contact-section .img-stripe {
	margin: 0 0 17px;
}

.contact-section a {
	text-decoration: none;
	color: #1b242f;
}

.contact-section a:hover {
	color: #e74c3c;
}

.has-aside #content {
	width: 60%;
	float: left;
}

.has-aside #sidebar {
	width: 35%;
	float: right;
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e0e0e0;
	z-index: 100;
	opacity: .8;
	padding: 7px 0 0;
	display: none;
}

.footer.visible {
	display: block;
}

.footer:hover {
	opacity: .9;
}

.footer .social {
	float: left;
	width: 40%;
}

.footer .social li {
	margin: 0 2% 0 6%;
	float: left;
}

.footer .to-top {
	float: right;
	margin: 0 3% 0 7.5%;
}

.footer .lang-block {
	float: right;
	width: 20%;
	text-align: right;
}

.footer .lang-block li {
	margin: 0 5% 0 8%;
}

.footer .store-holder {
	overflow: hidden;
	text-align: center;
	padding: 6px 0;
}

.footer ul {
	width: 100%;
	white-space: nowrap;
}

.footer li {
	display: inline-block;
}

.footer li a {
	width: 64px;
	height: 64px;
	display: block;
}

.footer .toApple {
	background: url(images/yt2.png) no-repeat;
}

.footer .toFB {
	background: url(images/fb3.png) no-repeat;
}

.footer .toTwitter {
	background: url(images/tw3.png) no-repeat;
}

.footer .toInsta {
	background: url(images/instgram.png) no-repeat;
}

.footer .toAppStore {
	background: url(images/appledownload-small.png) no-repeat;
	width: 155px;
	height: 45px;
	display: inline-block;
}

.footer .to-top {
	width: 40px;
	height: 40px;
	background: url("images/to-top1.png") no-repeat 0 0;
}

.footer .france {
	background: url(images/france.png) no-repeat;
}

.footer .sweeden {
	background: url(images/sweeden.png) no-repeat;
}

.cat-section {
	padding: 60px 0 62px;
	font-size: 15px;
}

.cat-section .img-holder {
	width: 300px;
	float: left;
	text-align: center;
	padding: 0 0 0 20px;
}

.cat-section h2 {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 60px;
}

.cat-section a {
	color: #002e5c;
}

.cat-section a:hover {
	color: blue;
}

.cat-section .cat-list {
	overflow: hidden;
	padding: 20px 80px 0 0;
}

.cat-section .cat-list .text {
	display: block;
}

.cat-section .cat-list li {
	padding: 0 20px 5px;
	width: 50%;
	display: inline-block;
	margin: 0 -4px 0 0;
}

.faq-section {
	font-size: 16px;
	line-height: 22px;
	padding: 84px 0 96px;
}

.faq-section .block {
	display: block;
}

.faq-section p {
	margin: 0 0 14px;
}

.faq-section .tabed {
	display: block;
	padding: 0 0 0 80px;
}

.faq-section ul {
	padding: 0;
}

.table-section {
	padding: 40px 0;
}

.table-holder {
	border: 1px solid #000;
	box-shadow: 10px 10px 5px #888;
	overflow: auto;
}

.table-holder table {
	width: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.table-holder img {
	width: 100%;
}

.table-holder .heading {
	font-size: 20px;
	line-height: 29px;
}

.table-holder a {
	text-decoration: none;
}

.table-holder th {
	background: #e6e6e6;
}

.table-holder td,
.table-holder th {
	border: 1px solid #e6e6e6;
	border-width: 1px 0;
	text-align: center;
	padding: 7px;
	vertical-align: middle;
}

.table-holder td:first-child,
.table-holder th:first-child {
	width: 40%;
}

.product-section {
	background: #f0f8ff;
	padding: 40px 0 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.product-section .product-row {
	margin: 0 0 30px;
	position: relative;
}

.product-section .separator {
	width: 100%;
}

.product-section .separator img {
	width: 100%;
}

.product-section h1 {
	color: gray;
	font-size: 48px;
	margin: 0 0 60px;
	line-height: 53px;
	letter-spacing: normal;
}

.product-section h2 {
	font-size: 32px;
	line-height: 35px;
	color: #193b5d;
	margin: 0 0 30px;
	font-weight: 500;
}

.product-section img {
	margin: 0 auto 30px;
	display: block;
}

.product-section .col-holder.two-col p {
	margin: 0 0 48px;
}

.product-section .col-holder.two-col img {
	margin: 0 auto 18px;
	display: block;
}

.product-section .col-holder.two-col h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
}

.product-section .col-holder.two-col .col {
	width: 50%;
	margin: 0 -4px 50px 0;
}

.product-section .col-holder .col {
	width: 33.333%;
	margin: 0 -4px 20px 0;
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	vertical-align: bottom;
}

.btn {
	display: inline-block;
}

.btn:hover img {
	opacity: .8;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1440px) {
	.top-banner {
		min-height: 500px;
	}
}

@media (max-width: 1366px) {
	.top-banner h1 {
		font-size: 56px;
	}
}

@media (max-width: 1280px) {
	.top-banner h1 {
		font-size: 54px;
	}
}

@media (max-width: 1199px) {
	.footer .social li {
		margin: 0 2%;
	}
}

@media (max-width: 1024px) {
	.top-banner h1 {
		font-size: 48px;
	}
}

@media (max-width: 1023px) {
	.nav-opener {
		display: block;
	}

	.nav {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: -1px;
		background: #193b5d;
		height: calc(100vh - 64px);
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .2s, visibility .2s;
		transition: opacity .2s, visibility .2s;
	}

	.nav li {
		display: block;
		padding: 10px 15px;
	}

	.nav li.separated {
		border-top: 1px solid #fff;
	}

	.nav li.separated:before {
		display: none;
	}

	.top-banner {
		min-height: 400px;
	}

	.top-banner .text-container {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 450px;
		padding: 50px 20px;
	}

	.top-banner .text-container.right-orient {
		text-align: right;
		float: right;
	}

	.top-banner .text-container.right-orient h1 {
		text-align: right;
	}

	.top-banner .text-container.right-orient .btn-holder {
		float: right;
	}

	.section-about .img-holder {
		width: 30%;
		margin: 0;
	}

	.section-testimonials .text-holder {
		width: 60%;
	}

	.section-testimonials .img-holder {
		width: 40%;
	}

	blockquote {
		font-size: 16px;
	}

	.features-section .column-holder .col {
		width: 50%;
	}

	.video-section .video-box {
		width: 50%;
		margin: 0 0 20px;
	}

	.app-section .col {
		width: 50%;
	}

	.section-resources .column-holder {
		font-size: 14px;
		line-height: 20px;
	}

	.section-resources .column-holder h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.footer .social {
		width: 37%;
	}

	.footer .social li {
		margin: 0 1%;
	}

	.footer .to-top {
		margin: 0 3%;
	}

	.cat-section .cat-list li {
		display: block;
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 896px) {
	.top-banner h1 {
		font-size: 42px;
		letter-spacing: 10px;
	}
}

@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 a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.h1 {
		font-size: 26px;
		letter-spacing: 6px;
	}

	.logged-in .header {
		top: 46px;
	}

	.top-banner {
		font-size: 16px;
	}

	.top-banner h1 {
		font-size: 38px;
	}

	.top-banner p {
		margin: 0 0 15px;
	}

	.top-banner .text-container {
		padding: 15px;
		width: 40%;
	}

	.top-banner .btn-holder {
		max-width: 180px;
	}

	.partner-holder h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.partner-holder ul li {
		width: 100%;
		padding: 20px 0;
	}

	.section-about .img-holder {
		display: none;
	}

	.section-about h1 {
		margin: 0 0 25px;
	}

	.section-about p {
		margin: 0 0 15px;
	}

	.section-about ul {
		margin: 0 0 15px;
	}

	.section-about .text-holder {
		font-size: 14px;
		line-height: 20px;
	}

	.section-testimonials {
		padding: 20px 0;
	}

	.section-testimonials .text-holder {
		width: 100%;
		max-width: none;
		float: none;
		padding: 0;
	}

	.section-testimonials .img-holder {
		display: none;
	}

	.section-testimonials h1 {
		margin: 0 0 15px;
	}

	blockquote {
		font-size: 10px;
	}

	.features-section {
		padding: 20px 0;
	}

	.features-section .left-orient {
		display: none;
	}

	.features-section .right-orient {
		display: none;
	}

	.features-section .head-block {
		padding: 0;
	}

	.features-section .head-block h1 {
		margin: 0 0 15px;
	}

	.features-section h2 {
		font-size: 16px;
		line-height: 23px;
	}

	.features-section .column-holder {
		font-size: 12px;
		line-height: 17px;
	}

	.features-section .column-holder ul li:before {
		width: 4px;
		height: 4px;
		top: 5px;
		left: 5px;
	}

	.features-section .column-holder .col {
		width: 100%;
	}

	.video-section {
		padding: 15px 0;
	}

	.video-section h1 {
		margin: 0 0 15px;
	}

	.video-section .box-holder {
		display: block;
	}

	.video-section .video-box {
		width: 100%;
		max-width: none;
	}

	.app-section {
		padding: 15px 0;
	}

	.app-section .column-holder {
		display: block;
	}

	.app-section .col {
		width: 100%;
		padding: 0;
	}

	.app-section .img-holder {
		height: auto;
	}

	.client-section {
		padding: 15px 0;
	}

	.client-section .client-list {
		padding: 0;
	}

	.client-section .client-list ul {
		text-align: center;
	}

	.client-section .client-list li {
		width: 60%;
	}

	.section-resources {
		padding: 15px 0;
	}

	.section-resources h1 {
		font-size: 27px;
		letter-spacing: 5px;
	}

	.section-resources .column-holder {
		display: block;
	}

	.section-resources .column-holder h2 {
		font-size: 20px;
	}

	.section-resources .column-holder .col {
		width: 100%;
		margin: 0 0 20px;
	}

	.contact-section {
		padding: 45px 0 15px;
	}

	.contact-section h1 {
		font-size: 27px;
		letter-spacing: 5px;
	}

	.has-aside #content {
		width: 100%;
		float: none;
		clear: both;
	}

	.has-aside #sidebar {
		width: 100%;
		float: none;
		clear: both;
	}

	.footer.visible {
		display: none;
	}

	.footer {
		display: none;
	}

	.cat-section {
		padding: 15px 0;
	}

	.cat-section .img-holder {
		display: none;
	}

	.cat-section h2 {
		margin: 0 0 15px;
	}

	.cat-section .cat-list {
		padding: 0;
	}

	.cat-section .cat-list li {
		padding: 0 0 5px;
	}

	.faq-section {
		padding: 20px 0;
	}

	.faq-section .alignright,
	.faq-section .alignleft {
		float: none;
		margin: 0 auto;
	}

	.faq-section .tabed {
		padding: 0 0 0 30px;
	}

	.table-holder table {
		font-size: 10px;
	}

	.table-holder .heading {
		font-size: 14px;
		line-height: 20px;
	}

	.table-holder td,
	.table-holder th {
		padding: 3px;
	}

	.product-section h1 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 20px;
	}

	.product-section h2 {
		font-size: 26px;
		margin: 0 0 15px;
	}

	.product-section .col-holder.two-col p {
		margin: 0 0 15px;
	}

	.product-section .col-holder.two-col h2 {
		font-size: 24px;
	}

	.product-section .col-holder.two-col .col {
		width: 100%;
		margin: 0 0 15px;
	}

	.product-section .col-holder .col {
		width: 100%;
		margin: 0 0 15px;
	}
}

@media (max-width: 640px) {
	.top-banner {
		min-height: 200px;
		max-height: 320px;
		font-size: 12px;
	}

	.top-banner h1 {
		font-size: 32px;
		letter-spacing: 3px;
	}
}

@media (max-width: 480px) {
	.top-banner {
		max-height: 250px;
		min-height: 100px;
		font-size: 11px;
	}

	.top-banner h1 {
		font-size: 28px;
	}

	.top-banner .text-container {
		width: 210px;
	}
}
