/*
Theme Name: Helpdesk
Theme URI: http://www.janstudio.net/helpdesk
Author: JanStudio
Author URI: http://www.janstudio.net
Description: Wordpress Support Center (Knowledge Base | Forum Support | FAQ | Video Tutorials Portal | Documentation Portal).
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helpdesk
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

Note: Do not edit this file. If you wish to add your own CSS we strongly
recommend creating your own child theme, or add custom CSS in menu JanStudio > Theme Options > General Setting > Add Custom CSS Style.
*/
/* -------------------------------------------
[Table of contents]
1. RESET BROWSER
	1.1 TYPOGRAPHY
	1.2 FORM
	1.3 CLEARING
	1.4 FLEXBOX
2. WORDPRESS DEFAULT CLASS
	2.1. SOCIAL SHARE
3. HEADER
4. FOOTER
5. PAGE CONTENT
6.0 BLOG
	6.1 SINGLE BLOG
	6.2 COMMENT FORM
7.0 BBPRESS
8.0 CONTACT
9.0 MY ACCOUNT
10.0 RETINA
------------------------------------------- */
/* ==========================================================================
   1.0 RESET BROWSER
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 400 .875em/1.75 'Open Sans', Arial, Helvetica, sans-serif;
	color: #696969;
	overflow-x: hidden;
}
ul {
	list-style: inside;
}
ol {
	list-style: inside none decimal;
}
ul ul,
ol ol {
	padding-left: 1.5rem;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
	background: #f1f1f1;
	padding: 25px 25px 25px 60px;
	margin-bottom: 20px;
	position: relative;
	font-family: georgia,serif;
	font-style: italic;
	display: block;
}
blockquote:before,
q:before {
	position: absolute;
	content: '“';
	left: 25px;
	top: 0;
	font-size: 50px;
	color: #999;
	font-family: georgia, serif;
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
blockquote p, q p {
	margin: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
table,
th,
td {
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 1.5em 0 1.75em;
	table-layout: fixed;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 15px;
}
small {
	font-size: 75%;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
b, strong {
	font-weight: bold;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark {
	background: #343434;
	padding: 0.125em 0.25em;
	text-decoration: none;
	color: #fff;
}
big {
	font-size: 125%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* ==========================================================================
   1.1 TYPOGRAPHY
   ========================================================================== */
a {
	color: #002e5b;
	transition: all .3s;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	color: #002e5b;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.65em 0 0.5em;
	line-height: 1.428;
	font-family: 'Montserrat', sans-serif;
	color: #343434;
}
h1 {
	margin: 0;
	font-size: 2.6179em;
}
h2 {
	font-size: 2.0581em;
}
h3 {
    font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .7682em;
}
p {
	margin-bottom: 1.3em;
}
h3.section-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
/* ==========================================================================
   1.2 FORM
   ========================================================================== */
