@charset "UTF-8";
/* Normalize
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Work+Sans&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content:before, .entry-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-footer:before, .entry-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-content:before, .comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header:before, .site-header:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-content:before, .site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.nav-links:before, .nav-links:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.pagination:before, .pagination:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-author:before, .comment-author:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.widget-area:before, .widget-area:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.widget:before, .widget:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-meta:before, .comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2 {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "â€œ" "â€?" "â€˜" "â€™";
}

blockquote:before, blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
	font-weight: 700;
}

html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6 {
	font-weight: 700;
}

html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6 {
	font-weight: 700;
}

html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6 {
	font-weight: 700;
}

html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6 {
	font-weight: 700;
}

html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6 {
	font-weight: 700;
}

html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light,
 Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6 {
	font-weight: 700;
}

html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6 {
	font-weight: 700;
}

html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum,
 sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial,
 sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial,
 sans-serif;
}

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/* Typography for Chinese Font */
/* Typography for Cyrillic Font */
/* Typography for Devanagari Font */
/* Typography for Greek Font */
/* Typography for Gujarati Font */
/* Typography for Hebrew Font */
/* Typography for Japanese Font */
/* Typography for Korean font */
/* Typography for Thai Font */
/* Remove letter-spacing for all non-latin alphabets */
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
	color: #666;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

textarea {
	color: #666;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
	color: #222;
	border-color: #333;
}

textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button {
	background-color: #017697;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	border: 2px solid #017697;
}

input[type="button"], input[type="submit"] {
	background-color: #017697;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	border: 2px solid #017697;
}

input + button {
	padding: 0.75em 2em;
}

input + input[type="button"], input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary {
	background-color: transparent;
	color: #017697;
	border-color: #017697;
}

input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
	background-color: transparent;
	color: #017697;
	border-color: #017697;
}

button:hover, button:focus {
	background: transparent;
	color: #017697;
	border-color: #017697;
}

input[type="button"]:hover, input[type="button"]:focus {
	background: transparent;
	color: #017697;
	border-color: #017697;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background: transparent;
	color: #017697;
	border-color: #017697;
}

button.secondary:hover, button.secondary:focus {
	background: #bbb;
}

input[type="reset"]:hover, input[type="reset"]:focus {
	background: #bbb;
}

input[type="button"].secondary:hover, input[type="button"].secondary:focus {
	background: #bbb;
}

input[type="reset"].secondary:hover, input[type="reset"].secondary:focus {
	background: #bbb;
}

input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 #0f0f0f;
	box-shadow: inset 0 -1px 0 #0f0f0f;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.page-links a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.page-links a .page-number {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.comment-metadata a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.comment-metadata a.comment-edit-link {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.widget .widget-title a,
.widget ul li a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 white;
	box-shadow: inset 0 -1px 0 white;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
 -webkit-box-shadow 130ms ease-in-out;
}

#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:after {
	background-image: url(../images/menu.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "" !important;
	width: 30px;
}

#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
	font-size: 0px;
}

.entry-content a:focus, .entry-content a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-summary a:focus, .entry-summary a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.widget a:focus, .widget a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.site-footer .widget-area a:focus, .site-footer .widget-area a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.posts-navigation a:focus, .posts-navigation a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.comment-metadata a:focus, .comment-metadata a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.comment-reply-link:focus, .comment-reply-link:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.widget_authors a:focus strong,
.widget_authors a:hover strong {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-title a:focus, .entry-title a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-meta a:focus, .entry-meta a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.page-links a:focus .page-number,
.page-links a:hover .page-number {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-footer a:focus, .entry-footer a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.post-navigation a:focus, .post-navigation a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.logged-in-as a:focus, .logged-in-as a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

a:focus .nav-title,
a:hover .nav-title {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.edit-link a:focus, .edit-link a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.site-info a:focus, .site-info a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.widget .widget-title a:focus, .widget .widget-title a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

.widget ul li a:focus, .widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
	box-shadow: inset 0 0 0 rgba(16, 21, 40, 0), 0 3px 0 #101528;
}

/* Fixes linked ../images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0 0 10px 0 !important;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #fff;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul {
	display: none;
}

.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li, .main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle,
.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover {
	background: transparent;
}

.dropdown-toggle:focus {
	background: transparent;
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */
.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

*:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap,
.site-header {
	position: relative;
}

/* Site branding */
.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover, .site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #222;
	opacity: 1;
	/* Prevent opacity from changing during selective refreshes in the customize preview */
}

.site-title a {
	color: #222;
	opacity: 1;
	/* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover, .custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	/* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	/* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px;
	/* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	/* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px;
	/* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
	/* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
 color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus {
	/* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home)
.custom-header-media
img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
	.has-header-image .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
	.has-header-image:not(.twentyseventeen-front-page):not(.home)
.custom-header-media
img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header ../images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	/* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */
.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */
.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 22px;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #111729;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #111729;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
 color 0.3s ease-in-out;
}

.prev.page-numbers:focus, .prev.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.next.page-numbers:focus, .next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */
.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */
.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a {
	color: #333;
}

.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover, .entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */
.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */
.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form {
	margin-bottom: 3em;
}

.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Footer widgets */
/* Social nav */
.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover, .social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */
.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */
.widget select {
	width: 100%;
}

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* widget lists */
/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
}

/* Search */
.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 1px;
	padding: 0.5em 1em;
	position: absolute;
	right: 1px;
	top: 8px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	/* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
 color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	/* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
 color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover, .widget .tagcloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
	height: auto;
	/* Make sure ../images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

img.alignleft, img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider {
	background: transparent;
	border: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover {
	color: #fff;
}

.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out,
 border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
	color: #222;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* Playlist Color Overrides: Dark */
/* Playlist Style Overrides */
/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
.twentyseventeen-panel:after {
	border: 2px dashed #0085ba;
	/* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
.twentyseventeen-panel .panel-content {
	z-index: 2;
	/* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page
.twentyseventeen-panel
.twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
.twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer
#primary
article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/* Ensure that placeholder icons are visible. */
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg);
	/* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(0);
	/* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}

/* Social Menu fallbacks */
/* Show screen reader text in some cases */
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {
	/* Typography */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}
	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1rem;
	}
	.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}
	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}
	img.alignright {
		float: right;
		margin-left: 1.5em;
	}
	/* Site Branding */
	.site-branding {
		padding: 3em 0;
	}
	/* Front Page */
	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}
	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}
	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}
	/* Blog Index, Archive, Search */
	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.page-numbers.current,
	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}
	/* Site Footer */
	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {
	/* Typography */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3;
	}
	.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	/* Layout */
	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}
	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}
	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}
	.error404 #primary {
		float: none;
	}
	/* Site Branding */
	.site-branding {
		margin-bottom: 0;
	}
	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}
	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}
	.custom-header-media {
		height: 165px;
		position: relative;
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}
	.has-header-image:not(.twentyseventeen-front-page):not(.home)
.custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home)
.custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.custom-logo-link {
		padding-right: 2em;
	}
	.custom-logo-link img {
		max-width: 350px;
	}
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}
	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}
	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}
	/* Navigation */
	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}
	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}
	.navigation-top nav {
		margin-left: -1.25em;
	}
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	/* Main Navigation */
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}
	.main-navigation {
		width: auto;
	}
	.js .main-navigation ul {
		display: block;
	}
	.js .main-navigation ul ul {
		display: block;
	}
	.js .main-navigation > div > ul {
		display: block;
	}
	.main-navigation ul {
		background: transparent;
		padding: 0;
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation li li {
		display: block;
	}
	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	.main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.menu-item-has-children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}
	.main-navigation ul li.page_item_has_children:before, .main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}
	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after {
		display: block;
	}
	.main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
	.main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}
	.main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}
	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	.main-navigation li li:hover, .main-navigation li li.focus {
		background: #767676;
	}
	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a {
		color: #fff;
	}
	.main-navigation li li a:hover, .main-navigation li li a:focus {
		color: #fff;
	}
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus, .main-navigation li li.current_page_item {
		color: #fff;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}
	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}
	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		transform: rotate(-90deg);
	}
	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
		bottom: 0;
	}
	.main-navigation ul ul li.menu-item-has-children.focus:before, .main-navigation ul ul li.menu-item-has-children:hover:before, .main-navigation ul ul li.menu-item-has-children.focus:after, .main-navigation ul ul li.menu-item-has-children:hover:after {
		display: none;
	}
	.main-navigation ul ul li.page_item_has_children.focus:before, .main-navigation ul ul li.page_item_has_children:hover:before, .main-navigation ul ul li.page_item_has_children.focus:after, .main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}
	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}
	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
		color: #fff;
		top: 2em;
	}
	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg);
		/* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg);
		/* IE 9 */
		transform: rotate(90deg);
	}
	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}
	/* Scroll down arrow */
	.menu-scroll-down:focus {
		outline: thin dotted;
	}
	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}
	/* Front Page */
	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding {
		margin-bottom: 70px;
	}
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before {
		height: 33%;
	}
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}
	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}
	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}
	/* With panel ../images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}
	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}
	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}
	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}
	/* Front Page - Recent Posts */
	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}
	.panel-content .recent-posts .entry-header {
		float: none;
		width: 100%;
	}
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	/* Posts */
	.site-content {
		padding: 5.5em 0 0;
	}
	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.comments-pagination {
		clear: both;
	}
	.post-navigation {
		clear: both;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}
	/* Blog, archive, search */
	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}
	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header {
		float: left;
		width: 36%;
	}
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article {
		float: right;
		width: 58%;
	}
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content {
		float: right;
		width: 58%;
	}
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}
	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}
	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}
	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}
	.entry-footer {
		display: table;
		width: 100%;
	}
	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}
	/* Entry content */
	/* without sidebar */
	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}
	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}
	/* with sidebar */
	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}
	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}
	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}
	/* blog and archive */
	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column
.entry-content
blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}
	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column
.entry-content
blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}
	/* Post formats */
	.format-quote blockquote .icon {
		left: -1.5em;
	}
	/* Pages */
	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}
	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}
	/* 404 page */
	.error404 .page-content {
		padding-bottom: 9em;
	}
	/* Comments */
	#comments {
		padding-top: 5em;
	}
	.comments-title {
		margin-bottom: 2.5em;
	}
	ol.children .children {
		padding-left: 2em;
	}
	/* Posts pagination */
	.nav-links .nav-title {
		position: relative;
	}
	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}
	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}
	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}
	/* Secondary */
	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}
	/* Widgets */
	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}
	/* Footer */
	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}
	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}
	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}
	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}
	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}
	.social-navigation + .site-info {
		margin-left: 6%;
	}
	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}
	/* Gallery Columns */
	.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%;
	}
}

@media screen and (min-width: 67em) {
	/* Layout */
	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}
	.navigation-top nav {
		margin-left: 0;
	}
	/* Sticky posts */
	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}
	/* Pagination */
	.page-numbers {
		display: inline-block;
	}
	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}
	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	/* Comments */
	.comment-body {
		margin-left: 0;
	}
}

@media screen and (min-width: 79em) {
	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}
	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and (max-width: 48.875em) and (min-width: 48em) {
	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}
	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}
	/* Font sizes */
	body {
		font-size: 12pt;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 22pt;
	}
	h3 {
		font-size: 17pt;
	}
	h4 {
		font-size: 12pt;
	}
	h5 {
		font-size: 11pt;
	}
	h6 {
		font-size: 12pt;
	}
	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}
	/* Layout */
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}
	/* Site Branding */
	.site-header {
		background: transparent;
		padding: 0;
	}
	.custom-header-media {
		padding: 0;
	}
	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding {
		position: relative;
	}
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important;
		/* override styles added by JavaScript */
	}
	.site-title {
		font-size: 25pt;
	}
	.site-description {
		font-size: 12pt;
		opacity: 1;
	}
	/* Posts */
	.single-featured-image-header {
		background: transparent;
	}
	.entry-meta {
		font-size: 9pt;
	}
	/* Colors */
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}
	body,
	a,
	.site-title a {
		color: #222 !important;
		/* Make sure color schemes don't affect to print */
	}
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important;
		/* Make sure color schemes don't affect to print */
	}
	h2,
	h5,
	blockquote,
	.site-description {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-meta {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-meta a {
		color: #777 !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
	.site-footer {
		padding: 0;
	}
}

/*----*/
.inner-main {
	max-width: 980px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.main {
	max-width: 1270px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.cf:after {
	display: table;
	content: "";
	clear: both;
}

a:focus, a:hover {
	outline: none;
}

:focus,
:hover {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #111729;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Merriweather", serif;
	font-weight: 500;
	color: #111729;
	margin-top: 0;
	padding: 0;
}

h1,
h2 {
	font-size: 32px;
	line-height: 44px;
}

h3 {
	font-size: 22px;
	font-weight: 500;
}

h4 {
	font-size: 20px;
	color: #ef4550;
	font-weight: 400;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	color: #111729;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	color: #ef4550;
}

/*-- header --*/
#page {
	background: #fff;
	z-index: 1;
}

.header-add-sec-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.header-add-sec {
	height: 220px;
	background-color: #fff !important;
	color: #fff;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	width: 100%;
}

.desktop-banner-image {
	display: block;
}

.tablet-banner-image,
.mobile-banner-image {
	display: none;
}

.add-padding {
	padding-top: 220px;
}

.add-logo {
	width: 131px;
	display: block;
	float: left;
}

.header-add-heading {
	float: left;
	padding-right: 20px;
}

.header-add-heading:after {
	position: relative;
	right: 0;
	top: 0;
	height: 61px;
	width: 2px;
	background: #ffff00;
	content: "";
	display: inline-block;
	margin: 0 10px 0 22px;
}

.header-add-info {
	float: left;
	padding-top: 4px;
}

.header-add-sec h2 {
	color: #fff;
	letter-spacing: 0.5px;
	font-family: "Work Sans", sans-serif;
	font-weight: 900;
	font-size: 33px;
	line-height: 38px;
	margin-bottom: 10px;
	display: inline-block;
}

.header-add-sec p {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

.header-add-row {
	float: left;
	padding-top: 94px;
	padding-left: 66px;
}

.header-top-wrap {
	position: relative;
	padding: 38px 0 33px;
	border-bottom: 1px solid #111729;
}

.header-main .social-icn-list {
	position: absolute;
	left: 0;
	top: 0;
	padding: 77px 0 0 2px;
}

.social-icn-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.social-icn-list ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
}

.social-icn-list ul li:after {
	position: relative;
	content: "|";
	margin: 0 5px;
	color: #ef4550;
	position: relative;
	content: "";
	margin: 0 14px;
	height: 28px;
	background: #ef4550;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	transform: skew(-23deg);
}

.social-icn-list ul li:last-child:after {
	display: none;
}

.social-icn-list ul li a {
	color: #111729;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.social-icn-list ul li a:hover, .social-icn-list ul li a:focus {
	color: #a1a4a6;
}

.newslater-form {
	display: inline-block;
	font-size: 18px;
	position: relative;
}

.newslater-form:after {
	color: #ef4550;
	position: relative;
	content: "";
	margin: 0 2px 0 14px;
	height: 28px;
	background: #ef4550;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	transform: skew(-23deg);
}

.search-form {
	display: inline-block;
	vertical-align: middle;
}

.logo {
	width: 270px;
	display: block;
	margin: 0 auto;
}

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

.site-search {
	position: absolute;
	top: 55px;
	right: -8px;
}

.site-search .search-submit,
.site-search label {
	display: none;
}

.site-search input.search-field {
	border-radius: 0;
	border: 2px solid transparent;
	background-color: transparent;
	background-image: url(../images/search.svg) !important;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding: 3px 26px 3px 7px;
	background-size: auto;
	margin: 0;
	width: 10px;
	height: 30px;
	background-size: 21px;
	min-width: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.site-search input.search-field:focus {
	border-radius: 0;
	width: 200px;
	cursor: text;
	background-color: transparent;
	/* border-color: #FFF; */
	border-bottom: 2px solid #a1a4a6;
	color: #111729;
}

/*-- nav --*/
.navigation-top a:focus, .navigation-top a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#mega-menu-wrap-top #mega-menu-top.mega-keyboard-navigation + .mega-menu-toggle.mega-menu-open,
#mega-menu-wrap-top #mega-menu-top.mega-keyboard-navigation a:focus,
#mega-menu-wrap-top #mega-menu-top.mega-keyboard-navigation input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.menu-main {
	clear: both;
}

.site-navigation-fixed.navigation-top {
	position: static;
}

.menu-bar {
	background: #000;
	height: 2px;
	width: 30px;
	margin-bottom: 3px;
	display: block;
}

.navigation-top .wrap {
	padding: 0;
	margin: 0;
	display: block;
	max-width: inherit;
}

.main-navigation .mega-sub-menu #menu-sub-menu {
	display: block;
	position: static;
	margin: 0;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
	border: 0;
	line-height: normal;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	color: #444444;
	height: auto;
	font-size: 16px;
	text-transform: none;
	padding: 5px 24px;
}

.sticky
#mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-item
> a.mega-menu-link {
	padding: 5px 15px;
}

#mega-menu-wrap-top {
	background: transparent;
}

#mega-menu-wrap-top #mega-menu-top {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent;
	color: #ef4550;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #fff;
	background: #ef4550;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
	color: #fff;
	background: #ef4550;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-current-menu-item > a.mega-menu-link {
	color: #fff;
	background: #ef4550;
}

