/*
Theme Name: ASHL
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

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

/*.subscribe-form ul,*/
.nav,
.nav ul,
.list-info,
.btn-list,
.visual-list,
.partners-list,
.tools-list,
.social-list,
.post-list,
#footer .widget > ul,
.footer-nav,
#footer .widget .clients-list,
.advice-box .advice-body .advice-list,
.gform_fields,
.gform_fields ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation:after,
.navigation-comments:after,
.pagination:after,
.navigation-single:after,
.commentlist .comment-author:after,
.header-holder:after,
.nav:after,
.container:after,
.advice-block:after,
.post-list .post-holder:after,
#footer .widget-holder:after,
.advice-mobile:after,
.advice-mobile .rewards-holder:after,
.advice-box .advice-header .upper-box:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}


* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #232828;
	*font: 17px/1.2 "uniformcondensed", "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;
}

.gm-style img {
	max-width: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #222424;
	padding: .7em 1em;
	outline: none;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]: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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #222424;
}

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="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #222424;
}

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="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #222424;
}

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="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #222424;
}

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

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

textarea {
	min-height: 100px;
	resize: vertical;
	vertical-align: top;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: #dd0330;
	padding: .7em 1em;
	height: 40px;
	font: bold 17px/1em "uniformcondensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: none;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	color: #fff;
	text-decoration: none;
	background: #222424;
}

.btn.btn-gray,
button.btn-gray,
input[type="button"].btn-gray,
input[type="reset"].btn-gray,
input[type="file"].btn-gray,
input[type="submit"].btn-gray {
	background: #222424;
}

.btn.btn-gray:hover,
button.btn-gray:hover,
input[type="button"].btn-gray:hover,
input[type="reset"].btn-gray:hover,
input[type="file"].btn-gray:hover,
input[type="submit"].btn-gray:hover {
	background: #fff;
	color: #dd0330;
}

.btn.btn-border,
button.btn-border,
input[type="button"].btn-border,
input[type="reset"].btn-border,
input[type="file"].btn-border,
input[type="submit"].btn-border {
	border: 1px solid #dd0330;
	background: #fff;
	color: #dd0330;
}

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

input[type="file"] {
	height: auto;
}

.btn {
	min-width: 145px;
}
.btn.inversive-hover{padding: 0; line-height: 2.35;}
.btn.inversive-hover:hover {
	background: #fff;
	color: #dd0330;
}

.btn.small {
	min-width: inherit;
}

.btn.fluid {
	width: 100%;
}

.subscribe-form {
	color: #fff;
}

.subscribe-form .gform_footer {
	text-align:right;
	margin-top:-40px;
}

/*.subscribe-form ul,*/
.gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gforms_confirmation_message{
	padding:30px 20px;
}

.gform_wrapper{
	padding:32px 20px 20px;
}

/*.subscribe-form ul li,*/
.gform_fields>li,
.gform_wrapper .validation_error {
	margin-bottom: 10px;
	width: 100%;
}

.gform_wrapper .gfield_error input,
.subscribe-form .gform_fields .gfield_error input {
	background:#ed3651;
}

.gform_fields .gfield_required,
.gform_fields .validation_message {
	display:none;
}

/*.subscribe-form ul li:nth-last-child(3),*/
.subscribe-form .gform_fields>li {
	margin-bottom: 9px;
}

/*.subscribe-form ul li:nth-last-child(2) */
.subscribe-form .gform_fields>li:last-child {
	width: calc(100% - 90px);
}

/*.subscribe-form ul li:nth-last-child(2) label */
.gform_wrapper .gfield_checkbox label {
	display: inline-block;
	margin-top: 2px;
}

.gform_wrapper .gfield_checkbox>li{
	display:flex;
}

.gform_wrapper .gfield_checkbox>li>.jcf-checkbox{
	min-width:26px;
}

.gform_wrapper .gform_fields>li.gfield_html{
	margin-bottom:14px;
}

.gform_fields input{
	height: 35px;
	font-size: 19px;
	line-height: normal;
	width: 100%;
	padding: .3em .3em .4em;
	color:#636b6b;
}

.subscribe-form .gform_fields input{
	background: none;
	color: #d5d5d5;
	border-color: #d5d5d5;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #636b6b;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #636b6b;
}

.subscribe-form input:-moz-placeholder {
	color: #636b6b;
}

.subscribe-form input:-ms-input-placeholder {
	color: #636b6b;
}

.subscribe-form input.placeholder {
	color: #636b6b;
}

.subscribe-form input:focus {
	border-color: #b3b3b3;
}

.gform_wrapper input[type="submit"] {
	width: auto;
	min-width: 76px;
	font-size: 18px;
	font-weight: 700;
	padding:0.1em 0.7em;
}

.subscribe-form input[type="submit"]{
	color: #fff;
	border: 1px solid #fff;
	background: none;
}

.subscribe-form input[type="submit"]:hover {
	background: #fff;
	color: #dd0330;
}

.subscribe-form .jcf-checkbox {
	border-color: #fff;
	background: none;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.subscribe-form .checkbox-holder {
	float: left;
}

.subscribe-form .agreement-holder {
	overflow: hidden;
}

.widget {
	margin-bottom: 1.2em;
}

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

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

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

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

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

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

.search-form input {
	float: left;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	background: #dd0330;
	color: #fff;
	height: 40px;
	padding: .7em 1em;
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	background: #222424;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

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

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.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 #prev {
	padding-left: 5px;
	text-align: left;
}

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

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

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

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #dd0330 !important;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	color: #222424;
	padding: 0 5px;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #dd0330;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation .al:hover,
.navigation .ar:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .al:hover,
.navigation-comments .ar:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .al:hover,
.pagination .ar:hover {
	background: #222424;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	text-decoration: none;
	color: #fff;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #333;
	color: #dd0330;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #222424;
	padding: 5px;
	margin-bottom: 1.2em;
}

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

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

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.2em;
	text-align: center;
}

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