input,
button,
textarea {
	transition: all .3s;
}
input:focus,
button:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button {
	height: 50px;
	line-height: 1;
}
a.button {
	line-height: 50px;
	display: inline-block;
	font-size: 18px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
	border: 1px solid #ebebeb;
	font-size: 13px;
	outline: 0;
	padding: 0 15px;
	color: #999;
	letter-spacing: 1px;
	border-radius: 0;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
	border-color: #fde428;
}
textarea {
	padding: 15px;
}
input[type="submit"],
button,
a.button {
	cursor: pointer;
	border: 0;
	padding: 0 30px;
	background: #fde428;
	color: #002e5b;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
a.button-o,
input.button-o,
button.button-o {
	line-height: 40px;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #002e5b;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 27px 0 30px;
	color: #002e5b;
	background: transparent;
}
a.button-o:hover,
input.button-o:hover,
button.button-o:hover {
	border: 1px solid #002e5b;
	background: #002e5b;
	color: #fff;
}
a.button-o-w {
	line-height: 40px;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 27px 0 30px;
	color: #fff;
}
a.button-o-w:hover {
	border: 1px solid #002e5b;
	background: #002e5b;
	color: #fff;
}
a.button-yellow {
	line-height: 50px;
	background: #fde428;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 0 27px 0 30px;
}
input[type="submit"]:hover,
button:hover,
a.button:hover {
	opacity: .8;
}
button,
input[type="submit"] {
	-webkit-appearance: button;	
}
[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
	cursor: not-allowed;
	opacity: .5;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
::-webkit-input-placeholder {
	color: #c1c1c1;
}
:-moz-placeholder {
	color: #c1c1c1;
}
::-moz-placeholder {
	color: #c1c1c1;
}
:-ms-input-placeholder {
	color: #c1c1c1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent;}
input:focus:-ms-input-placeholder { color:transparent;}
a.btn-y-s {
	width: 245px;
	text-align: center;
	color: #002e5b;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	background: #fde428;
	line-height: 60px;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 -1px 8px 0 rgba(34, 34, 34, 0.2);
}
a.btn-y-s:hover {
	color: #fff;
	background: #002e5b;
}
/* ==========================================================================
   1.3 CLEARING
   ========================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* ==========================================================================
   1.4 FLEXBOX
   ========================================================================== */
.jas-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.flex .grow {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}
.flex.column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction:;
	flex-direction: column;
}
.jas-container,
.jas-row.wide {
	margin: auto;
}
.jas-container {
	max-width: 100%;
}
.jas-row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.jas-col.reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.jas-col-xs, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12 {
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.jas-col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	max-width: 100%;
}
.jas-col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	-webkit-flex-basis: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.jas-col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	-webkit-flex-basis: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}
.jas-col-xs-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.jas-col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.jas-col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	-webkit-flex-basis: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}
.jas-col-xs-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.jas-col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.jas-col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	-webkit-flex-basis: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}
.jas-col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.jas-col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.jas-col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	-webkit-flex-basis: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}
.jas-col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.jas-col-xs-offset-1 {
	margin-left: 8.333%;
}
.jas-col-xs-offset-2 {
	margin-left: 16.667%;
}
.jas-col-xs-offset-3 {
	margin-left: 25%;
}
.jas-col-xs-offset-4 {
	margin-left: 33.333%;
}
.jas-col-xs-offset-5 {
	margin-left: 41.667%;
}
.jas-col-xs-offset-6 {
	margin-left: 50%;
}
.jas-col-xs-offset-7 {
	margin-left: 58.333%;
}
.jas-col-xs-offset-8 {
	margin-left: 66.667%;
}
.jas-col-xs-offset-9 {
	margin-left: 75%;
}
.jas-col-xs-offset-10 {
	margin-left: 83.333%;
}
.jas-col-xs-offset-11 {
	margin-left: 91.667%;
}
.start-xs {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.middle-xs {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.bottom-xs {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}
.around-xs {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.between-xs {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.first-xs {
	-webkit-order: -1;
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}
.last-xs {
	-webkit-order: 1;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media only screen and (min-width: 48em) {
	.jas-container {
		width: 46rem;
	}
	.jas-col-sm,  .jas-col-sm-1,  .jas-col-sm-2,  .jas-col-sm-3,  .jas-col-sm-4,  .jas-col-sm-5,  .jas-col-sm-6,  .jas-col-sm-7,  .jas-col-sm-8,  .jas-col-sm-9,  .jas-col-sm-10,  .jas-col-sm-11,  .jas-col-sm-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.jas-col-sm-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.jas-col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.jas-col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.jas-col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.jas-col-sm-offset-3 {
		margin-left: 25%;
	}
	.jas-col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.jas-col-sm-offset-6 {
		margin-left: 50%;
	}
	.jas-col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.jas-col-sm-offset-9 {
		margin-left: 75%;
	}
	.jas-col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.start-sm {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
@media only screen and (min-width: 62em) {
	.jas-container {
		width: 61rem;
	}
	.jas-col-md,  .jas-col-md-1,  .jas-col-md-2,  .jas-col-md-3,  .jas-col-md-4,  .jas-col-md-5,  .jas-col-md-6,  .jas-col-md-7,  .jas-col-md-8,  .jas-col-md-9,  .jas-col-md-10,  .jas-col-md-11,  .jas-col-md-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.jas-col-md-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.jas-col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.jas-col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.jas-col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-md-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-md-offset-2 {
		margin-left: 16.667%;
	}
	.jas-col-md-offset-3 {
		margin-left: 25%;
	}
	.jas-col-md-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-md-offset-5 {
		margin-left: 41.667%;
	}
	.jas-col-md-offset-6 {
		margin-left: 50%;
	}
	.jas-col-md-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-md-offset-8 {
		margin-left: 66.667%;
	}
	.jas-col-md-offset-9 {
		margin-left: 75%;
	}
	.jas-col-md-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-md-offset-11 {
		margin-left: 91.667%;
	}
	.start-md {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-md {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
@media only screen and (min-width: 75em) {
	.jas-container {
		width: 73.125rem;
	}
	.jas-col-lg,  .jas-col-lg-1,  .jas-col-lg-2,  .jas-col-lg-3,  .jas-col-lg-4,  .jas-col-lg-5,  .jas-col-lg-6,  .jas-col-lg-7,  .jas-col-lg-8,  .jas-col-lg-9,  .jas-col-lg-10,  .jas-col-lg-11,  .jas-col-lg-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.jas-col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.jas-col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.jas-col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.jas-col-lg-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.jas-col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.jas-col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.jas-col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.jas-col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.jas-col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.jas-col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.jas-col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.jas-col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.jas-col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.jas-col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.jas-col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.jas-col-lg-offset-3 {
		margin-left: 25%;
	}
	.jas-col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.jas-col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.jas-col-lg-offset-6 {
		margin-left: 50%;
	}
	.jas-col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.jas-col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.jas-col-lg-offset-9 {
		margin-left: 75%;
	}
	.jas-col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.jas-col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.start-lg {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-lg {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
.grid-sizer.size-3 {
	width: 25%;
	min-height: 1px;
	float: left;
	position: absolute;
}
.grid-sizer.size-4 {
	width: 33.3%;
	min-height: 1px;
	float: left;
	position: absolute;
}
.grid-sizer.size-6 {
	width: 50%;
	min-height: 1px;
	float: left;
	position: absolute;
}

/* ==========================================================================
   HELPER CLASS
   ========================================================================== */
.mg__0   { margin: 0;             }
.mt__0   { margin-top: 0px;       }
.mt__5   { margin-top: 5px;       }
.mt__10  { margin-top: 10px;      }
.mt__15  { margin-top: 15px;      }
.mt__20  { margin-top: 20px;      }
.mt__25  { margin-top: 25px;      }
.mt__30  { margin-top: 30px;      }
.mt__35  { margin-top: 35px;      }
.mt__40  { margin-top: 40px;      }
.mt__45  { margin-top: 45px;      }
.mt__50  { margin-top: 50px;      }
.mt__55  { margin-top: 55px;      }
.mt__60  { margin-top: 60px;      }
.mt__65  { margin-top: 65px;      }
.mt__70  { margin-top: 70px;      }
.mt__75  { margin-top: 75px;      }
.mt__80  { margin-top: 80px;      }
.mt__85  { margin-top: 85px;      }
.mt__90  { margin-top: 90px;      }
.mt__95  { margin-top: 95px;      }
.mt__100 { margin-top: 100px;     }

.mr__5   { margin-right: 5px;     }
.mr__10  { margin-right: 10px;    }
.mr__15  { margin-right: 15px;    }
.mr__20  { margin-right: 20px;    }
.mr__25  { margin-right: 25px;    }
.mr__30  { margin-right: 30px;    }
.mr__35  { margin-right: 35px;    }
.mr__40  { margin-right: 40px;    }
.mr__45  { margin-right: 45px;    }
.mr__50  { margin-right: 50px;    }
.mr__55  { margin-right: 55px;    }
.mr__60  { margin-right: 60px;    }
.mr__65  { margin-right: 65px;    }
.mr__70  { margin-right: 70px;    }
.mr__75  { margin-right: 75px;    }
.mr__80  { margin-right: 80px;    }
.mr__85  { margin-right: 85px;    }
.mr__90  { margin-right: 90px;    }
.mr__95  { margin-right: 95px;    }
.mr__100 { margin-right: 100px;   }

.mb__0   { margin-bottom: 0px;    }
.mb__5   { margin-bottom: 5px;    }
.mb__10  { margin-bottom: 10px;   }
.mb__15  { margin-bottom: 15px;   }
.mb__20  { margin-bottom: 20px;   }
.mb__25  { margin-bottom: 25px;   }
.mb__30  { margin-bottom: 30px;   }
.mb__35  { margin-bottom: 35px;   }
.mb__40  { margin-bottom: 40px;   }
.mb__45  { margin-bottom: 45px;   }
.mb__50  { margin-bottom: 50px;   }
.mb__55  { margin-bottom: 55px;   }
.mb__60  { margin-bottom: 60px;   }
.mb__65  { margin-bottom: 65px;   }
.mb__70  { margin-bottom: 70px;   }
.mb__75  { margin-bottom: 75px;   }
.mb__80  { margin-bottom: 80px;   }
.mb__85  { margin-bottom: 85px;   }
.mb__90  { margin-bottom: 90px;   }
.mb__95  { margin-bottom: 95px;   }
.mb__100 { margin-bottom: 100px;  }

.ml__5   { margin-left: 5px;      }
.ml__10  { margin-left: 10px;     }
.ml__15  { margin-left: 15px;     }
.ml__20  { margin-left: 20px;     }
.ml__25  { margin-left: 25px;     }
.ml__30  { margin-left: 30px;     }
.ml__35  { margin-left: 35px;     }
.ml__40  { margin-left: 40px;     }
.ml__45  { margin-left: 45px;     }
.ml__50  { margin-left: 50px;     }
.ml__55  { margin-left: 55px;     }
.ml__60  { margin-left: 60px;     }
.ml__65  { margin-left: 65px;     }
.ml__70  { margin-left: 70px;     }
.ml__75  { margin-left: 75px;     }
.ml__80  { margin-left: 80px;     }
.ml__85  { margin-left: 85px;     }
.ml__90  { margin-left: 90px;     }
.ml__95  { margin-left: 95px;     }
.ml__100 { margin-left: 100px;    }

.pd__0   { padding: 0;            }
.pt__5   { padding-top: 5px;      }
.pt__10  { padding-top: 10px;     }
.pt__15  { padding-top: 15px;     }
.pt__20  { padding-top: 20px;     }
.pt__25  { padding-top: 25px;     }
.pt__30  { padding-top: 30px;     }
.pt__35  { padding-top: 35px;     }
.pt__40  { padding-top: 40px;     }
.pt__45  { padding-top: 45px;     }
.pt__50  { padding-top: 50px;     }
.pt__55  { padding-top: 55px;     }
.pt__60  { padding-top: 60px;     }
.pt__65  { padding-top: 65px;     }
.pt__70  { padding-top: 70px;     }
.pt__75  { padding-top: 75px;     }
.pt__80  { padding-top: 80px;     }
.pt__85  { padding-top: 85px;     }
.pt__90  { padding-top: 90px;     }
.pt__95  { padding-top: 95px;     }
.pt__100 { padding-top: 100px;    }

.pr__5   { padding-right: 5px;    }
.pr__10  { padding-right: 10px;   }
.pr__15  { padding-right: 15px;   }
.pr__20  { padding-right: 20px;   }
.pr__25  { padding-right: 25px;   }
.pr__30  { padding-right: 30px;   }
.pr__35  { padding-right: 35px;   }
.pr__40  { padding-right: 40px;   }
.pr__45  { padding-right: 45px;   }
.pr__50  { padding-right: 50px;   }
.pr__55  { padding-right: 55px;   }
.pr__60  { padding-right: 60px;   }
.pr__65  { padding-right: 65px;   }
.pr__70  { padding-right: 70px;   }
.pr__75  { padding-right: 75px;   }
.pr__80  { padding-right: 80px;   }
.pr__85  { padding-right: 85px;   }
.pr__90  { padding-right: 90px;   }
.pr__95  { padding-right: 95px;   }
.pr__100 { padding-right: 100px;  }

.pb__5   { padding-bottom: 5px;   }
.pb__10  { padding-bottom: 10px;  }
.pb__15  { padding-bottom: 15px;  }
.pb__20  { padding-bottom: 20px;  }
.pb__25  { padding-bottom: 25px;  }
.pb__30  { padding-bottom: 30px;  }
.pb__35  { padding-bottom: 35px;  }
.pb__40  { padding-bottom: 40px;  }
.pb__45  { padding-bottom: 45px;  }
.pb__50  { padding-bottom: 50px;  }
.pb__55  { padding-bottom: 55px;  }
.pb__60  { padding-bottom: 60px;  }
.pb__65  { padding-bottom: 65px;  }
.pb__70  { padding-bottom: 70px;  }
.pb__75  { padding-bottom: 75px;  }
.pb__80  { padding-bottom: 80px;  }
.pb__85  { padding-bottom: 85px;  }
.pb__90  { padding-bottom: 90px;  }
.pb__95  { padding-bottom: 95px;  }
.pb__100 { padding-bottom: 100px; }

.pl__5   { padding-left: 5px;     }
.pl__10  { padding-left: 10px;    }
.pl__15  { padding-left: 15px;    }
.pl__20  { padding-left: 20px;    }
.pl__25  { padding-left: 25px;    }
.pl__30  { padding-left: 30px;    }
.pl__35  { padding-left: 35px;    }
.pl__40  { padding-left: 40px;    }
.pl__45  { padding-left: 45px;    }
.pl__50  { padding-left: 50px;    }
.pl__55  { padding-left: 55px;    }
.pl__60  { padding-left: 60px;    }
.pl__65  { padding-left: 65px;    }
.pl__70  { padding-left: 70px;    }
.pl__75  { padding-left: 75px;    }
.pl__80  { padding-left: 80px;    }
.pl__85  { padding-left: 85px;    }
.pl__90  { padding-left: 90px;    }
.pl__95  { padding-left: 95px;    }
.pl__100 { padding-left: 100px;   }

.w__100 { width: 100%; }

.br__50 { -ms-border-radius: 50%; border-radius: 50%; }

.fs__10 { font-size: 10px; }
.fs__12 { font-size: 12px; }
.fs__13 { font-size: 13px; }
.fs__14, .fa { font-size: 14px; }
.fs__16 { font-size: 16px; }
.fs__20 { font-size: 20px; }
.fs__25 { font-size: 25px; }
.fs__30 { font-size: 30px; }
.fs__50 { font-size: 50px; }

.db  { display: block;        }
.dn  { display: none;         }
.dib { display: inline-block; }

.tl { text-align: left;   }
.tc { text-align: center; }
.tr { text-align: right;  }

.fl { float: left; }
.fr { float: right; }

.pa { position: absolute; }
.pr { position: relative; }
.pf { position: fixed;    }
.pa-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	white-space: nowrap;
	-webkit-transform: translate3D(-50%, -50%, 0);
	-moz-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%, -50%, 0);
	-o-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);	
}
.pa-bt {
	position: absolute;
	bottom: 60px;
	left: 40px;
}
.pa-top {
	position: absolute;
	top: 60px;
	left: 60px;
}
.cb { color: #000; }
.cd { color: #343434; }
.cp, .chp:hover { color: #002e5b; }
.cw, .bghp:hover, .bghp:active, .bghp:focus { color: #fff; }
.cg { color: #696969;}
.cy { color: #fde428;}

.bgb { background: #000; }
.bgbl { background: #3e3e3e; } /* Black Lighter */
.bgp, .bghp:hover { background: #002e5b; }
.bgd { background: #343434; }

.tu { text-transform: uppercase; }

.fwb { font-weight: 700; }

.ls__1 { letter-spacing: 1px; }
.ls__2 { letter-spacing: 2px; }
.ls__3 { letter-spacing: 3px; }
.ls__4 { letter-spacing: 4px; }
.ls__5 { letter-spacing: 5px; }

.ts__03 { transition: all .3s; }
.ts__04 { transition: all .4s; }
.ts__05 { transition: all .5s; }

.lh__1 { line-height: 1; }

.f__ops  { font-family: 'Open Sans', sans-serif;}
.f__lib  { font-family: 'Libre Baskerville', sans-serif;}
.f__mont { font-family: 'Montserrat', sans-serif;}

.oh { overflow: hidden; }

.bdt { border-top: 2px solid #f3f3f3; }
.bdb { border-bottom: 2px solid #f3f3f3; }

/* ==========================================================================
   2.0 WORDPRESS DEFAULT CLASS
   ========================================================================== */
.bypostauthor {content:''; position: relative;}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #343434;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	padding: 0.5em 0;
	text-align: center;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#jas-header {
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
}
.header-sticky .header__mid {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
	z-index: 9999;
	padding: 0 30px;
}
.jas-branding {
	line-height: 80px;
}
.header-sticky .jas-branding {
	line-height: 60px;
}
.regular-logo {
	display: inline-block;
}
.retina-logo {
	display: none;
}
.jas-push-menu {
	position: fixed;
	background: #fff;
	width: 320px;
	bottom: 0;
	text-align: left;
	top: 0;
	z-index: 1000;
	overflow-y: auto;
	transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.mask-overlay {
	content: '';
	position: fixed;
	background: rgba(0 ,0 ,0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.jas-canvas-menu {
	right: -320px;
}
.menu-opened .jas-canvas-menu {
	right: 0;
}
.admin-bar .jas-push-menu {
	top: 32px;
}
.jas-push-menu h3 {
	font-size: 16px;
	line-height: 50px;
}
.jas-push-menu h3 i {
	left: 8px;
	top: 0;
	line-height: 50px;
	cursor: pointer;
	font-size: 40px;
}
.jas-push-menu .jas-account-menu {
	padding: 0 20px;
}

/* 3.5 MAIN NAVIGATION
   ========================================================================== */
.jas-menu li {
	list-style: none;
	position: relative;
}
.jas-menu > li {
	display: inline-block;
	line-height: 80px;
}
.jas-menu > li:not(:first-child) {
	margin-left: 30px;
}
.jas-menu > li > a {
	color: #343434;
	position: relative;
	font-family: 'Montserrat';
}
.header-sticky .jas-menu > li {
	line-height: 60px;
}
.jas-menu li a:hover,
.jas-menu li.current-menu-ancestor > a,
.jas-menu li.current-menu-item > a,
.jas-account-menu a:hover {
	color: #002e5b;
}
.jas-menu ul,
.jas-account-menu ul {
	position: absolute;
	width: 270px;
	background: rgba(255, 255, 255, 0.9);
	top: 120%;
	opacity: 0;
	visibility: hidden;
	left: calc(50% - 135px);
	transition: all .3s;
	text-align: center;
	z-index: 10;
	padding: 0;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.jas-menu ul li,
.jas-account-menu ul li {
	list-style-type: none;
	line-height: 1.428;
}
.jas-menu li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.jas-menu ul li:not(:last-child),
.jas-account-menu ul li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.jas-account-menu ul {
	top: 80px;
}
.jas-account-menu:hover ul {
	top: 60px;
	opacity: 1;
	visibility: visible;
}
.jas-account-menu a.button:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 25px;
	left: 10px;
	bottom: -25px;
}
.jas-menu ul a,
.jas-account-menu ul a {
	color: #878787;
	padding: 15px 20px;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.jas-menu ul ul {
	left: 270px;
	top: 40%;
}
.jas-menu ul li:hover > ul {
	top: 0;
}
.jas-menu .rtl-menu {
	left: -270px;
}
.jas-account-menu a.button {
	color: #343434;
	border-radius: 3px;
	height: 40px;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	padding: 0 35px;
}
.jas-account-menu a.button:hover {
	color: #fff;
	background: #002e5b;
	opacity: 1;
}
.jas-push-menu-btn {
	right: 30px;
	top: 16px;
}
.jas-menu li.hot > a:after,
.jas-menu li.new > a:after {
	position: absolute;
	color: #fff;
	font-size: 9px;
	padding: 0 8px;
	border-radius: 50px;
	right: -28px;
	top: -10px;
	letter-spacing: 0;
	line-height: 17px;
}
.jas-menu ul li.hot > a:after,
.jas-menu ul li.new > a:after {
	right: 15px;
	top: 10px;
}
.jas-menu li.hot > a:after {
	content: 'Hot';
	background: #ff3e11;
}
.jas-menu li.new > a:after {
	content: 'New';
	background: #01bad4;
}
/* 3.6 MOBILE MENU
   ========================================================================== */
#jas-mobile-menu,
#jas-mobile-menu ul,
#jas-mobile-menu ul li,
#jas-mobile-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 32px;
	display: block;
	position: relative;
	text-align: left;
}
#jas-mobile-menu {
	padding: 20px 20px 5px;
}
#jas-mobile-menu ul ul {
	display: none;
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 0;
	padding-left: 15px;
}
#jas-mobile-menu ul li a {
	cursor: pointer;
	z-index: 2;
	padding: 5px 0;
	color: #343434;
	letter-spacing: 1px;
}	
#jas-mobile-menu > ul > li > a:before {
	display: none;
}
.holder {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 5px;
	right: -10px;
	z-index: 10;
	cursor: pointer;
	color: #343434;
	transition: all .3s;
}
#jas-mobile-menu ul > li:hover > a, 
#jas-mobile-menu ul > li.current-menu-item > a, 
#jas-mobile-menu ul > li.current-menu-parent > a, 
#jas-mobile-menu ul > li.current-menu-ancestor > a,
#jas-mobile-menu ul > li:hover > .holder, 
#jas-mobile-menu ul > li.current-menu-item > .holder,
#jas-mobile-menu ul > li.current-menu-parent  > .holder,
#jas-mobile-menu ul > li.current-menu-ancestor > .holder  {
	color: #002e5b;
}
#jas-mobile-menu ul > li:hover > a {
	padding-left: 5px;
}
.holder:after,
.holder:before {
	display: block;
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	right: 10px;
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.holder:after {
	top: 12px;
	right: 16px;
	border-top: 1px solid;
	border-left: 1px solid;
	width: 1px;
}
.holder::before {
	top: 18px;
	height: 1px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-top-color: inherit;
	border-left-color: inherit;
	transition: all .3s;
}
#jas-mobile-menu ul li.open > .holder:before {
	opacity: 0;
	visibility: hidden;
}
nav.main-menu #jas-mobile-menu ul ul:after {
	display: none;
}
#jas-mobile-menu ul ul li a {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 2px;
}

/* ==========================================================================
   KNOWLEDGE BASE
========================================================================== */
.kb-list-title {
	border-bottom: 1px solid #eaeaea;
}
.jas-kb:not(:last-child) {
	margin-bottom: 55px;
}
.kb-list li:not(:last-child) {
	margin-bottom: 10px;
}
.jas-kb-related ul li {
	line-height: 30px;
}
.kb-list-in-cat li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.kb-list-in-cat li > i {
	font-size: 40px;
}
.kb-list-in-cat li a {
	font-size: 18px;
}
.kb-list-in-cat li span {
	font-size: 12px;
}

/* ==========================================================================
   VIDEO
   ========================================================================== */
.video-list-title,
.document-list-title {
	font-size: 24px;
	padding: 12px 25px;
	margin: 0 0 30px;
}
.fluid-iframe {
	padding-bottom: 56.25%;
}
.fluid-iframe iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.video-thumb,
.no-thumb {
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.video-thumb:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	z-index: 2;
	background: url(assets/images/play.svg) no-repeat;
}
.no-thumb {
	height: 100%;
}
.video-mask iframe {
	pointer-events: none;
}
.mfp-wrap .jas-hosted-video .wp-video {
	margin: auto;
}
.mfp-wrap .jas-hosted-video .wp-video-shortcode {
	width: 640px !important;
	height: 360px !important;
}
.jas-video {
	float: left;
	width: 100%;
}
.jas-video .jas-hosted-video.mfp-hide {
	display: block !important;
}
.jas-video-list:not(:last-child) h4 > a {
	border-bottom: 1px solid #eaeaea;
}
.jas-video-list h4 > a {
	padding: 38px 30px;
	background: #f6f6f8;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10421;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10431;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10451;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.product-quickview,
.wc-content-help {
	background: #fff;
	max-width: 950px;
	margin: auto;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s; 
	transform: scale(0.8); 
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1); 
}
.mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8); 
	opacity: 0;
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.loader {
	position: fixed;
	background: rgba(0,0,0,.85);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loader-inner {
	background: url('assets/images/loader.svg') no-repeat 0 0;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ==========================================================================
   FAQS
========================================================================== */
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all .35s;
}
.jas-faq:not(:last-child) {
	padding-bottom: 50px;
}
.jas-faq h2 {
	font-size: 24px;
	padding: 12px 25px;
	margin: 0 0 30px;
}
.faq-content:not(:last-child) {
	padding-bottom: 20px;
}
.faq-question {
	font-size: 18px;
	margin: 0 0 15px;
}
.faq-question {
	font-size: 18px;
	margin: 0 0 15px;
}
.faq-question a {
	padding: 8px 0 7px 50px;
	cursor: pointer;
}
.solid .faq-question {
	background: #ebebeb;
	padding: 9px;
	margin: 0;
}
.solid .faq-answer {
	padding: 0;
}
.solid .faq-answer > div {
	padding: 10px 20px 20px 60px;
	background: #ebebeb;
}
.outline .faq-question:before,
.faq-question a:before,
.faq-question a:after {
	content: '';
	position: absolute;
}
.outline .faq-question:before {
	border: 2px solid #002e5b;
	width: 40px;
	height: 40px;
}
.faq-question a:before {
	width: 24px;
	height: 2px;
	background: #002e5b;
	left: 8px;
	top: 18px;
}
.faq-question a:after {
	width: 2px;
	height: 24px;
	background: #002e5b;
	left: 19px;
	top: 8px;
}
.faq-answer {
	padding-left: 50px;
	display: none;
}
.faq-content.active .faq-question a:after {
	width: 0;
	height: 0;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.widget {
	background: #f6f6f8;
	padding: 25px;
}
.widget.widget_text,
.widget.widget_search {
	background: transparent;
	padding: 0;
}
.widget:not(:last-child) {
	margin-bottom: 50px;
}
.widget ul li {
	list-style: none;
	line-height: 30px;
	margin-bottom: 5px;
}
.widget.widget_categories ul li {
	line-height: 30px;
}
#wp-calendar * {
	text-align: center;
}
#wp-calendar caption {
	padding: 10px;
	background: #002e5b;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.widget a {
	color: #696969;
}
.widget a:hover {
	color: #002e5b;
}
.widget .tagcloud a {
	background: #002e5b;
	padding: 1px 15px 2px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 3px 6px 0;
	font-size: 13px !important;
}
.widget .tagcloud a:hover {
	background: #fde428;
	color: #fff;
}
.sidebar select {
	width: 100%;
}
.widget.widget_search {
	display: inline-block;
	width: 100%;
}
.widget.widget_search label {
	float: left;
	width: calc(100% - 108px);
}
.widget.widget_search label input {
	padding: 0 10px;
	width: 100%;
}
.widget.widget_search .search-submit {
	float: right;
	padding: 0 15px;
	width: 108px;
}
.jas-widget-testimonial .pr {
	font-family: Geogira;
	font-style: italic;
	font-size: 18px;
	padding: 20px 20px 40px;
	background: #f2f2f8;
}
.jas-widget-testimonial .title {
	font-style: normal;
	right: 20px;
	bottom: 20px;
}
.jas-widget-testimonial .title:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	left: -10px;
	background: #696969;
	top: 10px;
}
.jas-widget-testimonial .slick-dots {
	bottom: -25px;
	left: 0;
}
.jas-widget-testimonial .slick-dots li {
	margin: 0 3px;
}
.jas-widget-testimonial .slick-dots li button:before {
	font-size: 28px;
}

/* ==========================================================================
   4.0 FOOTER
========================================================================== */
#jas-footer {
	background: #f6f6f8;
}
#jas-footer,
.footer__top a,
.footer__bot a {
	color: #696969;
}
#jas-footer a:hover {
	color: #002e5b;
}
#jas-footer .widget {
	padding: 0;
	background: none;
}
#jas-footer .widget ul ul {
	padding-left: 20px;
}
.footer__bot {
	padding: 22px 0 20px;
	border-top: 1px solid #ececec;
	line-height: 1;
}
#jas-footer-menu li {
	float: left;
	list-style: none;
	margin-left: 20px;
}
#jas-footer .widget-title {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
}
#jas-footer .widget ul li {
	line-height: 30px;
	list-style: none;
}
#jas-footer .widget:not(:last-child) {
	margin-bottom: 0;
}
.footer__top {
	line-height: 26px;
}
.footer-socials li {
	display: inline-block;
}
.footer-socials li:not(:last-child) {
	margin-right: 30px;
}
.footer-socials li .fa {
	font-size: 20px;
}
.footer__top h4 {
	font-size: 1.1em;
}
#jas-backtop  {
	right: 15px;
	bottom: 15px;
	padding: 5px;
	border: 1px solid #002e5b;
	cursor: pointer;
	z-index: 1000;
}
.zopim {
	right: 75px !important;
}
#jas-backtop span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
}
#jas-backtop span i {
	z-index: 1;
}
#jas-backtop span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	content:'';
	background: #002e5b;
	z-index: 0;
	transition: all .2s;
	-webkit-transform: scale(0);
			transform: scale(0);
}
#jas-backtop:hover span:before {
	-webkit-transform: scale(1);
			transform: scale(1);
}

/* ==========================================================================
   SHORTCODE - SERVICE
   ========================================================================== */
.jas-service .icon.small {
	font-size: 24px;
}
.jas-service .icon.medium {
	font-size: 36px;
}
.jas-service .icon.large {
	font-size: 48px;
}
.jas-service.tc .icon {
	margin: auto;
}
.jas-service .small {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.jas-service .medium {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.jas-service .large {
	width: 140px;
	height: 140px;
	line-height: 140px;
}
.jas-service.tr .content,
.jas-service.tl .content {
	overflow: hidden;
}
.jas-service.tr .icon,
.jas-service.tl .icon {
	text-align: center;
}
.jas-service.tr .icon {
	float: right;
	margin-left: 20px;
}
.jas-service.tl .icon {
	float: left;
	margin-right: 20px;
}
.jas-service[class*="icon-"] .icon {
	border: 1px solid;
	position: relative;
}
.jas-service[class*="icon-"]:hover i {
	color: #fff;
	position: relative;
	z-index: 1;
}
.jas-service[class*="icon-"].tc .icon {
	margin-bottom: 30px;
}
.jas-service.jas-icon-circle .icon,
.jas-service.jas-icon-circle .icon:before {
	border-radius: 50%;
}
.jas-service .icon a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* ==========================================================================
   SHORTCODE - SEARCH FORM
   ========================================================================== */
.jas-sc-search-form div label {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
}
.jas-sc-search-form .search-field[type="text"] {
	width: 100%;
	border-radius: 5px 0 0 5px;
}
.jas-sc-search-form .search-submit[type="submit"] {
	border-radius: 0 5px 5px 0;
	padding: 0 50px;
}
.jas-sc-search-form.center {
	margin: auto;
}
.jas-sc-search-form.right {
	float: right;
}
.jas-sc-search-form .search-in {
	list-style: none;
	background: #fff;
	padding: 15px;
	margin-top: -5px;
	z-index: 10;
	position: relative;
	border-top: 1px solid #fde428;
	border-radius: 0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
}
.jas-sc-search-form .search-in.opened {
	opacity: 1;
	visibility: visible;
}
.jas-sc-search-form .search-in li {
	margin-right: 10px;
}
.jas-sc-search-form .search-in li.all.active {
	pointer-events: none;
}
.jas-sc-search-form .search-in label {
	border: 1px solid #dcdce0;
	padding: 5px 14px 6px;
	border-radius: 40px;
	font-size: 11px;
	cursor: pointer;
	text-transform: capitalize;
	transition: all .3s;
}
.jas-sc-search-form .search-in li:hover label, 
.jas-sc-search-form .search-in .active label {
	background: #002e5b;
	color: #fff;
}
.jas-sc-search-form .search-in label input {
	display: none;
}
.jas-sc-search-form .ui-autocomplete {
	position: absolute !important;
	right: 0;
	width: 100% !important;
	border-radius: 0 0 5px 5px;
}
.jas-sc-search-form .search-in + .ui-autocomplete {
	top: 96px !important;
}
.jas-features-widgets .widget a {
	color: #002e5b;
}
.jas-sc-kb ul li,
.jas-sc-bbp-recent-topics ul li {
	list-style: inside disc;
	line-height: 36px;
}
.jas-sc-bbp-recent-topics .widgettitle {
	display: none;
}
.jas-sc-bbp-recent-topics ul li a {
	color: #696969;
}
.jas-sc-bbp-recent-topics ul li a:hover {
	color: #002e5b;
}
/* HOME BOTTOM WIDGET */
.jas-get-quote {
	background: #002e5b;
}
.jas-get-quote a {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.jas-get-quote a i {
	font-size: 18px;
	margin-right: 3px;
	font-weight: bold;
}
.jas-get-quote a:hover {
	color: #fff;	
}
.jas-get-quote a.button {
	padding: 0 45px;
	font-size: 18px;
	border-radius: 3px;
	color: #002e5b;
}
.jas-get-quote h3 {
	margin: 0;
}
.jas-get-quote [class*="col-"] {
	padding: 0;
}
/* ==========================================================================
   5.0 PAGE
   ========================================================================== */
.boxed {
	background-color: #f5f5f5;
}
.boxed #jas-wrapper {
	max-width: 1170px;
	margin: auto;
	width: 100%;
	background: #fff;
}
.boxed #jas-content > .jas-container,
.boxed #jas-content .jas-wc > .jas-container,
.boxed #jas-footer {
	padding: 0 10px;
}
.jas-breadcrumb {
	background: #f6f6f8;
}
.jas-breadcrumb ul {
	list-style: none;
}
.jas-breadcrumb i {
	margin: 0 10px;
}
.page-head {
	color: #fff;
	padding: 100px 0;
	background: url('assets/images/page-head-bg.jpg') center center no-repeat;
	background-size: cover;
}
.page-head h1 {
	color: #fff;
}
.page-head:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jas-pagination {
	border-top: 1px solid #002e5b;
	text-align: center;
	max-width: 1170px;
	width: 100%;
	margin: 60px auto;
}
.page-numbers {
	display: inline-block;
	list-style: none;
	margin: 10px 0;
}
.page-numbers li {
	float: left;
	margin: 0 20px;
	color: #002e5b;
}
.page-numbers li a {
	color: #002e5b;
}
.page-numbers li a:hover,
.page-numbers.current {
	color: #fde428;
}
.jas-page .no-sidebar {
	width: 100%;
}
/* ==========================================================================
   5.1 PAGE - 404
   ========================================================================== */
.error-404.not-found {
	text-align: center;
	padding: 100px 0 150px;
	letter-spacing: 1px;
	min-height: 50vh;
}
.error-404.not-found h1 {
	font-size: 80px;
	letter-spacing: 8px;
	font-weight: bold;
	margin: 0 0 5px;
}
.error-404.not-found h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px;
}
.error-404.not-found a {
	border-bottom: 1px solid #002e5b;
	padding: 2px 5px;
}
.error-404.not-found a:hover {
	background: #002e5b;
	color: #fff;
}
/* ==========================================================================
   6.0 BLOG
   ========================================================================== */
.jas-blog-slider .post-thumbnail > div {
	background: rgba(0, 0, 0, .8);
	padding: 20px;
	bottom: 0;
}
.post.sticky .post-thumbnail {
	margin-bottom: 0;
}
.post.sticky .post-content {
	background: #f2f2f8;
	padding: 25px;
}
.post-thumbnail div:first-child {
	position: relative;
	left: 0;
	bottom: 0;
}
.post-meta span {
	padding: 0 15px 0 0;
}
.post-action i {
	line-height: 1;
}
.more-link {
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 36px;
	border: 1px solid #002e5b;
	padding: 0 25px;
	display: table;
	font-size: 12px;
}
.more-link:hover {
	border-color: #fde428;
	color: #fde428;
}
.post-action {
	border: 1px solid #f1f1f1;
	padding: 8px 20px;
}
.read-more i {
	opacity: 0;
	font-size: 24px;
	right: 0;
	width: 15px;
	top: 1px;
}
.read-more:hover i {
	opacity: 1;
	right: -10px;
}
.comments-link i {
	font-size: 20px;
	top: 4px;
}
.post-content p:last-child {
	margin-bottom: 0;
}
/* 6.1 SINGLE BLOG
   ========================================================================== */
.tag-comment {
	border: 1px solid #f1f1f1;
	padding: 15px 20px;
}
.tag-comment ul.post-categories,
.tag-comment ul.post-categories li {
	display: inline-block;
}
.page-links span:not(.page-links-title) {
	margin: 0 5px;
}
.jas-single-blog .social-share {
	text-align: center;
}
.jas-single-blog .social-share a {
	margin: 0 10px;
}
.jas-single-blog .social-share i {
	margin-top: 40px;
	font-size: 15px;
}
.post-related h4 {
	font-size: 16px;
	font-weight: bold;
}
.post-related button {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.post-related:hover button {
	opacity: 1;
	visibility: visible;
}
.post-related .jas-carousel {
	margin: 0 -15px;
}
.post-related .item {
	padding: 0 15px;
}
.post-related h5 {
	letter-spacing: 1px;
}
/* 6.2 COMMENT FORM
   ========================================================================== */
.commentlist li {
	list-style: none;
	margin-top: 32px;
}
.comment_container img {
	float: left;
}
.comment-text {
	padding-left: 30px;
	overflow: hidden;
}
.comment-text .comment-author {
	font-size: 13px;
}
.comment-text .star-rating {
	float: right;
}
.comment-text .meta strong {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.comment-text .flex {
	font-size: 13px;
}
.comment-text p {
	margin-bottom: 5px;
}
.comment-text time {
	color: #ccc;
	font-size: 10px;
}
.commentlist .children {
	padding-left: 80px;
}
.comment-respond {
	margin-top: 50px;
}
#reviews .comment-respond {
	margin-top: 15px;
}
.comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: 2px;
	font-weight: bold;
}
.comment-respond .form-submit {
	text-align: right;
}
.comment-text .flex a {
	text-transform: uppercase;
	font-size: 10px;
}
.comment-respond label {
	display: block;
	margin-bottom: 5px;
}
.comment-respond input:not([type="submit"]),
.comment-respond textarea {
	background: transparent;
	width: 100%;
}
#tab-reviews .comment-form-rating {
	display: inline-block;
	margin-bottom: 10px;
}
#tab-reviews .comment-form-rating label {
	float: left;
}
#tab-reviews .comment-form-rating .stars {
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 12px;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
	float: left;
	width: 49%;
	margin-top: 10px;
}
#tab-reviews .comment-form-email {
	margin-left: 2%;
}
#tab-reviews .form-submit {
	clear: both;
	margin-top: 20px;
	display: inline-block;
}
#tab-reviews .comment-reply-title {
	margin-bottom: 15px;
}
#tab-reviews .commentlist li {
	margin-top: 0;
}
#tab-reviews .commentlist li + li {
	margin-top: 32px;
}
#tab-reviews .commentlist .comment-text {
	padding-left: 20px;
}
#tab-reviews .comment-text time {
	font-size: 14px;
	color: #999;
}

