/*
Theme Name: Travel Agency
Theme URI: https://raratheme.com/wordpress-themes/travel-agency/
Author: Rara Theme
Author URI: https://raratheme.com/
Description: Travel Agency is a free WordPress theme to create travel online booking website for tour and travel operators and companies. You can add trips, destinations, and trip types, feature travel activities, highlight your specialties and allow visitors to book the trips. The stunning design combined with modern CSS effects and animation will make your visitors feel like they are already on a trip. Travel Agency WordPress theme is speed optimized, translation ready, SEO-friendly and mobile-friendly. Apart from travel booking companies, you can also use Travel Agency theme for travel blogging, hotel, spa, bed and breakfast, luxury resort, reservation, tour operator, tourism, transports and car booking. Check the demo at https://raratheme.com/preview/travel-agency/, video documentation at https://raratheme.com/documentation/travel-agency-documentation/, and get support at https://raratheme.com/support-ticket/.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-agency
Tags: blog, one-column, two-columns, right-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, portfolio, rtl-language-support, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Travel Agency is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.750em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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/ */
	box-sizing: inherit;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 13px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background: #32b67a;
	border-radius: 5px;
	border: 1px solid #32b67a;
	padding: 7px 25px;
	text-shadow: none;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: none;
	color: #32b67a
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: none;
	color: #32b67a
}

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"],
textarea {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 7px 10px;
	outline: none;
}

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,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #e5e5e5;
}

textarea {
	width: 100%;
	height: 150px;
	resize: vertical;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #32b67a;
	text-decoration: none;
}

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

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-holder{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.main-navigation ul li {
	float: left;
	position: relative;
	margin-right: 50px;
}

.main-navigation ul li:last-child{margin-right: 0;}

.main-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #111;
	padding: 19px 0 21px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.main-navigation ul li.menu-item-has-children{
	padding-right: 17px;
}

.main-navigation ul li.menu-item-has-children:after{
	content: '\f0d7';
	font-family: 'FontAwesome';
	color: #111;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.main-navigation ul li:hover:after,
.main-navigation ul li:focus:after{color: #32b67a;}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a{
	color: #32b67a;
}

.main-navigation ul ul {
	background: #fff;
	width: 290px;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	padding: 10px;
	display: none;
	text-transform: none;
}

@media only screen and (min-width: 1025px){
	.main-navigation ul li:hover > ul{
		display: block !important;
	}
}

.main-navigation ul ul li{
	margin: 0 0 2px;
	float: none;
	display: block;
	padding: 0 10px;
}

.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus,
.main-navigation ul ul .current_page_item,
.main-navigation ul ul .current-menu-item,
.main-navigation ul ul .current_page_ancestor,
.main-navigation ul ul .current-menu-ancestor{
	background: #f6f6f6;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a{color: #111;}

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

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

.main-navigation ul ul li.menu-item-has-children:after{
	right: 10px;
	top: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main-navigation ul ul li:hover:after,
.main-navigation ul ul li:focus:after{color: #111;}

.main-navigation ul ul ul {
	left: 268px;
	top: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	border-radius: 3px;
	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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*===================================
 General site style
===================================*/
.container{
	/*max-width: 1290px;*/
	/*max-width: 1320px;*/
	max-width: 1290px;
	/*padding: 0 15px;*/
	margin: 0 auto;
}

.container:after{
	content: '';
	display: block;
	clear: both;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row:after{
	content: '';
	display: block;
	clear: both;
}

.site{
	background: #fff;
}

.custom-background .site{
	max-width: 90%;
	margin: 0 auto;
}

/*================================
 Header style
================================*/
.site-header .header-t{
	background: #32b67a;
	color: #fff;
	padding: 6px 0;
}

.site-header .social-networks{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .social-networks li{
	float: left;
	margin-right: 20px;
}

.site-header .social-networks li a{
	color: #fff;
	display: block;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.site-header .social-networks li a:hover,
.site-header .social-networks li a:focus{
	text-decoration: none;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.site-header .tools{float: right;}

.site-header .tools .form-section{
	float: right;
	padding-left: 20px;
	margin-left: 0;
	/*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
	position: relative;
}

.site-header .tools .form-section a{
	color: #fff;
	font-size: 16px;
}

.site-header .tools .form-section .form-holder{
	position: absolute;
	top: 34px;
	right: -20px;
	width: 230px;
	background: #f9f9f9;
	padding: 6px 10px;
	border: 1px solid #eee;
	display: none;
}

.site-header .tools .form-section .form-holder:before{
	width: 10px;
	height: 7px;
	background: #f9f9f9;
	top: -1px;
	right: 20px;
	content: '';
	position: absolute;
	z-index: 1;
}

.site-header .tools .form-section .form-holder:after{
	width: 10px;
	height: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	position: absolute;
	top: -5px;
	right: 20px;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header .tools .form-section .form-holder .search-form label{
	width: 100%;
}

.site-header .tools .form-section .form-holder .search-form input[type="search"]{
	font-size: 14px;
	color: #111;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	width: 100%;
}

.site-header .tools .form-section .form-holder .search-form input[type="submit"]{
	display: none;
}

.site-header .tools .languages{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	float: right;
}

.site-header .tools .languages li{
	position: relative;
	padding-right: 15px;
}

.site-header .tools .languages li:after{
	content: '\f0d7';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-family: 'FontAwesome';
}

.site-header .tools .languages li a{
	color: #fff;
}

.site-header .tools .languages li a:hover,
.site-header .tools .languages li a:focus{
	text-decoration: none;
}

.site-header .tools .languages ul{
	display: none;
}

.site-header .tools .languages ul li:after{
	display: none;
}

.site-header .tools .languages ul li a{color: #666;}

.header-b{padding: 40px 0;}

.site-branding{
	float: left;
}

.site-branding .custom-logo-link{
	display: inline-block;
	margin-right: 9px;
	vertical-align: middle;
}

.site-branding .custom-logo-link img{vertical-align: top;}

.site-branding .text-logo{
	display: inline-block;
	vertical-align: middle;
}

.site-branding .site-title{
	font-size: 36px;
	font-weight: 500;
	line-height: 48px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.site-branding .site-title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus{
	text-decoration: none;
	color: #32b67a;
}

.site-branding .site-description{
	font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    margin: 0 0 0 8px;
    letter-spacing: 1px;
}

.header-b .right{
	float: right;
	margin: 9px 0 0;
	text-align: right;
}

.header-b .right .phone-label{
	display: block;
    font-size: 14px;
    letter-spacing: -0.05em;
    margin: 0 0 3px;
}

.header-b .right .tel-link{
	font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.03em;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

/*==================================
 Banner style
==================================*/
.banner{
	position: relative;
}

.banner img{
	vertical-align: top;
	width: 100%;
}

.banner .form-holder{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	text-align: center;
	max-width: 690px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner .form-holder .text{
	margin: 0 0 50px;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	line-height: 1.65em;
	color: #fff;
}

.banner .form-holder .text h1{
	font-size: 58px;
	line-height: 1.25em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.banner .form-holder .search-form{
	max-width: 640px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 15px;
	text-align: left;
}

.banner .form-holder .search-form:after{
	content: '';
	display: block;
	clear: both;
}

.banner .form-holder .search-form label{
	float: left;
	width: 450px;
	margin-right: 10px;
}

.banner .form-holder .search-form input[type="search"]{
	width: 100%;
	margin: 0;
	padding: 0 15px;
	border: 5px;
	background: #fff;
	height: 45px;
	-webkit-appearance: none;
}

.banner .form-holder .search-form input[type="submit"]{
	float: right;
	width: 149px;
	height: 45px;
	text-align: center;
	background: #32b67a url(/wp-content/themes/travel-agency/images/bg-search.png) no-repeat 30px 15px;
	border-radius: 5px;
	border: 0;
	color: #fefefe;
	font-size: 17px;
	line-height: 45px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	text-indent: 20px;
}

/*======================================
 Trip search style
======================================*/
.trip-search{
	margin: -75px 0 0;
	position: relative;
	z-index: 1;
}

/*===================================
 Breadcrumbs style
===================================*/
#crumbs{
	font-size: 13px;
	line-height: 1.69em;
	color: #b5b5b5;
	font-weight: 500;
	padding: 20px 0 0;
}

#crumbs .separator{
	font-size: 18px;
	color: #32b67a;
}

#crumbs .separator,
#crumbs a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#crumbs a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#crumbs a:hover,
#crumbs a:focus{
	text-decoration: none;
	color: #32b67a;
}

/*===================================
 Blog page style
==================================*/
#content{
	margin: 60px 0 80px;
}

#primary{
	float: left;
	width: 75%;
	padding-left: 15px;
	padding-right: 65px;
}

.full-width #primary{width: 100%;}

/*#primary .site-main{padding-right: 50px;}*/

#primary .post{
	margin: 0 0 70px;
}

#primary .post .entry-header{text-align: center;}

#primary .post .entry-header .entry-meta{margin: 0 0 15px;}

#primary .post .entry-header .entry-meta .cat-links{
	font-size: 12px;
	line-height: 1.833em;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px;
}

#primary .post .entry-header .entry-meta .cat-links a{
	display: inline-block;
	border: 2px solid rgba(50, 182, 122, 0.1);
	border-radius: 20px;
	padding: 0 10px;
	margin: 0 3px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-header .entry-meta .cat-links a:hover,
#primary .post .entry-header .entry-meta .cat-links a:focus{
	text-decoration: none;
	color: #fff;
	background: #32b67a;
	border-color: #32b67a;
}

#primary .post .entry-header .entry-meta .posted-on{
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 1.571em;
	padding-left: 24px;
	position: relative;
}

#primary .post .entry-header .entry-meta .posted-on:before{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
}

#primary .post .entry-header .entry-meta .posted-on a{
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-header .entry-meta .posted-on a:hover,
#primary .post .entry-header .entry-meta .posted-on a:focus{
	text-decoration: none;
	color: #32b67a;
}

#primary .post .entry-header .entry-title{
	font-size: 36px;
	line-height: 1.25em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #111;
}

#primary .post .entry-header .entry-title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #32b67a;
}

#primary .post .post-thumbnail img{
	vertical-align: top;
	border-radius: 5px;
}

#primary .post .entry-footer .btn-holder{
	text-align: center;
	position: relative;
}

#primary .post .entry-footer .btn-holder:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: -1;
}

#primary .post .entry-footer .btn-holder .btn-more{
	display: inline-block;
	font-size: 13px;
	line-height: 2em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #32b67a;
	border: 2px solid #32b67a;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 2px 30px;
	letter-spacing: 1px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-footer .btn-holder .btn-more:hover,
#primary .post .entry-footer .btn-holder .btn-more:focus{
	text-decoration: none;
	color: #32b67a;
	background: #fff;
}

#primary .post .entry-footer .meta-holder{overflow: hidden;}

#primary .post .entry-footer .meta-info{
	float: left;
	font-size: 14px;
	line-height: 1.571em;
}

#primary .post .entry-footer .meta-info span,
#primary .page .entry-footer .meta-info span{
	margin-right: 20px;
}

#primary .post .entry-footer .meta-info span span,
#primary .post .entry-footer .meta-info span:last-child,
#primary .page .entry-footer .meta-info span span,
#primary .page .entry-footer .meta-info span:last-child{margin-right: 0;}

#primary .post .entry-footer .meta-info a,
#primary .page .entry-footer .meta-info a{
	color: #666;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-footer .meta-info a:hover,