.alignleft {
	float: left;
	margin: 0 1.2em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.2em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

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

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

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

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.divider {
	display: block;
	height: 1px;
	width: 100%;
	background: #848180;
	margin: 1.4rem auto;
}

.divider.unlimited {
	width: 1000%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

h1,
.h1 {
	font-size: 40px;
	margin: 0 0 .3em;
}

h2,
.h2 {
	font-size: 25px;
	margin: 0 0 .7em;
	color: #dd0330 !important;
}

h3,
.h3 {
	font-size: 20px;
	margin: 0 0 1.2em;
	color: #dd0330 !important;
	font-weight: 800;
}

h4,
.h4 {
	font-size: 20px;
	margin: 0 0 1.2em;
}

h5,
.h5 {
	font-size: 19px;
	margin: 0 0 1.2em;
}

h6,
.h6 {
	font-size: 18px;
	margin: 0 0 1.2em;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1.1em;
}

a {
	color: #dd0330;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

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

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #222424;
	margin: 0 5px 5px;
	height: 26px;
	width: 26px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dd0330;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	margin: 0 3px 5px;
	height: 29px;
	width: 29px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dd0330;
	border-radius: 50%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

body,
html {
	height: 100%;
}

body.active-menu.fixed-header {
	overflow: hidden;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#header {
	width: 100%;
	position: absolute;
	z-index: 100;
	border-bottom: 1px solid #444;
	color: #fff;
	padding: 15px 0 0;
	font-size: 16px;
	line-height: 1em;
}

.inner-page #header {
	position: relative;
	background: url(images/home_image.jpg) no-repeat 50% 0;
	background-size: cover;
}

#header .d-block {
	max-width: 55%;
	float: right;
	margin-top: 15px;
	text-align: right;
}

#header .d-block a {
	display: inline-block;
}

.fixed-header .header-holder:not(.duplicated) {
	opacity: 0;
	visibility: hidden;
}

.header-holder {
	width: 100%;
	padding: 15px 0 0;
}

.fixed-header .header-holder.duplicated {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-holder:not(.duplicated) .mini-logo {
	opacity: 0;
	visibility: hidden;
}

.header-holder.duplicated {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 23px 0 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.header-holder.duplicated .register {
	margin-top: -10px;
}

.header-holder.duplicated .register .btn {
	float: left;
}

.header-holder.duplicated .nav-bar {
	padding: 0;
}

.header-holder.duplicated .sign.sign-add {
	display: block;
	float: right;
	padding: 11px 0;
	margin: 0 0 0 10px;
}

.header-holder.duplicated .sign {
	display: none;
}

.mini-logo {
	float: left;
	width: 50px;
	margin-top: -14px;
}

#logo {
	float: left;
	font-size: 18px;
}

#logo a {
	display: inline-block;
	vertical-align: middle;
}

#logo p {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 40px;
}

#logo img {
	width: auto;
	max-height: 143px;
}

.register {
	float: right;
	text-transform: uppercase;
	text-align: right;
	margin: -30px 0 10px;
}

.sign {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(images/ico-01.png) no-repeat 100% 50%;
	padding: 5px 35px 5px 0;
}

.sign a {
	color: #fff;
	text-decoration: underline;
}

.sign a:hover {
	text-decoration: none;
}

.sign.sign-add {
	background: none;
	padding: 0;
	display: none;
	color: #fff;
}

.nav-bar {
	float: left;
	padding: 18px 0 0;
}

.active-menu.fixed-header .nav-bar {
	height: calc(100vh - 70px);
	overflow-y: auto;
}

.active-menu .nav-bar {
	display: block;
}

.nav > li {
	float: left;
	position: relative;
	padding: 0 30px;
}

.nav > li a {
	padding-bottom: 20px;
	display: block;
	position: relative;
	border-bottom: 4px solid rgba(255, 0, 0, 0);
}

.nav > li a:hover {
	border-bottom: 4px solid #dd0330;
	text-decoration: none;
}

.nav > li a:focus {
	text-decoration: none;
	outline: none;
}

.nav > li:hover > a {
	border-bottom: 4px solid #dd0330;
}

.nav > li:hover ul {
	display: block;
}

.nav a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

.nav ul {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	margin-left: -95px;
	width: 190px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.nav ul li {
	border-top: 1px solid #d1cfce;
}

.nav ul li:first-child {
	border-top: none;
}

.nav ul a {
	color: #232828;
	display: block;
	padding: 13px 10px;
	border: none;
}

.nav ul a:hover {
	background: #dd0330;
	color: #fff;
	border: none;
}

.nav li.active-sub ul {
	display: block !important;
}

#promo {
	width: 100%;
	background-color: #161616;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 246px;
}

#promo .promo-info {
	text-align: center;
	font-size: 25px;
	position: relative;
	z-index: 10;
	padding: 67px 15px;
	color: #fff;
}

#promo .promo-info h1 {
	font-size: 78px;
	line-height: 1em;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 30px;
}

#promo .promo-info h1:after {
	content: "";
	width: 160px;
	position: absolute;
	bottom: 0;
	margin-left: -80px;
	left: 50%;
	height: 1px;
	background: #444;
}

#promo .promo-info p {
	margin: 0 0 45px;
}

#main {
	width: 100%;
	padding: 57px 0 35px;
}

.main-page #main {
	padding-top: 35px;
}

.container {
	max-width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
}

.container .container-holder:last-child {
	padding: 0;
}

.container-holder {
	padding: 0 0 35px;
}