/* ==========================================================================
   SEARCH FORM
========================================================================== */
.jas-search-form,
#bbp-search-form {
	max-width: 705px;
	margin: 20px auto 0;
	width: 100%;
}
.post-type-archive-jhelp-kb .jas-search-form,
.post-type-archive-jhelp-video .jas-search-form,
.post-type-archive-jhelp-faq .jas-search-form,
.post-type-archive-jhelp-document .jas-search-form {
	margin-bottom: 20px;
}
.jas-search-form input:not([type="radio"]):not([type="checkbox"]) {
	height: 50px;
	line-height: 50px;
	float: left;
}
.jas-search-form input:not([type="radio"]):not([type="checkbox"]):focus {
	border-color: #ebebeb;
}
.jas-search-form .search-field,
#bbp-search-form #bbp_search {
	width: calc(100% - 162px);
	border-radius: 4px 0 0 4px !important;
	transition: border .3s;
}
.jas-search-form .search-submit,
#bbp-search-form #bbp_search_submit {
	background: #fde428;
	color: #002e5b;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0 50px;
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
}
#bbp-search-form {
	overflow-y: hidden;
}
#bbp-search-form input {
	float: left;
}
.ui-autocomplete {
	width: 235px;
	padding: 15px;
	background: #f7f7f7;
	z-index: 99999;
	overflow: auto;
	list-style: none;
}
.ui-autocomplete-loading {
	background: #fff url('assets/images/loading.svg') no-repeat right center;
}
.jas-ajax-search {
	transition: border .3s;
}