#primary .post .entry-footer .meta-info a:focus,
#primary .page .entry-footer .meta-info a:hover,
#primary .page .entry-footer .meta-info a:focus{
	text-decoration: none;
	color: #32b67a;
}

#primary .post .entry-footer .meta-info .fa,
#primary .page .entry-footer .meta-info .fa{
	margin-right: 5px;
	color: #32b67a;
}

#primary .post .entry-footer .social-networks{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	overflow: hidden;
	text-align: right;
}

#primary .post .entry-footer .social-networks li{
	float: left;
	margin-left: 5px;
}

#primary .post .entry-footer .social-networks li a{
	display: block;
	width: 36px;
	height: 36px;
	background: #f6f6f6;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	color: #32b67a;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-footer .social-networks li a:hover,
#primary .post .entry-footer .social-networks li a:focus{
	text-decoration: none;
	background: #32b67a;
	color: #fff;
}

/*=================================
 Pagination style
=================================*/
.pagination{
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	text-align: center;
	border-radius: 5px;
}

.pagination a{
	color: #666;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.pagination a:hover,
.pagination a:focus{
	text-decoration: none;
	color: #32b67a;
}

.pagination a:after,
.pagination span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #32b67a;
	opacity: 0;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.pagination a:hover:after,
.pagination a:focus:after,
.pagination .current:after{
	opacity: 1;
}

.pagination .current{
	color: #32b67a;
	font-weight: 500;
}

.pagination .first-page{border-left: 1px solid #e5e5e5;}

.pagination span,
.pagination a{
	display: inline-block;
	margin: 0 -3px;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	padding: 0 8px;
	border-right: 1px solid #e5e5e5;
	position: relative;
}

.pagination .nav-links{overflow: hidden;}

.pagination .prev{
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	padding: 0 25px 0 40px;
	margin: 0;
}

.pagination .prev:before{
	position: absolute;
	top: 0;
	left: 25px;
	content: '\f0d9';
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #32b67a;
}

.pagination .next{
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	padding: 0 40px 0 25px;
	border-right: 0;
	border-left: 1px solid #e5e5e5;
	margin: 0;
}

.pagination .next:before{
	position: absolute;
	top: 0;
	right: 25px;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #32b67a;
}

/*=================================
 Single post style
=================================*/
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
	float: left;
	font-size: 95px;
	font-weight: 500;
	line-height: 1.052;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	margin: -8px 10px -7px 0;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
	font-size: 22px;
	line-height: 1.545em;
	color: #111;
	margin: 0 0 1.5em;
	padding: 0 0 0 15px;
	border-left: 4px solid #32b67a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
}

#primary .post .entry-content blockquote p,
#primary .page .entry-content blockquote p{
	margin: 0 0 5px;
}

#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite{
	font-size: 14px;
	line-height: 1.571em;
	color: #b5b5b5;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#primary .post .entry-content figure,
#primary .page .entry-content figure{margin-bottom: 0;}

#primary .post .entry-content .wp-caption-text,
#primary .page .entry-content .wp-caption-text{
	font-size: 13px;
	line-height: 21px;
	color: #b5b5b5;
	text-align: left;
	margin: 5px 0 0;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	font-size: 22px;
	line-height: 1.545em;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	max-width: 425px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	padding-top: 10px;
}

#primary .post .entry-content .pull-left:before,
#primary .page .entry-content .pull-left:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: #32b67a;
	content: '';
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	font-size: 22px;
	line-height: 1.545em;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	max-width: 425px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	position: relative;
	padding-top: 10px;
}

#primary .post .entry-content .pull-right:before,
#primary .page .entry-content .pull-right:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: #32b67a;
	content: '';
}

#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6{
	font-family: 'Montserrat', sans-serif;
	color: #111;
}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	font-size: 36px;
	line-height: 1.222em;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	font-size: 32px;
	line-height: 1.187em;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3{
	font-size: 28px;
	line-height: 1.285em;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4{
	font-size: 24px;
	line-height: 1.208em;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5{
	font-size: 20px;
	line-height: 1.2em;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6{
	font-size: 16px;
	line-height: 1.5em;
}

#primary .post .entry-content table,
#primary .page .entry-content table {
    border: 1px solid #f5f5f5;
}

#primary .post .entry-content table thead,
#primary .page .entry-content table thead {
    background: #f5f5f5;
    font-weight: 400;
    color: #111;
}

#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th {
    font-weight: 500;
}

#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td {
    padding: 0.8vw 2vw;
    text-align: left;
}

#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
    border-bottom: 1px solid #ebebeb;
}

.single #primary .post .entry-footer{
	margin-top: 20px;
}

#primary .post .entry-footer .tags{overflow: hidden;}

#primary .post .entry-footer .tags a{
	font-size: 12px;
	color: #111;
	background: #eee;
	float: left;
	margin-right: 6px;
	padding: 0 10px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#primary .post .entry-footer .tags a:hover,
#primary .post .entry-footer .tags a:focus{
	text-decoration: none;
	color: #fff;
	background: #32b67a;
}

.single #primary .entry-footer .meta-holder{
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

.advertise-holder{
	text-align: center;
	margin: 0 0 60px;
}

.page-header .page-title{
	font-size: 40px;
	line-height: 1.125em;
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.page-header .page-title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}

/*==================================
 Author section style
==================================*/
.author-section{
	overflow: hidden;
	margin: 0 0 60px;
}

.author-section .img-holder{
	float: left;
	width: 150px;
	margin-right: 30px;
}

.author-section .img-holder img{
	vertical-align: top;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}

.author-section .text-holder{
	overflow: hidden;
	font-size: 14px;
	line-height: 1.714em;
}

.author-section .text-holder h2{
	font-size: 22px;
	line-height: 1.272em;
	color: #111;
	margin: 0 0 15px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.author-section .text-holder h2:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}