.list-info {
	font-size: 0;
	overflow: hidden;
	margin: -35px 20px 0 0;
}

.list-info li {
	width: 26%;
	padding: 48px 0;
	min-height: 380px;
	display: inline-block;
	vertical-align: top;
}

.list-info li:first-child .info {
	border: none;
}

.list-info .btn {
	margin: 0 0 5px;
}

.list-info .info {
	font-size: 18px;
	line-height: 24px;
	padding: 0 70px;
	text-align: center;
	border-left: 1px solid #848180;
}

.list-info .info .text {
	max-width: 280px;
	margin: 0 auto;
}

.list-info .info .image {
	margin-bottom: 5px;
	min-height: 100px;
	vertical-align: middle;
}

.list-info .info h3 {
	font-size: 25px;
	margin-bottom: .45em;
}

.advice-block {
	color: #fff;
}

.box-advice {
	background: #222424;
	padding: 30px;
	width: 26%;
	text-align: center;
	float: left;
	text-align: center;
	color: #fff;
}

.box-advice .image {
	margin: 18px 0 10px;
}

.box-advice h3 {
	font-size: 29px;
	color: #dd0330;
}

.box-advice h4 {
	font-size: 26px;
}

.box-advice p {
	margin: 0;
}

.box-advice h5 {
	text-transform: uppercase;
	font-size: 17px;
	color: #222424;
	margin-bottom: 40px;
	padding: 8px 0 0;
}

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

.btn-list li {
	padding: 6px 0 0;
}

.btn-list .btn {
	width: 100%;
}

.box-red {
	background: #dd0330;
}

.box-red h3 {
	color: #fff;
}

.box-decor {
	background: #dd0330;
}

.visual-list {
	width: 74%;
	float: left;
	text-align: center;
}

.visual-list li {
	width: 25%;
	float: left;
	position: relative;
	border-left: 1px solid #222424;
}

.visual-list > li {
	cursor: pointer;
}

.visual-list > li:hover .visual-holder:before {
	opacity: 1;
}

.visual-list h2 {
	font-size: 42px;
	line-height: 1.1em;
	margin: 0;
	position: relative;
	z-index: 5;
}

.visual-list .visual-holder {
	padding: 40px 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .29) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .29) 0%, black 100%);
}

.visual-list .visual-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .21) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .21) 0%, transparent 100%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
}

.visual-list .visual-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	min-height: 405px;
}

.visual-list .visual-box img {
	width: 100%;
	opacity: 0;
	display: none;
}

.visual-list .visual-box-mobile {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
}

.visual-list .bg-stretch.bg-stretch-mobile {
	display: none;
}

.widget-block {
	overflow: hidden;
}

.widget-block .advice-block {
	float: left;
}

.widget-d {
	float: left;
	width: 24.5%;
	margin: 0 auto;
	padding: 0 0 0 35px;
	text-align: center;
	color: #dd0330;
	font-size: 17px;
	font-weight: bold;
}

.widget-d p {
	margin: 0;
}

.widget-d .partners-holder {
	padding: 24px 0 0;
}

.partners-list {
	font-size: 0;
	margin: 0 -15px 10px;
	text-align: center;
}

.partners-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.visual-block {
	background: #222424;
	background-size: cover;
	padding: 58px 40px;
	overflow: hidden;
	color: #fff;
}

.visual-block .description {
	width: 25%;
	text-align: center;
	line-height: 26px;
	font-size: 17px;
	font-weight: bold;
	padding: 30px 0 0;
}

.visual-block .description p {
	margin: 0;
}

.visual-block .visual-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.info-block {
	float: left;
	width: 75.5%;
}

.info-block .box-advice {
	width: 35%;
}

.tools-list {
	font-weight: bold;
	display: inline-block;
	padding: 30px 0 0;
}

.tools-list li {
	margin-bottom: 5px;
	text-align: left;
	position: relative;
}

.tools-list span {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	padding-left: 55px;
}

.tools-list span.ico-download {
	background: url(images/ico-download.png) no-repeat 0 50%;
}

.tools-list span.ico-scan {
	background: url(images/ico-scan.png) no-repeat 0 50%;
}

.tools-list span.ico-down {
	background: url(images/ico-down.png) no-repeat 0 50%;
}

.phone {
	padding: 0 30px;
	margin-bottom: -150px;
}

.block-post .heading {
	background: #dd0330;
	padding: 20px 25px;
	color: #fff;
}

.block-post .heading h2 {
	font-size: 25px;
	margin: 0;
}

.block-post .post-holder {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2f3535;
	color: #fff;
}

.block-post .image {
	width: 60%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	cursor: pointer;
}

.block-post .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.block-post .image:hover:before {
	opacity: 1;
}

.block-post .image img {
	width: 100%;
	opacity: 0;
}

.block-post .description {
	width: 40%;
	font-size: 19px;
	line-height: 24px;
	padding: 30px 48px;
}

.block-post .description h2 {
	font-size: 40px;
	line-height: 1em;
	margin: 21px 0 10px;
}

.block-post .btn {
	margin: 0 0 50px;
}

.social-list {
	font-size: 0;
	margin: 0 -3px;
}

.social-list li {
	display: inline-block;
	padding: 0 3px;
	vertical-align: top;
}

.social-list a {
	width: 29px;
	height: 29px;
	display: block;
	background: url(images/ico-social.png) no-repeat;
}

.social-list a.facebook {
	background-position: 0 0;
}

.social-list a.twitter {
	background-position: -35px 0;
}

.social-list a.email {
	background-position: -71px 0;
}

.social-list.social-list-add a.facebook {
	background-position: 0 -29px;
}

.social-list.social-list-add a.twitter {
	background-position: -35px -29px;
}

.social-list.social-list-add a.email {
	background-position: -71px -29px;
}

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