/* ==========================================================================
   7.0 BBPRESS
========================================================================== */
.forum-archive #bbpress-forums .bbp-forums .bbp-body .forum:not(:last-child) {
	margin-bottom: 50px;
}
.forum-archive #bbpress-forums .bbp-forum.jas-bbp-archive-list .bbp-forum-info a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #002e5b;
}
.bbp-forum-description {
	line-height: 1.35;
	margin: 0;
	font-size: 12px;
} 
.forum-archive #bbpress-forums .bbp-body > ul:not(.bbp-has-subforums) li:not(:first-child) {
	width: 33%;
	padding: 20px 0;
}
div.bbp-template-notice.info.support-time {
	margin: 30px 0 0 !important;
	padding: 0;
}
div.bbp-template-notice.info.support-time p {
	font-size: 16px !important;
	padding: 30px 15px 20px;
}
.support-time .flex {
	justify-content: space-around;
	padding: 15px 15px 30px;
	font-size: 16px;
	border-top: 1px solid #a7daf2;
}
.current-time span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}
.support-time + .jas-page {
	margin-top: 30px;
}
/* Breacrumbs */
#bbpress-forums > div.bbp-breadcrumb,
#subscription-toggle + .bbp-template-notice.info,
.forum-archive .bbp-has-subforums > .bbp-forum-topic-count,
.forum-archive .bbp-has-subforums > .bbp-forum-reply-count,
.forum-archive .bbp-has-subforums > .bbp-forum-freshness {
	display: none;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px;
}
.bbp-breadcrumb p {
	margin: 0;
}
.bbp-breadcrumb-sep {
	margin: 0 5px;
	font-size: 18px;
}
.bbp-template-notice + .bbp-pagination,
.user-extra-info + .bbp-pagination {
	display: none;
}
.subscription-toggle {
	float: right;
	background: #fde428;
	padding: 10px 30px;
	margin-bottom: 10px;
}
.bbp-create-topic.button {
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}
body:not(.single-forum) .bbp-create-topic.button {
	display: none;
}
.bbp-pagination-count {
	float: right;	
}
.bbp-pagination-links {
	float: left;
}
.bbp-pagination-links a, .bbp-pagination-links span.current {
	margin: 0 10px 0 0;
	padding: 0 9px;
}
.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
	background: #002e5b;
	color: #fff;
	border-color: #002e5b;
}
div.bbp-template-notice,
div.indicator-hint {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	padding: 10px;
	border-radius: 0;
}
div.bbp-template-notice p {
	margin: 0 !important;
	padding: 10px;
	font-size: 13px;
}
div.bbp-template-notice p.text-notice {
	padding-top: 5px;
	color: #696969;
}
div.bbp-template-notice.info,
.form-notice {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
#bbpress-forums fieldset.bbp-form label {
	margin-bottom: 5px;
}
div.bbp-template-notice.expired {
	background-color: #c00;
    border-color: #c00;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
/* Content */
div.bbp-topic-header, 
div.bbp-reply-header {
 	padding: 15px 20px;
}
#bbpress-forums,
#bbpress-forums li {
	font-size: 14px;
}
.forum-archive #bbpress-forums li {
	width: 100%;
}
#bbpress-forums .bbp-forums-list {
	border: none;
	padding: 20px;
	margin: 0;
}
#bbpress-forums .bbp-forums-list li {
	display: block;
	font-size: 14px;
	position: relative;
}
.topic-reply-counts {
	line-height: 48px;
}
.topic-reply-counts span {
	margin-right: 40px;
}
#bbpress-forums .bbp-forums-list > li:not(:first-child) {
	padding-top: 20px;
	margin-top: 20px;
}
#bbpress-forums .bbp-forums-list > li:not(:first-child):after {
	content:'';
	height: 1px;
	top: 0;
	width: calc(100% + 40px);
	background: #ececec;
	top: 0;
	left: -20px;
	position: absolute;
}
#bbpress-forums .bbp-forums-list li a {
	color: #696969;
}
#bbpress-forums li.bbp-footer {
	padding: 0;
	background: transparent;
	border: none;
	height: 0;
}
#bbpress-forums li.bbp-header,
.forum-archive #bbpress-forums .bbp-forum-info .bbp-forum-title {
	background: #002e5b;
	color: #fff;
	padding: 15px 20px;
	display: block;
}
#bbpress-forums .bbp-replies li.bbp-footer {
	background: #ebebeb;
	padding: 15px 20px;
	height: auto;
	font-weight: normal;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
	width: 20%;
	float: right;
}
#bbpress-forums li.bbp-header .bbp-forum-info,
.forum-archive .bbp-body .bbp-forum-info .bbp-forum-title  {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 400;
}
#bbpress-forums li.bbp-header ul {
	line-height: 42px;
	font-size: 18px;
	font-weight: 400;
}
#bbpress-forums li.bbp-header a {
	color: #fff;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	border: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 20px;
	background: #f6f6f8;
	border-top-color: #eaeaea;
}
.forum-archive #bbpress-forums li.bbp-body ul.forum {
	padding: 0;
}
#bbpress-forums li.bbp-body ul.forum:first-child,
#bbpress-forums li.bbp-body ul.topic:first-child {
	border-top: none;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
	background: #f6f6f8;	
}
#bbpress-forums .bbp-private-reply {
	background: #000 !important;
	color: #ccc;
}
#bbpress-forums .bbp-private-reply a {
	color: #ccc !important;
}
.bbp-forum-info .bbp-forum-title,
.bbp-topic-title .bbp-topic-permalink {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
}
.bbp-topic-title .bbp-topic-permalink {
	font-size: 16px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	margin: 0;
	font-size: 12px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	border: none;
	border-radius: 50%;
	margin-bottom: 1px;
}
#bbpress-forums fieldset.bbp-form {
	border: 1px solid #ebebeb;
	padding: 10px 20px 20px;
}
#bbpress-forums div.wp-editor-container {
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 15px;
	background: #f6f6f8;
	border-bottom-color: #ebebeb;
}
#bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper input {
	font-size: 14px;
	height: auto;
	line-height: 1em;
	margin: 0 4px 0 0;
	padding: 8px;
}
.bbp-form .bbp-template-notice {
	margin: 0 0 20px;
}
.bbp-form .bbp-template-notice input {
	background: transparent;
	border-color: #cdcdcd;
}
#bbpress-forums fieldset.bbp-form p, 
#bbpress-forums fieldset.bbp-form textarea, 
#bbpress-forums fieldset.bbp-form select, 
#bbpress-forums fieldset.bbp-form input,
#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 15px;
}
#bbpress-forums fieldset.bbp-form p input {
	margin-bottom: 5px;
}
#bbpress-forums fieldset.bbp-form p input:not([type="radio"]):not([type="checkbox"]),
#bbpress-forums fieldset.bbp-form select {
	height: 40px;
	width: 100%;
}
#bbpress-forums div.bbp-forum-author img.avatar, 
#bbpress-forums div.bbp-topic-author img.avatar, 
#bbpress-forums div.bbp-reply-author img.avatar {
	max-width: 60px;
	margin: 10px 0;
}
#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header {
	background: #ebebeb;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background: #f6f6f8;
}
span.bbp-admin-links a,
.bbp-forum-header a.bbp-forum-permalink, 
.bbp-topic-header a.bbp-topic-permalink, 
.bbp-reply-header a.bbp-reply-permalink {
	color: #696969;
}
span.bbp-admin-links a {
	margin: 0 3px;
}
.bbp-topics-front ul.super-sticky, 
.bbp-topics ul.super-sticky, 
.bbp-topics ul.sticky, 
.bbp-forum-content ul.sticky {
	background: #f6f6f8 !important;
}
#bbpress-forums li.bbp-body ul.topic {
	position: relative;
	padding-left: 50px;
}
#bbpress-forums li.bbp-body ul.topic:after {
	content: '\f086';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 20px;
	top: 25px;
	left: 20px;
}
#bbpress-forums ul.super-sticky.status-closed,
#bbpress-forums ul.sticky.status-closed {
	color:  #696969;
}
#bbpress-forums ul.super-sticky.status-closed a,
#bbpress-forums ul.sticky.status-closed a {
	color: #002e5b;
}
#bbpress-forums li.bbp-body ul.status-closed:after {
	content:'\f023';
	color: #ccc;
}
#bbpress-forums li.bbp-body ul.super-sticky:after, 
#bbpress-forums li.bbp-body ul.super-sticky:after, 
#bbpress-forums li.bbp-body ul.sticky:after, 
#bbpress-forums li.bbp-body ul.sticky:after {
	content:'\f08d';
	color: #f31212;
}
#bbpress-forums li.bbp-body ul.status-resolved:after {
	content:'\f14a';
	color: #57ab05;
}
#bbpress-forums li.bbp-body ul span.bbr-resolution-sticker {
	font-size: 16px;
	font-family: 'Montserrat';	
}
#bbpress-forums li.bbp-body ul span.bbr-resolution-resolved-sticker {
	color: #57ab05;
}
#bbpress-forums .status-closed, 
#bbpress-forums .status-closed a {
    color: #696969;
}
.jas-bbp-archive-list > div {
	float: left;
}
.jas-bbp-archive-list > .bbp-forum-info {
	width: 80%;
}
.jas-bbp-archive-list .topic-reply-counts {
	width: 20%;
}
.jas-bbp-archive-list .topic-reply-counts i {
	display: inline-block;
}
/* Single Topic */
#bbpress-forums li.bbp-header .bbp-search-author, 
#bbpress-forums li.bbp-footer .bbp-search-author, 
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author {
	width: 115px;
	text-align: left;
}
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 120px;
	text-align: left;
}
.bbr-feedback {
	float: left;
}
.bbr-form-wrapper {
	float: left;
	margin-bottom: 20px;
}
.bbr-form-topic-resolution > div {
	float: left;
	margin-right: 20px;
}
.bbr-form-topic-resolution input[type="submit"],
.bbr-form-topic-resolution select {
	height: 40px;
	line-height: 40px;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 0;
	line-height: 40px;
}
/* Login Form */
.bbp-login-form input:not([type="submit"]):not([type="checkbox"]), 
.bbp-login-form textarea, 
.bbp-login-form  select {
	width: 100%;
} 
.bbp-login-form label {
	margin-bottom: 5px;
}
.bbp-login-form .bbp-username {
	margin-top: 0;
}
.bbp-login-form .bbp-email, 
.bbp-login-form .bbp-password {
	margin-top: 20px;
}
.bbp-login-form input#rememberme {
	margin-left: 0;
}
.bbp-login-form input:not([type="radio"]):not([type="checkbox"]), 
.bbp-login-form button {
	height: 40px;
	line-height: 40px;
}
.bbp-login-form .bbp-submit-wrapper {
  	text-align: center;
  	width: 100%;
}
.bbp-login-form .bbp-submit-wrapper .button {
	width: 100%;
}
.bbp-login-form .bbp-login-links {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}
.bbp-login-form .bbp-login-links .bbp-register-link {
	float: left;
}
.bbp-login-form .bbp-login-links .bbp-lostpass-link {
	float: right;
}
.bbp-login-form .bbp-login-links a {
	color: #002e5b;
	clear: inherit;
}
.bbp_widget_login .bbp-logged-in img.avatar {
	width: 80px;
	height: 80px;
}
.bbp-logged-in h4 {
	clear: none;
	font-size: 1em;
	margin-bottom: 10px;
}
.button.logout-link {
	font-size: 1em;
	border-radius: 4px;
	font-weight: normal;
}
.widget_display_stats dt {
	font-weight: normal;
	float: left;
	margin-right: 5px;
}
.widget_display_stats dd {
	margin: 0 0 .75em;
}
.widget_display_stats dd strong {
	font-weight: normal;
}
.bbp-user-page #bbpress-forums #bbp-user-wrapper ul.bbp-topics,
.bbp-user-page #bbpress-forums #bbp-user-wrapper ul.bbp-replies {
	clear: both;
}
.envato-info span {
	background: #82b541;
	padding: 2px 10px;
	font-weight: bold;
	border-radius: 2px;
}
.envato-info .support-expired {
	background: #000;
}
.bbp-user-note {
	font-size: 12px;
}
.bbp-user-note i {
	right: 4px;
	top: -2px;
}
#bbp-user-note-form {
	width: 600px;
	background: #fff;
	padding: 20px;
}
.bbp-user-note-action a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.bbp-user-note-action .loading span {
	display: none;
}