.author-section .text-holder .social-networks{
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.author-section .text-holder .social-networks li{
	float: left;
	margin-right: 15px;
}

.author-section .text-holder .social-networks li a{
	color: #b5b5b5;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.author-section .text-holder .social-networks li a:hover,
.author-section .text-holder .social-networks li a:focus{
	text-decoration: none;
	color: #32b67a;
}

/*=================================
 Post Navigation style
=================================*/
.post-navigation{margin: 0 0 60px;}

.post-navigation .nav-links{overflow: hidden;}

.post-navigation .nav-holder{
	border: 0;
}

.post-navigation .meta-nav{
	display: block;
	color: #666;
	margin: 0 0 5px;
}

.post-navigation .post-title{
	font-size: 18px;
	line-height: 1.444em;
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.post-navigation .nav-previous a{
	padding-left: 38px;
	display: block;
	position: relative;
}

.post-navigation .nav-previous a:before{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.post-navigation .nav-previous a:after{
	content: '\f0d9';
	font-family: 'FontAwesome';
	color: #111;
	position: absolute;
	top: 2px;
	left: 12px;
}

.post-navigation .nav-next a{
	padding-right: 38px;
	display: block;
	position: relative;
}

.post-navigation .nav-next a:before{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: #f6f6f6;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}

.post-navigation .nav-next a:after{
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #111;
	position: absolute;
	top: 2px;
	right: 12px;
}

.post-navigation .nav-holder a:hover,
.post-navigation .nav-holder a:focus{
	text-decoration: none;
}

.post-navigation .nav-holder a:hover .post-title,
.post-navigation .nav-holder a:focus .post-title{
	color: #32b67a;
}

/*=================================
 Subscription style
=================================*/
.subscription{margin: 0 0 60px;}

/*=================================
 Related-post style
=================================*/
.related-post{
	margin: 0 0 60px;
}

.related-post .title{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.272em;
	margin: 0 0 40px;
	padding: 0 0 3px;
	position: relative;
	color: #111;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.related-post .title:after{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	height: 3px;
	background: #32b67a;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.related-post .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px;
}

.related-post .col{
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.related-post .col:hover,
.related-post .col:focus{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}

.related-post .col .img-holder{
	position: relative;
}

.related-post .col .img-holder .cat-links{
	position: absolute;
	top: 20px;
	left: 20px;
}

.related-post .col .img-holder .cat-links a{
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	padding: 0 15px;
	border-radius: 20px;
	margin-right: 2px;
	background: #32b67a; 
}

.related-post .col img{
	vertical-align: top;
	width: 100%;
}

.related-post .col .text-holder{
	padding: 15px 20px;
}

.related-post .col .text-holder .posted-on{
	font-size: 14px;
	line-height: 1.571em;
	display: block;
	margin: 0 0 5px;
}

.related-post .col .text-holder .posted-on a{
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.related-post .col .text-holder .posted-on a:hover,
.related-post .col .text-holder .posted-on a:focus{
	text-decoration: none;
	color: #32b67a;
}

.related-post .col .text-holder .post-title{
	margin: 0;
	font-size: 16px;
	line-height: 1.5em;
}

.related-post .col .text-holder .post-title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.related-post .col .text-holder .post-title a:hover,
.related-post .col .text-holder .post-title a:focus{
	text-decoration: none;
	color: #32b67a;
}

/*=================================
 Comment section style
================================*/
.comments-area{margin: 0 0 60px;}

.comments-area .comments-title{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.272em;
	margin: 0 0 40px;
	padding: 0 0 7px;
	position: relative;
	color: #111;
	font-family: 'Montserrat', sans-serif;
}

.comments-area .comments-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
	content: '';
}

.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area .comment-body{
	overflow: hidden;
	margin: 0 0 30px;
}

.comments-area .comment-body .comment-meta{
	float: left;
	width: 85px;
	margin-right: 25px;
}

.comments-area .comment-body .comment-meta img{
	border-radius: 50%;
	vertical-align: top;
	width: 85px;
	height: 85px;
	object-fit: cover;
}

.comments-area .comment-body .text-holder{overflow: hidden;}

.comments-area .comment-body .text-holder .top{
	overflow: hidden;
	margin: 0 0 10px;
}

.comments-area .comment-body .text-holder .top .left{
	float: left;
}

.comments-area .comment-body .text-holder .top .reply{float: right;}

.comments-area .comment-body .fn{
	font-size: 16px;
	line-height: 21px;
	color: #333;
	margin: 0;
	font-weight: 500;
	display: block;
	font-family: 'Montserrat', sans-serif;
}

.comments-area .comment-body .fn a{color: #111;}

.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus{
	text-decoration: none;
	color: #32b67a;
}

.comments-area .comment-body .says{display: none;}

.comments-area .comment-body .comment-metadata{
	font-size: 12px;
	line-height: 21px;
	color: #b5b5b5;
}

.comments-area .comment-body .comment-metadata a{color: #999;}

.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus{
	text-decoration: none;
	color: #32b67a;
}

.comments-area .comment-body .reply{
	font-size: 13px;
	line-height: 21px;
}

.comments-area .comment-body .reply a{
	text-decoration: underline;
	color: #b5b5b5;
	padding-left: 21px;
	position: relative;
}

.comments-area .comment-body .reply a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f064';
	font-family: 'FontAwesome';
}

.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus{color: #32b67a;}

.comments-area .comment-body .comment-content{
	font-size: 14px;
	line-height: 25px;
}

.comments-area .comment-body .comment-content p{margin: 0 0 5px;}

.comments-area .children{
	margin-left: 25px;
	border-left: 1px solid #eee;
}

.comments-area .children li{
	padding-left: 30px;
	position: relative;
}

.comments-area .children li:first-child:before{
	position: absolute;
	top: 25px;
	left: 0;
	width: 21px;
	height: 1px;
	background: #eee;
	content: '';
}

.comments-area .bypostauthor > .comment-body .comment-content{
	background: #f9f9f9;
	padding: 15px 20px;
}

.comments-area .childrend .comment-body .comment-meta{
	width: 55px;
}

.comments-area .childrend .comment-body .comment-meta img{
	width: 55px;
	height: 55px;
	object-fit: cover;
}

.comments-area .childrend .comment-body .fn{
	font-size: 14px;
	line-height: 21px;
}

.comments-area ol ol{margin-left: 110px;}

.comments-area ol ol ol{margin-left: 80px;}

/*===============================
 Comment form style
===============================*/
.comments-area .comment-reply-title{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.272em;
	margin: 0 0 25px;
	padding: 0 0 7px;
	position: relative;
	color: #111;
	font-family: 'Montserrat', sans-serif;
}

.comments-area .comment-reply-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
	content: '';
}

.comments-area .comment-form{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.comments-area .comment-form p{margin: 0;}

.comments-area .comment-form .comment-notes,
.comments-area .comment-form .comment-form-comment,
.comments-area .comment-form .comment-form-cookies-consent{
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / span 3;
}
.comments-area .comment-form .comment-form-cookies-consent label{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.comments-area .comment-form label{
	display: block;
	margin: 0 0 5px;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"]{width: 100%;}

/*=================================
 Sidebar style
=================================*/
#secondary{
	float: left;
	width: 25%;
	padding: 0 15px;
}

#secondary .widget{margin: 0 0 60px;}

.widget .widget-title{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
	color: #111;
	text-transform: uppercase;
	margin: 0 0 30px;
	position: relative;
	text-align: center;
	padding: 0 0 5px;
	font-family: 'Montserrat', sans-serif;
}

.widget .widget-title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	height: 3px;
	background: #32b67a;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*===============================
 Common widget style
================================*/
.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul ul{
	margin: 15px 0 0 20px;
}

.widget ul li{
	margin: 0 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cecece;
}

.widget ul li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.widget ul li a{
	color: #666;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.widget ul li a:hover,
.widget ul li a:focus{
	text-decoration: none;
	color: #32b67a;
}

.widget select{
	width: 100%;
}

/*==============================
 Widget calendar style
==============================*/
.widget_calendar caption{
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	background: #32b67a;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 0;
}

.widget_calendar table{
	position: relative;
}

.widget_calendar table td,
.widget_calendar thead th{border: 1px solid #eee;}

.widget_calendar thead th{
	font-size: 13px;
	background: #fff;
	color: #111;
	font-weight: 600;
	height: 45px;
}

.widget_calendar tbody td{
	text-align: center;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #111;
}

.widget_calendar table #prev a{
    left: 15px;
    position: absolute;
    top: 12px;
    background: url(/wp-content/themes/travel-agency/images/btn-prev-month.png) no-repeat;
    width: 7px;
    height: 12px;
    text-indent: -9999px;
}

.widget_calendar table #next a {
    position: absolute;
    right: 15px;
    top: 12px;
    background: url(/wp-content/themes/travel-agency/images/btn-next-month.png) no-repeat;
    width: 7px;
    height: 12px;
    text-indent: -9999px;
}

.widget_calendar table tbody td a{
	display: block;
	height: 100%;
	background: #32b67a;
	color: #fff;
}

.widget_calendar table tfoot td{line-height: 0;}

.widget_tag_cloud .tagcloud{
	overflow: hidden;
}

.widget_tag_cloud .tagcloud a{
	float: left;
	margin: 0 6px 6px 0;
	font-size: 12px !important;
	line-height: 15px;
	background: #eee;
	color: #333;
	padding: 10px 15px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus{
	text-decoration: none;
	color: #fff;
	background: #32b67a;
}

.widget_recent_comments ul,
.widget_rss ul{color: #999;}

.widget_rss .widget-title a{color: #111;}

.widget_rss .widget-title a:hover,
.widget_rss .widget-title a:focus{
	text-decoration: none;
	color: #32b67a;
}

.widget_search .search-form{
	border: 1px solid #e5e5e5;
}

.widget_search .search-form:after{
	content: '';
	display: block;
	clear: both;
}

.widget_search .search-form label{
	float: left;
	width: 80%;
	padding: 10px 0 0 20px;
}

.widget_search .search-form input[type="search"]{
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	width: 100%;
}

.widget_search .search-form input[type="submit"]{
	padding: 0;
	margin: 0;
	float: right;
	font-size: 0;
	background: #000 url(/wp-content/themes/travel-agency/images/bg-search.png) no-repeat 50% 50%;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 0;
}

.widget_raratheme_popular_post ul li,
.widget_raratheme_recent_post ul li{
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: 0;
	margin: 0 0 30px;
}

.widget_raratheme_popular_post ul li:last-child,
.widget_raratheme_recent_post ul li:last-child{margin-bottom: 0;}

/*===================================
 Gallery Widget
===================================*/
.widget_media_gallery .gallery-item{
	margin: 0 0 4px;
	padding: 0 2px;
}

.widget_media_gallery .gallery-item img{vertical-align: top;}

.widget_media_gallery .gallery{
	margin: 0 2px;
}

/*===================================
 Footer style
===================================*/
.site-footer{
	background: #111;
	color: #fff;
}

.site-footer .footer-t{
	padding: 70px 0 30px;
	border-bottom: 1px solid #33383a;
}

.site-footer .column{
	float: left;
	width: 25%;
	padding: 0 15px;
}

.site-footer .widget{margin: 0 0 40px;}

.site-footer .widget .widget-title{
	font-size: 18px;
	line-height: 1.444em;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	text-align: left;
}

.site-footer .widget .widget-title:after{
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.site-footer .widget ul li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .widget ul li:last-child{border-bottom: 0;}

.site-footer .widget ul li a{color: rgba(255, 255, 255, 0.75);}

.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus{color: #fff;}

.site-footer .widget_calendar table tbody{background: #fff;}

.site-footer .widget_rss .widget-title a{color: #fff;}

.site-footer .widget_raratheme_popular_post ul li,
.site-footer .widget_raratheme_recent_post ul li{
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: 0;
	margin: 0 0 30px;
}

.site-footer .widget_raratheme_popular_post ul li:last-child,
.site-footer .widget_raratheme_recent_post ul li:last-child{margin-bottom: 0;}

.site-footer .widget_search .search-form input[type="search"]{color: #fff;}

.site-footer .footer-b{
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.714em;
	color: rgba(255, 255, 255, 0.75);
}

.site-footer .footer-b:after{
	content: '';
	display: block;
	clear: both;
}

.site-footer .footer-b a{
	color: rgba(255, 255, 255, 0.75);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s; 
}

.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus{
	color: #32b67a;
	text-decoration: none;
}

.site-footer .site-info{
	float: left;
}
.site-footer .privacy-policy-link{
    float: right;
    line-height: 1em;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-navigation{
	float: right;
}

.footer-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}

.footer-navigation ul:after{
	content: '';
	display: block;
	clear: both;
}

.footer-navigation ul li{
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-navigation ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.home-link,
#primary-toggle-button{display: none;}

/*================================
 Archive Page style
=================================*/
.archive-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 50px;
}

.archive-grid .trip{
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive-grid .trip:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}

.archive-grid .img-holder{position: relative;}

.archive-grid .img-holder img{
	vertical-align: top;
	border-radius: 5px 5px 0 0;
}

.archive-grid .img-holder .price-holder{
	background: #32b67a;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: -5px;
    position: absolute;
    bottom: -20px;
}

.archive-grid .img-holder .price-holder:after{
	background: #144e33;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 5px;
}

.archive-grid .img-holder .price-holder span{
	display: block;
	padding: 6px 15px;
	position: relative;
}

.archive-grid .img-holder .price-holder span:before{
	width: 0;
	height: 0;
	border-top: 20px solid #32b67a;
	border-right: 20px solid transparent;
	position: absolute;
	top: 0;
	right: -20px;
	content: '';
}

.archive-grid .img-holder .price-holder span:after{
	width: 0;
	height: 0;
	border-bottom: 20px solid #32b67a;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: 0;
	right: -20px;
	content: '';
}

.archive-grid .text-holder{
	background: #fff;
	padding: 40px 0 14px;
	border-radius: 0 0 5px 5px;
}

.archive-grid .text-holder .title{
	font-size: 18px;
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
	padding: 0 20px;
	margin: 0 0 7px;
}

.archive-grid .text-holder .title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive-grid .text-holder .title a:hover,
.archive-grid .text-holder .title a:focus{
	text-decoration: none;
	color: #32b67a;
}

.archive-grid .text-holder .meta-info{
	padding: 0 20px;
	font-size: 14px;
}

.archive-grid .text-holder .meta-info span{
	display: block;
	margin: 0 0 7px;
}

.archive-grid .text-holder .meta-info .fa{
	font-size: 16px;
	margin-right: 5px;
	color: #32b67a;
}

.archive-grid .text-holder .btn-holder{
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.archive-grid .text-holder .btn-more{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #32b67a;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 2px 30px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive-grid .text-holder .btn-more:hover,
.archive-grid .text-holder .btn-more:focus{
	text-decoration: none;
	background: #32b67a;
	color: #fff;
}

/*===================================
 Single Trip Style
===================================*/
.trip-content-area{padding: 0 15px;}

.single-trip #content{margin-top: 40px;}

.single-trip .trip-post .entry-header .entry-title{
	font-size: 40px;
	line-height: 1.125em;
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.single-trip .trip-post .entry-header .entry-title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}

#tabs-container{margin-top: 60px;}

#tabs-container .nav-tab-wrapper{
	font-size: 12px;
	line-height: 1.666em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: 500;
	/*display: table;*/
	width: 100%;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper{
	float: none;
	border: 0;
	background: #f6f6f6;
	margin: 0;
	border-left: 1px solid #ddd;
	/*display: table-cell;*/
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper:first-child{border-left: 0;}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a{
	display: block;
	padding: 15px 5px;
	color: #838383;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active{
	background: #32b67a;
	border: 0;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	transform: scale(1.12);
	position: relative;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #32b67a;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .tab-icon{
	display: block;
	font-size: 26px;
	margin: 0 0 8px;
}

#tabs-container .nav-tab-wrapper .tab-inner-wrapper{
	/*display: table-row;*/
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
}

#tabs-container .tab-inner-wrapper:after{
	display: none;
}

#tabs-container .tab-content{
	border: 0;
	margin: 0;
}

#tabs-container .tab-content h1,
#tabs-container .tab-content h2,
#tabs-container .tab-content h3,
#tabs-container .tab-content h4,
#tabs-container .tab-content h5,
#tabs-container .tab-content h6{
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	line-height: 1.272em;
	padding: 0 0 5px;
}

#tabs-container .tab-content h1{
	font-size: 30px
}

#tabs-container .tab-content h2{
	font-size: 22px;
	margin: 0 0 25px;
}

#tabs-container .tab-content h3{
	font-size: 20px
}

#tabs-container .tab-content h4{
	font-size: 18px
}

#tabs-container .tab-content h5{
	font-size: 16px
}

#tabs-container .tab-content h6{
	font-size: 14px
}

#tabs-container .tab-content h1:after,
#tabs-container .tab-content h2:after,
#tabs-container .tab-content h3:after,
#tabs-container .tab-content h4:after,
#tabs-container .tab-content h5:after,
#tabs-container .tab-content h6:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}

#tabs-container .tab-content .overview ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#tabs-container .tab-content .overview ul li{
	padding-left: 30px;
	margin: 0 0 15px;
	position: relative;
}

#tabs-container .tab-content .overview ul li:before{
	font-size: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(50, 182, 122, 0.5);
	color: #32b67a;
	line-height: 17px;
	border-radius: 50%;
	text-align: center;
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 4px;
	left: 0;
}

/*Itinerary tab-content style*/
.itinerary-row{
	border: 0;
	margin: 0 0 0 20px;
	position: relative;
	padding: 0 0 40px 60px;
	border-left: 2px dotted rgba(0, 0, 0, 0.1);
}

.itinerary-row:last-child{border-left: 0;}

.itinerary-row:before{
	counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: -24px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #32b67a;
    padding: 10px 18px;
    border-radius: 50%;
}

.itinerary .itinerary-row > .title{
	display: none;
}

.itinerary{
	counter-reset: section;
}

.itinerary .itinerary-content .title{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
}

/*cost tab style*/
#include-result,
#exclude-result{margin: 0 0 50px;}

#include-result li{
	padding-left: 30px;
	margin: 0 0 15px;
}

#include-result li:before{
	font-size: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(50, 182, 122, 0.5);
	color: #32b67a;
	line-height: 17px;
	border-radius: 50%;
	text-align: center;
}

#exclude-result li{
	padding-left: 30px;
	margin: 0 0 15px;
}

#exclude-result li:before{
	font-size: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(229, 75, 75, 0.5);
	color: #e54b4b;
	line-height: 17px;
	border-radius: 50%;
	text-align: center;
}

/*faq tab style*/
.faq-row{
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	margin: 0;
}

.faq .faq-row .accordion-tabs-toggle{
	border: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #111;
	padding: 15px 30px;
}

.faq .faq-row .accordion-tabs-toggle:hover,
.faq .faq-row .accordion-tabs-toggle:focus{text-decoration: none;}

.faq .faq-row .accordion-tabs-toggle:after{
	position: absolute;
	top: 12px;
	right: 10px;
	content: '\f078';
	font-size: 18px;
	color: #b5b5b5;
	font-family: 'FontAwesome';
}

.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs{display: none;}

.faq .faq-row .accordion-tabs-toggle.active{
	background: #f6f6f6;
}

.faq .faq-row .accordion-tabs-toggle.active:after{
	content: '\f00d';
	color: #000;
}

.faq .faq-row .faq-content{
	padding: 20px 30px 5px;
}

/*trip price info style*/
.trip-content-area .widget-area .trip-price{
	margin: 0 0 60px;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}

.trip-content-area .widget-area .trip-price .price-holder{
	background: #32b67a;
	text-align: left;
	border-radius: 5px;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price strike{
	font-size: 22px;
	line-height: 1.272em;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5) !important;
	margin: 0 0 10px;
	display: block;
}

.trip-content-area .widget-area .trip-price .price-holder .price{
	font-size: 36px;
	line-height: 1.25em;
	color: #fff;
	font-weight: 500;
}

.trip-content-area .widget-area .trip-price .price-holder .price .trip-cost-holder{font-weight: 600;}

.trip-content-area .widget-area .trip-price .price-holder .price .currency-code{
	display: inline-block;
	margin-right: 2px;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	transform: translateY(-15px);
	font-size: 20px;
}

.trip-content-area .widget-area .trip-price .price-holder .price .per-person{
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.trip-content-area .widget-area .trip-price .price-holder form label{
	color: #fff;
	position: relative;
}

.trip-content-area .widget-area .trip-price .price-holder form input[type="number"]{
	border: 0;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type="text"]{
	padding: 7px 10px;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper{margin: 0 0 10px;}

.trip-content-area .widget-area .trip-price .price-holder form .total-amt{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.trip-content-area .widget-area .trip-price .price-holder form .total-amt b{font-weight: 400;}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability{
	font-size: 13px;
	line-height: 2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background: #ffaf46;
	display: block;
	width: 100%;
	border: 2px solid #ffaf46; 
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:focus,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:hover,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:focus{
	color: #fff;
}

.trip-content-area .widget-area .trip-price .price-holder form .book-submit{
	font-size: 13px;
	line-height: 2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background: #ffaf46;
	width: 100%;
	width: 100%;
	border: 2px solid #ffaf46;
}

.date-time-wrapper:after{right: 10px;}

.trip-content-area .widget-area .trip-price .group-discount-notice{
	background: #e54b4b url(/wp-content/themes/travel-agency/images/group-discount.png) no-repeat 50% 15px;
	color: #fff;
	position: absolute;
	top: -10px;
	right: 10px;
	width: 88px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: 600;
	padding: 55px 0 20px;
}

.trip-content-area .widget-area .trip-price .group-discount-notice:after{
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 0;
	 height: 0;
	 border-bottom: 13px solid #32b67a;
	 border-left: 44px solid transparent;
	 border-right: 45px solid transparent;
}

.trip-content-area .widget-area .trip-price .group-discount-notice:before{
	width: 0;
	height: 0;
	border-bottom: 10px solid #850100;
	border-left: 10px solid transparent;
	position: absolute;
	top: 0;
	left: -10px;
	content: '';
}

.trip-content-area .widget-area .trip-price .group-discount-check{
	font-weight: 600;
	border-bottom: 2px dotted #fff;
	display: inline-block;
	margin: 10px 0 25px;
}

.trip-content-area .widget-area .trip-price .group-discount-check:focus{
	color: #fff;
}

.trip-content-area .widget-area .trip-price .group-discount-check .fa{
	margin-left: 5px;
}

.group-discount-pop h3{
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	line-height: 1.272em;
	padding: 0 0 5px;
}

.group-discount-pop h3:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}

.group-discount-pop .popup-inner table{margin: 0;}

.group-discount-pop .popup-inner table td{
	border: 0;
	padding: 10px;
}

.group-discount-pop .popup-inner table thead{
	background: #f3f3f3;
	border-bottom: 4px solid #e4e4e4;
	font-weight: 600;
}

.group-discount-pop .popup-inner table tbody tr{
	border-bottom: 2px solid #e4e4e4;
}

.group-discount-pop .popup-inner table tbody .fa{
	color: #32b67c;
}

.group-discount-pop .popup-inner .popup-close{
	display: none;
}

.group-discount-pop .popup-inner a[data-popup-close="popup-1"]{
	width: 40px;
	height: 40px;
	background: #32b67c;
	color: #fff;
	font-size: 0;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -10px;
}

.group-discount-pop .popup-inner a[data-popup-close="popup-1"]:after{
	content: "X";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.trip-content-area .widget-area .trip-price .discount-price-per-traveler{
	color: #fff;
	margin: 0 0 10px;
}

/*====================================
 Single Trip slider gallery
===================================*/
.wpte-trip-feat-img-gallery img{
	height: 490px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.wpte-trip-feat-img-gallery .slick-dots{display: none !important;}

.wpte-trip-feat-img-gallery .slick-prev{
	position: absolute;
	top: 50%;
	left: 40px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.wpte-trip-feat-img-gallery .slick-next{
	position: absolute;
	top: 50%;
	right: 40px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.wpte-trip-feat-img-gallery .slick-next:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	opacity: 1;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpte-trip-feat-img-gallery .slick-prev:before{
	content: '\f0d9';
	font-family: 'FontAwesome';
	opacity: 1;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*==================================
 Single trip enquiry form
====================================*/
.single-trip #wte_enquiry_contact_form{
	background: #f6f6f6;
	border-radius: 5px;
	padding: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 50px;  
}

.single-trip #wte_enquiry_contact_form h2,
.single-trip #wte_enquiry_contact_form .package-name-holder,
.single-trip #wte_enquiry_contact_form .msg-holder,
.single-trip #wte_enquiry_contact_form .confirm-holder,
.single-trip #wte_enquiry_contact_form .submit,
.single-trip #wte_enquiry_contact_form .confirm-msg{
	grid-column: 1 / span 3;
}

.single-trip #wte_enquiry_contact_form h2{
	font-size: 22px;
	line-height: 1.272em;
	font-weight: 500;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 -15px;
}

.single-trip #wte_enquiry_contact_form label{display: none;}

.single-trip #wte_enquiry_contact_form input[type="text"],
.single-trip #wte_enquiry_contact_form input[type="email"],
.single-trip #wte_enquiry_contact_form input[type="url"],
.single-trip #wte_enquiry_contact_form input[type="password"],
.single-trip #wte_enquiry_contact_form input[type="search"],
.single-trip #wte_enquiry_contact_form input[type="number"],
.single-trip #wte_enquiry_contact_form input[type="tel"],
.single-trip #wte_enquiry_contact_form input[type="range"],
.single-trip #wte_enquiry_contact_form input[type="date"],
.single-trip #wte_enquiry_contact_form input[type="month"],
.single-trip #wte_enquiry_contact_form input[type="week"],
.single-trip #wte_enquiry_contact_form input[type="time"],
.single-trip #wte_enquiry_contact_form input[type="datetime"],
.single-trip #wte_enquiry_contact_form input[type="datetime-local"],
.single-trip #wte_enquiry_contact_form input[type="color"],
.single-trip #wte_enquiry_contact_form textarea,
.single-trip #wte_enquiry_contact_form select{
	width: 100%;
	border: 1px solid #eee;
}

.single-trip #wte_enquiry_contact_form select{height: 100%;}

.single-trip #wte_enquiry_contact_form .package-name-holder label,
.single-trip #wte_enquiry_contact_form .confirm-holder label{
	display: inline-block;
}

.single-trip #wte_enquiry_contact_form .confirm-holder label input{margin-right: 5px;}

.single-trip #wte_enquiry_contact_form .package-name-holder .input{
	font-weight: 600;
	color: #32b67a;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: 0;
	pointer-events: none;
}

.single-trip #wte_enquiry_contact_form .success-msg{color: green;}

.single-trip #wte_enquiry_contact_form .failed-msg{color: red;}

/*===================================
 Checkout Page style
===================================*/
.place-order-form-secondary-wrapper{margin: 0 0 60px;}

.place-order-form-secondary-wrapper .wp-travel-engine-order-form-wrapper{
	padding: 108px 40px 40px 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	border-radius: 5px 5px 0 0;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column{
	width: 350px;
	margin-right: 40px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column img{vertical-align: top;}

.wp-travel-engine-order-form-wrapper .trip-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #32b67a;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1.3em !important;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 20px 40px;
}

.place-order-form-secondary-wrapper .trip-property li{
	font-size: 15px;
	margin: 0 0 15px;
	font-family: 'Montserrat', sans-serif;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .cart-trip-total-price-holder{
	width: auto;
	font-size: 22px;
	line-height: 1.181em;
	font-weight: 600;
	color: #111;
}

.place-order-form-secondary-wrapper .trip-property li span{width: 35%;}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price{
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 20px;
	font-size: 22px;
	line-height: 1.181em;
	font-weight: 600;
	color: #111;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price span{
	font-size: 18px;
	line-height: 1.444em;
	font-weight: 500;
	color: #666;
}

/*.relation-options-title,
.personal-options-title{
	font-size: 36px;
	line-height: 1.25em;
	font-weight: 500;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	padding: 0 0 5px;
	background: none;
	position: relative;
	margin: 0 0 35px;
}

.relation-options-title:after,
.personal-options-title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 60px;
	height: 3px;
	background: #32b67a;
}*/

.relation-options-title,
.personal-options-title{
	font-size: 22px;
	line-height: 1.272em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #111;
	margin: 0 0 35px;
	background: #f6f6f6;
	border-radius: 5px;
}

.wp-travel-engine-billing-details-wrapper,
.wp-travel-engine-personal-details-inner-wrapper,
.wp-travel-engine-relation-details-inner-wrapper{
	margin: 0 -15px;
}

.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details{
	padding: 0 15px;
	margin-bottom: 30px;
}

.wp-travel-engine-billing-details-field-wrap:last-child{margin-bottom: 0;}

#wp-travel-engine-order-form label{
	font-size: 14px;
	line-height: 1.714em;
}

#wp-travel-engine-order-form input[type="submit"]{
	font-size: 13px;
	line-height: 15px;
}

.wp-travel-engine-relation-details select,
.wp-travel-engine-personal-details select{padding: 11px 10px;}

.secondary-inner-wrapper{
	padding: 0;
	background: none;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
	margin-top: -1px;
}

.secondary-inner-wrapper table thead{
	background: none !important;
}

.trip-content-area .widget-area .trip-price{clear: both;}

/*==================================
 Fixed Departure Date Style
==================================*/
.fixed-starting{
	margin: 0 0 1.5em;
}

.fixed-starting h2{
	color: #111;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.fixed-starting .dd-list table{
	border: 0;
	color: #111;
	margin: 0 0 1.5em;
}

.fixed-starting .dd-list table thead{
	border-bottom: 4px solid #e5e5e5;
}

.fixed-starting .dd-list table thead th{
	font-weight: 600;
	background: none;
}

.fixed-starting .dd-list table tbody tr{
	border-bottom: 2px solid #e5e5e5;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.fixed-starting .dd-list table tbody tr:hover,
.fixed-starting .dd-list table tbody tr:focus{
	background: #fafafa;
}

.fixed-starting .dd-list table tbody .accordion-cost .fa{
	color: #2cbb7d;
}

.fixed-starting .dd-list table tbody .accordion-cost strong{
	font-weight: 400;
}

.fixed-starting .dd-list table tbody .accordion-seats .seats{font-weight: 400;}

.fixed-starting .dd-list table tbody .book-btn{
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #ffab44;
	background: #ffab44;
	border-radius: 5px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
	padding: 13px 20px;
}

.fixed-starting .dd-list table tbody .book-btn:hover,
.fixed-starting .dd-list table tbody .book-btn:focus{
	text-decoration: none;
	background: none;
	color: #ffab44;
}

.fixed-starting .dd-list table tbody .sold-out{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.fixed-starting .dd-list .btn-more-dates{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #ffab44;
	background: #ffab44;
	border-radius: 5px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
	padding: 13px 20px;
	cursor: pointer;
}

.fixed-starting .dd-list .btn-more-dates:hover,
.fixed-starting .dd-list .btn-more-dates:focus{
	text-decoration: none;
	background: none;
	color: #ffab44;
}

/*=====================================
 Blog section style
=====================================*/
.blog-section{padding: 80px 0;}

.blog-section .section-header{
	max-width: 660px;
	margin: 0 auto 60px;
	text-align: center;
}

.blog-section .section-header .section-title{
	font-family: "Montserrat",sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 16px;
    padding-bottom: 10px;
    position: relative;
    color: #111;
}

.blog-section .section-header .section-title:after{
	background: #32b67a;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-section .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 50px;
}

.blog-section .grid .post{
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .grid .post:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}

.blog-section .grid .post .img-holder{position: relative;}

.blog-section .grid .post .img-holder .cat-links{
	position: absolute;
	top: 20px;
	left: 20px;
}

.blog-section .grid .post .img-holder .cat-links a{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	background: #32b67a;
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	border-radius: 20px;
}

.blog-section .grid .post .img-holder img{
	vertical-align: top;
	border-radius: 5px 5px 0 0;
}

.blog-section .grid .post .text-holder{
	padding: 20px 20px 1px;
}

.blog-section .grid .post .text-holder .posted-on{
	display: block;
	font-size: 14px;
}

.blog-section .grid .post .text-holder .posted-on a{
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .grid .post .text-holder .posted-on a:hover,
.blog-section .grid .post .text-holder .posted-on a:focus{
	text-decoration: none;
	color: #32b67a;
}

.blog-section .grid .post .text-holder .entry-title{
	font-size: 18px;
	line-height: 1.444em;
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
	margin: 0 0 13px;
}

.blog-section .grid .post .text-holder .entry-title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .grid .post .text-holder .entry-title a:hover,
.blog-section .grid .post .text-holder .entry-title a:focus{
	text-decoration: none;
	color: #32b67a; 
}

.blog-section .grid .post .text-holder .entry-content{
	margin: 0 0 20px;
	height: 85px;
	overflow: hidden;
}

.blog-section .grid .post .entry-footer{
	border-top: 1px solid #e5e5e5;
	padding: 8px 20px;
	font-size: 14px;
}

.blog-section .grid .post .entry-footer span{margin-right: 20px;}

.blog-section .grid .post .entry-footer span span,
.blog-section .grid .post .entry-footer span:last-child{margin-right: 0;}

.blog-section .grid .post .entry-footer span .fa{
	font-size: 16px;
	color: #32b67a;
	margin-right: 5px;
}

.blog-section .grid .post .entry-footer a{
	color: #666;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .grid .post .entry-footer a:hover,
.blog-section .grid .post .entry-footer a:focus{
	text-decoration: none;
	color: #32b67a;
}

.blog-section .btn-holder{text-align: center;}

.blog-section .btn-holder .btn-more{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #32b67a;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 6px 29px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .btn-holder .btn-more:hover,
.blog-section .btn-holder .btn-more:focus{
	text-decoration: none;
	background: #32b67a;
	color: #fff;
}

/*===================================
 Trip facts style
==================================*/
.trip-facts-value{
	grid-column-gap: 30px;
}

.secondary-trip-info .wte-trip-facts{
	background: #f6f6f6;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 30px;
	margin: 50px 0 0;
}

.secondary-trip-info .wte-trip-facts .widget-title{
	font-size: 14px;
	line-height: 1.5em;
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 25px;
}

.trip-facts-value li .fa{
	color: #111;
}

.trip-facts-value .trip-facts-text label,
.trip-facts-value .trip-facts-textarea label{
	font-size: 13px;
	line-height: 1.538em;
	font-weight: 600;
	color: #32b67a;
}

#secondary .trip-facts-value{
	grid-row-gap: 10px;
}

/*======================================
 Destination Page
======================================*/
.page-template-template-destination .trip-content-area,
.page-template-template-activities .trip-content-area,
.page-template-template-trip_types .trip-content-area{
	padding: 0 15px;
}

.page-template-template-destination .trip-content-area .wp-travel-engine-archive-outer-wrap,
.page-template-template-activities .trip-content-area .wp-travel-engine-archive-outer-wrap,
.page-template-template-trip_types .trip-content-area .wp-travel-engine-archive-outer-wrap{margin: 0;}

.page-template-template-destination .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title,
.page-template-template-activities .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title,
.page-template-template-trip_types .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title{display: none;}

.page-template-template-destination .destination-holder{
	margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.page-template-template-destination .destination-holder .item{
	position: relative;
}

.page-template-template-destination .destination-holder .item a{display: block;}

.page-template-template-destination .destination-holder .item img{
	vertical-align: top;
	height: 275px;
	width: 100%;
	object-fit: cover;
}

.page-template-template-destination .destination-holder .item .child-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 23px;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/*==================================
 Activities page style
==================================*/
.page-template-template-activities .activities-holder,
.page-template-template-trip_types .trip_types-holder{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.page-template-template-activities .activities-holder .img-holder,
.page-template-template-trip_types .trip_types-holder .img-holder{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.page-template-template-activities .activities-holder .img-holder img,
.page-template-template-trip_types .trip_types-holder .img-holder img{
	vertical-align: top;
	width: 100%;
}

.page-template-template-activities .activities-holder .item .title-holder,
.page-template-template-trip_types .trip_types-holder .item .title-holder{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	width: 100%;
	padding: 40px 26px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.page-template-template-activities .activities-holder .img-holder:hover .title-holder,
.page-template-template-activities .activities-holder .img-holder:focus .title-holder,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .title-holder,
.page-template-template-trip_types .trip_types-holder .img-holder:focus .title-holder{opacity: 0;}

.page-template-template-activities .activities-holder .item .text-holder,
.page-template-template-trip_types .trip_types-holder .item .text-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 30px 25px;
	opacity: 0;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.page-template-template-activities .activities-holder .item .text-holder .text,
.page-template-template-trip_types .trip_types-holder .item .text-holder .text{
	max-height: 295px;
	overflow: hidden;
}

.page-template-template-activities .activities-holder .img-holder:hover .text-holder,
.page-template-template-activities .activities-holder .img-holder:focus .text-holder,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .text-holder,
.page-template-template-trip_types .trip_types-holder .img-holder:focus .text-holder{opacity: 1;}

.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title{
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.page-template-template-activities .activities-holder .item .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .text-holder p{
	margin: 0 0 5px;
	max-height: 250px;
	overflow: hidden;
}

.page-template-template-activities .activities-holder .item .text-holder .btn-more,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more{
	font-size: 40px;
	color: #fff;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:focus,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:focus{
	text-decoration: none;
	color: #32b67a;
}

/*===========================================================
 Destination / Activity / Trip Type listing page style
===========================================================*/
.archive .wp-travel-engine-archive-outer-wrap{
	margin: 0;
}

.archive .trip-content-area .page-header,
.archive .trip-content-area .parent-desc,
.archive .trip-content-area .child-desc{
	padding: 0;
}

.archive .trip-content-area .activity-title{
	font-size: 40px;
	line-height: 1.125em;
	color: #111;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.archive .trip-content-area .activity-title:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.archive .trip-content-area .activity-title:after{
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.4);;
	content: '';
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}

.archive .trip-content-area .activity-title span{
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 30px;
}

.archive .trip-content-area .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 50px;
}

.archive .trip-content-area .grid .col{
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive .trip-content-area .grid .col:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}

.archive .trip-content-area .grid .img-holder{position: relative;}

.archive .trip-content-area .grid .img-holder img{
	vertical-align: top;
	border-radius: 5px 5px 0 0;
}

.archive .trip-content-area .grid .img-holder .price-holder{
	background: #32b67a;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: -5px;
    position: absolute;
    bottom: -20px;
}

.archive .trip-content-area .grid .img-holder .price-holder:after{
	background: #144e33;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 5px;
}

.archive .trip-content-area .grid .img-holder .price-holder span{
	display: block;
	padding: 6px 15px;
	position: relative;
}

.archive .trip-content-area .grid .img-holder .price-holder span:before{
	width: 0;
	height: 0;
	border-top: 20px solid #32b67a;
	border-right: 20px solid transparent;
	position: absolute;
	top: 0;
	right: -20px;
	content: '';
}

.archive .trip-content-area .grid .img-holder .price-holder span:after{
	width: 0;
	height: 0;
	border-bottom: 20px solid #32b67a;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: 0;
	right: -20px;
	content: '';
}

.archive .trip-content-area .grid .text-holder{
	background: #fff;
	padding: 40px 0 14px;
	border-radius: 0 0 5px 5px;
}

.archive .trip-content-area .grid .text-holder .title{
	font-size: 18px;
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
	padding: 0 20px;
	margin: 0 0 7px;
}

.archive .trip-content-area .grid .text-holder .title a{
	color: #111;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive .trip-content-area .grid .text-holder .title a:hover,
.archive .trip-content-area .grid .text-holder .title a:focus{
	text-decoration: none;
	color: #32b67a;
}

.archive .trip-content-area .grid .text-holder .meta-info{
	padding: 0 20px;
	font-size: 14px;
}

.archive .trip-content-area .grid .text-holder .meta-info span{
	display: block;
	margin: 0 0 7px;
}

.archive .trip-content-area .grid .text-holder .meta-info .fa{
	font-size: 16px;
	margin-right: 5px;
	color: #32b67a;
}

.archive .trip-content-area .grid .text-holder .btn-holder{
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart{margin: 0 0 10px;}

.archive .trip-content-area .grid .text-holder .btn-more,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #32b67a;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 2px 30px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.archive .trip-content-area .grid .text-holder .btn-more:hover,
.archive .trip-content-area .grid .text-holder .btn-more:focus,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:hover,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:focus{
	text-decoration: none;
	background: #32b67a;
	color: #fff;
}

.archive .trip-content-area .grid .load-destination,
.archive .trip-content-area .grid .btn-loadmore{
	grid-column: 1 / span 3;
	text-align: center;
}

.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span{
	display: inline-block;
	font-size: 13px;
	line-height: 2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background: #ffaf46;
	border: 2px solid #ffaf46;
	padding: 10px 40px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .load-destination span:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore:focus{
	background: none;
	color: #ffaf46;
}

/*==============================
 Responsive style
==============================*/
@media only screen and (max-width: 1430px){
	.container{
		max-width: 1170px;
	}
}

@media only screen and (max-width: 1199px){
	.container{
		max-width: 970px;
	}

	.main-navigation ul li{margin-right: 40px;}

	.widget_search .search-form label{width: 77%;}

	.page-template-template-activities .activities-holder,
	.page-template-template-trip_types .trip_types-holder{
		grid-template-columns: repeat(3, 1fr);
	}

	.page-template-template-destination .destination-holder{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 1024px){
	.custom-background .site{
		max-width: 95%;
	}

	.container{
		max-width: 720px;
	}

	.nav-holder{
		border-top: 0;
		border-bottom: 0;
		padding: 15px 0 0;
		margin: 0 0 15px;
	}

	.nav-holder .container{
		background: #32b67a;
		padding: 10px;
		border-radius: 5px;
		position: relative;
	}

	.home-link{
		display: block;
		float: left;
		font-size: 22px;
		line-height: 35px;
		color: #fff;
		width: 35px;
		height: 35px;
		background: rgba(0, 0, 0, 0.2);
		text-align: center;
		border-radius: 5px;
	}

	#primary-toggle-button{
		display: block;
		float: right;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		width: 96px;
		height: 35px;
		background: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		text-align: center;
		padding: 3px 0 0;
		cursor: pointer;
	}

	#primary-toggle-button .fa{
		font-size: 22px;
		vertical-align: middle;
		margin-left: 10px;
	}

	.main-navigation ul li .fa{
		-webkit-transition: linear 0.2s;
		-moz-transition: linear 0.2s;
		transition: linear 0.2s;
	}

	.main-navigation ul li .fa.active{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#site-navigation{
		display: none;
		clear: both;
		position: absolute;
		background: #32b67a;
		padding: 10px;
		border-radius: 5px;
		left: 0;
		top: 100%;
		z-index: 10;
		margin-top: -10px;
	}

	.main-navigation ul{
		font-size: 16px;
		text-transform: none;
	}

	.main-navigation ul li{
		float: none;
		display: block;
		margin: 0 0 2px;
		
	}

	.main-navigation ul li a{
		padding: 10px 15px;
		color: #fff;
		position: relative;
		background: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a{
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}

	.main-navigation ul li.menu-item-has-children{padding: 0;}

	.main-navigation ul li.menu-item-has-children:after{
		display: none;
	}

	.main-navigation ul li.menu-item-has-children .fa{
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		color: #fff;
		z-index: 1;
		cursor: pointer;
	}

	.main-navigation ul ul{
		position: unset;
		background: none;
		width: 100%;
		border: 0;
		padding: 0 10px;
		margin-top: 8px;
		margin-bottom: 6px;
	}

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

	.main-navigation ul ul li a{
		background: none;
		padding: 0 10px;
	}

	.main-navigation ul ul .current_page_item,
	.main-navigation ul ul .current-menu-item,
	.main-navigation ul ul .current_page_ancestor,
	.main-navigation ul ul .current-menu-ancestor{
		background: none;
	}

	.main-navigation ul ul li a:hover,
	.main-navigation ul ul li a:focus{
		background: rgba(0, 0, 0, 0.1);
		color: #fff;
	}

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

	.main-navigation ul ul .current_page_item > a,
	.main-navigation ul ul .current-menu-item > a,
	.main-navigation ul ul .current_page_ancestor > a,
	.main-navigation ul ul .current-menu-ancestor > a{
		color: #fff;
		background: rgba(0, 0, 0, 0.1);
	}

	.main-navigation ul ul li.menu-item-has-children .fa{
		height: 36px;
		line-height: 36px;
	}

	.banner img{
		height: 500px;
		object-fit: cover;
	}

	.banner .form-holder .text h1{
		font-size: 52px;
		line-height: 1.192em;
	}

	.site-footer .column{width: 50%;}

	.site-footer .site-info{
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}

	.footer-navigation{
		width: 100%;
	}

	.footer-navigation ul{
		text-align: center;
	}

	.footer-navigation ul li{
		float: none;
		display: inline-block;
	}

	#primary{
		width: 100%;
		padding: 0 15px;
		margin: 0 0 60px;
		float: none;
	}

	#secondary{width: 100%;}

	#primary .post .entry-header .entry-title{font-size: 32px;}

	.widget_raratheme_popular_post ul,
	.widget_raratheme_recent_post ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}

	.widget_raratheme_popular_post ul li .post-thumbnail img,
	.widget_raratheme_recent_post ul li .post-thumbnail img{
		width: 100%;
	}

	.blog-section .section-header .section-title{font-size: 32px;}

	.blog-section{
		padding: 50px 0;
	}

	.blog-section .grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.page-template-template-destination .destination-holder{
		grid-template-columns: repeat(2, 1fr);
	}

	.archive .trip-content-area .grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.page-template-template-activities .activities-holder,
	.page-template-template-trip_types .trip_types-holder{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px){
	.site-header .tools .form-section .form-holder{
		right: 0;
	}

	.site-header .tools .form-section .form-holder:after,
	.site-header .tools .form-section .form-holder:before{
		right: 10px;
	} 

	.container{
		max-width: 100%;
		margin: 0 15px;
	}

	.site-branding{
		width: 100%;
		text-align: center;
	}

	.header-b .right{
		width: 100%;
		text-align: center;
	}

	.header-b{padding: 20px 0;}

	.nav-holder{padding: 0;}

	.banner img{
		height: 387px;
	}

	.banner .form-holder .text h1{
		font-size: 36px;
		line-height: 1.222em;
	}

	.banner .form-holder .text{
		font-size: 16px;
		line-height: 1.5em;
	}

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

	.banner .form-holder .search-form label{
		width: 100%;
		margin: 0 0 5px;
	}

	.banner .form-holder .search-form input[type="submit"]{
		width: 100%;
		background-position: 32% 15px;
	}

	.site-footer .column{width: 100%;}

	.site-footer .footer-t{
		padding: 30px 0;
	}

	#primary .post .entry-header .entry-title{font-size: 23px;}

	#secondary{
		max-width: 320px;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.widget_raratheme_popular_post ul,
	.widget_raratheme_recent_post ul{
		grid-template-columns: repeat(1, 1fr);
	}

	#content{margin: 30px 0;}

	.author-section .img-holder{
		margin: 0 0 20px;
	}

	.author-section .text-holder{width: 100%;}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next{width: 100%;}

	.related-post .grid{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 0 auto;
	}

	.comments-area .comment-body .comment-meta{display: none;}

	.comments-area .children{
		border: 0;
		margin-left: 20px;
	}

	.comments-area .children li{
		padding-left: 0;
	}

	.comments-area .children li:first-child:before{display: none;}

	.comments-area .comment-form{
		grid-template-columns: repeat(1, 1fr);
	}

	.comments-area .comment-form .comment-notes,
	.comments-area .comment-form .comment-form-comment{
		grid-column: 1 / span 1;
	}

	.comments-area{margin: 0;}

	.blog-section{
		padding: 40px 0;
	}

	.blog-section .section-header .section-title{
		font-size: 23px;
	}

	.blog-section .grid{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 0 auto 30px;
	}

	.page-template-template-destination .destination-holder{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 40px auto 0;
	}

	.archive .trip-content-area .grid{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 0 auto 50px;
	}

	.custom-background .site{
		max-width: 100%;
	}

	.archive-grid{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 0 auto 30px;
	}

	.page-template-template-activities .activities-holder,
	.page-template-template-trip_types .trip_types-holder{
		grid-template-columns: repeat(1, 1fr);
		max-width: 290px;
		margin: 40px auto 0;
	}

	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"],
	textarea{width: 100%;}

	.fixed-starting .dd-list table {
  		border: 0;
  	}

  	.fixed-starting .dd-list table thead {
    	border: none;
    	clip: rect(0 0 0 0);
    	height: 1px;
    	margin: -1px;
    	overflow: hidden;
    	padding: 0;
    	position: absolute;
    	width: 1px;
  	}

  	.fixed-starting .dd-list table tbody tr {
    	display: block;
    	/*background: #f8f8f8;*/
    	border: 1px solid #ddd;
    	position: relative;
  	}

  	.fixed-starting .dd-list table tbody tr:after{
  		content: '';
  		width: 100%;
  		height: 5px;
  		background: #fff;
  	}

  	.fixed-starting .dd-list table tbody td {
    	border-bottom: 1px solid #ddd;
    	display: block;
    	font-size: .8em;
    	text-align: right !important;
  	}

  	.fixed-starting .dd-list table tbody td:before {
	    /*
	    * aria-label has no advantage, it won't be read inside a table
	    content: attr(aria-label);
	    */
    	content: attr(data-label);
    	float: left;
	    font-weight: bold;
	    text-transform: uppercase;
  	}

  	.fixed-starting .dd-list table tbody td:last-child {
    	border-bottom: 0;
  	}
}
@font-face{font-family:TablePress;src:url(/wp-content/plugins/tablepress/css/tablepress.eot);src:url(/wp-content/plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.shiftnav-wrap,body.shiftnav-lock.shiftnav-open{overflow:hidden}.shiftnav,.shiftnav *,.shiftnav-toggle,.shiftnav-toggle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;line-height:1.3em;-webkit-tap-highlight-color:transparent;padding:0;margin:0;background:none}.shiftnav-wrap{padding:0;margin:0;background:0 0;position:relative;max-width:100%}body.shiftnav-lock-x.shiftnav-enabled{overflow-x:hidden}body.shiftnav-transition{overflow:visible}.shiftnav,.shiftnav-inner{height:100%;overflow-y:auto;overflow-x:hidden}#shiftnav-toggle-main,.shiftnav,.shiftnav-wrap{-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s;transition:transform .5s}.shiftnav li.menu-item.shiftnav-sub-shift .shiftnav-submenu-activation,.shiftnav-fixed-left,.shiftnav-fixed-right{-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s}.shiftnav-toggle{cursor:pointer}#shiftnav-toggle-main{position:fixed;top:0;left:0;width:100%;max-width:100%;box-sizing:border-box;padding:0 10px;z-index:500000;text-align:center;background:#1D1D20;color:#eee}#shiftnav-toggle-main.shiftnav-toggle-position-absolute{position:absolute}#shiftnav-toggle-main.shiftnav-toggle-main-align-left{text-align:left}#shiftnav-toggle-main.shiftnav-toggle-main-align-right{text-align:right}#shiftnav-toggle-main a{color:inherit;text-decoration:none}#shiftnav-toggle-main .shiftnav-main-toggle-content-after>*,#shiftnav-toggle-main .shiftnav-main-toggle-content-before>*{position:relative;z-index:20}#shiftnav-toggle-main .shiftnav-main-toggle-content-before{float:left}#shiftnav-toggle-main .shiftnav-main-toggle-content-after{float:right}#shiftnav-toggle-main .shiftnav-main-toggle-content{padding:16px 40px}#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content{width:100%;box-sizing:border-box;position:absolute;left:0}#shiftnav-toggle-main.shiftnav-togglebar-transparent{background:0 0}.shiftnav-toggle-main-block{padding:16px 20px;display:inline-block;line-height:1em}.shiftnav-toggle-main-ontop{position:relative;z-index:20}#shiftnav-toggle-main.shiftnav-toggle-edge-right{left:auto;right:0}#shiftnav-toggle-main.shiftnav-toggle-style-burger_only{width:auto;padding:0;margin:0}#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger{margin:0}.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger{font-size:24px}#shiftnav-toggle-main .shiftnav-toggle-burger,#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{float:left;content:'\f0c9';font-family:FontAwesome;padding:16px 20px;margin-left:-10px;position:relative;z-index:20;line-height:1em}.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa:before,.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x:before{content:'\f00d'}#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger,#shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before,.shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{float:right;padding-left:20px}.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger .fa:before,.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right:before{float:left;padding-left:0;padding-right:20px}.shiftnav-force #shiftnav-toggle-main{display:block!important}.shiftnav-toggle-style-default{background:#333;color:#eee;padding:10px}.shiftnav-toggle-style-default:hover{background:#222;color:#ddd}.shiftnav-toggle-style-default .fa{margin-right:5px}.shiftnav-toggle-button{display:inline-block;padding:10px 15px;background:#444;color:#eee}.shiftnav-toggle-button:hover{display:inline-block;padding:10px 15px;background:#222;color:#eee}.shiftnav-toggle-button .fa{margin-right:3px}.shiftnav-fixed-left,.shiftnav-fixed-right{position:fixed;top:0;z-index:9999999;transition:transform .5s}.shiftnav-fixed-right{right:0}.shiftnav-fixed-left{left:0}.admin-bar .shiftnav-fixed-left,.admin-bar .shiftnav-fixed-right{top:32px}@media screen and (max-width:782px){.admin-bar .shiftnav-fixed-left,.admin-bar .shiftnav-fixed-right{top:46px}}.shiftnav-open .shiftnav-toggle .shiftnav-icon-toggler:before,.shiftnav-open-left .shiftnav-toggle .shiftnav-icon-toggler-left:before,.shiftnav-open-right .shiftnav-toggle .shiftnav-icon-toggler-right:before{content:"\f00d"}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav-open.shiftnav-open-left>.shiftnav-fixed-left{-webkit-transform:translateX(290px);-moz-transform:translateX(290px);-ms-transform:translateX(290px);-o-transform:translateX(290px);transform:translateX(290px)}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-wrap,.shiftnav-open.shiftnav-open-right>.shiftnav-fixed-right{-webkit-transform:translateX(-290px);-moz-transform:translateX(-290px);-ms-transform:translateX(-290px);-o-transform:translateX(-290px);transform:translateX(-290px)}body.admin-bar #shiftnav-toggle-main,body.admin-bar .shiftnav{top:32px}body.admin-bar .shiftnav{padding-bottom:32px}#wpadminbar:hover{z-index:999999}@media screen and (min-width:600px) and (max-width:782px){body.admin-bar #shiftnav-toggle-main,body.admin-bar .shiftnav{top:46px}body.admin-bar .shiftnav{padding-bottom:46px}}@media screen and (max-width:600px){body.admin-bar #shiftnav-toggle-main,body.admin-bar .shiftnav{top:0}body.admin-bar .shiftnav{padding-bottom:0}html #shiftnav-toggle-main~#wpadminbar{top:54px}html.shiftnav-nogap{margin-top:0!important}}.shiftnav-wrap{left:0;top:0;z-index:250;padding-top:1px;margin-top:-1px}.shiftnav-open .shiftnav-wrap{height:100%}.shiftnav:after{content:' ';display:block;position:absolute;right:-15px;top:0;height:100%;width:15px;background:0 0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.8);-moz-box-shadow:0 0 15px rgba(0,0,0,.8);-ms-box-shadow:0 0 15px rgba(0,0,0,.8);-o-box-shadow:0 0 15px rgba(0,0,0,.8);box-shadow:0 0 15px rgba(0,0,0,.8);z-index:10000}.shiftnav,.shiftnav-no-transforms .shiftnav{width:290px}.shiftnav.shiftnav-right-edge:after{left:-15px;right:auto}.shiftnav-no-transforms .shiftnav:after{display:none!important}.shiftnav.shiftnav-nojs{display:none}.shiftnav{position:fixed;top:0;background:#fff;z-index:600000;visibility:hidden;opacity:0}.shiftnav-open .shiftnav,.shiftnav-transitioning .shiftnav{visibility:visible;opacity:1}.shiftnav-inner{-webkit-overflow-scrolling:touch}.shiftnav.shiftnav-left-edge{left:0;-webkit-transform:translateX(-290px);-moz-transform:translateX(-290px);-ms-transform:translateX(-290px);-o-transform:translateX(-290px);transform:translateX(-290px)}.shiftnav.shiftnav-right-edge{right:0;-webkit-transform:translateX(290px);-moz-transform:translateX(290px);-ms-transform:translateX(290px);-o-transform:translateX(290px);transform:translateX(290px)}.shiftnav-open .shiftnav.shiftnav-open-target{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.shiftnav-no-transforms .shiftnav.shiftnav-left-edge{left:-290px}.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-left-edge{left:0}.shiftnav-no-transforms .shiftnav.shiftnav-right-edge{left:auto;right:-290px}.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-right-edge{right:0}.shiftnav-no-transforms #shiftnav-toggle-main,.shiftnav-no-transforms .shiftnav{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.shiftnav-no-transforms.shiftnav-open-left #shiftnav-toggle-main{left:290px}.shiftnav-no-transforms.shiftnav-open-right #shiftnav-toggle-main{left:auto;right:290px}.shiftnav-no-transforms #shiftnav-toggle-main,.shiftnav-no-transforms .shiftnav-wrap{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.shiftnav-no-transforms .shiftnav-inner{padding-top:30px}.shiftnav .shiftnav-panel-close{display:block;position:absolute;right:0;padding:15px 20px;background:rgba(0,0,0,.2);z-index:20;cursor:pointer}.shiftnav .shiftnav-menu-title{font-size:30px;text-align:center;padding:40px 25px;font-weight:400;margin:0;color:inherit}.shiftnav-menu-title a,.shiftnav-menu-title a:hover,.shiftnav-menu-title a:visited{color:inherit;text-decoration:none}.shiftnav .shiftnav-menu-image-padded{padding:25px}.shiftnav .shiftnav-menu-image a{display:block}.shiftnav .shiftnav-menu-image img{max-width:100%;height:auto}.shiftnav .shiftnav-nav,.shiftnav ul.shiftnav-menu,.shiftnav ul.shiftnav-menu ul.sub-menu{position:static;display:block;top:auto;left:auto;float:none;min-width:0}.shiftnav ul.shiftnav-menu{position:relative;clear:both;overflow:hidden}.shiftnav ul.shiftnav-menu,.shiftnav ul.shiftnav-menu ul.sub-menu{list-style:none;margin:0;padding:0}.shiftnav ul.shiftnav-menu li.menu-item{position:relative;margin:0;padding:0;background:none;list-style-type:none;z-index:30}.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target,.shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target{display:block;padding:15px 25px;line-height:1.6em;text-decoration:none;position:relative;cursor:pointer;-webkit-transition:.2s all ease;-moz-transition:.2s all ease;-ms-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon{margin-right:.8em;font-size:150%;vertical-align:middle;line-height:inherit;width:1.2em;text-align:center}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before{vertical-align:top}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before,.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon:before{vertical-align:middle}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>span.shiftnav-target-text{vertical-align:middle;display:inline-block;line-height:inherit}.shiftnav ul.shiftnav-menu li.shiftnav-retract,.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift li.shiftnav-active~li.shiftnav-retract{display:none;margin:0}.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift>.sub-menu.shiftnav-sub-active-current>li.shiftnav-retract{display:block}.shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item>.shiftnav-target{padding-top:10px!important;padding-bottom:10px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-large li.menu-item>.shiftnav-target{padding-top:16px!important;padding-bottom:16px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item>.shiftnav-target{padding-top:24px!important;padding-bottom:24px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-small li.menu-item>.shiftnav-target{font-size:12px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-medium li.menu-item>.shiftnav-target{font-size:14px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-large li.menu-item>.shiftnav-target{font-size:16px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-text-enormous li.menu-item>.shiftnav-target{font-size:22px!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-small li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:100%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-medium li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:140%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:180%!important}.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item>.shiftnav-target>i.shiftnav-icon{font-size:250%!important}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu li.menu-item>a{padding-left:50px}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu li.menu-item>a{padding-left:75px}.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item>a{padding-left:100px}@media only screen and (max-width:960px){#shiftnav-toggle-main{font-size:16px}}@media only screen and (max-width:479px){.shiftnav{width:320px;max-width:95%}.shiftnav.shiftnav-left-edge{-webkit-transform:translateX(-320px);-moz-transform:translateX(-320px);-ms-transform:translateX(-320px);-o-transform:translateX(-320px);transform:translateX(-320px)}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav.shiftnav-right-edge{-webkit-transform:translateX(320px);-moz-transform:translateX(320px);-ms-transform:translateX(320px);-o-transform:translateX(320px);transform:translateX(320px)}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-fixed-right,.shiftnav-open.shiftnav-open-right .shiftnav-wrap{-webkit-transform:translateX(-320px);-moz-transform:translateX(-320px);-ms-transform:translateX(-320px);-o-transform:translateX(-320px);transform:translateX(-320px)}.shiftnav .shiftnav-menu-title{font-size:30px;text-align:center;padding:20px 0;font-weight:400;margin:0}}@media only screen and (max-width:374px){.shiftnav{width:305px;max-width:95%}.shiftnav.shiftnav-left-edge{-webkit-transform:translateX(-305px);-moz-transform:translateX(-305px);-ms-transform:translateX(-305px);-o-transform:translateX(-305px);transform:translateX(-305px)}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav.shiftnav-right-edge{-webkit-transform:translateX(305px);-moz-transform:translateX(305px);-ms-transform:translateX(305px);-o-transform:translateX(305px);transform:translateX(305px)}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-fixed-right,.shiftnav-open.shiftnav-open-right .shiftnav-wrap{-webkit-transform:translateX(-305px);-moz-transform:translateX(-305px);-ms-transform:translateX(-305px);-o-transform:translateX(-305px);transform:translateX(-305px)}}@media only screen and (max-width:359px){.shiftnav{width:265px;max-width:95%}.shiftnav.shiftnav-left-edge{-webkit-transform:translateX(-265px);-moz-transform:translateX(-265px);-ms-transform:translateX(-265px);-o-transform:translateX(-265px);transform:translateX(-265px)}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav.shiftnav-right-edge{-webkit-transform:translateX(265px);-moz-transform:translateX(265px);-ms-transform:translateX(265px);-o-transform:translateX(265px);transform:translateX(265px)}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-fixed-right,.shiftnav-open.shiftnav-open-right .shiftnav-wrap{-webkit-transform:translateX(-265px);-moz-transform:translateX(-265px);-ms-transform:translateX(-265px);-o-transform:translateX(-265px);transform:translateX(-265px)}}@media only screen and (max-width:319px){.shiftnav{width:230px;max-width:95%}.shiftnav.shiftnav-left-edge{-webkit-transform:translateX(-230px);-moz-transform:translateX(-230px);-ms-transform:translateX(-230px);-o-transform:translateX(-230px);transform:translateX(-230px)}.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,.shiftnav-open.shiftnav-open-left .shiftnav-wrap,.shiftnav.shiftnav-right-edge{-webkit-transform:translateX(230px);-moz-transform:translateX(230px);-ms-transform:translateX(230px);-o-transform:translateX(230px);transform:translateX(230px)}.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,.shiftnav-open.shiftnav-open-right .shiftnav-fixed-right,.shiftnav-open.shiftnav-open-right .shiftnav-wrap{-webkit-transform:translateX(-230px);-moz-transform:translateX(-230px);-ms-transform:translateX(-230px);-o-transform:translateX(-230px);transform:translateX(-230px)}}.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children>.shiftnav-target{padding-right:35px;-webkit-user-select:none!important}.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children>.shiftnav-target:after{content:"\f107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:15px}.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children.shiftnav-active>a.shiftnav-target:after,.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu ul.sub-menu li.menu-item-has-children.shiftnav-active>a.shiftnav-target:after{content:"\f0c1"}.shiftnav.shiftnav-transition-standard ul.shiftnav-menu ul.sub-menu,.shiftnav.shiftnav-transition-standard ul.shiftnav-menu ul.sub-menu ul.sub-menu{-webkit-transition:all .3s ease .1s;-moz-transition:all .3s ease .1s;-ms-transition:all .3s ease .1s;-o-transition:all .3s ease .1s;transition:all .3s ease .1s}.shiftnav li.menu-item .shiftnav-submenu-activation{position:absolute;display:block;top:0;right:0;padding:0 20px;height:100%;width:50px;max-width:50px;cursor:pointer;z-index:100;text-align:center}.shiftnav .shiftnav-submenu-activation i.fa{position:absolute;top:50%;margin-top:-7px;left:50%;margin-left:-5px}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active>*,.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition>*{z-index:40}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active>ul.sub-menu,.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition>ul.sub-menu{z-index:50}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift{overflow:hidden}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active,.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition{z-index:40;top:0;width:100%;overflow:visible}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active>.shiftnav-submenu-activation,.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition>.shiftnav-submenu-activation{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.shiftnav li.menu-item.shiftnav-sub-shift .shiftnav-submenu-activation{height:100%;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:transform .5s}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active>.shiftnav-submenu-activation{transition-duration:.2s}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift>ul.sub-menu{position:absolute;min-height:100%;top:auto;width:100%;height:0;overflow:hidden;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s;transition:transform .5s}.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active>ul.sub-menu,.shiftnav.shiftnav-nojs ul.shiftnav-menu li.menu-item.shiftnav-sub-shift:hover>ul.sub-menu{position:relative;height:auto;overflow:hidden;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active>li.menu-item,.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu>li.menu-item{left:100%;position:absolute;width:100%}.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu li.menu-item.shiftnav-active,.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active.shiftnav-sub-active-current>li.menu-item,.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active>li.menu-item.shiftnav-active{left:0;position:relative}.shiftnav-sub-shift-active ul.shiftnav-menu{overflow:visible}.shiftnav li.menu-item.shiftnav-caulk{position:absolute!important;left:0;top:0;width:100%}.shiftnav li.menu-item.shiftnav-sub-accordion>ul.sub-menu{max-height:0;overflow:hidden;visibility:hidden}.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active>ul.sub-menu{max-height:800px;overflow-y:auto;visibility:visible}.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active>.shiftnav-submenu-activation-open,.shiftnav li.menu-item.shiftnav-sub-accordion>.shiftnav-submenu-activation-close{display:none}.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active>.shiftnav-submenu-activation-close,.shiftnav li.menu-item.shiftnav-sub-accordion>.shiftnav-submenu-activation-open{display:block}.shiftnav-search .shiftnav-searchform{position:relative;height:50px;background:#f9f9f9}.shiftnav-search input.shiftnav-search-input{width:100%;padding:14px 50px 14px 25px;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#333;background:0 0}.shiftnav-search .shiftnav-search-submit,.shiftnav-searchbar-drop .shiftnav-search-submit{position:absolute;width:50px;height:100%;top:0;right:0;border:none;background:0 0;cursor:pointer;color:#666;font-family:FontAwesome!important;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shiftnav-searchbar-toggle{height:100%;line-height:100%;text-align:center;display:block;float:left;cursor:pointer}.shiftnav-searchbar-toggle-pos-right-corner{width:auto;position:absolute;top:0;right:0;margin:0}.shiftnav-searchbar-toggle-pos-left-corner{width:auto;position:absolute;top:0;left:0;margin:0}#shiftnav-toggle-main .shiftnav-searchbar-drop{display:none;position:absolute;right:0;top:100%;background:#fff;width:100%;max-width:500px;box-shadow:0 0 8px rgba(0,0,0,.2)}#shiftnav-toggle-main .shiftnav-main-toggle-content-before .shiftnav-searchbar-drop{right:auto;left:0}#shiftnav-toggle-main .shiftnav-searchbar-drop-open{display:block}.shiftnav-searchbar-drop .shiftnav-search-input{width:100%;padding:24px 50px 24px 24px;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#333;background:0 0;margin:0;font-size:18px}.shiftnav-searchbar-drop .shiftnav-search-submit{font-size:18px;padding-left:20px;padding-right:20px;width:60px}.shiftnav h1,.shiftnav h2,.shiftnav h3,.shiftnav h4,.shiftnav h5,.shiftnav h6,.shiftnav p{color:inherit;padding:25px}.shiftnav .shiftnav-tagline{font-size:16px;color:inherit;padding:25px;display:block;line-height:30px;vertical-align:top}.shiftnav .shiftnav-tagline .fa{font-size:30px;margin:0 10px}.shiftnav p{margin:0}.shiftnav p.shiftnav-center{text-align:center}.shiftnav-basic-user-profile{display:block;font-size:16px;line-height:40px;vertical-align:middle}.shiftnav-basic-user-profile img{margin-right:15px;float:left}#shiftnav-toggle-main .shiftnav-basic-user-profile{display:inline-block;padding:0;line-height:38px;font-size:inherit}.shiftnav-content-wrap{padding:25px}.shiftnav-content-wrap-small{padding:10px}.shiftnav-admin-tip{background:#eee;color:#333;padding:20px;border-left:4px solid #E6D244;margin:10px}.shiftnav-admin-tip a,.shiftnav-admin-tip a:visited{color:#00A3FF;text-decoration:underline}.shiftnav-admin-tip a:hover{color:#0D75AF}.shiftnav-admin-tip strong{color:tomato}.shiftnav-loading{display:block;position:fixed;bottom:0;right:20px;background:#35AC6A;color:#fff;padding:15px;max-width:400px}.shiftnav-loading h5{color:#fff;font-weight:700;margin:0}.shiftnav-loading:hover h5{padding-bottom:5px;border-bottom:1px solid #fff}.shiftnav-loading .shiftnav-loading-message{color:#fff;max-height:0;overflow:hidden;visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.shiftnav-loading:hover .shiftnav-loading-message{visibility:visible;max-height:1000px;overflow:auto}.shiftnav-loading .shiftnav-loading-message p{color:#fff;margin:10px 0}.ie7 .shiftnav,.ie7 .shiftnav-toggle,.ie8 .shiftnav,.ie8 .shiftnav-toggle,.lt-ie9 .shiftnav,.lt-ie9 .shiftnav-toggle{display:none!important}.rtl .shiftnav li.menu-item{text-align:right}.rtl .shiftnav li.menu-item .shiftnav-submenu-activation{right:auto;left:0;-webkit-transform:translateX(0);transform:translateX(0)}.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active>.shiftnav-submenu-activation,.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition>.shiftnav-submenu-activation{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rtl .shiftnav li.menu-item.shiftnav-sub-shift>.shiftnav-submenu-activation i:before{content:"\f053"}.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon>.shiftnav-target>i.shiftnav-icon{margin-right:0;margin-left:.8em}.rtl .shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target i:before{content:"\f054"}.rtl .shiftnav-search input.shiftnav-search-input{padding:14px 25px 14px 50px}.rtl .shiftnav-searchbar-drop .shiftnav-search-input{padding:24px 24px 24px 50px}.rtl .shiftnav-search .shiftnav-search-submit,.rtl .shiftnav-searchbar-drop .shiftnav-search-submit{left:0;right:auto}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/plugins/shiftnav-pro/assets/css/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.shiftnav.shiftnav-skin-dark-red {
  font-size: 13px;
  line-height: 1.3em;
  background: #1d1d20;
  color: #eeeeee;
}
.shiftnav.shiftnav-skin-dark-red .shiftnav-site-title {
  font-size: 30px;
  text-align: left;
  padding: 40px 25px;
  font-weight: normal;
  color: #eeeeee;
}
.shiftnav.shiftnav-skin-dark-red .shiftnav-activated-style {
  color: #eeeeee;
  background: #9b1515;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item > .shiftnav-target {
  color: #eeeeee;
  font-size: 13px;
  font-weight: normal;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #111111;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #cccccc;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #eeeeee;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #eeeeee;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.shiftnav-highlight > .shiftnav-target,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item ul.sub-menu .shiftnav-highlight > .shiftnav-target {
  color: #9b1515;
  background: transparent;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
  color: #eeeeee;
  background: #9b1515;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  color: #eeeeee;
  background: #9b1515;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  text-transform: uppercase;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
  color: #eeeeee;
  background: #9b1515;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu li.shiftnav-retract .shiftnav-target {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-transform: normal;
  font-size: 12px;
  text-align: right;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu ul.sub-menu {
  color: #cccccc;
  background: #25252a;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
  color: #999999;
  border-width: inherit;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: inherit;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 50px;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 75px;
}
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 100px;
}
.shiftnav.shiftnav-skin-dark-red.shiftnav-left-edge {
  border-right: none;
}
.shiftnav.shiftnav-skin-dark-red.shiftnav-right-edge {
  border-left: none;
}
.shiftnav.shiftnav-skin-dark-red.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-dark-red ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active {
  color: #eeeeee;
  background: #9b1515;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