.post-list > li {
	border-top: 1px solid #848180;
	padding: 35px 0;
}

.post-list > li:last-child {
	padding-bottom: 0;
}

.post-list .post {
	font-size: 19px;
	line-height: 24px;
}

.post-list .post h2 {
	font-size: 40px;
	margin: 0 0 10px;
	color: #000;
}

.post-list .post .image {
	float: right;
	margin-left: 45px;
}

.post-list .post .image img {
	width: 100%;
}

.post-list .post .description {
	overflow: hidden;
	padding-bottom: 10px;
}

.post-list .post .col-social {
	float: left;
	margin: 10px 50px 10px 0;
}

.more-link {
	font-size: 16px;
}

.more-link a {
	color: #232828;
	text-decoration: underline;
}

.more-link a:hover {
	text-decoration: none;
}

#footer {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #232828;
}

#footer .footer-holder {
	padding: 0 0 20px;
}

#footer .footer-frame {
	padding: 30px 0 0;
	border-top: 1px solid #2c3232;
}

#footer .widget-holder {
	margin: 0 -20px;
}

#footer .widget {
	width: 18%;
	padding: 0 20px;
	float: left;
}

#footer .widget h3 {
	font-size: 20px;
	margin: 0 0 16px;
}

#footer .widget > ul li {
	padding-bottom: 5px;
}

#footer .widget a {
	color: #9c999a;
}

#footer .copyright {
	float: left;
	display: block;
}

#footer .widget-social {
	float: left;
}

#footer .widget-social .footer-social {
	font-size: 0;
	margin: 0 -7px;
}

#footer .widget-social .footer-social li {
	display: inline-block;
	padding: 0 7px 3px;
}

#footer .widget-social .footer-social a {
	display: block;
	height: 27px;
	background: url(images/ico-social-footer.png) no-repeat;
}

#footer .widget-social .footer-social a.facebook {
	width: 25px;
	background-position: 0 0;
}

#footer .widget-social .footer-social a.twitter {
	width: 31px;
	background-position: -40px 0;
}

#footer .widget-social .footer-social a.instagram {
	width: 28px;
	background-position: -79px 0;
}

#footer .widget-social .footer-social a.youtube {
	width: 31px;
	background-position: -120px 0;
}

.footer-nav {
	font-size: 0;
	float: right;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	border-left: 1px solid #dd0330;
}

.footer-nav li:first-child {
	border: none;
}

.footer-nav a {
	font-size: 16px;
	padding: 0 6px;
	color: #fff;
}

#footer .widget .clients-list {
	margin: 0 -15px;
	font-size: 0;
	text-align: center;
}

#footer .widget .clients-list li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 15px 10px;
}

.advice-mobile {
	display: none;
	background: #222424;
	padding: 15px;
	color: #dd0330;
	font-size: 20px;
	font-weight: bold;
}

.advice-mobile .holder-info {
	text-align: center;
}

.advice-mobile .holder-info .holder {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	vertical-align: middle;
}

.advice-mobile h4 {
	margin: 0;
}

.advice-mobile .rewards-holder {
	width: 100%;
}

.advice-mobile .rewards-holder .rewards {
	margin-bottom: -10px;
	float: left;
}

.advice-mobile .rewards-holder .rewards .image {
	text-align: center;
	float: left;
	padding: 0 20px 0 0;
}

.advice-mobile .rewards-holder .rewards h3 {
	font-size: 26px;
	overflow: hidden;
	padding: 30px 0;
	margin: 0;
}

.advice-mobile .rewards-holder .btn {
	float: right;
	margin: 22px 0;
}

.advice-mobile.advice-red {
	background: #dd0330;
	color: #fff;
}

/* responsive menu */

.mobile-show {
	display: none;
}

.sub-opener {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	color: #fff;
	width: 60px;
	text-align: center;
	height: 100%;
}

.sub-opener span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	margin-left: -11.5px;
	margin-top: -11.5px;
	border-radius: 50%;
	background: #383c3c;
}

.sub-opener span:before,
.sub-opener span:after {
	content: "";
	position: absolute;
	background: #fff;
}

.sub-opener span:before {
	top: 11px;
	left: 5px;
	right: 5px;
	height: 1px;
}

.sub-opener span:after {
	top: 5px;
	bottom: 5px;
	width: 1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.active-sub .sub-opener span:after {
	opacity: 0;
}

.opener {
	display: none;
}

.opener {
	float: right;
	position: relative;
	width: 54px;
	height: 40px;
	padding: 10px;
	margin-top: 36px;
	text-indent: -9999px;
	background: #dd0330;
	overflow: hidden;
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	position: absolute;
	top: 16px;
	left: 20%;
	right: 20%;
	width: 31px;
	height: 3px;
	margin-top: 3px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener:before,
.opener:after {
	content: "";
	top: 10px;
}

.opener span {
	display: none;
}

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

.opener:after {
	top: 21px;
}

/* close button transition */

.close-btn span,
.opener:hover {
	opacity: .9;
}

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

.close-btn:after,
.active-menu .opener:after {
	-webkit-transform: rotate(-45deg) scale(.75);
	-ms-transform: rotate(-45deg) scale(.75);
	transform: rotate(-45deg) scale(.75);
}

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

#content .content-holder {
	padding-right: 0;
	max-width: 1025px;
	margin: 0 auto;
}

.has-sidebar #content > .content-holder {
	padding-right: 40px;
	max-width: 1065px;
	margin: 0 305px 0 0;
}

#sidebar {
	width: 305px;
	float: right;
	margin: 0 0 0 -100%;
}

.blue-bg {
	background: #00529c;
}

.red-bg {
	background: #dd0330;
}

.page-header {
	text-align: center;
	padding: 46px 0 42px;
}