/* ==========================================================================
   8.0 CONTACT PAGE
   ========================================================================== */
.wpcf7-form {
	margin-top: 50px;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]), 
.wpcf7-form textarea, 
.wpcf7-form select {
	width: 100%;
	padding: 10px;
}
.wpcf7-form p {
	margin-bottom: .8em;
}
.wpcf7-form p.mb__30 {
	margin-bottom: 30px;
}

/* ==========================================================================
   MY ACCOUNT
   ========================================================================== */
#jas-account-form {
	background: #fff;
	width: 500px;
}
#jas-account-form form {
	display: none;
}
.visible-login #jas-login-form,
.visible-lostpw #jas-lost-password-form,
.visible-register #jas-register-form {
	display: block;
}
.jas-account-form .form-body {
	padding: 30px 30px 25px;
}
.jas-account-form .form-notice {
	padding: 20px 30px;
}
.jas-account-form .form-header {
	font-size: 20px;
}
.jas-account-form label {
	margin-bottom: 5px;
}
.bbp-author-role {
	color: #ff3203;
}
.user-extra-info h3 {
	padding: 10px 15px;
}
.user-extra-info > div {
	padding: 8px 15px
}
.user-extra-info p {
	margin-bottom: 5px
}
div.user-extra-info.bbp-template-notice {
	color: #696969;
}
.user-extra-info.bbp-template-notice a {
	color: #31708f;
}
/* ==========================================================================
   DOCUMENT
   ========================================================================== */