.navigation-top {
	border: 0;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:after {
	display: none;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
	min-width: 155px;
	width: auto;
	padding: 15px 10px;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 1.67;
	text-transform: capitalize;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background-color: transparent;
	color: #ef4550;
}

#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover .mega-submenu-wrap > ul.mega-sub-menu,
#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus .mega-submenu-wrap > ul.mega-sub-menu {
	opacity: 1;
	margin-top: 0;
}

#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on .mega-submenu-wrap > ul.mega-sub-menu,
#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
	opacity: 1;
	margin-top: 0;
}

#mega-menu-wrap-top #mega-menu-top.mega-no-js li.mega-menu-item:hover .mega-submenu-wrap > ul.mega-sub-menu,
#mega-menu-wrap-top #mega-menu-top.mega-no-js li.mega-menu-item:focus .mega-submenu-wrap > ul.mega-sub-menu {
	visibility: visible;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-toggle-on .mega-submenu-wrap > ul.mega-sub-menu,
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
	visibility: visible;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu:hover .mega-submenu-wrap > ul.mega-sub-menu {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
}

/*-- --*/
/*.mega-sub-menu{display: block !important; opacity: 1 !important;     visibility: visible !important; margin-top: 0 !important;} */
ul.mega-sub-menu {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu:hover .mega-submenu-wrap {
	visibility: visible;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap {
	visibility: hidden;
	top: 100%;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	height: 451px;
	overflow: hidden;
	z-index: 99;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap > ul.mega-sub-menu {
	top: 0;
	left: auto;
	right: 0;
	padding: 106px;
	width: 640px;
	background: #04050c;
	color: #fff;
	height: 100%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	position: absolute;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap > ul.mega-sub-menu > li.mega-menu-item {
	font-family: "Cormorant", serif;
	font-weight: 300;
	color: #ef4550;
	padding: 0;
	border: 0;
}

.main-navigation ul ul {
	background: transparent;
	border: 0;
}

.main-navigation ul ul a {
	border: 0;
	color: #ef4550;
	font-weight: 500;
	width: auto;
	font-size: 18px;
	white-space: nowrap;
}

.main-navigation li li:hover, .main-navigation li li.focus {
	background: transparent;
}

#menu-sub-menu > li:hover > a {
	color: #fff;
}

#menu-sub-menu > li:hover > a:before {
	opacity: 1;
}

#menu-sub-menu > li.current-menu-item > a:before {
	opacity: 1;
}

#menu-sub-menu > li > a {
	position: relative;
	display: inline-block;
	padding: 0 12px;
}

#menu-sub-menu > li > a:before {
	opacity: 0.6;
	position: absolute;
	background: #ef4550;
	height: 1px;
	left: 0;
	width: 100%;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.main-navigation ul ul a {
	padding: 0;
}

.main-navigation ul ul li > ul {
	padding-left: 69px;
}

/*-- --*/
/*.main-navigation ul ul li > ul{    left: 100%;    right: auto;} */
.widget_nav_menu ul li li {
	padding: 0;
}

.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
	padding: 0;
}

.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
	padding: 0;
}

.main-navigation ul ul li > ul > li > a {
	position: relative;
	color: #fff;
	padding-left: 20px;
}

.main-navigation ul ul li > ul > li > a:before {
	position: absolute;
	left: 0;
	top: -5px;
	content: "+";
	color: #fff;
	font-size: 21px;
}

.main-navigation li li {
	position: static;
	margin-bottom: 12px;
}

.main-navigation li li.focus > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a {
	color: #fff;
}

.main-navigation li li a:hover, .main-navigation li li a:focus {
	color: #fff;
}

.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus {
	color: #fff;
}

.main-navigation li li.current-menu-item a {
	color: #fff;
}

.main-navigation li li.current-menu-item a:focus {
	color: #fff;
}

.main-navigation li li li li.focus > a:before,
.main-navigation li li li li:focus > a:before,
.main-navigation li li li li:hover > a:before {
	color: #ef4550;
}

.main-navigation li li li li a:hover:before, .main-navigation li li li li a:focus:before {
	color: #ef4550;
}

.main-navigation li li li li.current_page_item a:hover:before,
.main-navigation li li li li.current-menu-item a:hover:before,
.main-navigation li li li li.current_page_item a:focus:before {
	color: #ef4550;
}

.main-navigation li li li li.current-menu-item a:focus:before, .main-navigation li li li li.current-menu-item a:before {
	color: #ef4550;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
	border-left: 1px solid #ef4550;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-of-type {
	border: none;
}

.navigation-top {
	position: static;
}

.site-header .menu-scroll-down {
	display: none;
}

.menu-main .close-menu {
	display: none;
	position: absolute;
	right: 15px;
	top: 0;
	width: 20px;
	height: 50px;
	z-index: 1000;
	padding: 25px 0 0 0;
}

.close-menu span {
	display: block;
	background: #fff;
	height: 1px;
	width: 15px;
}

.close-menu span:nth-child(1) {
	margin-top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.close-menu span:nth-child(2) {
	margin-top: -1px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.close-menu:hover span,
.close-menu:focus span {
	background: #ef4550;
}

#mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-megamenu
.mega-submenu-wrap
> ul.mega-sub-menu
li.mega-menu-columns-2-of-6 {
	width: 33.33333%;
}

.navigation-top nav {
	margin-left: 0;
}

.mob-resize-scroll {
	display: none;
}

/*-- menu effet --*/
#mega-menu-wrap-top #mega-menu-top > li #menu-sub-menu > li {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-ms-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
	-o-transition: 0.5s ease-in-out 0s;
	opacity: 0;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 1;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(2) {
	transition-delay: 0.3s;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(3) {
	transition-delay: 0.6s;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(4) {
	transition-delay: 0.9s;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(5) {
	transition-delay: 1.2s;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(6) {
	transition-delay: 1.5s;
}

#mega-menu-wrap-top #mega-menu-top > li:hover #menu-sub-menu > li:nth-child(7) {
	transition-delay: 1.8s;
}

#menu-sub-menu > li .sub-menu > li {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
	-o-transition: 0.5s ease-in-out 0s;
	opacity: 0;
}

#menu-sub-menu > li:hover .sub-menu > li {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(2) {
	transition-delay: 0.3s;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(3) {
	transition-delay: 0.6s;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(4) {
	transition-delay: 0.9s;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(5) {
	transition-delay: 1.2s;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(6) {
	transition-delay: 1.5s;
}

#menu-sub-menu > li:hover .sub-menu > li:nth-child(7) {
	transition-delay: 1.8s;
}

/*-- home  banner sec --*/
.home-banner-sec {
	padding-bottom: 68px;
}

.home-banner-slider {
	position: relative;
}

.home-banner-img {
	background-size: cover;
	background-position: center center;
	background-image: url("../images/home-banner-img1.jpg");
	background-repeat: no-repeat;
	width: 100%;
	min-height: 451px;
	position: relative;
	text-align: center;
}

.home-banner-content {
	position: relative;
	z-index: 3;
	color: #fff;
	text-align: center;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.home-banner-content i {
	font-family: "Cormorant", serif;
	font-size: 14px;
	display: block;
	margin-bottom: 19px;
	text-transform: capitalize;
}

.home-banner-content h2 {
	font-weight: 300;
	color: #fff;
	line-height: 36px;
	font-size: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0 27px;
	display: inline-block;
	margin-bottom: 85px;
}

.home-banner-content .btn {
	text-transform: uppercase;
	color: #fff;
	border-width: 1px;
}

.btn {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	background: #ef4550;
	border: 2px solid #ef4550;
	color: #fff;
	text-align: center;
	padding: 9px 11px;
	min-width: 150px;
	display: inline-block;
}

.btn:hover, .btn:focus {
	color: #ef4550;
	background: transparent;
	border-color: #ef4550;
}

.border-btn {
	border: 2px solid #ef4550;
	color: #ef4550;
	background: transparent;
}

.border-btn:hover, .border-btn:focus {
	background: #ef4550;
	border-color: #ef4550;
	color: #fff;
}

.home-btn-wrap {
	display: block;
}

.slider-nav {
	position: absolute;
	right: 55px;
	top: 50%;
	display: inline-block;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.slider-arw {
	display: inline-block;
	color: #fff;
	font-size: 21px;
}

.pagination-nb {
	display: block;
}

.pagination-nb ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.pagination-nb ul li {
	margin: 0 0 12px 0;
}

.pagination-nb ul li:last-child {
	margin: 0;
}

.pagination-nb ul li a {
	font-size: 13px;
	color: #a1a4a6;
	display: block;
	font-weight: 400;
}

.pagination-nb ul li a:hover {
	color: #fff;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.pagination-nb ul li.active a {
	color: #fff;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/*.pagination-nb ul li a:hover , .pagination-nb ul li a:focus , .pagination-nb ul li.active a{color: #fff; transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2);} */
/*-- mid sec --*/
.text-center {
	text-align: center;
}

.border-heading h1,
.border-heading h2 {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 27px;
	text-align: center;
}

.border-heading h1:before,
.border-heading h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 74px;
	height: 2px;
	background: #ef4550;
	display: block;
	margin: 0 auto;
	content: "";
}

.mid-content .inner-main {
	max-width: 785px;
}

.article-list-sec {
	padding: 80px 0;
}

.article-mid-list {
	text-align: center;
}

.article-mid-list p {
	color: #444444;
	margin-top: 30px;
	margin-bottom: 20px;
}

.article-list {
	padding-top: 35px;
}

.article-list ul {
	/* padding: 0 0 0 0; margin: 0 -14px; */
	list-style: none;
	margin-bottom: 20px;
}

.article-list ul li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 11px;
	color: #444444;
}

.article-list ul li.date {
	color: #ef4550;
}

.article-list ul li a {
	color: #444444;
}

.article-list ul li a:hover, .article-list ul li a:focus {
	color: #ef4550;
}

.article-list ul li:nth-child(4n + 1) {
	clear: both;
}

/* .article-list ul li{float: left; padding: 0 15px; width: 50%;} */
.article-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 281px;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.article-col iframe {
	width: 100%;
	height: 250px;
	display: block;
	border: 0;
	margin: 0;
}

.article-img:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(239, 69, 80, 0.8);
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 0;
}

.article-img:hover:before, .article-img:focus:before {
	opacity: 1;
}

.plus-icn {
	opacity: 0;
	margin: 0 auto;
	display: block;
	background-image: url("../images/plus-icn.png") !important;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	width: 47px;
	height: 47px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.article-img:hover .plus-icn,
.article-img:focus .plus-icn {
	opacity: 1;
}

.play-icn {
	background-image: url("../images/play-icn.png") !important;
}

.articl-list-info {
	padding: 40px 0 0px;
	font-size: 14px;
}

.articl-list-info ul,
.articl-list-info li {
	font-size: 12px;
}

.articl-list-info i {
	font-style: italic;
	font-family: "Cormorant", serif;
	font-size: 14px;
	font-weight: 600;
	color: #ef4550;
	display: block;
	vertical-align: middle;
	margin-bottom: 11px;
}

.articl-list-info i span {
	display: inline-block;
	color: #1c252b;
	padding-left: 12px;
}

.articl-list-info h3 {
	margin-bottom: 18px;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
}

.articl-list-info h3 a {
	color: #232020;
	text-transform: none;
}

.articl-list-info > a {
	margin-top: 15px;
}

.articl-list-info a {
	display: inline-block;
	color: #ef4550;
	text-transform: uppercase;
}

.articl-list-info a:hover, .articl-list-info a:focus {
	color: #111729;
}

.add-list-img:before {
	display: none;
}

.add-list-txt {
	background: #efefef;
	padding: 15px;
	min-height: 157px;
	position: relative;
}

.add-list-txt p {
	text-align: center;
	color: #1c252b;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
}

.article-list-btn {
	text-align: center;
	padding-top: 40px;
}

.p5 {
	padding-top: 5px !important;
}

.alter-bgcolor:nth-child(odd) {
	background: #fff;
}

.alter-bgcolor:nth-child(even) {
	background: #f7f7f7;
}

.instafeed-sec {
	background: #fff;
}

.instafeed-sec:nth-child(even), .instafeed-sec:nth-child(odd) {
	background: #fff;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	display: inline-block;
	line-height: normal;
	width: 32px;
	height: 26px;
	color: #017697;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-prev:focus {
	color: #111729;
	opacity: 1 !important;
	background-position: center bottom;
	background: none !important;
	background-image: url(../images/left-arrw.png) !important;
}

.owl-carousel .owl-next:hover, .owl-carousel .owl-next:focus {
	color: #111729;
	opacity: 1 !important;
	background-position: center bottom;
	background: none !important;
	background-image: url(../images/right-arw.png) !important;
}

.owl-carousel .owl-prev {
	left: 25.3%;
	background-image: url(../images/left-arrw.png) !important;
}

.owl-carousel .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}

.owl-carousel .owl-next {
	right: 25.3%;
	background-image: url(../images/right-arw.png) !important;
}

.owl-carousel .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
}

.owl-carousel .owl-controls {
	position: absolute;
	bottom: -43px;
	left: 0;
	right: 0;
}

.owl-theme .owl-nav .disabled {
	opacity: 0 !important;
}

.article-list .owl-carousel .owl-prev:before,
.article-list .owl-carousel .owl-next:before {
	display: none;
}

.top-features-slider .owl-carousel .owl-prev:before,
.top-features-slider .owl-carousel .owl-next:before {
	display: none;
}

.top-features-slider:before {
	content: "";
	display: table;
}

.top-features-slider:after {
	content: "";
	display: table;
	clear: both;
}

.top-features-slider .owl-carousel {
	width: 59.9% !important;
	float: left;
	padding-right: 4% !important;
}

.top-features-slider figure {
	width: 40.1% !important;
	float: left;
	padding-left: 4% !important;
	margin: 0;
}

.top-features-slider figure img {
	width: 100%;
	display: block;
	max-height: 528px;
}

.top-features-slider .owl-carousel .owl-nav {
	position: absolute;
	left: -64%;
	right: 0;
	bottom: -36px;
}

@media (max-width: 766px) {
	.top-features-slider {
		padding-bottom: 30px !important;
	}
	.top-features-slider .owl-carousel .owl-nav {
		bottom: -60px;
	}
	.top-features-sec .owl-carousel .owl-controls {
		bottom: -57px !important;
	}
}

/*-- insatfeed --*/
.instafeed-sec {
	padding: 68px 0 131px;
}

.insta-list ul {
	padding: 28px 0 90px;
	margin: 0 0 0 0;
	list-style: none;
}

.insta-list ul li {
	float: left;
	width: 25%;
	overflow: hidden;
}

.insta-img {
	width: 100%;
	display: block;
	height: 320px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/*-- footer sec --*/
.foo-sec {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 101px 0;
	background-color: #f7f7f7;
}

.foo-top {
	padding-bottom: 0px;
}

.foo-logo {
	width: 115px;
	display: block;
}

#footer-menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

#footer-menu li {
	vertical-align: middle;
	padding-right: 37px;
}

#footer-menu li:last-child {
	padding-right: 0;
}

#footer-menu li a {
	color: #444;
	font-weight: 500;
	font-size: 13px;
}

#footer-menu li a:hover, #footer-menu li a:focus {
	color: #ef4550;
}

.foo-form-row {
	padding-top: 15px;
	padding-bottom: 131px;
}

.foo-form h5 {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0;
}

.foo-form input[type="text"], .foo-form input[type="email"], .foo-form input[type="url"], .foo-form input[type="password"], .foo-form input[type="search"], .foo-form input[type="number"], .foo-form input[type="tel"], .foo-form input[type="range"], .foo-form input[type="date"], .foo-form input[type="month"], .foo-form input[type="week"], .foo-form input[type="time"], .foo-form input[type="datetime"], .foo-form input[type="datetime-local"], .foo-form input[type="color"] {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	color: #444444;
	font-size: 14px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #979797;
	padding: 5px 0px 6px;
	border-radius: 0;
	min-width: auto;
	width: 100%;
	margin-bottom: 10px;
}

.foo-form textarea {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	color: #444444;
	font-size: 14px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #979797;
	padding: 5px 0px 6px;
	border-radius: 0;
	min-width: auto;
	width: 100%;
	margin-bottom: 10px;
}

.foo-form input:-moz-placeholder, .foo-form input::-moz-placeholder, .foo-form input::-webkit-input-placeholder, .foo-form input:-ms-input-placeholder {
	color: #444444;
	opacity: 1;
}

.foo-form-btn {
	padding-right: 0;
}

@media (max-width: 767px) {
	.foo-form-btn {
		margin-top: 20px;
	}
}

.mc4wp-form-fields:after {
	display: table;
	content: "";
	clear: both;
}

.foo-form-btn input[type="submit"] {
	padding: 5px 18px;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ef4550;
	background: transparent;
	border-radius: 0;
	text-transform: uppercase;
	border: 2px solid #ef4550;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	min-width: auto;
	margin-top: 10px;
}

.foo-form-btn input[type="submit"]:hover, .foo-form-btn input[type="submit"]:focus {
	border-color: #ef4550;
	background: #ef4550;
	color: #fff;
}

.foo-sec .social-icn-list ul li:after {
	margin: 0 20px;
}

.foo-form .mc4wp-error {
	color: red;
	text-align: center;
	width: 492px;
	margin: 5px 0;
}

.foo-form .mc4wp-error p {
	margin: 0;
}

.foo-sec .social-icn-list {
	padding-top: 37px;
	display: block;
	margin-bottom: 27px;
}

.foo-sec p {
	font-size: 12px;
	margin-bottom: 0px;
}

.foo-disc {
	text-align: center;
}

.foo-disc p {
	color: #ef4550;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.foo-disc p a {
	color: #ef4550;
	display: inline-block;
}

.foo-disc p a:hover, .foo-disc p a:focus {
	color: #fff;
}

.mc4wp-success {
	text-align: center;
	border: 2px solid #14a900;
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
}

.mc4wp-success p {
	color: #14a900;
	margin: 0;
}

.foo-fix {
	width: 46px;
	position: fixed;
	bottom: 75px;
	right: 0;
	z-index: 5;
}

.foo-fix ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.foo-fix ul li a {
	height: 48px;
	display: block;
	width: 100%;
}

.foo-fix ul li a i {
	height: 100%;
	width: 100%;
	display: block;
}

.foo-fix ul li a:hover, .foo-fix ul li a:focus {
	opacity: 0.7;
}

.share-btn {
	background-color: #ef4550;
	color: #fff;
}

.backtop-btn {
	background-color: #111729;
	color: #fff;
}

.share-icn {
	background-image: url("../images/share-img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.up-icn {
	background-image: url("../images/back-top-img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.share-widget {
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 999;
}

.share-widget span {
	float: left;
}

.share-widget .stButton {
	margin: 0;
}

.share-widget .stButton .stLarge {
	color: #fff;
	width: 46px;
	height: 46px;
	position: relative;
	background-image: none !important;
	display: block;
}

.share-widget .stButton .stLarge:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: FontAwesome;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}

.stButton .stLarge:hover {
	color: #fff;
	background-position: center center !important;
	opacity: 0.8;
}

.st_facebook_large .stButton .stLarge {
	background-color: #3b5998;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	color: #fff;
	width: 46px;
	height: 46px;
	position: relative;
	background-image: none !important;
	display: block;
}

.fbstLarge {
	background-color: #3b5998;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	color: #fff;
	width: 46px;
	height: 46px;
	position: relative;
	background-image: none !important;
	display: block;
	background-color: #3b5998;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.fbstLarge:hover, .fbstLarge:focus {
	color: #fff;
	opacity: 0.8;
}

.fbstLarge:before {
	content: "\f09a";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: FontAwesome;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}

.st_facebook_large .stButton .stLarge:before {
	content: "\f09a";
}

.st_twitter_large .stButton .stLarge {
	background-color: #0084b4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.st_twitter_large .stButton .stLarge:before {
	content: "\f099";
}

.st_linkedin_large .stButton .stLarge {
	background-color: #007bb6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.st_linkedin_large .stButton .stLarge:before {
	content: "\f0e1";
}

.st_email_large .stButton .stLarge {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.st_email_large .stButton .stLarge:before {
	content: "\f0e0";
}

.st_pinterest_large .stButton .stLarge {
	background-color: #c92228;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.st_pinterest_large .stButton .stLarge:before {
	content: "\f231";
}

.instagram-custom .stButton .stLarge {
	background-color: #c92228;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.instagram-custom .stButton .stLarge:before {
	content: "\f16d";
}

.foo-sec .mc4wp-success {
	margin-top: 20px;
}

/*-- boat page --*/
.inner-banner-sec {
	position: relative;
}

.inner-banner-sec .owl-carousel {
	display: inline-block !important;
}

.inner-banner-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: 450px;
	position: relative;
}

.boat-catg-list {
	text-align: center;
}

.boat-catg-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.boat-catg-list ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 17px;
}

.boat-catg-list ul li a {
	color: #afb2b3;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 19px 0 26px;
	min-width: 80px;
}

.boat-catg-list ul li a:hover, .boat-catg-list ul li a:focus {
	color: #111729;
}

.boat-catg-list ul li.active a {
	color: #111729;
}

.catg-list-icn {
	position: absolute;
	height: 77px;
	width: 79px;
	display: block;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #ef4550;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transform: translateY(14%);
	-webkit-transform: translateY(14%);
	-ms-transform: translateY(14%);
	-moz-transform: translateY(14%);
	-o-transform: translateY(14%);
}

.boat-catg-list ul li a:hover .catg-list-icn,
.boat-catg-list ul li a:focus .catg-list-icn {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}

.boat-catg-list ul li.active a .catg-list-icn {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}

.catg-icn-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 100%;
	width: 100%;
	display: block;
}

.popular-list-sec {
	padding: 73px 0 17px;
}

.recent-list-sec .article-list {
	padding-bottom: 31px;
}

.recent-list-sec .article-list ul li {
	padding-bottom: 103px;
}

.recent-list-sec .article-list ul li:nth-last-child(-n + 4) {
	padding-bottom: 0;
}

.recent-list-sec .btn {
	padding: 7px 34px;
}

/*-- about page --*/
.about-banner-sec {
	position: relative;
	padding-bottom: 70px;
	text-align: center;
}

.about-banner-sec .inner-banner-img {
	position: relative;
}

/*.about-banner-sec .inner-banner-img:before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%;display: block; background: rgba(14,119,152,0.8); content: ""; z-index: 1;}*/
.inner-banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
	text-align: center;
	display: inline-block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.inner-banner-content i {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.inner-banner-content h2 {
	font-weight: 300;
	color: #fff;
	line-height: 36px;
	font-size: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 22px 0;
	display: inline-block;
	margin: 0;
}

.about-info-sec {
	padding: 25px 0;
}

.about-row {
	margin: 0 -44px;
	padding-bottom: 101px;
}

.about-col {
	width: 50%;
	float: left;
	padding: 0 43px;
}

.about-col p {
	text-align: left !important;
}

.about-chief-row {
	padding-bottom: 88px;
}

.chief-img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 24px 0 0;
}

.chief-img:before {
	position: absolute;
	height: 86.823%;
	width: 81.3%;
	right: 1px;
	bottom: -25px;
	border: 2px solid #ef4550;
	content: "";
	z-index: 1;
}

.chief-img img {
	width: 100%;
	display: block;
	z-index: 3;
	position: relative;
}

.chief-info-col {
	padding-top: 25px;
}

.chief-info {
	padding: 45px 0;
	text-align: center;
}

.chief-info h4 {
	margin-bottom: 12px;
}

.chief-info h2 {
	margin-bottom: 10px;
}

.chief-info p:last-child {
	margin: 0;
}

.info-line {
	height: 58px;
	width: 2px;
	background: #ef4550;
	display: block;
	margin: 0 auto;
}

.team-list-sec {
	padding: 0;
}

.team-list-bg {
	background: #f7f7f7;
	color: #0d0d0d;
	padding: 54px 0 33px;
}

.team-list-main {
	max-width: 1114px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.team-list {
	text-align: center;
	margin: 0 -15px;
}

.team-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.team-list ul li {
	display: inline-block;
	width: 25%;
	padding: 0 15px 33px;
	margin-left: -4px;
	flex: 0 0 25%;
	max-width: 25%;
	flex-wrap: wrap;
}

.team-list ul li:nth-child(4n + 1) {
	clear: both;
}

.team-list-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.team-list-img {
	display: block;
	height: 252px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
}

.team-list-img:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(239, 69, 80, 0.8);
	z-index: 1;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	opacity: 0;
}

.team-list-img:hover:before, .team-list-img:focus:before {
	opacity: 1;
}

.team-list-img .plus-icn {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.team-list-img:hover .plus-icn,
.team-list-img:focus .plus-icn {
	opacity: 1;
}

.team-list-info {
	padding: 22px 0 32px;
	border-bottom: 1px solid #5a5959;
	margin-top: auto;
}

.team-list-info h3 {
	color: #222;
	margin-bottom: 4px;
	font-size: 22px;
}

.team-list-info i {
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 19px;
}

.team-list-info .btn {
	background: transparent;
	border: 2px solid transparent;
	color: #ef4550;
	font-size: 12px;
	font-weight: 550;
	position: relative;
	text-transform: none !important;
}

.team-list-info .btn:after {
	position: relative;
	width: 50px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	right: -10px;
	display: inline-block;
}

.team-list-info .btn:before {
	position: relative;
	width: 50px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	left: -10px;
	display: inline-block;
}

.magazine-sec {
	padding: 77px 0 120px;
	text-align: center;
}

.magazine-list {
	margin: 0 -40px;
	padding-top: 37px;
}

.magazine-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	flex-wrap: wrap;
}

.magazine-list ul li {
	float: left;
	width: 25%;
	padding: 0 10px 55px;
}

.magazine-list ul li:nth-child(4n + 1) {
	clear: both;
}

.magazine-img {
	width: auto;
	display: inline-block;
	box-shadow: 6px 6px 7px 1px #868486;
	-webkit-box-shadow: 6px 6px 7px 1px #868486;
	-moz-box-shadow: 6px 6px 7px 1px #868486;
	-ms-box-shadow: 6px 6px 7px 1px #868486;
	-o-box-shadow: 6px 6px 7px 1px #868486;
	position: relative;
}

.magazine-img a {
	display: inline-block;
}

.magazine-img:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	box-shadow: 17px 16px 49px 0 #868486;
	-webkit-box-shadow: 17px 16px 49px 0 #868486;
	-moz-box-shadow: 17px 16px 49px 0 #868486;
	-ms-box-shadow: 17px 16px 49px 0 #868486;
	-o-box-shadow: 17px 16px 49px 0 #868486;
	left: 0;
}