.page-header h1 {
	color: #fff;
	font-size: 48px;
	margin: 0;
}

.input-samples {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 43px;
	margin-top: 53px;
}

.input-samples > div {
	padding: 0 1%;
}

.input-samples .btn {
	margin-top: 66px;
}

.input-samples .jcf-checkbox {
	margin-top: 3px;
}

.input-samples h3 {
	margin-bottom: 14px;
}

.subscribe-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1025px;
	margin: 0 auto;
}

.subscribe-box .intro-box {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 112%;
	line-height: 1.3;
	width: 34%;
	min-width: 345px;
	padding: 20px 28px;
}

.subscribe-box .intro-box .text-holder > *:last-child {
	margin-bottom: 0;
}

.subscribe-box .intro-box .heading {
	display: block;
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 .35em;
}

.subscribe-box .intro-box .heading span {
	font-size: 53%;
	display: block;
}

.subscribe-box .form-holder {
	width: 76%;
	background: #2f3535;
}

.side-d-block {
	margin-bottom: 20px;
}

.side-d-block:hover {
	opacity: .9;
}

.side-d-block img {
	width: 100%;
}

.advice-box {
	margin-bottom: 20px;
}

.advice-box .advice-header {
	background: #dd0330;
	padding: 20px 6px 5px;
}

.advice-box .advice-header .upper-box {
	padding: 0 7px 6px;
}

.advice-box .advice-header .img-holder {
	float: left;
	width: 51px;
	height: 61px;
	margin: -9px 13px 0 0;
}

.advice-box .advice-header h3 {
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0 0 10px;
}

.advice-box .advice-header h3 span {
	display: block;
	font-size: 16px;
	color: #222424;
	letter-spacing: 0;
}

.advice-box .advice-body .content-holder {
	padding: 5px 5px 0 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.advice-box .advice-body .content-holder > div:first-child {
	padding-right: 5px;
}

.advice-box .advice-body .advice-list {
	color: #fff;
	font-weight: bold;
}

.advice-box .advice-body .advice-list > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	margin-bottom: 10px;
}

.advice-box .advice-body .advice-list .icon-holder {
	margin-right: 11px;
}