.jas-document {
	margin-bottom: 50px;
}
.document-section {
	border: 1px solid #ececec;
	margin-bottom: 30px;
}
.document-section h4 {
	padding: 8px 15px;
}
.document-section .jas-row  {
	margin: 0;
	background: #f6f6f8;
	border-top: 1px solid #ececec;
}
.document-section .jas-row > div {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #ececec;
	text-align: center;
}
.document-section .jas-row > div:last-child {
	border-right: none;
}

/* ==========================================================================
   PROCDUCT
   ========================================================================== */
.section-title h2 {
	font-size: 36px;
	font-weight: bold;
}
.jas-product {
	margin: 0 -15px;
}
.product-item {
	padding: 0 15px;
}
.product-item img {
	width: 100%;
	box-shadow: 0px -1px 10px 0px rgba(34, 34, 34, 0.3);
}
.product-thumb a:after {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.product-item:hover .product-thumb a:after {
	opacity: 1;
	visibility: visible;
}
.product-item .product-thumb span {
	top: 50%;
	left: 50%;
	font-size: 12px;
	width: 80px;
	height: 80px;
	line-height: 18px;
	padding: 22px 10px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
	z-index: 10;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-transform: translate3D(-50%, -50%,0) scale(0,0);
	   -moz-transform: translate3D(-50%, -50%,0) scale(0,0);
	    -ms-transform: translate3D(-50%, -50%,0) scale(0,0);
	     -o-transform: translate3D(-50%, -50%,0) scale(0,0);
	        transform: translate3D(-50%, -50%,0) scale(0,0);
}
.product-item:hover .product-thumb span {
	-webkit-transform: translate3D(-50%, -50%,0) scale(1,1);
	   -moz-transform: translate3D(-50%, -50%,0) scale(1,1);
	    -ms-transform: translate3D(-50%, -50%,0) scale(1,1);
	     -o-transform: translate3D(-50%, -50%,0) scale(1,1);
	        transform: translate3D(-50%, -50%,0) scale(1,1);
}
/* ==========================================================================
   META SLIDER
   ========================================================================== */
.jas-page .metaslider .flexslider {
	margin-bottom: 0;
}
.metaslider .flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 9;
}
.metaslider .flexslider .caption-wrap {
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	text-align: center;
	line-height: 1;
}
.metaslider .flexslider .caption-wrap .caption {
	padding: 0;
	position: absolute;
	bottom: 50%;
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translate3D(-50%, 50%, 0);
	-moz-transform: translate3D(-50%, 50%, 0);
	-ms-transform: translate3D(-50%, 50%, 0);
	-o-transform: translate3D(-50%, 50%, 0);
	transform: translate3D(-50%, 50%, 0);
}
.metaslider .flexslider .caption-wrap h2,
.metaslider .flexslider .caption-wrap h3,
.metaslider .flexslider .caption-wrap h4 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
}
.metaslider .flexslider .caption-wrap h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
.metaslider .flexslider .caption-wrap h2 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0;
}
.metaslider .flexslider .caption-wrap h4 {
	text-transform: none;
	font-family: 'Libre Baskerville', serif; 
	font-style: italic;
	font-size: 16px;
}
.metaslider .flexslider .flex-prev, 
.metaslider .flexslider .flex-next {
	outline: none;
	padding: 0;
	overflow: hidden;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index: 8;
	background: rgba(0, 46, 91, 0.8);
	text-align: center;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.metaslider .flexslider:hover .flex-next {
	right: 30px;
}
.metaslider .flexslider:hover .flex-prev {
	left: 30px;
}
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-next:hover {
	opacity: 1;
}
.flex-prev:before, .flex-next:before {
	font-family: 'Pe-icon-7-stroke';
	font-size: 46px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	display: block;
	line-height: 60px;
}
.flex-prev {
	left: 30px;
}
[dir='rtl'] .flex-prev {
	right: 30px;
	left: auto;
}
.flex-prev:before {
	content: '\e686';
}
[dir='rtl'] .flex-prev:before {
	content: '\e684';
}
.flex-next {
	right: 30px;
}
[dir='rtl'] .flex-next {
	right: auto;
	left: 30px;
}
.flex-next:before {
	content: '\e684';
}
[dir='rtl'] .flex-next:before {
	content: '\e686';
}
/* ==========================================================================
   8.0 RETINA DISPLAY
   ========================================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.regular-logo {
		display: none;
	}
	.retina-logo {
		display: inline-block;
	}
}
/* ==========================================================================
   9.0 RESPONSIVE
   ========================================================================== */
.hidden-md {
	display: none;
}
.visible-md {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.hidden-sm {
		display: none;
	}
	.visible-sm {
		display: block;
	}
	.jas-bottom-widgets a {
		font-size: 14px;
	}
	.jas-bottom-widgets a.button {
		padding: 0 35px;
	}
	.jas-branding {
		line-height: 60px;
	}
}
@media only screen and (max-width: 800px) {
	.jas-home-widgets .widget,
	#jas-footer .widget {
		margin-bottom: 50px;
	}
	.jas-row {
		padding: 0 15px;
	}
	.jas-account-menu a {
		padding: 0;
	}
	.footer__bot .jas-row div:not(:last-child) {
		margin-bottom: 20px;
	}
	#jas-footer-menu li:first-child {
		margin-left: 0;
	}
	.sidebar {
		margin-top: 50px;
	}
	.jas-get-quote [class*="col-"]:not(:last-child) {
		margin-bottom: 15px;
	}
	.metaslider .flexslider .flex-prev, 
	.metaslider .flexslider .flex-next {
		display: none;
	}
	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		opacity: 0;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 45px;
	}
	.commentlist .children,
	.comment-text {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar .jas-push-menu {
		top: 46px;
	}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 736px) {
	.hidden-xs,
	.zopim {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	.visible-xs.flex {
		display: flex;
	}
	#jas-header .jas-row {
		padding: 0;
	}
	.jas-breadcrumb {
		padding: 15px;
	}
	.jas-search-form, #bbp-search-form {
		padding: 0 15px;
	}
	.jas-search-form .search-submit, #bbp-search-form #bbp_search_submit {
		padding: 0 35px;
	}
	.jas-search-form .search-field, #bbp-search-form #bbp_search {
		width: calc(100% - 132px);
	}
	.bbr-form-topic-resolution > div.bbr-submit-wrapper {
		margin-right: 0;
	}
	.jas-videos .jas-row,
	.document-section .jas-row {
		padding: 0;
	}
	.jas-bottom-widgets a.button {
		margin-top: 20px;
	}
	.footer__bot .jas-row div:not(:last-child) {
		line-height: 1.4;
	}
	.vc_row [class*="vc_col-"]:not(:last-child) {
		margin-bottom: 50px;
	}
	.jas-get-quote.vc_custom_1472815880885 {
		padding: 50px 0 !important;
	}
	.jas-get-quote a.button {
		margin-top: 15px;
	}
	.slick-prev, .slick-next {
		width: 45px;
		height: 45px;
	}
	.slick-prev::before,
	.slick-next::before {
		font-size: 36px;
		line-height: 45px;
	}
	.slick-prev {
		left: 25px;
	}
	.slick-next {
		right: 25px;
	}
	.vc_row .jas-container {
		padding: 0 15px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 40px;
	}
	.vc_row.vc_custom_1472809308089 {
		padding: 50px 15px !important;
	}
}
@media only screen and (max-width: 640px) {
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 600px) {
	.header-sticky .header__mid {
		top: 0 !important;
	}
	.admin-bar .header-sticky .jas-push-menu {
		top: 0;
	}
}
@media only screen and (max-width: 568px) {
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 30px;
	}
	#bbpress-forums div.bbp-forum-author,
	#bbpress-forums div.bbp-topic-author,
	#bbpress-forums div.bbp-reply-author {
		width: 100%;
		margin-bottom: 10px;
	}
	#bbpress-forums div.bbp-forum-content,
	#bbpress-forums div.bbp-topic-content,
	#bbpress-forums div.bbp-reply-content,
	#bbpress-forums li.bbp-header .bbp-reply-content {
		margin: 0;
	}
	#bbpress-forums li.bbp-header .bbp-reply-author {
		display: none;
	}
	#bbpress-forums li.bbp-header .bbp-reply-content {
		text-indent: -999em;
	}
	#bbpress-forums li.bbp-header .bbp-reply-content span {
		display: block;
		text-indent: 0;
		float: left !important;
	}
	#bbpress-forums div.bbp-reply-content {
		padding: 10px;
		clear: both;
	}
	span.bbp-admin-links {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.jas-faq h2,
	.video-list-title,
	.document-list-title {
		font-size: 20px;
	}
	.document-section .jas-row > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.metaslider .flexslider .caption-wrap h4 {
		font-size: 15px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0;
		margin: 10px 0;
	}
	a.button-o-w {
		letter-spacing: 1px;
		padding: 0 25px;
	}
	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin: 0 0 40px;
		padding: 0;
		text-align: center;
	}
	#bbpress-forums div.bbp-reply-author img.avatar {
		position: inherit;
	}
	#bbpress-forums div.bbp-reply-author a.bbp-author-name {
		display: block;
	}
	.mce-textbox {width: 140px !important;}
	.mce-window .mce-btn.mce-primary {left: 15px !important; }
}
@media only screen and (max-width: 414px) {
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 25px;
	}
	.metaslider .flex-control-nav {
		bottom: 5px;
	}
	.comment_container img {
		max-width: 50px;
	}
}
@media only screen and (max-width: 384px) {
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 23px;
	}
	a.button-o-w {
		line-height: 32px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 375px) {
	.bbr-form-topic-resolution > div label {
		display: block;
	}
	.bbr-form-topic-resolution > div.bbr-submit-wrapper {
		margin-top: 24px;
	}
}
@media only screen and (max-width: 360px) {
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 21px;
	}
}
@media only screen and (max-width: 320px) {
	.metaslider .flexslider .caption-wrap h4 {
		font-size: 13px;
	}
	.metaslider .flexslider .caption-wrap h2 {
		font-size: 19px;
	}
	.subscription-toggle,
	.bbp-create-topic.button {
		width: 100%;
		text-align: center;
	}
	.bbr-form-topic-resolution > div {
		margin-right: 0;
	}
}
