/*
Theme Name: CordBlood
Author: Anonymous
Author URI:
Version: 1
Description: CordBlood theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CordBlood
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;
}

ul,
#header .top-bar .top-links,
#header .nav-bar .drop,
.logo-list,
#footer .brought .brought-list,
#footer .brought .social-list,
#footer .copyright-holder .footer-nav .footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.license:after,
.content-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: #666;
	background: #e8e8e8;
	font: 20px/1.2 "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

#wrapper {
	position: relative;
	overflow: hidden;
}

.holder {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.section .holder {
	max-width: 1130px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	border-radius: 6px;
	display: inline-block;
	color: #6591de;
	border: 1px solid #6591de;
	padding: 6px 14px;
	text-align: center;
}

.btn:focus {
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background: #6591de;
	text-decoration: none;
}

.btn.btn-primary {
	color: #fff;
	background: #6591de;
}

.btn.btn-primary:hover {
	color: #6591de;
	background: #fff;
	text-decoration: none;
}

.btn.btn-secondary {
	color: #fff;
	background: #da7979;
	border-color: #da7979;
}

.btn.btn-secondary:hover {
	color: #da7979;
	background: #fff;
}

.btn.btn-gray {
	color: #fff;
	background: #a3a3a3;
	border-color: #a3a3a3;
}

.btn.btn-gray:hover {
	color: #a3a3a3;
	background: #fff;
}

.btn.btn-white {
	background: #fff;
	color: #6591de;
	border-color: #fff;
}

.btn.btn-white:hover {
	background: #6591de;
	color: #fff;
}

.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 #666;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #666;
	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;
}

ul li ul {
	padding: 10px 0 0 3em;
}

ol li ol {
	padding: 10px 0 0 3em;
}

ol li ol li {
	padding: 0;
}

ol li ol li:before {
	display: none;
}

ul li ol {
	padding: 10px 0 0 3em;
}

ul li ol li {
	padding: 0;
}

ul li ol li:before {
	display: none;
}

ul li ol li ul li {
	padding: 0 0 0 12px;
}

ul li ol li ul li:before {
	display: block;
	top: 12px;
}

ol li {
	line-height: 1.4;
	margin: 0 0 15px;
}

ol li ul {
	padding: 10px 0 0 3em;
}

ol li ul li ol li {
	padding: 0;
}

ol li ul li ol li:before {
	display: none;
}

ul {
	padding: 0 0 0 5px;
}

ul li {
	padding: 0 0 0 12px;
	margin: 0 0 15px;
	position: relative;
	line-height: 1.4;
}

ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
}

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"],
input[type="date"],
textarea {
	-webkit-transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 18px 18px 18px 38px;
	width: 100%;
	font-size: 16px;
	outline: none;
	color: #666;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #d5d5d5;
	box-shadow: inset 0 1px 7px -1px rgba(24, 25, 25, .32);
}

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,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

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,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #7a7a7a;
}

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,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7a7a7a;
}

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,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7a7a7a;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: 1px solid transparent;
	background: #6591de;
	color: #fff;
	display: inline-block;
	text-align: center;
	min-width: 335px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 20px;
	padding: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	border-color: #6591de;
	color: #6591de;
	background: #fff;
}

#content {
	float: left;
	width: 59%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	padding: 60px 0 0 0;
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	float: right;
	width: 35%;
	max-width: 380px;
}

#sidebar #wp-calendar {
	width: 100%;
}

.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: auto;
	padding: 10px;
}

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

.post-password-form input {
	float: left;
	height: auto;
	padding: 11px;
}

.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: auto;
	padding: 11px;
	border: none;
	width: auto;
	min-width: initial;
	font-size: 16px;
}

.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 #666;
	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 #666;
}

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

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

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

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

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

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

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

p {
	margin: 0 0 38px;
}

a {
	-webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, opacity .3s ease-in-out;
	color: #6591de;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?3er4ww");
	src: url("fonts/icomoon.eot?3er4ww#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?3er4ww") format("truetype"), url("fonts/icomoon.woff?3er4ww") format("woff"), url("fonts/icomoon.svg?3er4ww#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-checked:before {
	content: "\e900";
}

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

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

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

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

@font-face {
	font-family: "gotham";
	src: url("fonts/gotham-medium-webfont.woff") format("woff"), url("fonts/gotham-medium-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "gotham_book";
	src: url("fonts/gotham_book-webfont.woff") format("woff"), url("fonts/gotham_book-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

#header {
	background: #fff;
	position: relative;
}

#header .top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 0 25px;
}

#header .top-bar .logo {
	display: inline-block;
}

#header .top-bar .logo a {
	display: block;
}

#header .top-bar .top-links {
	font-size: 0;
}

#header .top-bar .top-links li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 0 0 26px;
	padding: 0;
	line-height: 1.2;
}

#header .top-bar .top-links li.default .btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	border-radius: 6px;
	display: inline-block;
	color: #6591de;
	border: 1px solid #6591de;
	padding: 6px 14px;
	text-align: center;
}

#header .top-bar .top-links li.default .btn:focus {
	text-decoration: none;
}

#header .top-bar .top-links li.default .btn:hover {
	color: #fff;
	background: #6591de;
	text-decoration: none;
}

#header .top-bar .top-links li.primary .btn {
	color: #fff;
	background: #6591de;
}

#header .top-bar .top-links li.primary .btn:hover {
	color: #6591de;
	background: #fff;
	text-decoration: none;
}

#header .top-bar .top-links li:before {
	content: none;
}

#header .top-bar .top-links li a {
	display: inline-block;
}

#header .top-bar .top-links li a.call {
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
}

#header .top-bar .top-links li a.call:hover {
	opacity: .7;
	text-decoration: none;
}

#header .nav-bar {
	background: #e8e8e8;
	padding: 22px 0;
}

#header .nav-bar .drop {
	font-size: 0;
}

#header .nav-bar .drop li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	margin: 0 50px 0 0;
	padding: 0;
	line-height: 1.2;
}

#header .nav-bar .drop li:before {
	content: none;
}

#header .nav-bar .drop li.active a {
	color: #6591de;
}

#header .nav-bar .drop li a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #666;
}

#header .nav-bar .drop li a:hover {
	color: #6591de;
	text-decoration: none;
}

.menu-opener {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 18px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	z-index: 9999;
	display: none;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #666;
	border-radius: 4px;
	position: absolute;
	top: 18px;
	left: 10%;
	right: 10%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

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

.menu-opener:after {
	top: 24px;
}

.menu-opener:hover:before,
.menu-opener:hover:after,
.menu-opener:hover span {
	background: #6591de;
}

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

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

.menu-active .menu-opener span {
	opacity: 0;
}

.banking {
	background: #fff;
	padding: 23px 0 0 0;
	position: relative;
}

.banking:after {
	content: "";
	width: 100%;
	display: block;
	position: relative;
	height: 69px;
	background: #e8e8e8;
	border-radius: 10% 50% 0 0;
	z-index: 10;
}

.banking .two-cols {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.banking .two-cols .col {
	width: 49%;
	font-size: 20px;
	position: relative;
}

.banking .two-cols .col:last-child {
	padding: 0 0 23px 15px;
	width: 51%;
}

.banking .two-cols .col:first-child {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.banking .two-cols .col .image-holder {
	margin: 0 0 -23px -100px;
}

.banking .two-cols .col .image-holder img {
	width: 100%;
}

.banking .two-cols .col .col-holder {
	padding: 22px 0 0 0;
}

.banking .two-cols .col .col-holder h1 {
	font-size: 60px;
	color: #6591de;
	line-height: 1.1;
}

.banking .two-cols .col .col-holder .info {
	display: block;
	margin: 0 0 28px;
	line-height: 1.25;
}

.banking .two-cols .col .col-holder .btn {
	min-width: 238px;
	padding: 16px;
	font-size: 20px;
	margin: 26px 0 0 0;
	border-width: 2px;
}

.saved {
	padding: 35px 0 65px;
	position: relative;
}

.saved .two-cols {
	font-size: 0;
}

.saved .two-cols .col {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.saved .two-cols .col:last-child {
	width: 30%;
	padding: 0 0 0 45px;
}

.saved .two-cols .col .btn-list {
	padding: 0;
}

.saved .two-cols .col .btn-list li {
	padding: 0;
	margin: 0 0 20px;
}

.saved .two-cols .col .btn-list li:before {
	content: none;
}

.saved .two-cols .col .btn-list li .btn {
	width: 100%;
	min-width: initial;
	padding: 30px 25px;
	line-height: 1.2;
	font-size: 27px;
	min-height: 135px;
	border-width: 3px;
}

.saved .two-cols .col .info-holder {
	line-height: 1.55;
}

.saved .two-cols .col .info-holder h2 {
	font-size: 60px;
	color: #6591de;
}

.tissue {
	background: #6591de;
	padding: 70px 0 108px;
}

.tissue .two-cols {
	font-size: 0;
}

.tissue .two-cols .col {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 0 45px 0 0;
}

.tissue .two-cols .col:last-child {
	width: 40%;
	padding: 0;
	text-align: right;
}

.tissue .two-cols .col .image-holder {
	text-align: right;
}

.tissue .two-cols .info-holder {
	color: #fff;
	line-height: 1.6;
	margin: 0 0 52px;
}

.tissue .two-cols .info-holder h3 {
	font-size: 40px;
}

.tissue .two-cols .btn-list {
	font-size: 0;
	padding: 0;
}

.tissue .two-cols .btn-list li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin: 0 35px 0 0;
}

.tissue .two-cols .btn-list li:before {
	content: none;
}

.tissue .two-cols .btn-list li .btn {
	min-width: 270px;
	padding: 12px;
	border-width: 2px;
}

.caricord {
	background: #fff;
	padding: 80px 0 40px;
	line-height: 1.6;
}

.caricord .heading {
	margin: 0 0 20px;
}

.caricord .heading h3 {
	font-size: 40px;
	margin: 0;
	color: #6591de;
}

.caricord .heading h3 a {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 5px;
}

.caricord .heading h3 img {
	display: inline-block;
	vertical-align: bottom;
	width: 270px;
}

.box-info {
	padding: 90px 0 30px;
	position: relative;
	z-index: 2;
	line-height: 1.55;
}

.box-info h2 {
	font-size: 60px;
	color: #6591de;
	line-height: 1.1;
	margin: 0 0 8px;
}

.box-info h3 {
	font-size: 40px;
	color: #6591de;
	line-height: 1.1;
}

.box-info .sub-title {
	display: block;
	color: #6591de;
	font-size: 30px;
	margin: 0 0 17px;
	line-height: 1.2;
}

.box-info .btn {
	min-width: 320px;
	padding: 12px;
	border-width: 2px;
}

.license {
	background: #fff;
	position: relative;
	min-height: 660px;
	overflow: hidden;
}

.license .box-info {
	float: right;
	max-width: 500px;
}

.license .image-holder {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.best-price {
	padding: 72px 0 90px;
}

.best-price .two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.best-price .two-cols .col {
	width: 40%;
	text-align: center;
}

.best-price .two-cols .col .box-info {
	padding: 0;
}

.best-price .two-cols .col .box-info .btn {
	min-width: 345px;
}

.best-price .two-cols .col:first-child {
	width: 60%;
	max-width: 480px;
	text-align: left;
	padding: 0 15px 0 0;
}

.shedule {
	background: #fff;
	padding: 30px 0 40px;
}

.shedule .two-cols {
	font-size: 0;
}

.shedule .two-cols .col {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 0 15px 0 0;
}

.shedule .two-cols .col:last-child {
	width: 40%;
	padding: 0;
}

.shedule .two-cols .col .wpcf7 {
	max-width: 390px;
}

.shedule .two-cols .col .wpcf7 .wpcf7-form {
	padding: 25px 24px;
}

.shedule .two-cols .col .wpcf7 .wpcf7-form .input-holder {
	margin: 0 0 21px;
}

.shedule .two-cols .col .wpcf7 .wpcf7-form .input-holder input {
	padding: 18px 18px 18px 28px;
}

.shedule .two-cols .col .wpcf7 .wpcf7-form p {
	margin: 0;
}

.shedule .two-cols .col .wpcf7 .wpcf7-form p input[type=submit] {
	min-width: initial;
	width: 100%;
}

.shedule .two-cols .col .box-info {
	max-width: 480px;
}

.shedule .two-cols .col .box-info h3 {
	line-height: 1.2;
	margin: 0 0 12px;
}

.shedule .two-cols .col .box-info .speak {
	line-height: 1.2;
	color: #494949;
}

.shedule .two-cols .col .box-info .speak .title {
	font-size: 24px;
}

.shedule .two-cols .col .box-info .speak .txt {
	font-size: 24px;
}

.content-holder {
	background: #fff;
	padding: 30px 50px 78px;
	margin: 0 0 50px;
	position: relative;
}

.sub-page .content-holder {
	padding: 68px 40px 40px;
	margin: 0 0 40px;
}

.sub-page .content-holder #content {
	font-size: 18px;
	line-height: 2.13;
}

.content-holder #content h1 {
	letter-spacing: 1px;
	padding: 0 0 18px;
	line-height: 1.2;
	border-bottom: 1px solid #6591de;
}

.sub-page .content-holder #content h1 {
	padding: 0 0 6px;
	margin: 0 0 34px;
}

.content-holder #content h2 {
	margin: 0 0 20px;
}

.content-holder #content h3 {
	margin: 0 0 33px;
	font-weight: 400;
}

.content-holder #content ul {
	margin: 0 0 52px;
}

.content-holder #content .info {
	letter-spacing: 1px;
	display: block;
	line-height: 1.5;
	margin: 0 0 42px;
}

.content-holder #content .content-wrap {
	padding: 0 0 0 10px;
}

.content-holder #content .content-wrap .btn-wrap {
	text-align: center;
	margin: 0 0 52px;
}

.content-holder #content .content-wrap .btn-wrap .btn {
	min-width: 505px;
	font-size: 30px;
	line-height: 1.2;
	padding: 14px;
	border-radius: 11px;
	letter-spacing: 2px;
	border-width: 3px;
}

.content-holder #content .content-wrap .title {
	display: block;
	margin: 0 0 22px;
}

.speak {
	margin: 0 0 45px;
}

.speak .title {
	display: block;
	margin: 0 0 8px;
	font-size: 20px;
}

.speak .txt {
	font-weight: 700;
	display: block;
	font-size: 20px;
}

.speak .txt a:hover {
	opacity: .7;
}

.wpcf7 {
	max-width: 490px;
}

.landing-page .wpcf7 {
	max-width: 420px;
}

.landing-page .wpcf7 .wpcf7-form {
	border: 0;
	box-shadow: none;
	background: #dededf;
	padding: 15px 24px 40px;
	font-family: "gotham_book", "gotham", "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.landing-page .wpcf7 .wpcf7-form p {
	margin: 0;
}

.landing-page .wpcf7 .wpcf7-form p .form-title {
	display: block;
	font-family: "gotham", "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #6591de;
	margin: 0 0 23px;
	font-weight: 600;
	font-size: 25px;
}

.landing-page .wpcf7 .wpcf7-form .input-holder {
	margin: 0 0 23px;
}

.landing-page .wpcf7 .wpcf7-form .input-holder input {
	padding: 13px;
	text-align: center;
	border-radius: 0;
}

.landing-page .wpcf7 .wpcf7-form p {
	margin: 0;
}

.landing-page .wpcf7 .wpcf7-form p input[type="submit"] {
	width: 100%;
	min-width: initial;
	padding: 20px;
	font-size: 20px;
	font-family: "gotham", "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.wpcf7 .wpcf7-form {
	padding: 25px 20px 52px;
	border: 1px solid #d5d5d5;
	background: #ebebeb;
	border-radius: 8px;
	box-shadow: -1px 5px 13px 0 rgba(24, 25, 25, .32);
}

.wpcf7 .wpcf7-form .input-holder {
	margin: 0 0 20px;
}

.wpcf7 .wpcf7-form .input-holder textarea {
	min-height: 142px;
	max-height: 200px;
}

.wpcf7 .wpcf7-form p {
	margin: 0;
}

.sidebar-holder a {
	display: block;
	text-decoration: none;
}

.sidebar-holder a:hover .btn-widget {
	background: #fff;
	color: #6591de;
}

.sidebar-holder a:hover .free .btn-widget {
	color: #da7979;
}

.sidebar-holder a:hover .create .btn-widget {
	background: #e0e9f8;
	border-color: #6591de;
	color: #6591de;
}

.widget .widget-holder {
	background: #6591de;
	padding: 38px 35px 50px;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 23px;
	overflow: hidden;
}

.widget .widget-holder.free {
	background: #da7979;
	text-align: left;
}

.widget .widget-holder.free .title {
	margin: 0 0 27px;
}

.widget .widget-holder.free .title .asked {
	padding: 0 0 0 17px;
	line-height: .9;
}

.widget .widget-holder.free .title .asked .first {
	font-size: 19px;
	line-height: 1.2;
}

.widget .widget-holder.free .title .asked .third {
	text-align: right;
	line-height: 1.2;
	font-size: 25px;
}

.widget .widget-holder.create {
	background: #e0e9f8;
	padding: 35px 22px 30px;
}

.widget .widget-holder.create .title {
	text-transform: none;
	margin: 0 0 22px;
}

.widget .widget-holder.create .title .txt {
	color: #666;
	line-height: 1.2;
	font-size: 25px;
	display: block;
}

.widget .widget-holder.create .btn-widget {
	border-color: #6591de;
	background: #6591de;
	padding: 9px;
	border-radius: 6px;
	letter-spacing: 2px;
}

.widget .widget-holder .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin: 0 0 15px;
	line-height: 1.1;
	text-transform: uppercase;
}

.widget .widget-holder .title .current {
	font-size: 123px;
	font-weight: 700;
	display: block;
}

.widget .widget-holder .title .asked {
	padding: 0 0 0 5px;
}

.widget .widget-holder .title .asked strong {
	display: block;
}

.widget .widget-holder .title .asked strong.first {
	font-size: 23px;
}

.widget .widget-holder .title .asked strong.second {
	font-size: 51px;
}

.widget .widget-holder .title .asked strong.third {
	font-size: 26px;
}

.widget .widget-holder .btn-widget {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	border: 3px solid #fff;
	line-height: 1.2;
	width: 100%;
	border-radius: 10px;
	padding: 13px;
}

.widget .widget-holder .btn-widget:hover {
	background: #fff;
	color: #6591de;
}

.guide {
	background: #fff;
	padding: 5px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #90aee6;
}

.guide .two-cols {
	font-size: 0;
}

.guide .two-cols .col {
	width: 62%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 0 15px 0 0;
}

.guide .two-cols .col:last-child {
	width: 38%;
	margin: 0 0 45px;
	padding: 0;
}

.guide .two-cols .col img {
	vertical-align: bottom;
	margin: 0 0 -28px;
}

.guide .two-cols .col .title-box {
	font-family: "gotham", "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	padding: 0 0 0 70px;
	margin: 0 0 25px;
}

.guide .two-cols .col .title-box h1 {
	font-size: 76px;
	line-height: 1.2;
	margin: 0 0 5px;
	color: #5986d9;
}

.guide .two-cols .col .title-box .sub-title {
	display: block;
	font-size: 40px;
	color: #505560;
	line-height: 1.3;
}

.cover {
	background: #fff;
	padding: 54px 0 50px;
}

.cover .info {
	display: block;
	margin: 0 0 62px;
	line-height: 1.55;
}

.cover .guide-block .guide-title {
	font-family: "gotham", "Droid Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	line-height: 1.2;
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 15px;
}

.cover .guide-block .guide-list {
	margin: 0;
	padding: 0;
}

.cover .guide-block .guide-list li {
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0 0 0 35px;
}

.cover .guide-block .guide-list li:before {
	content: "\e900";
	font-family: "icomoon";
	background: none;
	width: 0;
	height: 0;
	top: -5px;
	font-size: 26px;
	color: #6591de;
}

.cover .holder {
	max-width: 1030px;
}

.featured {
	background: #5986d9;
	text-align: center;
	padding: 37px 0 90px;
	margin: 0 0 40px;
}

.featured .heading {
	border-bottom: 1px solid #fff;
	margin: 0 0 52px;
}

.featured .heading h2 {
	font-size: 40px;
	line-height: 1.15;
	color: #fff;
	font-weight: 400;
	margin: 0 0 45px;
}

.featured .featured-list {
	margin: 0 -37px;
	padding: 0;
	font-size: 0;
}

.featured .featured-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 0 37px;
	width: 20%;
	margin: 0;
}

.featured .featured-list li:before {
	content: none;
}

.featured .featured-list li a {
	display: block;
}

.featured .featured-list li a:hover {
	opacity: .7;
}

.featured .holder {
	max-width: 1170px;
}

.graph-holder {
	display: inline-block;
}

.graph-holder.completed .image-holder {
	-webkit-animation: heartbeat 1.5s linear infinite;
	animation: heartbeat 1.5s linear infinite;
}

.graph-holder .graph {
	width: calc(335px - 44px);
	height: calc(335px - 44px);
	border-radius: 50%;
	position: relative;
	box-sizing: content-box;
	border: 22px solid #4c78d3;
}

.graph-holder .graph .circle {
	top: -22px;
	left: -22px;
	content: "";
	position: absolute;
	border-radius: 50%;
	width: calc(100% + 44px);
	height: calc(100% + 44px);
}

.graph-holder .graph .mask {
	overflow: hidden;
	border-radius: 50%;
	clip: rect(0px, 336px, 336px, 168px);
}

.graph-holder .graph .mask,
.graph-holder .graph .fill {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.graph-holder .graph .fill {
	background: #fff;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	clip: rect(0px, 336px, 336px, 168px);
}

.graph-holder .graph .full {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.graph-holder .graph .image-holder {
	left: 50%;
	top: -40px;
	z-index: 10;
	position: absolute;
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.graph-holder .graph .counter-block {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #6591de;
	position: absolute;
	border-radius: inherit;
}

.graph-holder .graph .counter-block .counter-holder {
	position: absolute;
	left: 50%;
	top: 55%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.graph-holder .graph .counter-block .counter {
	display: block;
	color: #fff;
	font-size: 94px;
	line-height: 1;
	text-transform: uppercase;
}

.graph-holder .graph .counter-block .txt {
	display: block;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
}

.graph-holder .graph .triangle {
	position: absolute;
	left: -22px;
	top: -22px;
	right: -22px;
	bottom: -22px;
	z-index: 2;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.graph-holder .graph .triangle .triangle-wrap {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-width: 0 22px 22px 22px;
	border-color: transparent transparent #fff transparent;
}

.logo-section {
	background: #6591de;
	padding: 57px 0 72px;
}

.logo-section h3 {
	color: #fff;
	font-size: 40px;
	border-bottom: 2px solid #fff;
	padding: 0 0 25px;
	margin: 0 0 32px;
}

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

.logo-list li {
	padding: 0;
	width: 31.6%;
	border-radius: 9px;
	overflow: hidden;
	margin: 0 0 27px;
}

.logo-list li:before {
	display: none;
}

.logo-list img {
	display: block;
	width: 100%;
}

.ui-widget {
	font-size: 1em;
}

#footer {
	padding: 20px 0 40px;
	background: #e8e8e8;
	font-size: 12px;
	color: #8f8f8f;
}

#footer .brought {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #8f8f8f;
	padding: 0 0 20px;
	margin: 0 0 23px;
}

#footer .brought .brought-list {
	font-size: 0;
}

#footer .brought .brought-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 20px 0 0;
	color: #8f8f8f;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.15;
	padding: 0;
}

#footer .brought .brought-list li:before {
	content: none;
}

#footer .brought .social-list {
	font-size: 0;
}

#footer .brought .social-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	margin: 0 0 0 24px;
	padding: 0;
	line-height: 1.2;
}

#footer .brought .social-list li:before {
	content: none;
}

#footer .brought .social-list li a {
	color: #8f8f8f;
}

#footer .brought .social-list li a:hover {
	color: #6591de;
	text-decoration: none;
}

#footer .copyright-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 13px;
}

#footer .copyright-holder .copyright a {
	color: #8f8f8f;
}

#footer .copyright-holder .copyright a:hover {
	color: #6591de;
	text-decoration: none;
}

#footer .copyright-holder .footer-nav .footer-links {
	font-size: 0;
}

#footer .copyright-holder .footer-nav .footer-links li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
	position: relative;
	line-height: 1.2;
}

#footer .copyright-holder .footer-nav .footer-links li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background: #8f8f8f;
}

#footer .copyright-holder .footer-nav .footer-links li.active a {
	color: #6591de;
}

#footer .copyright-holder .footer-nav .footer-links li a {
	color: #8f8f8f;
}

#footer .copyright-holder .footer-nav .footer-links li a:hover {
	color: #6591de;
	text-decoration: none;
}

#footer .disclaimer {
	display: block;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1199px) {
	#sidebar {
		padding: 55px 0 0 0;
	}

	p {
		margin: 0 0 28px;
	}

	.banking .two-cols .col .col-holder h1 {
		font-size: 46px;
	}

	.banking .two-cols .col .col-holder .info {
		margin: 0 0 20px;
	}

	.banking .two-cols .col .col-holder .btn {
		margin: 20px 0 0 0;
	}

	.tissue .two-cols .btn-list li {
		margin: 0 20px 0 0;
	}

	.tissue .two-cols .btn-list li .btn {
		min-width: 240px;
	}

	.license {
		min-height: auto;
	}

	.license .box-info {
		padding: 45px 0;
	}

	.license .image-holder img {
		width: 700px;
	}

	.content-holder {
		padding: 25px 35px 68px;
	}

	.sub-page .content-holder {
		padding: 40px 25px 30px;
	}

	.sub-page .content-holder #content {
		line-height: 1.8;
	}

	.content-holder #content h1 {
		font-size: 40px;
		padding: 0 0 12px;
	}

	.sub-page .content-holder #content h1 {
		margin: 0 0 24px;
	}

	.content-holder #content ul {
		margin: 0 0 42px;
	}

	.content-holder #content .content-wrap {
		padding: 0;
	}

	.content-holder #content .content-wrap .btn-wrap {
		margin: 0 0 42px;
	}

	.content-holder #content .content-wrap .btn-wrap .btn {
		min-width: 405px;
	}

	.landing-page .wpcf7 .wpcf7-form p .form-title {
		font-size: 23px;
		margin: 0 0 15px;
	}

	.widget .widget-holder {
		padding: 30px;
	}

	.widget .widget-holder.free .title {
		margin: 0 0 20px;
	}

	.widget .widget-holder.free .title .asked {
		padding: 0 0 0 12px;
	}

	.widget .widget-holder.create {
		padding: 30px;
	}

	.widget .widget-holder.create .title .txt {
		font-size: 23px;
	}

	.widget .widget-holder .title .current {
		font-size: 113px;
	}

	.widget .widget-holder .title .asked strong.first {
		font-size: 20px;
	}

	.widget .widget-holder .title .asked strong.second {
		font-size: 41px;
	}

	.widget .widget-holder .title .asked strong.third {
		font-size: 23px;
	}

	.widget .widget-holder .btn-widget {
		font-size: 26px;
	}

	.guide .two-cols .col .title-box h1 {
		font-size: 66px;
	}

	.guide .two-cols .col .title-box .sub-title {
		font-size: 36px;
		line-height: 1.2;
	}

	.featured .heading h2 {
		font-size: 36px;
		margin: 0 0 35px;
	}

	.featured .featured-list {
		margin: 0 -15px;
	}

	.featured .featured-list li {
		padding: 0 15px;
	}
}

@media (max-width: 1023px) {
	ul li:before {
		top: 9px;
	}

	.wp-test #main {
		padding: 25px 0 0 0;
	}

	#content {
		font-size: 18px;
	}

	#sidebar {
		padding: 45px 0 0 0;
	}

	iframe {
		width: 100%;
	}

	p {
		margin: 0 0 20px;
	}

	#header .top-bar .top-links li {
		margin: 0 0 0 15px;
	}

	#header .nav-bar .drop li {
		margin: 0 35px 0 0;
		font-size: 19px;
	}

	.banking:after {
		height: 49px;
		border-radius: 10% 30% 0 0;
	}

	.banking .two-cols .col {
		font-size: 17px;
	}

	.banking .two-cols .col .col-holder h1 {
		font-size: 36px;
	}

	.banking .two-cols .col .col-holder .btn {
		font-size: 18px;
		padding: 13px;
		margin: 0;
	}

	.saved {
		padding: 20px 0 45px;
	}

	.saved .two-cols .col {
		width: 100%;
		font-size: 18px;
	}

	.saved .two-cols .col:last-child {
		width: 100%;
		padding: 0;
	}

	.saved .two-cols .col .btn-list {
		font-size: 0;
		margin: 0 -5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.saved .two-cols .col .btn-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 33.33%;
		padding: 0 5px;
	}

	.saved .two-cols .col .btn-list li .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 24px;
		padding: 20px 35px;
		min-height: 100%;
	}

	.saved .two-cols .col .info-holder {
		line-height: 1.35;
	}

	.saved .two-cols .col .info-holder h2 {
		font-size: 50px;
	}

	.tissue {
		padding: 45px 0 60px;
	}

	.tissue .two-cols .col {
		padding: 0;
		width: 100%;
		font-size: 18px;
		margin: 0 0 40px;
		text-align: center;
	}

	.tissue .two-cols .col:last-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.tissue .two-cols .info-holder {
		margin: 0 0 32px;
		line-height: 1.3;
	}

	.tissue .two-cols .info-holder h3 {
		font-size: 32px;
	}

	.tissue .two-cols .btn-list li {
		margin: 0 15px 0 0;
	}

	.tissue .two-cols .btn-list li .btn {
		padding: 10px;
		min-width: 340px;
	}

	.caricord {
		line-height: 1.4;
		padding: 50px 0 25px;
		font-size: 18px;
	}

	.caricord .heading h3 {
		font-size: 32px;
	}

	.caricord .heading h3 img {
		width: 200px;
	}

	.box-info {
		line-height: 1.25;
		font-size: 17px;
	}

	.box-info h2 {
		font-size: 46px;
	}

	.box-info h3 {
		font-size: 30px;
	}

	.box-info .sub-title {
		font-size: 28px;
	}

	.license {
		padding: 15px 0 0 0;
	}

	.license .box-info {
		max-width: none;
		float: none;
		padding: 0 0 25px;
		text-align: center;
	}

	.license .image-holder {
		position: relative;
	}

	.license .image-holder img {
		width: 100%;
	}

	.best-price {
		padding: 45px 0 60px;
	}

	.shedule {
		padding: 30px 0 25px;
	}

	.shedule .two-cols .col {
		width: 50%;
	}

	.shedule .two-cols .col:last-child {
		width: 50%;
	}

	.shedule .two-cols .col .box-info {
		padding: 50px 0 20px;
	}

	.shedule .two-cols .col .box-info .speak .title {
		font-size: 22px;
	}

	.shedule .two-cols .col .box-info .speak .txt {
		font-size: 22px;
	}

	.content-holder {
		padding: 20px 25px 48px;
	}

	.sub-page .content-holder {
		padding: 25px;
	}

	.sub-page .content-holder #content {
		line-height: 1.5;
	}

	.content-holder #content h1 {
		font-size: 32px;
	}

	.content-holder #content h2 {
		font-size: 26px;
	}

	.content-holder #content h3 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.content-holder #content ul {
		margin: 0 0 25px;
	}

	.content-holder #content .info {
		line-height: 1.3;
		margin: 0 0 15px;
		font-size: 18px;
	}

	.content-holder #content .info br {
		display: none;
	}

	.content-holder #content .content-wrap .btn-wrap {
		margin: 0 0 25px;
	}

	.content-holder #content .content-wrap .btn-wrap .btn {
		font-size: 26px;
	}

	.speak {
		margin: 0 0 25px;
	}

	.landing-page .wpcf7 {
		margin: 0 auto;
	}

	.landing-page .wpcf7 .wpcf7-form p .form-title {
		font-size: 21px;
	}

	.widget .widget-holder {
		max-width: 380px;
		margin: 0 auto 15px;
		padding: 20px;
	}

	.widget .widget-holder.free .title .asked .first {
		font-size: 17px;
		line-height: 1.1;
	}

	.widget .widget-holder.free .title .asked .third {
		font-size: 21px;
		line-height: 1.1;
	}

	.widget .widget-holder.free .title img {
		width: 80px;
	}

	.widget .widget-holder.create {
		padding: 20px;
	}

	.widget .widget-holder.create .title .txt {
		font-size: 20px;
	}

	.widget .widget-holder .title {
		line-height: 1;
		margin: 0 0 10px;
	}

	.widget .widget-holder .title .current {
		font-size: 90px;
	}

	.widget .widget-holder .title .asked strong.first {
		font-size: 17px;
	}

	.widget .widget-holder .title .asked strong.second {
		font-size: 30px;
	}

	.widget .widget-holder .title .asked strong.third {
		font-size: 19px;
	}

	.widget .widget-holder .btn-widget {
		font-size: 20px;
		padding: 10px;
	}

	.guide {
		padding: 0 0 35px;
	}

	.guide .two-cols .col {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.guide .two-cols .col:last-child {
		width: 100%;
		margin: 0;
	}

	.guide .two-cols .col img {
		display: none;
	}

	.guide .two-cols .col .title-box {
		padding: 0;
		margin: 0 0 20px;
	}

	.guide .two-cols .col .title-box br {
		display: none;
	}

	.guide .two-cols .col .title-box h1 {
		font-size: 54px;
	}

	.guide .two-cols .col .title-box .sub-title {
		font-size: 28px;
	}

	.cover {
		padding: 40px 0;
	}

	.cover .info {
		font-size: 18px;
		line-height: 1.4;
		margin: 0 0 32px;
	}

	.cover .guide-block .guide-title {
		font-size: 26px;
	}

	.cover .guide-block .guide-list li {
		font-size: 18px;
		margin: 0 0 12px;
		padding: 0 0 0 30px;
	}

	.cover .guide-block .guide-list li:before {
		font-size: 23px;
	}

	.featured {
		padding: 30px 0 40px;
	}

	.featured .heading {
		margin: 0 0 26px;
	}

	.featured .heading h2 {
		font-size: 32px;
		margin: 0 0 25px;
	}

	.featured .featured-list li {
		margin: 0 0 15px;
	}

	.logo-section {
		padding: 45px 0;
	}

	.logo-section h3 {
		font-size: 30px;
		padding: 0 0 15px;
		margin: 0 0 25px;
	}
}

@media (max-width: 1023px) and (max-width: 479px) {
	.saved .two-cols .col .btn-list li .btn {
		display: block;
	}
}

@media (max-width: 767px) {
	ul li {
		line-height: 1.3;
	}

	ul li:before {
		top: 8px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="date"],
	textarea {
		padding: 12px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 18px;
		min-width: initial;
		width: 100%;
		padding: 12px;
	}

	#content {
		width: 100%;
		font-size: 16px;
	}

	#sidebar {
		width: 100%;
		padding: 20px 0 0 0;
		float: none;
		max-width: none;
		clear: both;
	}

	#sidebar .sidebar-holder {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}

	.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;
	}

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

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

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

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

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

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

	#header {
		padding: 20px 0 15px;
	}

	#header .top-bar {
		padding: 0;
		display: block;
	}

	.landing-page #header .top-bar .top-links {
		float: right;
		padding: 0;
	}

	#header .top-bar .top-links {
		display: block;
		text-align: right;
		padding: 10px 0 0 0;
	}

	.landing-page #header .top-bar .top-links li {
		display: block;
		margin: 0 0 10px;
	}

	.landing-page #header .top-bar .top-links li a {
		display: block;
	}

	#header .nav-bar {
		padding: 0;
	}

	#header .nav-bar .drop {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		text-align: center;
		margin: 0;
		left: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #e8e8e8;
		z-index: 99;
	}

	.resize-active #header .nav-bar .drop {
		-webkit-transition: none;
		transition: none;
	}

	#header .nav-bar .drop li {
		display: block;
		margin: 0;
		font-size: 18px;
	}

	#header .nav-bar .drop li.active a {
		background: #fff;
		color: #666;
	}

	#header .nav-bar .drop li a:hover {
		background: #fff;
		color: #666;
	}

	#header .nav-bar .drop li a {
		display: block;
		padding: 12px;
	}

	.menu-opener {
		display: block;
	}

	.menu-active #header #nav .drop {
		opacity: 1;
		visibility: visible;
		z-index: 9998;
		height: auto;
	}

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

	.banking:after {
		display: none;
	}

	.banking .two-cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.banking .two-cols .col {
		width: 100%;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.banking .two-cols .col:last-child {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 15px;
		padding: 0;
	}

	.banking .two-cols .col .image-holder {
		margin: 0;
		text-align: center;
		display: block;
	}

	.banking .two-cols .col .image-holder img {
		width: 400px;
	}

	.banking .two-cols .col .col-holder {
		padding: 0;
	}

	.banking .two-cols .col .col-holder h1 {
		font-size: 30px;
	}

	.banking .two-cols .col .col-holder h1 br {
		display: none;
	}

	.banking .two-cols .col .col-holder .info {
		margin: 0 0 15px;
	}

	.banking .two-cols .col .col-holder .btn {
		font-size: 16px;
		padding: 10px;
	}

	.saved {
		padding: 20px 0 25px;
	}

	.saved .two-cols .col {
		font-size: 16px;
	}

	.saved .two-cols .col .btn-list li .btn {
		font-size: 18px;
		padding: 10px;
	}

	.saved .two-cols .col .info-holder h2 {
		font-size: 40px;
	}

	.tissue {
		padding: 30px 0 35px;
	}

	.tissue .two-cols .col {
		padding: 0;
		font-size: 16px;
	}

	.tissue .two-cols .col .image-holder {
		text-align: center;
	}

	.tissue .two-cols .info-holder {
		margin: 0 0 20px;
	}

	.tissue .two-cols .info-holder h3 {
		font-size: 26px;
	}

	.tissue .two-cols .info-holder h3 br {
		display: none;
	}

	.tissue .two-cols .btn-list li {
		margin: 0 0 10px;
		display: block;
	}

	.tissue .two-cols .btn-list li .btn {
		width: 100%;
		min-width: initial;
		font-size: 18px;
		padding: 8px;
	}

	.caricord {
		font-size: 16px;
		line-height: 1.3;
		padding: 30px 0 15px;
	}

	.caricord .heading h3 {
		font-size: 26px;
	}

	.caricord .heading h3 img {
		width: 170px;
	}

	.box-info h2 {
		font-size: 40px;
	}

	.box-info h3 {
		font-size: 26px;
	}

	.box-info h3 br {
		display: none;
	}

	.box-info .sub-title {
		font-size: 24px;
	}

	.box-info p {
		margin: 0 0 17px;
	}

	.best-price {
		padding: 30px 0 15px;
	}

	.best-price .two-cols {
		display: block;
	}

	.best-price .two-cols .col {
		width: 100%;
		margin: 0 0 20px;
	}

	.best-price .two-cols .col .image-holder img {
		width: 250px;
	}

	.best-price .two-cols .col:first-child {
		max-width: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.shedule .two-cols .col {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}

	.shedule .two-cols .col:last-child {
		width: 100%;
	}

	.shedule .two-cols .col .wpcf7 {
		max-width: none;
		width: 100%;
	}

	.shedule .two-cols .col .box-info {
		max-width: none;
		width: 100%;
		padding: 0;
	}

	.shedule .two-cols .col .box-info .speak {
		margin: 0;
	}

	.shedule .two-cols .col .box-info .speak .title {
		font-size: 20px;
	}

	.shedule .two-cols .col .box-info .speak .txt {
		font-size: 20px;
	}

	.content-holder {
		margin: 0 -15px;
		padding: 0 15px 35px;
	}

	.sub-page .content-holder {
		margin: 0 -15px;
		padding: 0 15px 35px;
	}

	.sub-page .content-holder #content {
		line-height: 1.3;
		font-size: 16px;
	}

	.content-holder #content h1 {
		font-size: 26px;
	}

	.content-holder #content h2 {
		font-size: 23px;
	}

	.content-holder #content .info {
		font-size: 16px;
	}

	.content-holder #content .content-wrap .btn-wrap .btn {
		font-size: 22px;
		padding: 10px;
		min-width: 365px;
	}

	.speak .title {
		font-size: 18px;
	}

	.speak .txt {
		font-size: 18px;
	}

	.wpcf7 {
		max-width: none;
		width: 100%;
	}

	.landing-page .wpcf7 .wpcf7-form {
		padding: 15px;
	}

	.landing-page .wpcf7 .wpcf7-form p .form-title {
		font-size: 19px;
	}

	.landing-page .wpcf7 .wpcf7-form .input-holder {
		margin: 0 0 15px;
	}

	.landing-page .wpcf7 .wpcf7-form p input[type="submit"] {
		font-size: 16px;
		padding: 13px;
	}

	.wpcf7 .wpcf7-form {
		padding: 15px;
	}

	.wpcf7 .wpcf7-form .input-holder {
		margin: 0 0 15px;
	}

	.wpcf7 .wpcf7-form .input-holder textarea {
		min-height: 100px;
		max-height: 160px;
	}

	.guide .two-cols .col .title-box h1 {
		font-size: 44px;
	}

	.guide .two-cols .col .title-box .sub-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.cover {
		padding: 30px 0 25px;
	}

	.cover .info {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 20px;
	}

	.cover .guide-block .guide-title {
		font-size: 22px;
	}

	.cover .guide-block .guide-list li {
		line-height: 1.1;
		font-size: 16px;
		padding: 0 0 0 28px;
	}

	.cover .guide-block .guide-list li:before {
		font-size: 21px;
	}

	.featured {
		padding: 30px 0;
		margin: 0;
	}

	.featured .heading h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.featured .heading h2 br {
		display: none;
	}

	.featured .featured-list li {
		width: 33.33%;
	}

	.graph-holder .graph {
		width: calc(280px - 44px);
		height: calc(280px - 44px);
	}

	.graph-holder .graph .mask {
		clip: rect(0px, 281px, 281px, 140px);
	}

	.graph-holder .graph .fill {
		clip: rect(0px, 281px, 281px, 140px);
	}

	.graph-holder .graph .image-holder img {
		width: 80px;
	}

	.graph-holder .graph .counter-block .counter {
		font-size: 66px;
	}

	.graph-holder .graph .counter-block .txt {
		font-size: 28px;
	}

	.logo-section {
		text-align: center;
		padding: 30px 0;
	}

	.logo-section h3 {
		font-size: 26px;
	}

	.logo-list li {
		width: 48%;
		margin: 0 0 20px;
	}

	#footer {
		padding: 20px 0;
	}

	#footer .brought .brought-list li {
		display: block;
		margin: 0 0 10px;
	}
}

@media (max-width: 479px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="date"],
	textarea {
		font-size: 14px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
	}

	.landing-page #header .top-bar .top-links {
		float: none;
		display: block;
		padding: 15px 0 0 0;
	}

	#header .top-bar .top-links {
		text-align: center;
		padding: 15px 0 0 0;
	}

	#header .top-bar .top-links li {
		display: block;
		margin: 0 0 10px;
	}

	#header .top-bar .top-links li.default .btn {
		display: block;
	}

	#header .top-bar .top-links li a {
		display: block;
	}

	.banking .two-cols .col .image-holder img {
		width: 280px;
	}

	.banking .two-cols .col .col-holder .btn {
		min-width: initial;
		width: 100%;
	}

	.saved .two-cols .col .btn-list {
		display: block;
		margin: 0;
	}

	.saved .two-cols .col .btn-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}

	.saved .two-cols .col .btn-list li .btn {
		font-size: 16px;
	}

	.saved .two-cols .col .info-holder h2 {
		font-size: 29px;
	}

	.tissue .two-cols .col .image-holder img {
		width: 80px;
	}

	.tissue .two-cols .info-holder h3 {
		font-size: 22px;
	}

	.tissue .two-cols .btn-list li .btn {
		font-size: 16px;
	}

	.caricord {
		text-align: center;
	}

	.caricord .heading h3 a {
		display: block;
		margin: 8px 0 0 0;
	}

	.box-info h2 {
		font-size: 36px;
	}

	.box-info h3 {
		font-size: 23px;
	}

	.box-info .sub-title {
		font-size: 22px;
	}

	.box-info .btn {
		min-width: initial;
		width: 100%;
	}

	.best-price .two-cols .col .image-holder img {
		width: 180px;
	}

	.best-price .two-cols .col .box-info .btn {
		min-width: initial;
		width: 100%;
	}

	.shedule .two-cols .col .wpcf7 .wpcf7-form {
		padding: 15px;
	}

	.shedule .two-cols .col .wpcf7 .wpcf7-form .input-holder {
		margin: 0 0 15px;
	}

	.shedule .two-cols .col .wpcf7 .wpcf7-form .input-holder input {
		padding: 12px;
	}

	.shedule .two-cols .col .wpcf7 .wpcf7-form p input[type=submit] {
		font-size: 16px;
		padding: 12px;
	}

	.shedule .two-cols .col .box-info .speak .title {
		font-size: 19px;
	}

	.shedule .two-cols .col .box-info .speak .txt {
		font-size: 19px;
	}

	.content-holder #content h1 {
		font-size: 22px;
	}

	.content-holder #content h2 {
		font-size: 20px;
	}

	.content-holder #content h3 {
		font-size: 19px;
	}

	.content-holder #content .content-wrap .btn-wrap .btn {
		font-size: 20px;
		padding: 10px;
		min-width: initial;
		width: 100%;
	}

	.landing-page .wpcf7 {
		max-width: none;
		width: 100%;
	}

	.landing-page .wpcf7 .wpcf7-form p .form-title {
		font-size: 18px;
	}

	.widget .widget-holder {
		max-width: none;
		margin: 0 0 15px;
	}

	.guide .two-cols .col .title-box h1 {
		font-size: 32px;
	}

	.guide .two-cols .col .title-box .sub-title {
		font-size: 20px;
	}

	.featured {
		padding: 30px 0 20px;
	}

	.featured .heading h2 {
		font-size: 24px;
		margin: 0 0 15px;
	}

	.featured .featured-list li {
		width: 50%;
		margin: 0 0 25px;
	}

	.featured .featured-list li a {
		display: inline-block;
	}

	.logo-section h3 {
		font-size: 23px;
		padding: 0 0 10px;
		margin: 0 0 20px;
	}

	.logo-list li {
		width: 100%;
	}

	.ui-widget {
		font-size: .8em;
	}

	.ui-datepicker {
		width: 16em;
	}

	#footer .brought {
		display: block;
		margin: 0 0 15px;
	}

	#footer .brought .brought-list {
		margin: 0 0 15px;
	}

	#footer .brought .social-list {
		text-align: center;
	}

	#footer .brought .social-list li {
		margin: 0 10px;
	}
}

@media (max-width: 399px) {
	.featured .featured-list {
		margin: 0;
	}

	.featured .featured-list li {
		width: 100%;
		padding: 0;
	}
}

@-webkit-keyframes heartbeat {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	20% {
		-webkit-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);
	}

	40% {
		-webkit-transform: translateX(-50%) scale(1.25);
		transform: translateX(-50%) scale(1.25);
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	70% {
		-webkit-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);
	}

	90% {
		-webkit-transform: translateX(-50%) scale(1.25);
		transform: translateX(-50%) scale(1.25);
	}

	100% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}

@keyframes heartbeat {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	20% {
		-webkit-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);
	}

	40% {
		-webkit-transform: translateX(-50%) scale(1.25);
		transform: translateX(-50%) scale(1.25);
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}

	70% {
		-webkit-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);
	}

	90% {
		-webkit-transform: translateX(-50%) scale(1.25);
		transform: translateX(-50%) scale(1.25);
	}

	100% {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}