.advice-box-2 {
	font-size: 19px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.advice-box-2 .content-holder {
	padding: 18px 5px 5px;
}

.advice-box-2 h3 {
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 14px;
}

.advice-box-2 .icon-holder {
	margin-bottom: 2px;
}

.advice-box-2 .btn {
	margin-top: 17px;
}

.bg-holder {
	position: relative;
}

.bg-holder .content-holder {
	position: relative;
	z-index: 1;
}

.bg-stretch {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}

@font-face {
	font-family: "uniform";
	src: url("fonts/uniform-regular-webfont.eot");
	src: url("fonts/uniform-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/uniform-regular-webfont.svg#uniform-regular") format("svg"), url("fonts/uniform-regular-webfont.woff2") format("woff2"), url("fonts/uniform-regular-webfont.woff") format("woff"), url("fonts/uniform-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "uniformcondensed";
	src: url("fonts/uniformcondensed-regular-webfont.eot");
	src: url("fonts/uniformcondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/uniformcondensed-regular-webfont.svg#uniformcondensed-regular") format("svg"), url("fonts/uniformcondensed-regular-webfont.woff") format("woff"), url("fonts/uniformcondensed-regular-webfont.woff2") format("woff2"), url("fonts/uniformcondensed-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "uniformcondensed";
	src: url("fonts/uniformcondensed-bold-webfont.eot");
	src: url("fonts/uniformcondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/uniformcondensed-bold-webfont.svg#uniformcondensed-bold") format("svg"), url("fonts/uniformcondensed-bold-webfont.woff") format("woff"), url("fonts/uniformcondensed-bold-webfont.woff2") format("woff2"), url("fonts/uniformcondensed-bold-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

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

.icon-circle-down:before {
	content: "\ea43";
}

.icon-facebook2:before {
	content: "\ea91";
}

.icon-instagram:before {
	content: "\ea92";
}

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

.icon-youtube:before {
	content: "\ea9d";
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.sign {
		background: url(images/ico-01@x2.png) no-repeat 100% 50%;
		background-size: 23px 23px;
	}

	.tools-list span.ico-download {
		background: url(images/ico-download@2x.png) no-repeat 0 50%;
		background-size: 44px 44px;
	}

	.tools-list span.ico-scan {
		background: url(images/ico-scan@2x.png) no-repeat 0 50%;
		background-size: 44px 44px;
	}

	.tools-list span.ico-down {
		background: url(images/ico-down@2x.png) no-repeat 0 50%;
		background-size: 44px 44px;
	}

	.social-list a {
		background: url(images/ico-social@2x.png) no-repeat;
		background-size: 100px 58px;
	}

	#footer .widget-social .footer-social a {
		background: url(images/ico-social-footer@2x.png) no-repeat;
		background-size: 151px 27px;
	}
}

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

@media only screen and (min-width: 768px) {
	.hide-on-tab-and-up {
		display: none;
	}
}

@media (min-width: 769px) {
	.visual-list .visual-box-mobile {
		background-image: none;
		min-height: inherit;
	}
}

@media (min-width: 1024px) {
	.list-info .active {
		width: 22%;
	}

	.list-info .active .info {
		padding: 0 50px;
		border: none;
	}

	#footer .widget.widget-clients {
		width: 28%;
		margin-top: -10px;
	}
}

@media (min-width: 1025px) {
	.list-info .active {
		background: url(images/bg-active.png) no-repeat 50% 0;
	}

	.partners-list li {
		width: 33.3%;
	}

	.info-block .box-advice {
		padding-bottom: 20px;
	}

	.info-block .box-advice h4 {
		margin-bottom: 26px;
	}

	.block-post .description .description-holder {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.block-post p {
		margin: 0 0 40px;
	}

	.block-post .text {
		padding-left: 14px;
	}
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1025px) and (min-resolution: 144dpi) {
	.list-info .active {
		background: url(images/bg-active@2x.png) no-repeat 50% 0;
		background-size: 299px 376px;
	}
}

@media (max-width: 1379px) {
	.list-info .info {
		padding: 0 10px !important;
	}

	.list-info {
		margin-right: 0;
	}
}

@media (max-width: 1299px) {
	.nav > li {
		padding: 0 20px;
	}
}

@media (max-width: 1279px) {
	#logo p {
		margin-left: 10px;
	}

	.visual-block {
		padding: 30px 15px;
	}

	.post-list .post .col-social {
		float: none;
		margin: 0 0 25px;
	}
}

@media (max-width: 1278px) {
	.visual-list h2 {
		font-size: 24px;
	}

	.visual-list h2 {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.header-holder.duplicated .register .btn {
		min-width: 115px;
	}

	.nav > li {
		padding: 0 10px;
	}

	.page-header {
		padding: 40px 0 36px;
	}

	.page-header h1 {
		font-size: 35px;
	}

	.subscribe-box .intro-box {
		min-width: 300px;
	}
}

@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1023px) and (min-resolution: 144dpi) {
	.list-info .active {
		background: url(images/bg-active-mobile@2x.png) no-repeat 50% 100%;
	}
}

@media (max-width: 1023px) {
	.subscribe-form .gform_fields>li:last-child {
		width: 100%;
	}

	.subscribe-form .gform_footer {
		width: 100%;
		margin-top: 6px;
		text-align: center;
	}

	.subscribe-form .gform_fields>li{
		margin-bottom:15px;
	}

	#header {
		padding: 15px 0;
	}

	.header-holder {
		padding: 0;
	}

	.header-holder.header-top {
		padding-bottom: 15px;
	}

	.header-holder:not(.duplicated) .mini-logo {
		display: none;
	}

	.header-holder.duplicated {
		padding: 15px 0;
	}

	.header-holder.duplicated .register {
		display: none;
	}

	.header-holder.duplicated .sign.sign-add {
		display: none;
	}

	.header-holder.duplicated .opener {
		margin-top: 0;
	}

	.mini-logo {
		margin-top: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#logo p {
		display: none;
	}

	.register {
		margin: 0;
		float: none;
		text-align: left;
	}

	.nav-bar {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 0;
		display: none;
	}

	.nav {
		background: #222424;
		border-bottom: 2px solid #1d1f1f;
	}

	.nav > li a {
		padding: 10px 15px;
		border: none;
	}

	.nav > li a:hover {
		border: none;
	}

	.nav > li:hover > a {
		border: none;
	}

	.nav > li:hover ul {
		display: none;
	}

	.nav > li {
		float: none;
		padding: 0;
		border-top: 2px solid #1d1f1f;
	}

	.nav ul a {
		padding: 10px 15px;
	}

	.nav ul {
		position: relative;
		margin: 0;
		left: 0;
		width: 100%;
	}

	#promo {
		min-height: inherit;
	}

	.list-info li {
		width: 50%;
		margin: 35px -10px 0;
		min-height: inherit;
		padding: 0;
	}

	.list-info li:first-child {
		padding-top: 0;
	}

	.list-info .info {
		padding: 30px 10px !important;
	}

	.list-info .active {
		padding-bottom: 40px;
		background: url(images/bg-active-mobile.png) no-repeat 50% 100%;
		background-size: cover;
	}

	.list-info {
		margin: 30px 0 0;
	}

	.box-advice {
		width: 100%;
		float: none;
	}

	.visual-list {
		width: 100%;
		float: none;
	}

	.visual-list .box-height {
		min-height: 405px !important;
	}

	.widget-d {
		width: 100%;
		float: none;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.widget-d .d-block,
	.widget-d .partners-holder {
		width: 100%;
	}

	.info-block .box-advice {
		width: 100%;
	}

	.info-block {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}

	.block-post .post-holder {
		display: block;
	}

	.block-post .image {
		width: 100%;
	}

	.block-post .description h2 {
		margin-top: 0;
	}

	.block-post .description {
		width: 100%;
		padding: 30px 15px;
	}

	.block-post .btn {
		margin: 0 0 1.1em;
	}

	.post-list > li {
		float: none;
		padding: 25px 0;
	}

	.post-list .post .image {
		float: none;
		margin: 0 0 20px;
	}

	.post-list .post .description {
		overflow: inherit;
		padding: 0;
	}

	#footer .footer-holder {
		padding: 0;
	}

	#footer .widget.widget-clients {
		width: 66.6%;
	}

	#footer .widget {
		width: 33.3%;
		float: left;
	}

	.box-height {
		min-height: auto !important;
		height: auto !important;
	}

	.mobile-show {
		display: block;
	}

	.mobile-hide {
		display: none;
	}

	.sub-opener {
		display: block;
	}

	.opener {
		display: block;
	}

	.has-sidebar #content > .content-holder {
		padding-right: 20px;
	}

	.subscribe-box {
		display: block;
	}

	.subscribe-box .intro-box {
		min-width: inherit;
		width: 100%;
	}

	.subscribe-box .form-holder {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#footer .widget .clients-list {
		text-align: right;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.gform_wrapper {
		padding:20px 5%;
	}

	.subscribe-form ul li:nth-last-child(3) {
		margin-top: 0;
		margin-bottom: 19px;
	}

	.subscribe-form ul li:nth-last-child(2) label {
		margin-top: -3px;
	}

	.subscribe-form .jcf-checkbox {
		margin: 0 11px 0 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

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

	#promo .promo-info h1 {
		font-size: 54px;
	}

	#main {
		padding: 35px 0;
	}

	.list-info li {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #848180;
	}

	.list-info li:last-child {
		border: none;
		padding-bottom: 0;
	}

	.list-info .info {
		border-left: none;
	}

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

	.visual-list .visual-holder {
		background: none;
	}

	.visual-list .visual-box img {
		background: none;
		opacity: 1;
		display: block;
	}

	.visual-list .visual-box {
		min-height: 215px !important;
		background-image: none !important;
	}

	.visual-list .visual-box {
		min-height: 405px;
	}

	.visual-list .visual-box-mobile {
		min-height: 215px;
	}

	.visual-list .box-height {
		min-height: inherit !important;
	}

	.visual-list .bg-stretch.bg-stretch-mobile {
		display: block;
	}

	.visual-list .bg-stretch.bg-stretch-desktop {
		display: none;
	}

	.block-post .description h2 {
		font-size: 32px;
	}

	.post-list .post h2 {
		font-size: 32px;
	}

	.advice-mobile {
		display: block;
	}

	.mobile-hidden {
		display: none;
	}

	#content {
		float: none;
	}

	#content + #sidebar {
		margin-top: 2rem;
	}

	.has-sidebar #content > .content-holder {
		padding-right: 0;
		margin: 0;
	}

	#sidebar {
		float: none;
		margin: 0 auto;
	}

	.page-header {
		padding: 30px 0;
	}

	.subscribe-box .intro-box {
		padding: 26px 15px 21px;
	}

	.subscribe-box .intro-box .text-holder {
		display: none;
	}

	.subscribe-box .intro-box .heading {
		font-size: 20px;
		margin-bottom: 0;
	}

	.subscribe-box .intro-box .heading span {
		font-size: 100%;
		display: inline;
	}
}