.magazine-img img {
	width: auto;
	display: block;
	z-index: 1;
	position: relative;
	height: 250px;
}

/*.magazine-img img{width: 100%; display: block; z-index: 1; position: relative; }*/
@media (max-width: 991px) {
	.team-list ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 639px) {
	.team-list ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*-- team popup --*/
.team-info-popup {
	color: #fff;
	max-width: 570px;
	padding: 0 15px;
	margin: 0 auto;
}

.popup-info {
	background: #be454d;
	padding: 45px 70px 40px;
}

.popup-main {
	width: 100%;
	display: block;
	max-height: 95vh;
}

.team-info-popup h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.team-info-popup i {
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	line-height: 30px;
	display: block;
	font-family: "Cormorant", serif;
}

.team-info-popup p {
	color: #fff;
	margin-bottom: 37px;
}

.team-info-popup .btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.team-info-popup .btn:hover, .team-info-popup .btn:focus {
	background: #fff;
	border-color: #fff;
	color: #1c2133;
}

.team-designation {
	position: relative;
	padding: 13px 0 18px;
	margin-bottom: 31px;
}

.team-designation:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
}

.team-designation:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.teampopup-img {
	width: 255px;
	margin: 0 auto 43px;
	display: block;
}

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

button.mfp-close {
	text-indent: -9999em;
	position: absolute;
	background-image: url("../images/close-img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	height: 37px;
	width: 35px;
	opacity: 1;
	right: 40px;
	top: 25px;
}

button.mfp-close:hover, button.mfp-close:focus {
	background-color: transparent;
	background-image: url("../images/close-img.png");
	opacity: 0.8;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
/* animate out */
/* Dark overlay, start state */
.mfp-bg {
	background: #fff;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.59;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* animate out */
/*-- article detail page --*/
.back-article {
	color: #ef4550;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.back-article:before {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 7px;
	top: -2px;
}

.back-article:hover {
	font-size: 16px;
}

/*.article-add-row{margin: 0 -35px;     padding: 62px 0 50px;}*/
.article-add-row {
	margin: 0 -35px;
	padding: 62px 0 10px;
}

.article-add-col {
	padding: 5px 35px 0;
	float: left;
	width: 27.408%;
}

.article-add-infocol {
	width: 45.184%;
	padding-top: 0;
}

.advertise-img {
	width: 100%;
}

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

.gallery-slider-sec {
	padding: 20px 0 40px 0;
}

.gallery-video {
	position: relative;
	padding-bottom: 61.225%;
}

.gallery-slider-sec iframe {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
}

.gallery-slider .owl-carousel .owl-item {
	height: 100%;
	width: 100%;
}

.gallery-slider .owl-carousel .owl-item .item {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.gallery-img {
	width: 100%;
	display: block;
	height: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.gallery-img img {
	display: block;
}

.gallery-slider .gallery-img img {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-height: 100%;
}

.gallery-slider .owl-thumbs {
	padding: 10px 0 0 0;
	text-align: center;
}

.gallery-slider .owl-thumb-item {
	height: 60px;
	/*-- width: 9.083%; --*/
	margin-bottom: 10px;
	margin-right: 22px;
	background: transparent;
	padding: 0;
	position: relative;
	border: 0;
	border-radius: 0;
}

.gallery-slider .owl-thumb-item:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(239, 69, 80, 0.83);
	z-index: 1;
	display: block;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	opacity: 0;
}

.gallery-slider .owl-thumb-item:hover:before, .gallery-slider .owl-thumb-item.active:before {
	opacity: 1;
}

.gallery-slider .owl-thumb-item:after {
	opacity: 0;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../images/plus-icn.png");
	background-size: 21px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.gallery-slider .owl-thumb-item:hover:after, .gallery-slider .owl-thumb-item.active:after {
	opacity: 1;
}

.gallery-slider .owl-thumb-item:last-child {
	margin-right: 0;
}

.gallery-slider .owl-thumb-item img {
	height: 100%;
	width: auto !important;
}

.gallery-slider-sec figcaption {
	font-style: italic;
	color: #1c252b;
	font-size: 14px;
	float: none;
	font-weight: 400;
	margin: 0;
	display: block;
	padding: 10px 0 0;
	display: block;
	width: 100%;
	text-align: center;
}

.gallery-slider .item:after {
	display: table;
	clear: both;
	content: "";
}

.gallary-single-img {
	width: 100%;
	display: block;
}

.gallary-single-img img {
	width: 100%;
	display: block;
}

.quote-sec {
	padding: 25px 0;
}

.quote-row {
	margin: 0 -25px;
	display: table;
	padding: 0 0 58px;
}

.quote-col {
	padding: 0 25px;
	display: table-cell;
	width: 50%;
	position: relative;
	padding-left: 45px;
}

.quote-col ul {
	margin-left: 17px;
}

.quote-col.quote-txt-col {
	vertical-align: top;
	padding-right: 9px;
	padding-top: 8px;
}

blockquote {
	font-size: 21px;
	display: block;
	color: #ef4550;
	line-height: 33px;
	position: relative;
	font-style: normal;
	border-top: 2px solid #ef4550;
	border-bottom: 2px solid #ef4550;
	padding: 18px 0 19px;
}

blockquote:before {
	position: relative;
	content: "";
	margin-right: 16px;
	display: inline-block;
	background-image: url("../images/left-quote-img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 32px;
	height: 29px;
	top: -2px;
}

blockquote p {
	display: inline;
	margin: 0;
}

.article-img-sec {
	padding-bottom: 80px;
}

.article-large-img {
	width: 100%;
	display: block;
}

.article-large-img img {
	width: 100%;
	display: block;
}

/*.single-quote-sec{    padding-bottom: 35px;}*/
.single-quote-sec {
	padding-bottom: 0px;
}

.single-quote-sec .about-row {
	padding: 78px 0 54px;
}

.single-quote-sec .quote-txt-col {
	margin: 0 auto;
	width: 58%;
}

.article-detail-sec .article-detailadd-sec {
	padding: 50px 0 30px;
}

.article-detailadd-sec .article-list {
	padding: 0;
}

.article-detailadd-sec .article-list ul {
	margin: 0 -20px;
}

.article-detailadd-sec .article-list ul li {
	width: 33.33%;
	padding: 0 20px 20px;
}

.article-detailadd-sec .article-img:before,
.article-detailadd-sec .article-img i {
	display: none;
}

.add-call-sec {
	padding: 50px 0;
}

.add-call-link {
	font-weight: 500;
	font-family: "Cormorant", serif;
	display: inline-block;
	font-size: 35px;
	position: relative;
}

.add-call-link:after {
	content: "";
	clear: both;
	margin: 23px auto 40px;
	background: #017697;
	width: 74px;
	height: 2px;
	position: relative;
	display: block;
}

.add-call-sec .btn {
	padding: 7px 35px;
}

.add-btn-wrap {
	display: block;
}

/*-- current issue page --*/
.top-features-sec .inner-main {
	max-width: 1081px;
}

.top-features-bg {
	background: #f7f7f7;
	padding: 60px 0;
}

.top-features-slider {
	padding: 20px 0 24px;
}

.top-features-sec .owl-carousel .owl-controls {
	bottom: -27px;
}

.hillary-info-sec {
	padding: 113px 0 103px;
}

.hillaryinfo-row {
	margin: 0 -14px;
}

.hillaryinfo-col {
	width: 50%;
	float: left;
	padding: 0 14px;
}

.hillaryinfo-col1 {
	padding-right: 41px;
}

.hillaryinfo-col2 {
	padding-top: 82px;
	padding-right: 26px;
}

.hillaryinfo-col h6 {
	font-weight: 400;
	color: #017697;
	font-size: 14px;
	margin-top: 47px;
	margin-bottom: 4px;
}

.hillaryinfo-col h4 {
	font-weight: 500;
	text-transform: uppercase;
	color: #111729;
	font-size: 20px;
}

.hillaryinfo-col p {
	letter-spacing: 0.4px;
}

.hillaryinfo-col a {
	color: #ef4550 !important;
	text-decoration: none;
}

.hillaryinfo-col a:hover {
	font-size: 20px !important;
}

.hillary-info-sec .chief-img {
	margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
	.top-features-sec .owl-carousel .owl-controls {
		bottom: -90px;
	}
}

/*-- event page --*/
#page .event-banner-sec {
	padding-bottom: 0;
}

.event-main {
	position: relative;
}

.event-add-sec {
	padding: 88px 0 0;
}

.event-add-row .article-list {
	max-width: 75%;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

.event-add-row .article-list ul {
	margin: 0;
}

.event-add-row .article-list ul li {
	width: 33.333%;
	padding-bottom: 117px;
}

.event-add-row .article-list ul li:nth-child(3n + 1) {
	clear: both;
}

.event-add-row .article-list ul li:nth-child(4n + 1) {
	clear: none;
}

.event-full-add {
	max-width: 25%;
	float: left;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 -14px;
}

.event-add-img {
	padding: 0 14px;
	display: block;
}

.event-add-img img {
	width: 100%;
	display: block;
}

.event-add-row {
	margin: 0 -14px;
	padding-bottom: 20px;
	min-height: 1022px;
}

.event-add-link {
	display: block;
}

.event-add-sec .btn {
	min-width: 144px;
}

/*-- cookie page --*/
.column-sec {
	padding: 60px 0 87px;
}

.column-row {
	margin: 0 -46px;
}

.column-content {
	width: 50%;
	float: left;
	padding: 0 46px;
}

.column-content h3 {
	margin-bottom: 16px;
	padding-top: 46px;
}

.column-content h3 i {
	color: #017697;
	font-style: normal;
}

/*-- privacy page --*/
/*-- subscribe page --*/
.header-wrap {
	position: relative;
	z-index: 999;
}

.subscribe-banner-sec {
	padding-bottom: 68px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.subscribe-banner-sec .home-banner-slider {
	background: #111729;
}

.subscribe-bg1 {
	position: relative;
}

.subscribe-bg1:before {
	position: absolute;
	content: "";
	background: rgba(16, 21, 40, 0.55);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.subscribe-bg1 i {
	margin-bottom: 19px;
}

.subscribe-bg1 h2 {
	padding: 29px 35px 34px;
	margin: 0 0 20px 0;
}

.subscribe-bg1 h2 b {
	color: #ef4550;
	font-weight: 300;
}

.subscribe-btn-wrap .btn {
	color: #fff;
	margin-top: 27px;
	min-width: 127px;
	border-width: 1px;
}

.subscribe-bg2 {
	background: #111729;
}

.subscribe-bg2 h2 {
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 31px;
	font-size: 28px;
}

.subscribe-bg3 h2 {
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 31px;
	font-size: 28px;
}

.subscribe-bg2 h2:before,
.subscribe-bg3 h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #017697;
	margin: 0 auto;
	width: 74px;
	height: 2px;
}

.subscribe-row {
	padding-top: 31px;
}

.subscribe-list {
	padding-top: 36px;
	margin: 0 -70px;
}

.subscribe-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.subscribe-list ul li {
	float: left;
	width: 100%;
	padding: 0 15px;
}

/*.subscribe-list ul li{float: left; width: 33.333%; padding: 0 70px;}*/
/*.subscribe-col{text-align: left;}*/
.subscribe-img img {
	margin: 0 auto;
}

.subscribe-list ul li:last-child {
	padding-right: 0;
}

.subscribe-col {
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.subscribe-col h4 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.subscribe-col p {
	color: #fff;
	margin-bottom: 19px;
}

.subscribe-col .btn {
	color: #fff;
	min-width: 130px;
	border-width: 1px;
}

.subscribe-img {
	margin-bottom: 18px;
}

.subscribe-img img {
	width: auto !important;
}

.subscribe-bg3 {
	background: #111729;
}

.subscribe-bg3 h2 {
	opacity: 0.6;
}

.email-newsletter {
	max-width: 540px;
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}

.email-newsletter .mc4wp-success {
	margin-top: 0;
}

.email-news-img {
	width: 42px;
	margin: 0 auto;
	display: block;
	padding: 18px 0 32px 0;
}

.email-news-img img {
	width: 100%;
	display: block;
}

.email-newsletter .foo-form-col {
	width: 100%;
	padding: 0;
	margin-bottom: 14px;
}

.email-newsletter .foo-form-btn {
	padding-top: 35px;
}

.email-newsletter .placeholdersjs {
	color: #fff;
}

.email-newsletter .mc4wp-success p {
	line-height: 15px;
}

.email-newsletter input[type="text"], .email-newsletter input[type="email"], .email-newsletter input[type="url"], .email-newsletter input[type="password"], .email-newsletter input[type="search"], .email-newsletter input[type="number"], .email-newsletter input[type="tel"], .email-newsletter input[type="range"], .email-newsletter input[type="date"], .email-newsletter input[type="month"], .email-newsletter input[type="week"], .email-newsletter input[type="time"], .email-newsletter input[type="datetime"], .email-newsletter input[type="datetime-local"], .email-newsletter input[type="color"] {
	background: transparent;
	color: #444444;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	border-radius: 0;
	border-color: #444444;
	padding: 6px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.email-newsletter textarea {
	background: transparent;
	color: #444444;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	border-radius: 0;
	border-color: #444444;
	padding: 6px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.email-newsletter input:-moz-placeholder, .email-newsletter input::-moz-placeholder, .email-newsletter input::-webkit-input-placeholder, .email-newsletter input:-ms-input-placeholder {
	color: #444444;
	opacity: 1;
}

/*-- owl carousel effect --*/
/*-- contact page --*/
.contact-map-sec {
	height: 450px;
	position: relative;
	margin-bottom: 69px;
}

.contact-map-sec .main {
	height: 100%;
}

.contact-banner-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}

#map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#map:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: rgba(14, 119, 152, 0.7);
	content: "";
	z-index: 1;
}

.contact-map-sec .inner-main,
.contact-map-sec .inner-banner-img {
	height: 100%;
}

.contact-map-sec .subscribe-btn-wrap .btn {
	margin-top: 50px;
}

.contact-info-sec {
	padding: 0 0 68px 0;
}

.contact-col {
	float: left;
	width: 50%;
	padding: 58px 55px 48px;
}

.contact-form-col {
	background: #f7f7f7;
}

.contact-info-col {
	background: #f7f7f7;
}

.contact-info-col a:hover, .contact-info-col a:focus {
	color: #ef4550;
}

.contact-col h2 {
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 1.2;
	color: #111729;
	position: relative;
	padding-bottom: 22px;
}

.contact-col h2:before {
	position: absolute;
	content: "";
	background: #ef4550;
	width: 74px;
	height: 2px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact-info-col h2:before {
	background: #111729;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="password"], .contact-form input[type="search"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="range"], .contact-form input[type="date"], .contact-form input[type="month"], .contact-form input[type="week"], .contact-form input[type="time"], .contact-form input[type="datetime"], .contact-form input[type="datetime-local"], .contact-form input[type="color"] {
	background: transparent;
	color: #111729;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	border: 0;
	border-bottom: 2px solid #111729;
	padding: 0 0 6px;
	border-radius: 0;
}

.contact-form textarea {
	background: transparent;
	color: #111729;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	border: 0;
	border-bottom: 2px solid #111729;
	padding: 0 0 6px;
	border-radius: 0;
	resize: none;
	height: 122px;
	padding: 11px 0;
}

.contact-form input:-moz-placeholder, .contact-form input::-moz-placeholder, .contact-form input::-webkit-input-placeholder, .contact-form input:-ms-input-placeholder {
	color: #111729;
	opacity: 1;
}

.contact-form textarea:-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form textarea:-ms-input-placeholder {
	color: #111729;
	opacity: 1;
}

.contact-form div.wpcf7 .placeheld {
	color: #111729;
}

.contact-form .wpcf7-form-control-wrap {
	padding: 0 22px;
	width: 50%;
	float: left;
	margin-bottom: 29px;
}

.contact-btn {
	padding: 0 22px;
	clear: both;
	text-align: center;
}

.contact-form {
	margin: 0 -22px;
	padding-top: 33px;
}

.contact-form .wpcf7-form-control-wrap.message {
	width: 100%;
}

.contact-form button {
	margin-top: 19px;
	padding: 10px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	color: #ef4550;
	background: transparent;
	border: 2px solid #ef4550;
	text-transform: uppercase;
	min-width: 114px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.contact-form input[type="button"], .contact-form input[type="submit"] {
	margin-top: 19px;
	padding: 10px;
	background: transparent;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	color: #ef4550;
	border: 2px solid #ef4550;
	text-transform: uppercase;
	min-width: 114px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.contact-form button:hover {
	background: #ef4550;
	border-color: #ef4550;
	color: #fff;
}

.contact-form input[type="button"]:hover, .contact-form input[type="submit"]:hover {
	background: #ef4550;
	border-color: #ef4550;
	color: #fff;
}

.contact-form button:focus {
	background: #ef4550;
	border-color: #ef4550;
	color: #fff;
}

.contact-form input[type="button"]:focus, .contact-form input[type="submit"]:focus {
	background: #ef4550;
	border-color: #ef4550;
	color: #fff;
}

.contact-form div.wpcf7 .ajax-loader {
	display: block;
	margin: 1px auto 0;
}

div.wpcf7-validation-errors {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
}

.contact-info-list {
	color: #222;
	padding-top: 31px;
}

.contact-info-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.contact-info-list ul li {
	display: block;
	padding-bottom: 25px;
}

.contact-info-list ul li:after {
	display: table;
	content: "";
	clear: both;
}

.contact-icn {
	float: left;
	width: 15%;
	padding-top: 9px;
}

.contact-content {
	float: left;
	width: 80%;
	font-weight: 400;
	padding-left: 10px;
	line-height: 29px;
}

.contact-content p {
	line-height: 29px;
}

.contact-content a {
	color: #222;
}

.contact-content a:hover, .contact-content a:focus {
	color: #111729;
}

.contact-content a[href^="mailto"] {
	text-decoration: underline;
}

.location-icn img {
	width: 25px;
}

.phn-icn img {
	width: 19px;
}

.envelop-icn img {
	width: 29px;
}

/*-- default style --*/
.menu-toggle {
	display: none !important;
}

.default-sec {
	padding: 40px 0;
}

.vh {
	visibility: hidden;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.no-article {
	text-align: center;
}

/*-- sticky menu --*/
.sticky .menu-main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
	text-align: center;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
}

.sticky #mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-megamenu
.mega-submenu-wrap {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.sticky #mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-megamenu
.mega-submenu-wrap > ul.mega-sub-menu {
	position: relative;
	height: auto;
	width: 50%;
	float: right;
	padding: 65px 50px;
}

.sticky-logo {
	display: none;
}

.sticky .sticky-logo {
	display: block;
	float: left;
	width: 110px;
	position: absolute;
	left: 15px;
	z-index: 2;
}

.sticky-search {
	display: none;
}

.sticky .sticky-search {
	display: inline-block;
	float: right;
	position: absolute;
	right: 15px;
	top: 0;
}

.sticky .menu-main-container {
	max-width: 1270px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.sticky #mega-menu-wrap-top #mega-menu-top {
	padding: 0 15%;
	margin-bottom: 20px;
}

/*-- advertisement page --*/
.add-content-list {
	padding-top: 36px;
}

.add-content-list ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.add-content-list ul li {
	padding-bottom: 12px;
}

.add-content-list ul li h3 {
	margin: 0;
}

.advertise-contact {
	padding-top: 36px;
}

.addvertise-page .about-info-sec a:hover, .addvertise-page .about-info-sec a:focus {
	color: #0e7798;
}

.addvertise-page .about-row {
	padding-bottom: 20px;
}

/*-- startup popup --*/
.email-popup .email-newsletter {
	background: #fff;
	padding: 72px 15px 60px;
	max-width: 100%;
	border: 1px solid #000;
	background-image: url(../images/footer-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.email-newsletter-desc h3 {
	text-align: center;
	color: #232020;
	position: relative;
	padding-bottom: 31px;
	opacity: 1;
	margin-bottom: 15px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 3px;
}

.email-newsletter-desc h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #ef4550;
	margin: 0 auto;
	width: 74px;
	height: 2px;
}

.email-newsletter-desc p {
	color: #444444;
	opacity: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
}

.email-popup input[type="text"], .email-popup input[type="email"], .email-popup input[type="url"], .email-popup input[type="password"], .email-popup input[type="search"], .email-popup input[type="number"], .email-popup input[type="tel"], .email-popup input[type="range"], .email-popup input[type="date"], .email-popup input[type="month"], .email-popup input[type="week"], .email-popup input[type="time"], .email-popup input[type="datetime"], .email-popup input[type="datetime-local"], .email-popup input[type="color"] {
	max-width: 349px;
	margin: 0 auto;
	display: block;
}

.email-popup textarea,
.email-popup input[type="submit"] {
	max-width: 349px;
	margin: 0 auto;
	display: block;
}

.email-popup .foo-form-btn {
	padding-top: 27px;
	text-align: left;
}

.popup-with-move-anim,
#popup {
	max-width: 530px;
	padding: 0 15px;
	margin: 0 auto;
}

.popup-with-move-anim button.mfp-close {
	text-indent: inherit;
	font-size: 12px;
	font-family: "Work Sans", sans-serif;
	width: auto;
	height: auto;
	display: inline-block;
	background-image: url(../images/email-popup-cross.png);
	color: #bababd;
	background-size: auto;
	font-weight: 400;
	top: 18px;
	padding-top: 17px;
	background-position: top right;
}

.mc4wp-form {
	width: 100%;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* animate in */
/* animate out */
/* Dark overlay, start state */
/* animate in */
/* animate out */
.home-banner-slider button.mfp-close {
	z-index: 2;
	width: auto;
	top: 15px;
	right: 15px;
	text-indent: 0;
	font-size: 12px;
	background-size: 20px;
	background-position: top right;
	height: 44px;
	padding-top: 10px;
	color: #bababd;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	background-image: url(../images/email-popup-cross.png);
	text-transform: capitalize;
}

.home-banner-slider button.mfp-close:hover, .home-banner-slider button.mfp-close:focus {
	color: #bababd;
	opacity: 0.8;
	background-image: url(../images/email-popup-cross.png);
}

.subscribe-banner-sec .inner-banner-content {
	padding: 0 80px;
}

/*-- advertisement changes --*/
#tablet-article-detailadd-sec,
#mob-article-detailadd-sec {
	display: none;
}

.article-detailadd-sec .article-list ul li:nth-child(4n + 1) {
	clear: none;
}

/****** HTML Advert*******/
.advert-html {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.advertise-img.article-img:before {
	display: none;
}

/* Styles for Advanced Ads banner placements */
div[class^="ocean-category-"] a {
	text-align: center;
	width: 100%;
	display: block;
}

div[class^="ocean-category-"] a img {
	width: 300px;
	height: 250px;
}

div[id^="ocean-"]:empty + .add-list-txt {
	display: none;
}

/* Styles for Country Page */
.country_block {
	margin-bottom: 80px !important;
}

.country_banner {
	margin-top: 45px;
	text-align: center;
}

.country_banner img {
	text-align: center;
}

ul.widgets_countries li {
	float: left;
	margin-left: 10px;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
	background: #017697;
	padding: 15px;
	margin-bottom: 25px;
}

ul.widgets_countries li a {
	color: #fff;
}

/* Styles for Post Page */
.syservice .companyinfo {
	width: 50%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.h2service {
	margin-top: 35px;
}

.syservice p {
	font-size: 13px;
}

.rerion_content li {
	float: left;
	margin-left: 10px;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
	padding: 15px;
	margin-bottom: 25px;
}

.region_holder {
	width: 100%;
}

.new_region_countries li {
	float: left;
	margin-left: 10px;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
	padding: 15px;
	margin-bottom: 25px;
	width: 49%;
	border: 1px solid #000;
}

.home_block_gsr .part1 {
	float: left;
	width: 70%;
}

.home_block_gsr .part2 {
	float: right;
	width: 30%;
}

.mbb {
	margin-bottom: 70px;
}

#ob_container {
	margin-top: 10px !important;
}

.country_blocks_p {
	max-width: 80%;
}

@media only screen and (max-width: 767px) {
	.syservice .companyinfo {
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	ul.widgets_countries li {
		float: none !important;
	}
	.mbb {
		margin-bottom: 50px;
	}
	.foo-menu {
		padding-top: 25px !important;
	}
	.new_region_countries li {
		margin-left: 0px;
		float: none;
		width: 100%;
	}
	.home_block_gsr .part1,
	.home_block_gsr .part2 {
		float: none;
		width: 100%;
	}
}

div.contact-form form p {
	line-height: 0px !important;
}

.country_holder {
	float: left;
	width: 190px;
	padding: 9px;
	height: 160px;
}

.country_holder img {
	max-width: 100px;
	margin-top: 10px;
}

@media screen and (max-width: 780px) {
	.country_holder {
		float: none !important;
		width: 100%;
		padding: 10px !important;
		height: 135px !important;
	}
	.country_holder img {
		max-width: 100px !important;
	}
	.sidebar_box {
		margin-top: 25px;
	}
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 5.25%;
}

.resp-container iframe {
	width: 1310px;
	height: 400px;
}

.subscribe_txt h3 {
	color: #fff !important;
	margin-bottom: 0px !important;
}

.subscribe_page .foo-form-btn input[type="submit"] {
	padding: 15px 10px;
}

#subscribe_page_c #mc4wp-form-1 {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.home-banner-img:after {
	z-index: 1;
	background: rgba(52, 152, 219, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.home_corner .owl-controls {
	display: none !important;
}

.add-list-txt span {
	text-align: center;
	color: #1c252b;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
}

.inner-banner-img:before {
	z-index: 2;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/*background: -moz-linear-gradient(left, rgba(30,30,30,0) 0%, rgba(28,37,43,0.72) 100%);
    background: -webkit-linear-gradient(left, rgba(30,30,30,0) 0%,rgba(28,37,43,0.72) 100%);
    background: linear-gradient(to right, rgba(30,30,30,0) 0%,rgba(28,37,43,0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e1e1e', endColorstr='#b81c252b',GradientType=1 );*/
}

.inner-banner-img:after {
	z-index: 1;
	/*background: rgba(52,152,219,0.3);*/
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.header-addvertisement {
	width: 100%;
	padding: 20px 0 30px 0;
}

.header-addvertisement .main .inner-main {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.header-addvertisement img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.header-add-sec-wrapper {
	display: none;
}

.add-padding {
	padding: 0 !important;
}

.header-top-wrap {
	border: 0;
	padding: 15px 0 5px;
}

.header-main .social-icn-list {
	padding: 47px 0 2px;
}

.site-search {
	top: 47px;
}

/*-- new subscription style page --*/
.subscription-sec h4 {
	font-size: 48px;
	color: #000;
	margin-bottom: 15px;
	line-height: 1;
}

.subscription-sec h2 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
}

.subscription-sec .border-heading h1:before {
	display: none;
}

.border-heading h2:before {
	display: none;
}

/*  .mid-content {
	background: #fff !important;
 } */
.subscription-row {
	margin: 0 0px;
	padding-bottom: 101px;
}

.subscription-col-f {
	float: left;
	padding: 0 43px;
}

.subscription-col-2 {
	width: 50%;
	float: left;
	padding: 0 43px;
}

.subscription-col-1 {
	width: 75%;
	float: left;
	padding: 0 43px;
}

.subscription-col-3 {
	width: 33%;
	float: left;
	padding: 0 43px;
}

.subscription-col-3 h1 {
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.subscription-col-3 .desc_pack {
	margin-top: 25px;
	padding-left: 50px;
}

.subscription-info-sec {
	padding: 30px 0;
}

.button_pack {
	margin-top: 50px;
	text-align: center;
}

.btn-oc-2019 {
	width: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: initial;
	font-size: 17px;
	border-color: #000;
	color: #000;
}

.btn-oc-2019:hover, .btn-oc-2019:focus {
	color: #fff;
	background: #000;
	border-color: #000 !important;
}

.instafeed-new {
	padding-bottom: 50px !important;
}

.instafeed-new .insta-list ul {
	padding-bottom: 0px !important;
}

.instafeed-new h2 {
	font-size: 48px;
	color: #000;
	margin-bottom: 15px;
}

.instafeed-new h2:before {
	border: 1px solid #ef4550;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
}

.instafeed-new .main {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.instafeed-new .row {
	position: relative;
	margin: 0;
	display: block;
}

.instafeed-new .left_border {
	border: 1px solid #ef4550;
	width: 40%;
	float: left;
	position: absolute;
	top: 11px;
}

.instafeed-new .right_border {
	border: 1px solid #ef4550;
	width: 40%;
	float: right;
	position: absolute;
	top: 11px;
	right: 0px;
}

.instafeed-new .social-icn-list {
	margin-top: 30px;
}

.subscription-info-sec .npd {
	padding-bottom: 0px;
}

.subscription-sec .col-60 {
	width: 60%;
}

.subscription-sec .col-38 {
	width: 38%;
}

.subscription-sec .pd-top {
	padding-bottom: 42px;
	padding-top: 45px;
}

.subscription-sec .mid-content {
	padding-bottom: 62px;
}

.custom_font h4,
.custom_font h2 {
	font-family: "Work Sans", sans-serif;
}

/*--  advertisement section --*/
.desktop-ban-img {
	display: block;
}

.tablet-ban-img,
.mobile-ban-img {
	display: none;
}

@media screen and (max-width: 1199px) {
	.subscription-sec h4 {
		font-size: 30px;
	}
}

@media screen and (max-width: 991px) {
	.tablet-ban-img {
		display: block;
	}
	.desktop-ban-img {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.subscription-sec h4 {
		font-size: 28px;
	}
	.subscription-col-3 {
		width: 100%;
		float: none;
		padding: 0 43px;
		margin-bottom: 60px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.subscription-col-3 h1 {
		text-align: left;
	}
	.subscription-row {
		margin: 0px !important;
	}
	.subscription-sec .col-38 {
		width: 100%;
	}
	.subscription-sec .col-60 {
		width: 100%;
		margin-top: 45px;
	}
	.instafeed-new .left_border,
	.instafeed-new .right_border {
		display: none;
	}
	.instafeed-new .social-icn-list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.subscription-sec h4 {
		font-size: 28px;
	}
	.subscription-sec .pd-top {
		padding: 30px 0;
	}
}

@media screen and (max-width: 640px) {
	.tablet-ban-img {
		display: none;
	}
	.mobile-ban-img {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.subscription-sec h4 {
		font-size: 26px;
	}
	.subscription-sec h2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.instafeed-new .left_border,
	.instafeed-new .right_border {
		width: 25%;
	}
}

/*home page style start here*/
.post-bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 35.6%;
	background-color: #f7f7f7;
	background-position: center;
}

.post-content {
	width: 81%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: -88px;
	text-align: center;
	padding: 20px 0 0px;
}

.post-content ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
}

.post-content ul li {
	display: inline-block;
	text-transform: uppercase;
}

.post-content h2 {
	font-size: 32px;
	line-height: 70px;
	margin: 0;
	font-weight: 400;
	text-transform: none;
}

.post-content ul li:after {
	color: #ef4550;
	position: relative;
	content: "";
	margin: 0 20px;
	height: 28px;
	background: #ef4550;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	transform: skew(-23deg);
}

.post-content ul li:last-of-type:after {
	display: none;
}

.home-banner-slider .slider-nav {
	top: auto;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
	bottom: 22px;
	left: 0;
	right: 0;
	text-align: center;
}

.home-banner-slider .slider-nav ul li {
	display: inline-block;
}

.home-banner-slider .slider-nav ul li a:after {
	margin: 0 5px;
	color: #ef4550;
	position: relative;
	content: "";
	margin: 0 15px;
	height: 28px;
	background: #ef4550;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	transform: skew(-23deg);
}

.home-banner-slider .slider-nav ul li:last-of-type a:after {
	display: none;
}

.home-banner-slider .pagination-nb ul li a {
	font-size: 16px;
	color: #c8c8c8;
	display: block;
	font-weight: 400;
}

.home-banner-slider .pagination-nb ul li a:hover {
	color: #ef4550;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.home-banner-slider .pagination-nb ul li.active a {
	color: #ef4550;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.advertise-sec {
	text-align: center;
	padding: 30px 0;
	background-color: #fbfbfb;
}

.article-list-sec .slide {
	padding: 0px 15px;
}

.article-list-sec .article-list {
	width: 76%;
	float: left;
	padding: 0;
}

.article-list-sec .owl-carousel .owl-prev {
	left: 15px;
	background-position: center;
	width: 33px;
	height: 27px;
}

.article-list-sec .owl-carousel .owl-prev:hover, .article-list-sec .owl-carousel .owl-prev:focus {
	opacity: 0.8;
	background: none;
}

.article-list-sec .owl-carousel .owl-next {
	right: 15px;
	background-position: center;
	width: 33px;
	height: 27px;
}

.article-list-sec .owl-carousel .owl-next:hover, .article-list-sec .owl-carousel .owl-next:focus {
	opacity: 0.8;
	background: none;
}

.article-mid-list {
	margin-bottom: 40px;
}

.bg-img {
	height: 248px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.article-advertise {
	float: right;
	width: 24%;
}

.advertise-wrapper img {
	height: 250px;
}

.header-addvertisement .advertise-text-tage {
    width: 100%;
	max-width: 970px;
    text-align: center;
	margin: 0 auto;
} 

.advertise-wrapper .advertise-text-tage {
	width: 100%;
	margin-bottom: 35px;
	max-width: 300px;
}

.slide .advertise-text-tage {
	width: 100%;
	margin-bottom: 35px;
	max-width: 300px;
}

.header-addvertisement .advertise-text-tage p ,
.advertise-wrapper .advertise-text-tage p,
.slide .advertise-text-tage p {
	text-align: center;
	background-color: #ebebeb;
	padding: 7px 0;
	opacity: 0.5;
	font-size: 12px;
}

@media (max-width: 639px) {
	.advertise-wrapper .advertise-text-tage {
		margin: 0 auto;
	}
	.advertise-wrapper .advertise-text-tage p {
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.slide .advertise-text-tage {
		max-width: inherit;
	}
}

.advertise-content h2 {
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0px;
	text-align: left;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 24px;
}

.advertise-content h2:after {
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -4px;
	content: " ";
}

.advertise-content ul {
	list-style: none;
}

.advertise-content ul li {
	font-size: 18px;
	font-family: "Merriweather", serif;
	margin-bottom: 36px;
	position: relative;
	letter-spacing: 3px;
}

.advertise-content ul li:after {
	width: 56px;
	height: 1px;
	background-color: #c8c8c8;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -16px;
	content: " ";
}

.advertise-content ul li strong {
	font-size: 12px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.advertise-content ul li strong:hover {
	font-size: 14px;
}

.advertise-bar {
	background-color: #f7f7f7;
	padding: 9px;
	text-align: center;
	font-size: 12px;
	color: #c8c8c8;
	margin-bottom: 47px;
}

.alter-bgcolor:nth-child(2) .advertise-bar {
	background-color: #fff;
}

.instagram-slider ul {
	list-style: none;
	margin: 0 -10px;
}

.instagram-slider ul li {
	padding: 0 10px;
}

.instagram-feed {
	padding: 42px 0;
}

.instagram-feed p a {
	color: #ef4550;
}

.instagram-feed p a:hover, .instagram-feed p a:focus {
	color: #000;
}

.instagram-slider {
	margin: 24px 0 23px;
}

.social-media {
	margin-bottom: 69px;
}

.social-media .social-icn-list ul li {
	margin: 0 10px;
}

.social-media .social-icn-list ul li:after {
	transform: skew(0deg);
	left: 10px;
	background-color: #000;
	margin: 0;
}

.row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.col {
	padding-left: 15px;
	padding-right: 15px;
}

.col-3 {
	width: 25%;
}

.col-7 {
	width: 66.67%;
}

.col-5 {
	width: 33%;
}

.foo-sec .col {
	border-left: 1px solid #ef4550;
}

.foo-sec .col:first-of-type {
	border: none;
}

.footer-bottom {
	background-color: #232020;
	padding: 10px 0;
}

.footer-bottom .main {
	position: relative;
}

.footer-bottom .ocean-logo {
	position: absolute;
	left: 15px;
	width: 50px;
	top: 0;
}

.footer-bottom ul {
	list-style: none;
	text-align: center;
	padding: 14px 0;
	margin: 0;
}

.footer-bottom ul li {
	display: inline-block;
	margin: 0 20px;
}

.footer-bottom ul li a {
	color: #f7f7f7;
	font-size: 12px;
}

.footer-bottom ul li a:hover, .footer-bottom ul li a:focus {
	color: #ef4550;
}

.section-region-banner {
	text-align: center;
	padding: 88px 0;
	color: #fff;
}

.section-region-banner p {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.section-region-banner h1 {
	font-size: 32px;
	color: #fff;
	position: relative;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.section-region-banner h1:after {
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -14px;
	content: " ";
}

.section-region-banner .header-addvertisement {
	margin-top: 97px;
}

.section-recent-story {
	padding: 61px 0 40px;
	font-size: 14px;
	line-height: 1.2;
}

.recent-story-block .bg-img {
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.recent-story-block ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 30px;
}

.recent-story-block ul li {
	display: inline-block;
	text-transform: uppercase;
}

.recent-story-block h2 {
	font-size: 32px;
	margin-bottom: 38px;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
}

.recent-story-block p {
	margin-bottom: 23px;
}

.recent-story-block .btn {
	padding: 11px;
}

.section-recent-story .row {
	margin: 0 -10px;
}

.section-recent-story .col {
	padding: 0 10px;
}

.recent-story .recent-content {
	margin-top: 20px;
}

.recent-story-block .recent-content {
	text-align: center;
	padding: 23px 10px 33px;
	border-bottom: 1px solid #979797;
}

.recent-story-block ul li:after {
	color: #ef4550;
	position: relative;
	content: "";
	margin: 0 20px;
	height: 28px;
	background: #ef4550;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	transform: skew(-23deg);
}

.recent-story-block ul li:last-of-type:after {
	display: none;
}

.recent-story {
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 1px solid #979797;
}

.recent-story .bg-img {
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.recent-story h2 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: none;
}

.recent-story ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
}

.recent-story ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 16px;
}

.recent-story ul li:last-of-type {
	color: #ef4550;
}

.instagram-feed p {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 14px;
}

.social-media .social-icn-list ul li a {
	font-size: 25px;
}

#popup {
	position: relative;
}

#popup button.mfp-close {
	font-size: 0px;
	width: 22px;
	height: 22px;
}

.owl-nav > div.disabled {
	display: none !important;
}

.post-content .btn,
.article-list-btn .btn,
.recent-story-block .btn {
	background: transparent;
	border: 2px solid transparent;
	color: #ef4550;
	font-size: 14px;
	position: relative;
	padding: 5px;
}

.post-content .btn:hover,
.article-list-btn .btn:hover,
.recent-story-block .btn:hover {
	color: #111729;
}

.post-content .btn:after,
.article-list-btn .btn:after,
.recent-story-block .btn:after {
	position: relative;
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	right: -15px;
	display: inline-block;
}

.post-content .btn:before,
.article-list-btn .btn:before,
.recent-story-block .btn:before {
	position: relative;
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	left: -15px;
	display: inline-block;
}

.article-mid-list h2.heading {
	position: relative;
}

.article-mid-list h2.heading:after {
	position: relative;
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -11px;
	margin-left: 7px;
	display: inline-block;
}

.article-mid-list h2.heading:before {
	position: relative;
	width: 56px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -11px;
	margin-right: 11px;
	display: inline-block;
}

.wpcf7-form [id*="g-recaptcha-"] {
	clear: both;
	padding: 0 22px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	clear: both;
	line-height: normal;
}

.wpcf7-form [id*="g-recaptcha-"] + .g-recaptcha-explicit {
	margin-bottom: 10px;
}

.single-post .post-content {
	top: 0;
}

.visible-mobile,
.mobile-only {
	display: none;
}

.adsanity-inner {
	background: #ebebeb;
}

@media screen and (max-width: 767px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

/* changes */
.section-region-banner {
	background-size: cover;
	background-position: center;
}

.advertise-content {
	max-width: 250px;
}

@media (min-width: 768px) {
	.section-recent-story .recent-story-block .recent-content,
	.section-recent-story .recent-story:last-child {
		border-bottom: 0;
	}
	.section-recent-story .row > .col {
		position: relative;
	}
	.section-recent-story .row > .col:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #979797;
		position: absolute;
		bottom: 0;
		max-width: calc(100% - 20px);
		left: 50%;
		transform: translateX(-50%);
	}
}

/* New Style Start 
.border-heading h1:before, .border-heading h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 74px;
    height: 2px;
    background: #017697;
    display: block;
    margin: 0 auto;
    content: "";
}*/
h2 > p:last-child {
	margin-bottom: 0;
}

/* .quote-txt blockquote {
    font-size: 21px;
    display: block;
    color: #017697;
    line-height: 33px;
    position: relative;
    font-style: normal;
    border-top: 2px solid #017697;
    border-bottom: 2px solid #017697;
    padding: 19px 0 23px;
}
.quote-txt blockquote:before {
    position: relative;
    content: "";
    margin-right: 16px;
    display: inline-block;
    background-image: url(../images/left-quote-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 32px;
    height: 29px;
    top: -2px;
} */
/* New Style End */
.html-video {
	height: 100%;
}

.html-video video {
	width: 100%;
	height: 440px;
	object-fit: cover;
	object-position: center center;
}

.header-addvertisement .inner-main.cf > div,
.advertise-sec .inner-main.cf > div {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.html-video video {
		height: 320px;
	}
}

.articl-list-info h3 > a:hover {
	color: #ef4550;
}

.cat-top-section {
	margin-top: -80px;
	margin-bottom: 40px;
}

.cat-top-section img {
	/*height: 150px !important;*/ 
	object-position: center;
	margin: auto;
	object-fit: contain;
}

.divider {
	margin-top: 40px;
	margin-bottom: 60px;
}

.divider .bottom {
	margin-top: 60px !important;
	margin-bottom: 40px !important;
}

.divider .left_border {
	border: 1px solid #767676;
	width: 30%;
}

.mid-content-sec .mid-content {
	background: #f7f7f7;
	padding: 40px 0 40px;
	text-align: center;
}

._post-content .post_adv {
	margin-top: 50px !important;
}

._post-content a {
	text-decoration: none;
	color: #ef4550 !important;
}

._post-content a:hover {
	font-size: 18px !important;
}

.article-cta-sec {
	padding-bottom: 114px;
}

.atricle-cta-row {
	height: 453px;
	width: 100%;
	position: relative;
}

.article-cta-bg {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	width: 50%;
	height: 100%;
}

.article-cta-col {
	width: 50%;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.article-cta {
	background: rgba(239, 68, 80, 0.9);
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.article-cta-col2 {
	right: 0;
	left: auto;
}

.article-cta-col:hover .article-cta {
	opacity: 1;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.article-cta-sec span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: "Work Sans", sans-serif;
	color: #111111;
	position: relative;
	margin-bottom: 1px;
	text-transform: uppercase !important;
	padding-bottom: 10px;
}

.article-cta-sec span:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 1px;
	background: #111729;
	display: block;
}

.article-cta-sec p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
}

.article-btn {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: absolute;
	top: 25%;
	left: 0;
	display: block;
	padding: 0 70px;
}

.article-cta-col2 .article-btn {
	right: 0;
	left: auto;
	text-align: right;
}

.article-cta-col2 .article-btn span:before {
	left: auto;
	right: 0px;
	text-align: right;
}

.article-mob-col {
	display: none;
}

.hillaryinfo-col blockquote,
.single-quote-sec blockquote,
.quote-txt blockquote,
.quote-col blockquote,
.about-col blockquote {
	margin: 30px 0px 30px 0px !important;
}

@media only screen and (max-width: 1400px) {
	.article-add-row {
		margin: 0 -15px;
	}
	.article-add-col {
		padding: 1px 15px;
	}
	.sticky .sticky-search input.search-field:focus {
		width: 100px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		padding: 5px 18px;
	}
	.post-content h2 {
		font-size: 44px;
	}
	.primary-content-sec {
		padding: 90px 0;
	}
}

@media only screen and (max-width: 1269px) {
	.post-bg {
		padding-bottom: 0;
		height: 440px;
	}
}

@media only screen and (max-width: 1199px) {
	/*-- header --*/
	.header-wrap .site-search {
		right: 0;
	}
	.header-add-row {
		padding-left: 56px;
	}
	.header-wrap .site-search input.search-field:focus {
		width: 150px;
	}
	/*--  menu --*/
	.sticky
#mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-item
> a.mega-menu-link {
		padding: 5px 10px;
	}
	/*-- home banner sec --*/
	/*    .home-banner-content{padding-top: 88px;}*/
	.article-list-sec {
		padding: 54px 0 86px;
	}
	.home-mid-sec .mid-content .inner-main {
		max-width: 657px;
	}
	.article-list-sec .inner-main,
	.article-mid-list {
		max-width: 627px;
		margin: 0 auto;
	}
	.post-content .btn,
	.article-list-btn .btn {
		padding: 10px;
	}
	/*-- article list sec --*/
	.post-content h2 {
		font-size: 38px;
	}
	.primary-content-sec {
		padding: 65px 0;
	}
	.article-list-slider {
		margin-bottom: 20px;
	}
	.foo-sec {
		padding: 65px 0;
	}
	.article-list-slider .item {
		display: none;
	}
	.article-list-slider .item:first-child {
		display: block;
	}
	.article-list-btn {
		padding-top: 0;
	}
	.owl-carousel .owl-prev {
		left: 0;
	}
	.owl-carousel .owl-next {
		right: 0;
	}
	.owl-carousel .owl-controls {
		bottom: -28px;
	}
	.advertise-content ul li {
		font-size: 16px;
	}
	.social-media {
		margin-bottom: 40px;
	}
	/*-- insta sec --*/
	.insta-innermain {
		max-width: 627px;
		margin: 0 auto;
	}
	.insta-list ul li {
		display: none;
		width: 33.333%;
	}
	.insta-list ul li:nth-child(-n + 6) {
		display: block;
	}
	.instafeed-sec {
		padding: 71px 0 131px;
	}
	.insta-img {
		height: auto;
		width: 100%;
		display: block;
	}
	.insta-img img {
		width: 100%;
		display: block;
	}
	.insta-list ul {
		padding: 6px 0 82px;
	}
	/*-- article page --*/
	.article-add-col {
		padding: 1px 15px;
	}
	.article-add-row {
		margin: 0 -15px;
		padding: 55px 0 50px;
	}
	.single-quote-sec .about-row {
		padding: 65px 0 0;
	}
	.quote-row {
		padding-bottom: 30px;
	}
	.add-call-sec {
		padding: 45px 0;
	}
	.article-cta-sec {
		padding-bottom: 35px;
	}
	.article-detailadd-sec .article-list ul li {
		width: 50%;
	}
	.article-detailadd-sec .inner-main {
		max-width: 640px;
	}
	.quote-row {
		margin: 0 -15px;
	}
	.quote-col.quote-txt-col {
		padding: 8px 15px 0;
	}
	.article-detailadd-sec .article-list {
		max-width: 100%;
	}
	/*-- footer --*/
	/*-- cuurent issue --*/
	.hillary-info-sec {
		padding: 66px 0;
	}
	.hillaryinfo-col {
		padding: 0 14px;
	}
	.hillaryinfo-row {
		margin: 0 -14px;
	}
	.top-features-slider .owl-carousel .owl-next {
		right: 40px;
	}
	.top-features-slider .owl-carousel .owl-prev {
		left: 40px;
	}
	/*-- cookie page --*/
	.column-sec {
		padding: 30px 0;
	}
	.column-content {
		padding: 0 15px;
	}
	.column-row {
		margin: 0 -15px;
	}
	.column-content h3 {
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.column-content h3 br {
		display: none;
	}
	/*-- about page --*/
	.about-info-sec {
		padding: 57px 0;
	}
	.about-info-sec .inner-main {
		max-width: 100%;
	}
	.about-col {
		padding: 0 15px;
	}
	.about-row {
		padding-bottom: 46px;
		margin: 0 -15px;
	}
	.team-list {
		margin: 0;
	}
	.team-list ul li {
		width: 33.333%;
	}
	.team-list ul li:nth-child(4n + 1) {
		clear: none;
	}
	.team-list ul li:nth-child(3n + 1) {
		clear: both;
	}
	.magazine-sec {
		padding: 60px 0 56px;
	}
	.magazine-list {
		padding-top: 19px;
		margin: 0;
	}
	.magazine-list ul li {
		width: 50%;
		padding-bottom: 65px;
	}
	.magazine-sec .inner-main {
		max-width: 537px;
	}
	.team-list-sec .main {
		padding: 0;
		max-width: 100%;
	}
	/*-- contact page --*/
	.contact-map-sec {
		margin-bottom: 44px;
	}
	.contact-col {
		padding: 30px 20px;
	}
	.contact-col h2 {
		padding-bottom: 20px;
	}
	.contact-form {
		margin: 0 -15px;
		padding-top: 10px;
	}
	.contact-form .wpcf7-form-control-wrap {
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.contact-info-list {
		padding-top: 10px;
	}
	.contact-content p {
		line-height: 26px;
	}
	.contact-icn {
		padding-top: 5px;
		width: 14%;
	}
	.contact-content {
		width: 82%;
	}
	.contact-info-list ul li:last-child {
		padding-bottom: 0;
	}
	.contact-info-sec {
		padding-bottom: 44px;
	}
	/*-- subscribe page --*/
	.subscribe-bg1 h2 {
		padding-left: 0;
		padding-right: 0;
	}
	.subscribe-banner-sec .inner-main {
		max-width: 725px;
	}
	.subscribe-list {
		margin: 0 -15px;
		padding-top: 15px;
	}
	.subscribe-list ul li {
		padding: 0 15px;
	}
	.subscribe-list ul li:last-child {
		padding-right: 15px;
	}
	.subscribe-row {
		padding-top: 22px;
	}
	.email-newsletter .foo-form-btn input[type="submit"] {
		min-width: 114px;
	}
	/*-- ocean event --*/
	.event-main {
		max-width: 627px;
		margin: 0 auto;
	}
	.event-add-row .article-list {
		max-width: 100%;
	}
	.event-add-row .article-list ul li {
		width: 50%;
		padding-bottom: 20px;
	}
	.event-add-row .article-list ul li:nth-child(3n + 1) {
		clear: none;
	}
	.event-add-row .article-list ul li:nth-child(2n + 1) {
		clear: both;
	}
	.event-full-add {
		max-width: 170px;
		position: static;
		float: none;
		clear: both;
		margin: 0 auto 15px;
	}
	.event-add-img img {
		margin: 0 auto;
	}
	.event-add-sec .btn {
		margin-bottom: 20px;
	}
	.event-add-row {
		min-height: inherit;
	}
	/*-- boat page --*/
	.popular-list-sec {
		padding: 60px 0 0;
	}
	.recent-list-sec .article-list {
		padding-bottom: 61px;
	}
	.recent-list-sec .article-list ul li {
		padding-bottom: 44px;
	}
	.top-features-slider .owl-carousel .owl-nav {
		left: -60%;
	}
	/*-- advertise detail changes --*/
	#dektop-article-detailadd-sec {
		display: none;
	}
	#tablet-article-detailadd-sec {
		display: block;
	}
	.article-add-col {
		display: none;
	}
	.article-add-col.article-add-infocol {
		display: block;
		width: 100%;
	}
	.article-detailadd-sec .article-list ul li {
		padding-bottom: 40px;
	}
	.article-detailadd-sec .article-list ul li:nth-child(3n + 3) {
		display: block;
	}
	.section-region-banner {
		padding: 45px 0;
	}
	.section-region-banner h1 {
		margin-bottom: 55px;
	}
	.section-region-banner .header-addvertisement {
		margin-top: 40px;
	}
	.recent-story-block h2 {
		font-size: 46px;
	}
	.recent-story .bg-img {
		height: 201px;
	}
}

@media only screen and (max-width: 991px) {
	.desktop-banner-image {
		display: none;
	}
	.tablet-banner-image {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.header-wrap .logo {
		width: 240px;
	}
	.main {
		max-width: 722px;
	}
	.sticky #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap {
		max-width: 722px;
	}
	.sticky #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		margin-right: 10px;
	}
	.sticky .sticky-logo {
		width: 90px;
	}
	.sticky #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
	}
	.sticky .sticky-search input.search-field {
		background-size: 18px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		padding: 5px 12px;
	}
	/*-- header --*/
	.header-main .inner-main {
		max-width: 980px;
	}
	/*-- article page --*/
	.post-bg {
		padding-bottom: 0%;
	}
	.inner-main {
		max-width: 537px;
	}
	.mid-content .inner-main {
		padding: 0 15px;
		max-width: 580px;
	}
	.border-heading h1 br,
	.border-heading h2 br {
		display: none;
	}
	.article-add-col {
		display: none;
	}
	.article-add-infocol {
		display: block;
		width: 100%;
	}
	.gallery-slider-sec .inner-main {
		max-width: 100%;
	}
	.gallery-slider .owl-thumb-item {
		height: 57px;
	}
	.quote-row {
		margin: 0;
		padding: 0 0 48px 0;
	}
	.quote-col {
		display: block;
		width: 100%;
		padding: 0;
	}
	.gallery-slider-sec {
		padding: 0 0 56px 0;
	}
	.quote-col.quote-txt-col {
		padding-bottom: 60px;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
	}
	.article-img-sec {
		padding-bottom: 65px;
	}
	.article-img-sec .inner-main {
		max-width: 100%;
	}
	.single-quote-sec .quote-txt-col {
		width: 100%;
	}
	.about-col {
		width: 100%;
		width: 100%;
		padding: 0;
	}
	.about-row {
		margin: 0;
	}
	.single-quote-sec {
		padding-bottom: 25px;
	}
	/*-- footer --*/
	#footer-main .inner-main {
		max-width: 100%;
	}
	.foo-form {
		width: 100%;
		float: none;
		display: block;
	}
	/*-- current issue --*/
	.about-banner-sec {
		padding-bottom: 44px;
	}
	.top-features-bg {
		padding: 56px 0 46px;
	}
	.top-features-bg h2 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.owl-carousel .owl-prev {
		left: 40px;
	}
	.owl-carousel .owl-next {
		right: 40px;
	}
	.top-features-slider {
		padding: 0 0 75px;
	}
	.top-features-sec .owl-carousel .owl-controls {
		bottom: -113px;
	}
	.hillaryinfo-col {
		padding: 0;
		width: 100%;
		float: none;
	}
	.hillaryinfo-row {
		margin: 0;
	}
	.hillary-info-sec .inner-main {
		max-width: 627px;
	}
	.chief-img {
		max-width: 446px;
		width: 100%;
		margin: 0 auto;
	}
	.hillary-info-sec .chief-img {
		margin-bottom: 115px;
	}
	.hillaryinfo-col h6 {
		text-align: center;
		margin-top: 90px;
	}
	.hillaryinfo-col h4 {
		text-align: center;
	}
	.hillaryinfo-col img {
		text-align: center;
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.hillary-info-sec {
		padding: 66px 0 110px;
	}
	/*-- cookie page --*/
	.column-content {
		width: 100%;
		float: none;
		padding: 0;
	}
	.column-row {
		margin: 0;
	}
	/*-- about page --*/
	.about-chief-row .chief-img {
		margin: 0 auto 87px;
	}
	.chief-info-col {
		max-width: 452px;
		margin: 0 auto;
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.about-info-sec {
		padding-bottom: 0;
	}
	.team-list-main {
		max-width: 537px;
	}
	.team-list {
		padding: 0;
		margin: 0 -15px;
	}
	.team-list-bg {
		padding: 37px 0 17px;
	}
	.team-list ul li {
		width: 50%;
		padding-bottom: 26px;
	}
	.team-list ul li:nth-child(3n + 1), .team-list ul li:nth-child(4n + 1) {
		clear: none;
	}
	.team-list ul li:nth-child(2n + 1) {
		clear: both;
	}
	/*-- subscribe page --*/
	.subscribe-list ul li {
		display: none;
	}
	.subscribe-list ul li:first-child {
		display: block;
		width: 100%;
	}
	.subscribe-banner-sec .inner-main {
		max-width: 314px;
	}
	.subscribe-bg2 .inner-main {
		max-width: 262px;
	}
	.subscribe-bg3 .inner-main {
		max-width: 540px;
	}
	/*-- oocean event page --*/
	/*-- advertise page --*/
	.add-content-list,
	.advertise-contact {
		padding-top: 15px;
	}
	/*-- --*/
	.gallery-img {
		height: 450px;
	}
	/*-- advertise detail changes --*/
	.article-list ul {
		margin-bottom: 10px;
	}
	.post-content h2 {
		font-size: 28px;
	}
	.primary-content-sec:before, .primary-content-sec:after {
		display: none;
	}
	.primary-content-sec .content-area {
		width: calc(100% - 285px);
	}
	.article-advertise {
		width: 35%;
	}
	.article-list-sec .article-list {
		width: 64%;
	}
	.recent-story .bg-img {
		height: 180px;
	}
	.recent-story h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.recent-story ul li {
		display: block;
		margin-right: 0px;
	}
	.recent-story-block h2 {
		font-size: 32px;
	}
	.recent-story-block .bg-img {
		height: 439px;
	}
}

@media only screen and (max-width: 768px) {
	.mega-toggle-block {
		display: none;
	}
	.col-3 {
		width: 99%;
	}
	.col-7 {
		width: 100%;
	}
	.col-5 {
		width: 100%;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		visibility: hidden;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover .mega-submenu-wrap > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus .mega-submenu-wrap > ul.mega-sub-menu {
		visibility: visible;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on .mega-submenu-wrap > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		visibility: visible;
	}
}

@media only screen and (max-width: 768px) {
	.post-bg {
		height: 320px;
	}
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.header-add-sec {
		height: 180px;
	}
	/*-- header --*/
	.header-wrap .site-search:after {
		color: #ef4550;
		position: relative;
		content: "";
		margin: 0 0px 0 8px;
		height: 28px;
		background: #ef4550;
		width: 1px;
		display: inline-block;
		vertical-align: middle;
		transform: skew(-23deg);
	}
	.add-logo {
		width: 117px;
	}
	.header-add-sec h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.header-add-sec p {
		font-size: 15px;
		line-height: 17px;
	}
	.header-add-heading:after {
		width: 1px;
		height: 47px;
	}
	.header-add-row {
		padding-left: 50px;
		padding-top: 117px;
	}
	.header-add-sec {
		padding: 0 0 13px;
	}
	.header-wrap .logo {
		width: 199px;
	}
	.social-icn-list ul li a {
		font-size: 23px;
	}
	.header-wrap .site-search {
		top: 56px;
		right: 50px;
	}
	.header-main .social-icn-list {
		position: absolute;
		left: 0;
		top: 0;
		padding: 51px 0 0 2px;
	}
	.header-wrap .site-search input[type="search"].search-field:focus {
		width: 100px;
	}
	.header-main {
		position: relative;
		border-bottom: solid 1px #979797;
	}
	.header-wrap {
		z-index: auto;
		/*margin-top: -70px; */
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: block;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		content: "\f140";
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
		content: "\f142";
	}
	.js .main-navigation .mega-toggle-on ul {
		display: block;
	}
	#mega-menu-wrap-top #mega-menu-top {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		border-left: none;
	}
	#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
		content: "\f333";
	}
	/*-- mega menu --*/
	.menu-main .close-menu {
		display: block;
	}
	.navigation-top {
		background: transparent;
		border: 0;
	}
	#mega-menu-wrap-top .mega-menu-toggle {
		background: #fff !important;
		height: auto;
	}
	.navigation-top {
		position: static;
	}
	#mega-menu-wrap-top {
		position: static;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block {
		position: absolute;
		right: 15px;
		top: 60px;
		float: none;
		height: auto;
		margin: 0;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:before {
		margin: 0;
		font-size: 44px;
	}
	.main-navigation,
	#masthead .navigation-top .wrap {
		position: static;
	}
	.header-top-wrap {
		padding: 48px 0;
	}
	
	#mega-menu-wrap-top #mega-menu-top {
		z-index: 999;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(16, 21, 40, 0.9);
		padding: 60px 0;
	}
	
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		margin: 0;
		padding: 0;
	}
	
	#mega-menu-top {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transition: all 0.5s ease-in-out !important;
	}
	
	.mega-menu-toggle.mega-menu-open + #mega-menu-top {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	/*     #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top{display: block;} */
	/*    #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top li.mega-menu-item.mega-toggle-on .mega-submenu-wrap > ul.mega-sub-menu, #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top li.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-submenu-wrap ul.mega-sub-menu{display: block;}*/
	/*    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap{position: static; height: auto;}*/
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu .mega-submenu-wrap > ul.mega-sub-menu {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
	
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		text-transform: capitalize;
		padding: 10px 20px;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
	}
	.navigation-top a {
		font-family: "Cormorant", serif;
		font-weight: 300;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #fff;
		font-weight: 300;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
		color: #fff;
		font-weight: 300;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-current_page_item > a.mega-menu-link {
		color: #fff;
		font-weight: 300;
	}
	.main-navigation li li {
		position: relative;
		padding: 0;
	}
	#mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-megamenu
> ul.mega-sub-menu {
		background: transparent;
		padding: 0;
	}
	#mega-menu-wrap-top
#mega-menu-top
> li.mega-menu-megamenu
> ul.mega-sub-menu > li.mega-menu-item {
		width: 100%;
		padding: 0;
	}
	.main-navigation .mega-sub-menu #menu-sub-menu {
		padding: 0 30px;
	}
	.main-navigation li li {
		margin: 0;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
		width: 100%;
	}
	#menu-sub-menu > li > a {
		padding: 0 5px;
	}
	.dropdown-toggle {
		color: #fff;
		outline: none;
	}
	.dropdown-toggle:hover, .dropdown-toggle:focus {
		color: #ef4550;
		outline: none;
	}
	.main-navigation ul ul li > ul {
		padding-left: 40px;
	}
	.navigation-top .current-menu-item > a,
	.navigation-top .current_page_item > a {
		color: #fff;
	}
	.navigation-top .current-menu-item > a,
	.navigation-top .current_page_item > a:before {
		opacity: 1;
	}
	.main-navigation ul ul a {
		color: #fff;
	}
	/*-- menu animation --*/
	#mega-menu-wrap-top #mega-menu-top > li #menu-sub-menu > li {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transition: none;
		transition-delay: 0;
	}
	#menu-sub-menu > li .sub-menu > li {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transition: 0.5s ease-in-out 0s;
		opacity: 1;
	}
	#mega-menu-wrap-top #mega-menu-top > li #menu-sub-menu > li {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		opacity: 1;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		transform: translateY(-100%);
		transition: 0.5s ease-in-out 0s;
		opacity: 0;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(2) {
		transition-delay: 0.3s;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(3) {
		transition-delay: 0.6s;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(4) {
		transition-delay: 0.9s;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(5) {
		transition-delay: 1.2s;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(6) {
		transition-delay: 1.5s;
	}
	#mega-menu-wrap-top .mega-menu-open + #mega-menu-top > li.mega-menu-item:nth-child(7) {
		transition-delay: 1.8s;
	}
	.mob-resize-scroll {
		display: block;
	}
	/*-- home banner sec --*/
	.home-banner-content h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.slider-nav {
		right: 25px;
	}
	.home-banner-sec {
		padding-bottom: 44px;
	}
	/*-- article list page --*/
	.articl-list-info h3 {
		margin-bottom: 15px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.articl-list-info > a {
		margin-top: 0px;
	}
	.add-list-txt {
		display: none;
	}
	.article-list {
		max-width: 584px;
	}
	.add-list-img {
		background-size: auto 100%;
	}
	.article-list-sec {
		padding: 56px 0;
	}
	.article-mid-list p {
		font-size: 18px;
		line-height: 20px;
	}
	.article-list {
		padding-top: 0;
	}
	/*-- insta sec --*/
	.insta-innermain {
		max-width: 584px;
	}
	.insta-list {
		max-width: 584px;
		margin: 0 auto;
	}
	.insta-list ul li {
		display: block;
		width: 100%;
	}
	.instafeed-sec {
		padding: 60px 0;
	}
	.insta-list ul {
		padding: 6px 0 60px;
	}
	.instafeed-sec .owl-carousel .owl-controls {
		bottom: auto;
		top: 50%;
		margin-top: -20px;
	}
	.instafeed-sec .owl-carousel .owl-prev,
	.instafeed-sec .owl-carousel .owl-next {
		height: 40px;
		width: 40px;
		background: #111729;
		color: #fff;
		font-size: 28px;
	}
	.instafeed-sec .owl-carousel .owl-prev {
		left: 0;
	}
	.instafeed-sec .owl-carousel .owl-next {
		right: 0;
	}
	.instafeed-sec .owl-carousel .owl-prev:hover,
	.instafeed-sec .owl-carousel .owl-next:hover,
	.instafeed-sec .owl-carousel .owl-prev:focus,
	.instafeed-sec .owl-carousel .owl-next:focus {
		background: #ab977a;
	}
	/*-- article page --*/
	.quote-col p {
		margin-bottom: 15px;
	}
	.mob-txt-none {
		display: none;
	}
	.mid-content {
		padding: 50px 0 32px;
	}
	.mid-content h4 {
		margin-bottom: 10px;
	}
	.border-heading h1,
	.border-heading h2 {
		padding-bottom: 17px;
	}
	.back-article {
		font-size: 21px;
		margin-left: 0;
		padding: 14px 0;
	}
	.article-add-row {
		padding: 30px 0;
	}
	.gallery-slider-sec {
		padding: 0 0 49px 0;
	}
	.quote-col.quote-txt-col {
		padding-bottom: 40px;
	}
	.quote-row {
		padding-bottom: 30px;
	}
	.article-img-sec {
		padding-bottom: 40px;
	}
	.single-quote-sec .about-row {
		padding: 40px 0 0 0;
	}
	.add-call-sec {
		display: none;
	}
	.article-cta-bg {
		width: 100%;
	}
	.article-cta-bg2,
	.article-cta-col {
		display: none;
	}
	.article-mob-col {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		overflow: hidden;
		background: rgba(239, 68, 80, 0.9);
		color: #fff;
		display: block;
		width: 100%;
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}
	.article-next-btn {
		right: 0;
		left: auto;
		text-align: right;
		width: 50%;
	}
	.article-btn {
		width: 50%;
	}
	.article-cta-sec .article-next-btn {
		padding: 0 30px 0 5px;
	}
	.article-cta-sec .article-next-btn i:before {
		left: auto;
		right: -10px;
	}
	.article-cta-sec .article-prev-btn {
		padding: 0 5px 0 30px;
	}
	.atricle-cta-row {
		overflow: hidden;
		height: 424px;
	}
	.atricle-cta-row:hover .article-mob-col {
		opacity: 1;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.article-cta-sec .article-mob-col a {
		display: inline-block;
	}
	.article-cta-sec .article-mob-col a:hover i,
	.article-cta-sec .article-mob-col a:focus i {
		color: #111729;
	}
	/*-- footter --*/
	.foo-logo {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.foo-menu {
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer-menu li {
		display: block;
		padding: 0 0 10px 0;
	}
	.foo-form input[type="text"], .foo-form input[type="email"], .foo-form input[type="url"], .foo-form input[type="password"], .foo-form input[type="search"], .foo-form input[type="number"], .foo-form input[type="tel"], .foo-form input[type="range"], .foo-form input[type="date"], .foo-form input[type="month"], .foo-form input[type="week"], .foo-form input[type="time"], .foo-form input[type="datetime"], .foo-form input[type="datetime-local"], .foo-form input[type="color"] {
		width: 100%;
		display: block;
	}
	.foo-form textarea {
		width: 100%;
		display: block;
	}
	.foo-form-btn input[type="submit"] {
		width: 100%;
		display: block;
	}
	#footer-menu li a {
		font-size: 16px;
	}
	.foo-sec {
		padding: 30px 0 19px;
	}
	.foo-menu {
		padding-top: 25px;
	}
	.foo-sec .social-icn-list {
		padding-top: 20px;
	}
	.foo-form-row {
		padding-bottom: 8px;
	}
	.foo-sec .col {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		border: none;
	}
	.foo-sec .col:last-of-type {
		margin-bottom: 0px;
	}
	.foo-sec .mc4wp-form {
		width: 300px;
		margin: 0 auto;
		max-width: 100%;
	}
	/*-- current issue --*/
	.inner-banner-content h2 {
		line-height: 28px;
		font-size: 24px;
	}
	.top-features-bg {
		padding: 30px 0;
	}
	.top-features-slider {
		padding-bottom: 30px;
	}
	.top-features-sec .owl-carousel .owl-controls {
		bottom: -5px;
	}
	.owl-carousel .owl-prev {
		left: 30px;
	}
	.owl-carousel .owl-next {
		right: 30px;
	}
	.top-features-slider .owl-carousel .owl-prev {
		left: -7px;
	}
	.top-features-slider .owl-carousel .owl-next {
		right: 20px;
	}
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		font-size: 40px;
		line-height: 40px;
	}
	.top-features-slider {
		padding-bottom: 3px;
	}
	.top-features-bg h2 {
		padding-left: 0;
		padding-right: 0;
	}
	.hillary-info-sec {
		padding: 30px 0;
	}
	.hillary-info-sec .chief-img {
		margin-bottom: 55px;
	}
	.hillaryinfo-col h6 {
		margin-top: 40px;
	}
	.foo-fix ul li {
		width: 46px;
	}
	.share-widget {
		right: auto;
		left: 0;
	}
	.share-widget span {
		line-height: 46px;
		float: none;
		display: block !important;
	}
	.foo-fix {
		width: auto;
		bottom: 55px;
	}
	/*-- cookie page --*/
	.column-content h3 {
		padding-top: 15px;
	}
	/*-- about page --*/
	.about-info-sec {
		padding: 30px 0 0 0;
	}
	.about-chief-row .chief-img {
		margin: 0 auto 85px;
	}
	.chief-info {
		padding: 38px 0;
	}
	.teampopup-img {
		width: 200px;
	}
	button.mfp-close {
		height: 30px;
		width: 20px;
		top: 15px;
		right: 30px;
	}
	.team-info-popup i {
		font-size: 20px;
		line-height: 24px;
	}
	.team-info-popup p {
		margin-bottom: 20px;
	}
	.popup-info {
		padding: 60px 15px 40px;
	}
	.magazine-sec {
		padding: 40px 0 15px;
	}
	.magazine-list {
		padding-top: 30px;
	}
	.magazine-list ul li {
		width: 50%;
		padding: 0 30px 50px;
	}
	.magazine-img {
		max-width: 185px;
		margin: 0 auto;
	}
	.team-list {
		margin: 0;
	}
	/*-- contact page --*/
	.contact-col {
		width: 100%;
		height: auto !important;
	}
	/*-- subscribe page --*/
	.subscribe-banner-sec {
		padding-bottom: 44px;
		margin-top: 60px;
	}
	.subscribe-banner-sec .inner-main {
		padding: 0 40px;
	}
	.subscribe-bg1 h2 {
		padding: 20px 0;
	}
	.subscribe-btn-wrap .btn {
		margin-top: 0;
		min-width: inherit;
	}
	.subscribe-bg1 i {
		margin-bottom: 12px;
	}
	.subscribe-bg2 h2,
	.subscribe-bg3 h2 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.subscribe-img {
		display: block;
		margin-bottom: 10px;
	}
	.subscribe-col h4 {
		font-size: 18px;
	}
	.subscribe-col p br {
		display: none;
	}
	.subscribe-list {
		padding-top: 15;
	}
	.email-newsletter .foo-form-btn {
		padding-top: 0;
	}
	.subscribe-bg2 .inner-main {
		max-width: 314px;
	}
	/*-- ocean event --*/
	.event-main {
		max-width: 584px;
	}
	.event-add-row .article-list ul li {
		width: 100%;
	}
	/*--  boat page --*/
	.boat-catg-list ul li a {
		padding: 21px 0 17px;
	}
	.popular-list-sec {
		padding: 30 0 0 0;
	}
	.recent-list-sec {
		padding-bottom: 15px;
	}
	.recent-list-sec .article-list ul li {
		padding-bottom: 15px;
	}
	/*-- deafult pages-- */
	.email-popup input[type="text"], .email-popup input[type="email"], .email-popup input[type="url"], .email-popup input[type="password"], .email-popup input[type="search"], .email-popup input[type="number"], .email-popup input[type="tel"], .email-popup input[type="range"], .email-popup input[type="date"], .email-popup input[type="month"], .email-popup input[type="week"], .email-popup input[type="time"], .email-popup input[type="datetime"], .email-popup input[type="datetime-local"], .email-popup input[type="color"] {
		max-width: 100%;
	}
	.email-popup textarea {
		max-width: 100%;
	}
	.email-newsletter-desc p br {
		display: none;
	}
	.gallery-img {
		height: 400px;
	}
	/*-- article detail new mockup --*/
	.article-detailadd-sec {
		display: block;
	}
	.article-detailadd-sec .article-list ul {
		margin: 0;
	}
	.article-detailadd-sec .article-list ul li {
		width: 100%;
		padding: 0 0 15px;
	}
	.article-detailadd-sec .article-img {
		background-size: auto 100%;
	}
	/*-- --*/
	.subscribe-banner-sec .inner-banner-content {
		padding: 0 35px 0 15px;
	}
	/*-- article detail changes --*/
	#tablet-article-detailadd-sec {
		display: none;
	}
	#mob-article-detailadd-sec {
		display: block;
	}
	#mob-article-detailadd-sec .article-list ul li {
		max-width: 300px;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.cate-adv-none {
		display: none;
	}
	.article-add-col.cate-adv-blc {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.article-add-col.cate-adv-blc .advertise-img {
		height: 250px;
		display: block;
	}
	.article-add-col.cate-adv-blc .advertise-img img {
		width: auto;
		margin: 0 auto;
		height: 100%;
		display: block;
	}
	/*-- --*/
	.header-main .social-icn-list {
		padding: 67px 0 0 2px;
	}
	.header-wrap .site-search {
		top: 70px;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block {
		top: 68px;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-right: 0px;
	}
	.section-recent-story .col {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.recent-story-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.recent-story-block ul,
	.recent-story-block h2 {
		margin-bottom: 15px;
	}
	.recent-story-block .bg-img {
		height: auto;
		padding-bottom: 55%;
	}
	.recent-story {
		width: 48%;
		margin-right: 4%;
	}
	.recent-story:last-of-type {
		margin-right: 0px;
	}
	.recent-story .bg-img {
		height: auto;
		padding-bottom: 55%;
	}
	.section-region-banner h1 {
		font-size: 30px;
	}
	.category .header-addvertisement.visible-mobile {
		display: block;
	}
	/*
    .category  .header-addvertisement
    {
        display: none;
    }
    */
	.section-region-banner .header-addvertisement {
		margin-top: 0;
	}
	.category .header-addvertisement.visible-mobile .tablet-ban-img,
	.category .header-addvertisement.visible-mobile .mobile-ban-img {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.desktop-banner-image,
	.tablet-banner-image {
		display: none;
	}
	.mobile-banner-image {
		display: block;
		background-position: top center;
	}
	.gallery-img {
		height: 320px;
	}
	.header-add-sec {
		height: 200px;
	}
	.instagram-slider ul {
		margin: 0;
	}
	.post-content .btn:before,
	.article-list-btn .btn:before {
		width: 35px;
		top: -4px;
		left: -10px;
	}
	.post-content .btn:after,
	.article-list-btn .btn:after {
		width: 35px;
		top: -4px;
		right: -10px;
	}
	.post-content .btn,
	.article-list-btn .btn {
		padding: 8px;
	}
}

@media only screen and (max-width: 639px) {
	h4 {
		font-size: 18px;
		line-height: 22px;
	}
	h1,
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	h3 {
		font-size: 22px;
		line-height: 26px;
	}
	/*-- header --*/
	.add-logo {
		width: 80px;
	}
	.header-add-sec h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.header-add-heading {
		padding-right: 10px;
	}
	.header-add-heading:after {
		margin: 0 10px;
	}
	.header-add-row {
		padding-top: 10px;
		clear: both;
		padding-left: 0;
	}
	.header-wrap .logo {
		width: 150px;
		display: inline-block;
	}
	.header-main .social-icn-list {
		display: none;
		padding: 110px 0 0 0;
	}
	.header-wrap .site-search {
		top: 35px;
	}
	.newslater-form:after {
		margin: 0 0px 0 16px;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block {
		/*top: 34px;*/
		top: 0px;
	}
	.social-icn-list ul li a {
		font-size: 20px;
	}
	.social-icn-list ul li:after {
		margin: 0 10px;
		height: 24px;
	}
	.header-wrap .site-search input[type="search"].search-field {
		width: 18px;
		background-size: 18px;
		padding: 3px 14px 3px 7px;
	}
	.header-top-wrap {
		padding: 40px 0 100px;
	}
	.header-main {
		margin-bottom: 9px;
		border-bottom: solid 1px #979797;
	}
	.subscribe-banner-sec {
		margin-top: 30px;
	}
	.home-banner-slider {
		margin-bottom: 26px;
		margin-top: 10px;
	}
	.primary-content-sec {
		padding: 40px 0;
		text-align: center;
	}
	.primary-content-sec .image-area {
		margin: 0 auto;
		width: 140px;
	}
	.primary-content-sec .content-area {
		width: 100%;
	}
	.article-list-sec .article-list {
		width: 100%;
	}
	.article-advertise {
		width: 100%;
		margin-top: 30px;
	}
	.article-mid-list h2 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.article-mid-list h2.heading:before, .article-mid-list h2.heading:after {
		width: 36px;
		top: -7px;
	}
	.articl-list-info {
		padding: 20px 0 0px;
	}
	.advertise-bar {
		margin-bottom: 10px;
	}
	.footer-bottom ul li {
		display: inline-block;
		margin: 0 8px;
	}
	.footer-bottom .ocean-logo {
		position: static;
		width: 50px;
		margin: 0 auto;
		display: block;
	}
	.footer-bottom ul {
		padding: 4px 0;
	}
	.article-list-slider .slider {
		margin: 0;
	}
	.article-list-slider .slide {
		padding: 0;
	}
	/*-- home banner sec --*/
	.home-banner-img {
		min-height: 400px;
	}
	.home-banner-content h2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 60px;
	}
	.slider-nav {
		right: 16px;
	}
	.slider-arw {
		font-size: 18px;
	}
	.pagination-nb ul li a {
		font-size: 12px;
	}
	.home-banner-content {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	/*-- article list sec --*/
	.article-list-sec,
	.instafeed-sec {
		padding: 30px 0;
	}
	/*-- insta sec --*/
	.insta-list ul {
		padding: 6px 0 30px;
	}
	/*-- article page --*/
	.inner-banner-img {
		height: 400px;
	}
	.mid-content {
		padding: 30px 0 20px;
	}
	.border-heading h1,
	.border-heading h2 {
		margin-bottom: 15px;
	}
	.gallery-slider .owl-thumb-item {
		height: 49px;
	}
	.gallery-slider-sec figcaption {
		line-height: 16px;
	}
	.quote-txt blockquote {
		font-size: 18px;
		line-height: 26px;
	}
	.quote-txt blockquote:before {
		width: 20px;
		margin-right: 10px;
		height: 23px;
	}
	.article-btn {
		padding: 0 30px;
	}
	/*-- about page --*/
	.team-list ul li {
		width: 100%;
	}
	.team-list-main {
		max-width: 320px;
	}
	/*-- contact page --*/
	.contact-map-sec {
		height: 350px;
	}
	.contact-map-sec .subscribe-btn-wrap .btn {
		margin-top: 25px;
	}
	/*-- subscribe page --*/
	.subscribe-banner-sec .inner-banner-img {
		height: 400px;
	}
	/*-- ocean event --*/
	/*-- boat page --*/
	.boat-catg-list ul li {
		display: block;
		margin: 30px 0;
		padding: 0 50px;
	}
	.boat-catg-list ul li a {
		padding: 0 10px;
		display: inline-block;
	}
	.catg-list-icn {
		height: 50px;
		width: 50px;
		right: 100%;
		left: auto;
		top: 50%;
		transform: translate(17%, -50%);
		-webkit-transform: translate(17%, -50%);
	}
	.boat-catg-list ul li a:hover .catg-list-icn,
	.boat-catg-list ul li a:focus .catg-list-icn {
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
	}
	.boat-catg-list ul li.active a .catg-list-icn {
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
	}
	.catg-icn-img {
		background-size: 22px;
	}
	.boat-catg-list {
		text-align: left;
	}
	.email-news-img {
		padding: 10px 0 15px 0;
	}
	.top-features-slider .owl-carousel {
		width: 59%;
	}
	.top-features-slider figure {
		width: 38%;
		padding-left: 8%;
		margin: 0;
	}
	.home-banner-slider button.mfp-close {
		top: 6px;
		right: 15px;
		padding-top: 8px;
	}
	.subscribe-row {
		padding-top: 40px;
	}
	.header-top-wrap {
		padding: 23px 0 10px;
	}
}

@media only screen and (max-width: 480px) {
	h4 {
		font-size: 18px;
		line-height: 22px;
	}
	h1,
	h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.header-add-sec {
		height: 130px;
	}
	/*-- header --*/
	.header-add-sec h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.header-add-sec p {
		font-size: 14px;
		line-height: 16px;
	}
	.header-add-heading:after {
		margin: 10px 0;
		width: 47px;
		height: 1px;
		left: 0;
		clear: both;
		display: block;
	}
	.header-add-info {
		clear: both;
	}
	/*-- article page --*/
	.inner-banner-img {
		height: 400px;
	}
	/*-- about page --*/
	.magazine-list ul li {
		width: 100%;
	}
	/*-- contact page --*/
	.contact-map-sec {
		height: 300px;
	}
	.contact-form .wpcf7-form-control-wrap {
		width: 100%;
	}
	.contact-content {
		width: 100%;
		display: block;
		float: none;
		clear: both;
		padding-left: 0;
	}
	.contact-icn {
		width: auto;
		display: block;
	}
	.contact-col {
		padding: 25px 15px;
	}
	.contact-content p a {
		margin-bottom: 10px;
		display: inline-block;
	}
	.gallery-img {
		height: 280px;
	}
	.social-media {
		margin-bottom: 0;
	}
	.subscribe-list {
		padding-top: 10;
	}
	.newslater-form:after {
		margin: 0 3px 0 9px;
	}
	.post-content {
		width: 90%;
		top: -70px;
		padding: 12px;
	}
	.post-content ul {
		margin-bottom: 10px;
	}
	.post-content ul li {
		display: block;
		line-height: 1;
		margin-bottom: 8px;
	}
	.post-content ul li:after {
		display: none;
	}
	.post-content h2 {
		font-size: 24px;
	}
	.article-list-slider .slider .slide {
		padding: 0;
	}
	.article-list-sec .owl-carousel .owl-prev {
		left: 0;
	}
	.article-list-sec .owl-carousel .owl-next {
		right: 0;
	}
	.article-img {
		height: 245px;
	}
	.article-advertise .bg-img {
		height: 225px;
	}
	.recent-story {
		width: 100%;
		margin-right: 0;
	}
	.section-recent-story {
		padding: 50px 0 20px;
	}
	.recent-story-block ul li {
		display: block;
	}
	.recent-story-block ul li:after {
		display: none;
	}
	.section-region-banner h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 360px) {
	.header-add-sec {
		height: 100px;
	}
	.header-wrap .logo {
		width: 110px;
	}
	.header-wrap .site-search {
		top: 26px;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block {
		top: 24px;
	}
	.post-bg {
		padding-bottom: 69.6%;
	}
}

/* Pop up*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	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: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.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-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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 {
	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;
}

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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) {
	/**
         * Remove all paddings around the image on small screen
         */
	.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;
	}
}

/*Owl*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*Custom CSS*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 36px;
	color: #444444;
	font-weight: 400;
	line-height: 1.11111;
}

h2 {
	text-transform: uppercase;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 32px;
	color: #444444;
	font-weight: 700;
	line-height: 1.25;
}

h3 {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 22px;
	color: #444444;
	font-weight: 700;
	line-height: 1.81818;
}

h4 {
	text-transform: uppercase;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	color: #444444;
	font-weight: 400;
	line-height: 2.22222;
}

h5 {
	/*font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;-->*/
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	color: #444444;
	font-weight: 400;
	line-height: 1.55556;
	text-transform: uppercase;
}

h6 {
	/*font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;-->*/
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	color: #ef4550;
	font-weight: 400;
	line-height: 1.55556;
}

.quote-sec h4, .article-add-sec h4, .single-quote-sec h4, .add-call-sec h4, .hillaryinfo-col h4, .about-col h4 {
	margin-top: 50px !important;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	color: #ef4550;
	font-weight: 400;
	line-height: 1.11111;
}

.quote-sec h4 span, .article-add-sec h4 span, .single-quote-sec h4 span, .add-call-sec h4 span, .hillaryinfo-col h4 span, .about-col h4 span {
	color: #ef4550 !important;
}

.quote-sec h5, .article-add-sec h5, .single-quote-sec h5, .add-call-sec h5, .hillaryinfo-col h5, .about-col h5 {
	margin-top: 50px !important;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 1.42857;
}

.quote-sec h6, .article-add-sec h6, .single-quote-sec h6, .add-call-sec h6, .hillaryinfo-col h6, .about-col h6 {
	margin-top: 50px !important;
	text-transform: uppercase;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 1.42857;
}

.border-heading {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 27px;
}

.border-heading::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 74px;
	height: 1px;
	background: #ef4550;
	display: block;
	margin: 0 auto;
	content: "";
}

.border-sm-heading {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.border-sm-heading::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 74px;
	height: 1px;
	background: #ef4550;
	display: block;
	margin: 0 auto;
	content: "";
}

.banner-heading {
	padding: 100px 0;
}

.banner-heading h1,
.banner-heading h2,
.banner-heading h3,
.banner-heading h4,
.banner-heading h5,
.banner-heading h6 {
	font-weight: normal;
	letter-spacing: 4px;
}

.banner-heading p {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
}

.mid-content .post-heading {
	color: #ef4550;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 50px;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-align: center;
	text-transform: none !important;
	margin: 0;
}

.mid-content .post-sub-heading {
	color: #444444;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 40px;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-align: center;
	text-transform: none !important;
	margin: 0;
}

.mid-content .post-sub-heading p {
	margin: 0 !important;
	line-height: 1.4;
}

.mid-content .post-intro-heading {
	color: #444444;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 40px;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-align: center;
	text-transform: none !important;
	margin: 0;
}

.mid-content .post-intro-heading p {
	margin: 0 !important;
	line-height: 1.4;
}

.mid-content .post-bottom-heading {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	display: block;
	margin-top: 20px;
}

.region-banner .post-sub-heading {
	color: #ffffff;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 40px;
	text-align: center;
	text-transform: none !important;
	padding: 30px 0;
	margin-top: 100px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid;
}

.region-banner .post-sub-heading p {
	margin: 0 !important;
}

.follow {
	margin-top: 50px;
}

.follow h3::before {
	position: relative;
	width: 44%;
	height: 2px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	left: -25px;
	display: inline-block;
}

.follow h3::after {
	position: relative;
	width: 44%;
	height: 2px;
	background-color: #ef4550;
	content: " ";
	top: -4px;
	right: -25px;
	display: inline-block;
}

.heading-lines {
	font-weight: 400 !important;
	line-height: 40px;
	text-align: center;
	letter-spacing: 6px;
}

.heading-lines::before {
	position: relative;
	width: 57px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -10px;
	left: -25px;
	display: inline-block;
}

.heading-lines::after {
	position: relative;
	width: 57px;
	height: 1px;
	background-color: #ef4550;
	content: " ";
	top: -10px;
	right: -25px;
	display: inline-block;
}

.ls2 {
	letter-spacing: 2px;
}

.ls3 {
	letter-spacing: 3px;
}

.ls5 {
	letter-spacing: 5px;
}

.fw400 {
	font-weight: 400;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.about section,
.currentissue section,
.purchase section,
.contact section,
.advertiseus section {
	margin-bottom: 40px;
}

.about section:last-of-type,
.currentissue section:last-of-type,
.purchase section:last-of-type,
.contact section:last-of-type,
.advertiseus section:last-of-type {
	margin-bottom: unset;
}

.purchase .button_pack {
	padding: 0 50px;
}

.purchase .button_pack .btn {
	width: 100%;
}

.primary-content-sec {
	background-color: #f7f7f7;
	padding: 80px 0;
	position: relative;
}

.primary-content-sec .image-area {
	display: inline-block;
	width: 273px;
	vertical-align: middle;
}

.primary-content-sec .content-area {
	width: calc(100% - 346px);
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.primary-content-sec .content-area em {
	color: #ef4550;
	font-style: normal;
}

.author_img img {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	border: 1px solid #f7f7f7;
	margin-top: 20px;
}

.author-txt {
	margin-top: 15px;
}

.author-txt p {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	margin-top: 5px;
	line-height: 23px;
}

.adv-list ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.adv-list ul li {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

/*# sourceMappingURL=style.css.map */