@media only screen and (max-width: 767px) {
	.hide-on-tab-and-down {
		display: none;
	}
}

@media (max-width: 669px) {
	#footer .widget .clients-list {
		text-align: center;
	}
}

@media (max-width: 667px) {
	#footer .copyright {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-nav {
		float: none;
	}
}

@media (max-width: 666px) {
	#footer .widget.widget-clients {
		width: 100%;
		text-align: center;
	}

	#footer .widget {
		width: 50%;
		float: left;
	}
}

@media (max-width: 659px) {
	.widget-d {
		display: block;
	}

	.visual-block .description {
		width: 100%;
		padding: 0;
	}

	.visual-block .visual-content {
		display: block;
		text-align: center;
	}

	.tools-list {
		padding: 0;
	}

	.phone {
		display: block;
		text-align: center;
		margin: 30px 0;
	}
}

@media (max-width: 639px) {
	#header .d-block {
		display: none;
	}

	#logo {
		text-align: center;
		display: block;
		float: none;
	}

	#logo img {
		max-width: inherit;
	}
}

@media (max-width: 566px) {
	.advice-mobile .rewards-holder {
		text-align: center;
	}

	.advice-mobile .rewards-holder .rewards {
		float: none;
		margin-bottom: 0;
	}

	.advice-mobile .rewards-holder .rewards .image {
		float: none;
		padding: 0;
		margin-bottom: 5px;
	}

	.advice-mobile .rewards-holder .rewards h3 {
		padding: 0 0 10px;
	}

	.advice-mobile .rewards-holder .btn {
		float: none;
		margin: 0;
	}
}

@media (max-width: 479px) {
	.search-form input[type="search"] {
		width: 100%;
	}

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

	.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		width: 100%;
		max-width: 150px;
	}

	.search-form input[type="password"],
	.post-password-form input[type="password"],
	#search_block input[type="password"] {
		width: 100%;
		max-width: 150px;
	}

	#commentform p textarea {
		width: 100%;
	}

	.partners-list li {
		width: 33.3%;
	}

	#footer .widget h3 {
		margin: 0 0 8px;
	}

	#footer .widget {
		width: 100% !important;
		text-align: center;
	}

	#footer .widget .clients-list li {
		width: 33.3%;
	}

	#sidebar {
		width: 290px;
	}
}

@media (max-width: 409px) {
	.visual-list li {
		width: 100%;
		border: none;
	}
}


/**  Divi related tempalte styles  ********/

.et_divi_builder #et_builder_outer_content .et_pb_section {padding-top: 0px !important; padding-bottom: 0px !important;}

.et_divi_builder #et_builder_outer_content .et_pb_row {padding-top: 2% !important; padding-bottom: 2% !important;}

#et_builder_outer_content .et_pb_module h1,
#et_builder_outer_content .et_pb_module h2,
#et_builder_outer_content .et_pb_module h3,
#et_builder_outer_content .et_pb_module h4,
#et_builder_outer_content .et_pb_module h5,
#et_builder_outer_content .et_pb_module h6,
#et_builder_outer_content .et_pb_module .h {
	line-height: 1.2em;
    	margin-bottom: 0.5em !important;
}

#et_builder_outer_content .et_pb_module h2,
#et_builder_outer_content .et_pb_module h3,
#et_builder_outer_content .et_pb_module h5 {
	color: #dd0330 !important;
}

#et_builder_outer_content .et_pb_module h2 {font-size: 2em; font-weight: 500;}

#et_builder_outer_content .et_pb_module p {margin-bottom: 1em !important;}

#et_builder_outer_content .et_pb_module h3 {font-size: 1.8em; font-weight: 700;}


#et_builder_outer_content .et_pb_module.content-text-lg p { font-size: 1.4em !important;}

#et_builder_outer_content .et_pb_module .content-text-md { font-size: 1.1em !important; text-transform: uppercase;}

#et_builder_outer_content .et_pb_module.content-text-sm p {font-size: 0.9em !important;}

#et_builder_outer_content .et_pb_module img.alignleft {
	float: left;
	margin: 0 1.2em 10px 0;
}

#et_builder_outer_content .et_pb_module img.alignright {
	float: right;
	    margin: 0 0 10px 1.2em;
}
   
#et_builder_outer_content .et_pb_module img.aligncenter {
    display: block;
    margin: 0 auto;
}

#et_builder_outer_content .et_pb_module a:hover {text-decoration: underline !important;}

#et_builder_outer_content .et_pb_module a {color: #dd0330;}

#et_builder_outer_content .et_pb_module ul, 
#et_builder_outer_content .et_pb_module ol {
	margin: 0 0 0 30px !important;
}

#et_builder_outer_content .et_pb_module ul {
	list-style-type: disc;
}

#et_builder_outer_content .et_pb_module ul ul {
	list-style-type: circle;
}

#et_builder_outer_content .et_pb_module ul ul ul {
	list-style-type: square;
}

#et_builder_outer_content .et_pb_module li {
	list-style-type: inherit !important;
}

#et_builder_outer_content .et_pb_module ol {
	list-style-type: decimal;	
}

#et_builder_outer_content .et_pb_module a.button-box-redline {
	padding: 5px 20px;
	background-color: transparent;
	border: 1px solid #dd0330;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	min-width: 230px !important;
}

#et_builder_outer_content .et_pb_module a.button-box-redline:hover, #et_builder_outer_content .et_pb_module a:hover.button-box-redline {
	background-color: #dd0330 !important;
	color: #fff !important;
	border: 1px solid #dd0330;
	text-decoration: none !important;
}


#et_builder_outer_content .et_pb_module.redbar-fullwidth h2, 
#et_builder_outer_content .et_pb_module.redbar-fullwidth p {color: #fff !important;}

#et_builder_outer_content .et_pb_module.redbar-fullwidth h2 {font-weight: 800; margin-top: 1.5em;}

#et_builder_outer_content .et_pb_module.redbar-fullwidth p {font-size: 1.2em;}

#et_builder_outer_content .et_pb_module.season-details-location-text {margin-bottom: 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-amenities-logos table {margin: 0px auto;}

#et_builder_outer_content .et_pb_module.season-details-table table { width: 100%;}

#et_builder_outer_content .et_pb_module.season-details-table th {background-color: #000 !important; color: #fff; text-transform: uppercase !important; text-align: center; padding: 25px !important;}
#et_builder_outer_content .et_pb_module.season-details-table td {text-align: center; padding: 8px 4px 12px;}
#et_builder_outer_content .et_pb_module.season-details-table td.white-sp {padding: 0px; width: 8px; background-color: #fff; font-size: 5px;}
#et_builder_outer_content .et_pb_module.season-details-table td.season-data-title {text-transform: uppercase !important; color: #fff !important; background-color: #999 !important; padding: 8px 4px !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.season-data-title.title-date {background-color: #555 !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-cat a {display: block; width: 100%; padding: 8px 4px !important;}
#et_builder_outer_content .et_pb_module.season-details-table table td {padding-bottom: 4px !important; vertical-align: top;}
#et_builder_outer_content .et_pb_module.season-details-table table td:first-child {padding-left: 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-off-bg a {background-color: #efefef !important; color: #999 !important; border: 1px solid #efefef;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-on-bg a,
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-on-bg  {background-color: #dd0330 !important; color: #fff !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-blue-bg a,
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-blue-bg {background-color: #00529c !important; color: #fff !important; border: 1px solid #00529c !important;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-off-bg a {background-color: #efefef !important;  color: #000 !important; border: 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-blue-bg.data-cat,
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-on-bg.data-cat {padding: 10px 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing {margin-top: 10px;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-off-bg {padding-left: 0px !important; padding-right: 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-blue-bg a:hover {background-color: #fff !important; color: #00529c !important; }
#et_builder_outer_content .et_pb_module.season-details-table td a:hover {text-decoration: none !important;}
#et_builder_outer_content .et_pb_module.season-details-table td.data-off-bg a:hover, 
#et_builder_outer_content .et_pb_module.season-details-table td.data-on-bg a:hover {background-color: #fff !important; color: #dd0330 !important; border: 1px solid #dd0330;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing a {text-decoration: underline !important; font-size: 0.9em;}
#et_builder_outer_content .et_pb_module.season-details-table table.season-details-landing td.data-cat {padding-top: 0px !important; padding-bottom: 0px !important;}
#et_builder_outer_content .et_pb_module.season-details-table td div.season-details-highlight {border: 1px dotted #000; padding: 8px 10px;}

#et_builder_outer_content .et_pb_row_inner.group-4-colum2-box { padding: 0px 0px !important; margin-bottom: 25px;}
#et_builder_outer_content .et_pb_row_inner.group-4-colum2-box:last-child {margin-bottom: 0px;}
#et_builder_outer_content .et_pb_row_inner.group-4-colum2-box .et_pb_text.box-text-4 {border: 1px solid #222; padding: 30px 25px; height: 250px;}

#et_builder_outer_content .et_pb_text.black-box-with-check {background-color: #333 !important; color: #fff !important; padding: 30px 15px; vertical-align: middle; min-height: 280px;}

#et_builder_outer_content .et_pb_text.grey-bg {background-color: #eeeeee;}
#et_builder_outer_content .et_pb_text.box-text {padding: 30px 25px; min-height: 300px;}
#et_builder_outer_content .et_pb_module.box-text h3 {font-weight: 500px !important;}

@media (max-width: 980px) {
	.et_divi_builder #et_builder_outer_content .et_pb_column. {
   		 margin-bottom: 0px;
	}
}
