div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline;width:18px;height:12px}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}
/*
Theme Name: Himalayas
Theme URI: https://themegrill.com/themes/himalayas/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Himalayas is modern style free one page parallax responsive WordPress theme. Inform your visitors all they need to know right from your home page without requiring to go to the other pages. Himalayas can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/himalayas/
Version: 1.1.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments, theme-options, footer-widgets, blog, portfolio, e-commerce
Text Domain: himalayas

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #ffffff;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #333333;
	font-weight: 700;
}

.sub-title {
	color: #656363;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 32px;
}

p {
	margin-bottom: 20px;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eeeeee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	height: 33px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #32c4d1;
	color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	color: #666666;
	border: 1px solid #cccccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #aaaaaa;
}

.searchform input[type="text"]:focus {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666666;
	border: 1px solid #cccccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #32c4d1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #28a8b3;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.tg-container:after,
.tg-container:before {
	content: '';
	display: table;
}

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

.clear {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 25px;
	padding-bottom: 10px;
}

/* Make sure select elements fit in widgets */

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

/* Search widget */

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title {
	color: #353535;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: capitalize;
}

h1.entry-title a {
	color: #3d3d3d;
}

.hentry {
	margin: 0 0 15px;
}

.updated {
	display: none;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.cat-links {
	margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 15px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

article.hentry h1.entry-title {
	margin-bottom: 5px;
	line-height: 1.2;
}

article.hentry .entry-footer > span {
	margin-right: 15px;
	font-size: 13px;
}

.page-header .page-title {
	color: #333333;
	padding-bottom: 15px;
}

.posted-on:before {
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.byline:before {
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.cat-links:before {
	content: "\f07c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.comments-link:before {
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.tags-links:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 3px;
	color: #aeaeae;
}

.entry-footer a {
	color: #999999;
}

.entry-footer a:hover {
	color: #dc3522;
}

.nav-links .meta-nav {
	display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
	float: left;
}

.nav-links .nav-next {
	text-align: right;
}

.nav-links .nav-previous a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.nav-links .nav-next a:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}

.entry-thumbnail {
	margin-bottom: 34px;
	position: relative;
	display: inline-block;
}

.entry-exrecpt {
	width: 60%;
	float: right;
}

.short-content {
	margin-bottom: 10px;
}

.short-content + .bttn {
	float: right;
}

.entry-footer {
	margin-top: 10px;
}

.full-width {
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	border-top: 1px solid #f8f8f8;
	padding-top: 15px;
}

#comments i {
	font-size: 16px;
	color: #aaaaaa;
	padding-right: 10px;
}

.comments-title {
	font-size: 24px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-navigation {
	margin-bottom: 15px;
}

.bypostauthor {
}

#comments .comments-title {
	margin-bottom: 10px;
}

.avatar {
	border-radius: 50%;
	float: left;
}

.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #289dcc;
}

.comments-area .comment-author-link a {
	color: #999999;
}

.comments-area .comment-author-link a:hover {
	color: #289dcc;
}

.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #32c4d1;
	color: #ffffff;
	border-radius: 3px;
}

.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment-content {
	padding: 15px 15px 25px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment .comment-reply-link {
	float: right;
	color: #aaaaaa;
}

.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment .comment-reply-link:hover {
	color: #289dcc;
}

.comment-list {
	margin-bottom: 25px;
}

.comment-list .children {
	margin-left: 20px;
}

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

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #289dcc;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

	/* Older / Newer Posts Navigation (always hidden) */

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

#infinite-footer {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

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

.wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Gallery-layoout
--------------------------------------------------------------*/

.gallery {
	margin: 0 auto 2em;
}

.gallery .gallery-item {
	float: left;
	display: block;
	background: #ffffff;
	margin: 10px 1.5% 20px;
	text-align: center;
}

.gallery .gallery-item:hover {
}

.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}

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

.gallery-columns-3 .gallery-item {
	width: 30.33%;
}

.gallery-columns-4 .gallery-item {
	width: 22%;
}

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

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

.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}

.gallery dl a {
	display: block;
}

.gallery dl a img {
	height: auto;
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 0 0;
}

.gallery br + br {
	display: none;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
	clear: both;
	margin-left: -5%;
}

.tg-column-1 {
	width: 100%;
	float: left;
	margin-left: 5%;
}

.tg-column-2 {
	width: 45%;
	margin-left: 5%;
	float: left;
}

.tg-column-3 {
	float: left;
	margin-left: 5%;
	width: 28.33%;
}

.tg-column-4 {
	width: 18%;
	margin-left: 5%;
	float: left;
}

.tg-column-bottom-margin {
	margin-bottom: 5%;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
	font-weight: 300;
	position: relative;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

.tg-container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.hide {
	display: none;
}

/*--------------------------------------------------------------
Header css
--------------------------------------------------------------*/

#masthead .logo {
	float: left;
	padding: 0 5px;
}

#header-text {
	float: left;
	margin-left: 30px;
	position: relative;
	top: 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.stick #header-text {
	margin-left: -3%;
}

.header-wrapper #site-title {
	display: inline-block;
	font-size: 23px;
	text-transform: uppercase;
}

.header-wrapper #site-description {
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
	padding-left: 20px;
}

#masthead .header-wrapper .logo img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#masthead .header-wrapper.stick .logo img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

#site-navigation,
.home-search {
	float: right;
}

.menu-search-wrapper {
	float: right;
}

#wp-custom-header-video {
	display: block;
	min-height: 300px;
	min-height: 75vh;
	width: 100%;
}

.wp-custom-header {
	position: relative;
	text-align: center;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/

#site-navigation .menu,
#site-navigation ul {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

#site-navigation .menu li {
	float: left;
	line-height: 58px;
	margin-left: 35px;
	position: relative;
}

.header-wrapper.stick #site-navigation .menu li {
	line-height: 60px;
}

#site-navigation .menu li:first-child {
	margin-left: 0;
}

#site-navigation .menu li a {
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	font-weight: 300;
	display: block;
}

.header-wrapper.stick #site-navigation .menu li a,
.header-wrapper.no-slider #site-navigation .menu li a {
	color: #ffffff;
}

#site-navigation .menu li:hover > a,
#site-navigation .menu li.current-one-page-item > a,
.header-wrapper.stick #site-navigation .menu li:hover > a,
.header-wrapper.stick #site-navigation .menu li.current-one-page-item > a,
.header-wrapper.no-slider #site-navigation .menu li:hover > a,
.header-wrapper.no-slider #site-navigation .menu li.current-one-page-item > a {
	color: #32c4d1;
}

/*--------------------------------------------------------------
## sub-Menu css
--------------------------------------------------------------*/

#site-navigation .menu .sub-menu li {
	display: block;
	float: none;
	text-align: center;
}

#site-navigation ul.sub-menu {
	background: #333333 none repeat scroll 0 0;
	width: 200px;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: -50%;
	-webkit-transform: X(-50%);
	-moz-transform: X(-50%);
	-ms-transform: X(-50%);
	-o-transform: X(-50%);
	transform: X(-50%);
	top: 130%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	z-index: 9999;
}

.home #site-navigation ul.sub-menu {
	background: rgba(239, 238, 238, 0.2) none repeat scroll 0 0;
}

.home .stick #site-navigation ul.sub-menu, .home.non-transparent #site-navigation ul.sub-menu, .home.non-stick #site-navigation ul.sub-menu {
	background: #333333;
}

#site-navigation ul li:hover > ul.sub-menu,
.home #site-navigation ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 120%;
}

.header-wrapper.stick #site-navigation ul li:hover > ul.sub-menu,
.home .stick #site-navigation ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#site-navigation ul li ul.sub-menu ul,
.home #site-navigation ul li ul.sub-menu ul {
	top: 0;
	left: 120%;
}

.home #site-navigation ul ul.sub-menu li:hover > ul,
#site-navigation ul ul.sub-menu li:hover > ul,
.home .stick #site-navigation ul ul.sub-menu li:hover > ul,
.header-wrapper.stick #site-navigation ul ul.sub-menu li:hover > ul {
	left: 100%;
	top: 0;
}

#site-navigation .menu li ul.sub-menu li, .stick #site-navigation .menu li ul.sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 30px;
	padding: 10px 20px;
}

#site-navigation .menu li ul.sub-menu li:first-child, .stick #site-navigation .menu li ul.sub-menu li:first-child {
	border-top: none;
}

#site-navigation .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	text-align: center;
}

.sub-toggle {
	display: none;
}

.search-icon {
	line-height: 58px;
	padding-left: 52px;
	position: relative;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
}

.search-icon i {
	display: block;
	line-height: 60px;
}

.search-icon:before {
	position: absolute;
	content: "/";
	font-size: 15px;
	top: 0;
	left: 26px;
}

.search-icon:hover:before {
	color: #ffffff;
}

.search-box {
	background: rgba(50, 196, 209, 0.8) none repeat scroll 0 0;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-box.active {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.search-box .searchform {
	left: 50%;
	margin-left: -38%;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
}

.search-box .search-field {
	border: medium none;
	font-size: 40px;
	height: 80px;
	width: 89%;
	float: left;
	padding: 0 30px;
}

.search-box .searchsubmit {
	font-size: 27px;
	height: 80px;
	line-height: 50px;
	width: 80px;
}

.search-box .close {
	color: #ffffff;
	font-size: 140px;
	font-weight: 300;
	position: absolute;
	right: 50px;
	top: -40px;
	cursor: pointer;
}

.header-wrapper.stick .search-icon,
.header-wrapper.stick .search-icon:hover:before,
.header-wrapper.no-slider .search-icon,
.header-wrapper.no-slider .search-icon:hover:before {
	color: #ffffff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.search-icon:hover,
.header-wrapper.stick .search-icon:hover,
.header-wrapper.no-slider .search-icon:hover {
	color: #32c4d1;
}

/*/*--------------------------------------------------------------
Non stick header with slider
--------------------------------------------------------------*/
.transparent .header-wrapper,
.non-transparent .header-wrapper {
	background: #333333 none repeat scroll 0 0;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home.transparent .header-wrapper {
	background: rgba(239, 238, 238, 0.2);
}

.transparent .header-wrapper.stick,
.non-transparent .header-wrapper.stick {
	background: #333333;
	padding: 0;
}

.logged-in.customize-support .header-wrapper {
	top: 32px;
}

.stick.non-transparent #content {
	margin-top: 140px;
}

.non-stick.non-transparent #content,
.home.stick.non-transparent #content {
	margin-top: 70px;
}

.home.non-stick.non-transparent #content {
	margin-top: 0;
}

.non-stick.transparent .header-wrapper,
.non-stick.non-transparent .header-wrapper {
	position: static;
}

.home.non-stick.transparent .header-wrapper {
	background: #333333;
}

.non-stick.transparent #masthead .header-wrapper.stick .logo img,
.non-stick.non-transparent #masthead .header-wrapper.stick .logo img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.non-stick.transparent .header-wrapper.stick,
.non-stick.non-transparent .header-wrapper.stick {
	padding: 10px;
}

/*

.home .header-wrapper.transparent.non-stick.stick {
    background: rgba(239, 238, 238, 0.2) none repeat scroll 0 0;
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: background 0s ease;
    -moz-transition: background 0s ease;
    -ms-transition: background 0s ease;
    -o-transition: background 0s ease;
    transition: background 0s ease;
    top: 0;
}

.header-wrapper.non-transparent,
.header-wrapper.transparent,
.header-wrapper.non-stick {
    background: #333333;
    padding: 10px 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.home .header-wrapper.non-transparent {
    margin-bottom: 0;
}

.header-wrapper.non-transparent.stick,
.header-wrapper.transparent.stick {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .header-wrapper.non-stick,
.header-wrapper.non-stick,
.header-wrapper.non-stick.stick,
.home .header-wrapper.non-stick.stick {
    background: #333333;
    position: static;
    margin-bottom: 0;
    padding: 10px 0;
}

.header-wrapper.non-stick,
.header-wrapper.non-stick.stick {
    margin-bottom: 70px;
}

.non-stick #header-text {
    margin-left: 10px;
}

.header-wrapper.stick .search-icon,
.header-wrapper.stick .search-icon i {
    line-height: 60px;
}
*/

/*--------------------------------------------------------------
Slider css
--------------------------------------------------------------*/

.slider-wrapper,
.slider-wrapper .bxslider {
	margin: 0;
	padding: 0;
	position: relative;
}

.slider-wrapper {
	overflow: hidden;
}

.non-transparent .slider-wrapper .bxslider {
	margin-top: 80px;
}

.slider-wrapper .parallax-overlay {
	background: url(/wp-content/themes/himalayas/images/pattern-overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

.slider-wrapper figure {
	text-align: center;
}

.slider-wrapper .bxslider img {
	max-width: 100%;
}

.slider-wrapper .tg-container {
	left: 50%;
	margin-left: -585px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.caption-title {
	border: 4px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 50px;
	text-shadow: 0 2px 5px #333333;
	border-right: none;
	border-left: none;
	width: 78%;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.caption-title a {
	color: #ffffff;
}

.caption-title a:hover {
	color: #32c4d1;
}

.caption-title span {
	display: block;
	padding: 26px 40px;
	position: relative;
}

.caption-title span:after,
.caption-title span:before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: -102px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 102px;
}

.caption-title span:before {
	left: auto;
	right: -102px;
}

.caption-title:before,
.caption-title:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(/wp-content/themes/himalayas/images/slider-title-new-arrow.png) no-repeat scroll 0 center;
	width: 4px;
	height: 100%;
}

.caption-title:after {
	right: 0;
	left: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.caption-sub {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	width: 1068px;
	margin: 50px auto;
}

.slider-readmore {
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	padding: 12px 18px;
	display: inline-block;
	position: relative;
}

.slider-readmore:hover {
	color: #ffffff;
	border: 1px solid #32c4d1;
}

.slider-readmore:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #32c4d1;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider-readmore:hover:before {
	width: 100.5%;
	z-index: -9;
}

.slider-wrapper .bx-prev,
.slider-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("/wp-content/themes/himalayas/images/slider-arrow.png") no-repeat scroll 0 0;
	color: transparent;
	font: 0px/0 a;
	height: 48px;
	left: -23px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 23px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-wrapper .bx-next {
	-webkit-transform: rotate(180deg) translateY(50%);
	-moz-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	-o-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
	right: -23px;
	left: auto;
}

.slider-wrapper:hover .bx-prev {
	left: 30px;
}

.slider-wrapper .bx-prev:hover,
.slider-wrapper .bx-next:hover {
	background: url(/wp-content/themes/himalayas/images/slider-arrow-hover.png) no-repeat scroll 0 0;
}

.slider-wrapper:hover .bx-next {
	left: auto;
	right: 30px;
}

.scroll-down {
	bottom: 90px;
	color: #32c4d1;
	font-size: 24px;
	left: 50%;
	position: absolute;
	z-index: 99;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scroll-down i {
	display: block;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	-webkit-animation: flow-down 2s linear 3s infinite;
	/* Chrome, Safari, Opera */
	animation: flow-down 2s linear 3s infinite;
	/* Standard syntax */
	position: relative;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {
	0% {
		top: 0px;
		opacity: 0.8;
	}
	50% {
		top: 9px;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0.8;
	}
}

/* Standard syntax */

@keyframes flow-down {
	0% {
		top: 0px;
		opacity: 0.8;
	}
	50% {
		top: 9px;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0.8;
	}
}

/*--------------------------------------------------------------
Video background css
--------------------------------------------------------------*/

#video-bg {
	width: 100%;
}

.video-background {
	position: relative;
}

.video-btn-wrap {
	position: absolute;
	right: 30px;
	top: 20px;
}

#vidpause,
#mute {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	z-index: 999;
	margin-left: 10px;
	font: 0/0 a;
	color: transparent;
	-webkit-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-ms-transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	transition: border 0.5s ease;
}

#vidpause:hover,
#mute:hover {
	border-color: rgba(255, 255, 255, 1);
}

#vidpause:after,
#mute:after {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	content: "\f04c";
	font-family: FontAwesome;
	opacity: 0.4;
	font-size: 14px;
	width: 38px;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#mute:after {
	content: "\f028";
}

#vidpause.active:after {
	content: "\f04b";
	width: 40px;
}

#mute.active:after {
	content: "\f026";
}

#vidpause:hover:after,
#mute:hover:after {
	opacity: 1;
}

.video-wrapper .tg-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-caption-title {
	border: 4px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	border-left: none;
	border-right: none;
	width: 85%;
	margin: 0 auto;
}

.video-logo {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.video-wrapper .parallax-overlay {
	background: url(/wp-content/themes/himalayas/images/pattern-overlay.png) repeat scroll rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
    Slider style 2 design css
--------------------------------------------------------------*/

.slider-style-2 .tg-container {
	text-align: left;
}

.slider-style-2 .caption-title::before,
.slider-style-2 .caption-title::after,
.slider-style-2 .caption-title span::after,
.slider-style-2 .caption-title span::before {
	display: none;
}

.slider-style-2 .caption-title {
	clear: both;
	margin: 0;
	text-align: left;
	border-width: 2px;
	width: auto;
	display: inline-block;
}

.slider-style-2 .caption-title span {
	display: block;
	padding: 20px;
	position: relative;
}

.slider-style-2 .caption-sub {
	margin: 40px 0;
	text-align: left;
	width: 100%;
}

/*--------------------------------------------------------------
    Section common css
--------------------------------------------------------------*/

.section-wrapper {
	padding: 90px 0;
}

.main-title {
	display: inline-block;
	letter-spacing: 2px;
	margin: 0 0 15px;
	position: relative;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-weight: 700;
}

.main-title:before,
.main-title:after {
	position: absolute;
	left: -148px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 108px;
	content: "";
	border-top: 2px solid #32c4d1;
}

.main-title:after {
	left: auto;
	right: -148px;
}

.section-title-wrapper {
	text-align: center;
	margin-bottom: 100px;
}

/*--------------------------------------------------------------
    about section css
--------------------------------------------------------------*/

.about-title,
.contact-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	margin-bottom: 30px;
}

.about-title a {
	color: #333333;
}

.about-title a:hover {
	color: #32c4d1;
}

.about-content,
.contact-content {
	color: #373636;
	font-weight: 300;
}

.about-btn a {
	background: #302b2b none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	margin: 20px 20px 0 0;
	padding: 0 15px;
}

.about-btn a:hover {
	background: #32c4d1;
}

.about-btn a i {
	display: inline-block;
	margin-left: 5px;
}

/*--------------------------------------------------------------
    call-to-action-form section css
--------------------------------------------------------------*/

#call-to-action-form {
	background-image: url("/wp-content/themes/himalayas/images/call-to-action.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax-section,
.no-bg-image {
	position: relative;
}

.parallax-overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.no-bg-image .parallax-overlay {
	background: none !important;
}

.cta-form-section-wrapper .main-title {
	color: #ffffff;
}

.cta-form-section-wrapper .sub-title {
	color: #dfdbdb;
	margin-bottom: 70px;
}

.subscribe-form .subscribe-field {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

.subscribe-form .subscribe-submit {
	display: block;
	margin: 30px auto 0;
	width: 196px;
}

.subscribe-form .subscribe-submit .subscribe-btn {
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 56px;
	width: 100%;
	border-bottom: 3px solid #338087;
	background: #32c4d1;
}

.subscribe-form .subscribe-submit .subscribe-btn:hover {
	background: #46b3bd;
}

/*--------------------------------------------------------------
    Services section css
--------------------------------------------------------------*/

.service-title {
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.service-title a {
	color: #333333;
}

.service-title a:hover {
	color: #32c4d1;
}

.service_icon_class .image-wrap {
	border: 1px solid #d8d7d7;
	height: 96px;
	line-height: 96px;
	margin: 0 0 26px;
	padding: 4px;
	text-align: center;
	width: 96px;
	display: block;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
	overflow: hidden;
}

.service_icon_class .image-wrap i,
.icon-img-wrap {
	background: #f3f2f2 none repeat scroll 0 0;
	display: block;
	font-size: 36px;
	line-height: 86px;
	color: #333333;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.icon-wrap:hover {
	border-color: #32c4d1;
}

.service_icon_class .image-wrap:hover i,
.icon-img-wrap:hover {
	background: #32c4d1;
	color: #ffffff;
}

.service-content {
	color: #625e5e;
	font-weight: 300;
	margin: 20px 0 0;
}

.service-read-more {
	color: #333333;
	font-size: 14px;
	text-transform: capitalize;
}

.service-read-more i {
	margin-left: 5px;
}

.widget_service_block .section-wrapper {
	padding: 80px 0 20px;
}

/*--------------------------------------------------------------
    Services image css
--------------------------------------------------------------*/

.image-wrap {
	border: 1px solid #d8d7d7;
	line-height: 96px;
	margin: 0 0 26px;
	padding: 4px;
	text-align: center;
	width: 100%;
	display: block;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
	overflow: hidden;
}

.image-wrap:hover {
	border-color: #32c4d1;
}

/*--------------------------------------------------------------
    service-style-2 css
--------------------------------------------------------------*/

.service-style-2 .service-desc-wrap {
	float: right;
	width: 67%;
}

.service-style-2 .service-icon-block,
.service-style-2 .service-image-block {
	float: left;
	width: 28%;
}

.service-style-2 .service-image-block .image-wrap {
	line-height: normal;
}

.service-style-2 .icon-img-wrap {
	height: 86px;
	padding: 13px;
}

/*--------------------------------------------------------------
    Call to action text section css
--------------------------------------------------------------*/

.widget_call_to_action_block .parallax-overlay {
	background: rgba(50, 196, 209, 0.9);
}

.cta-text-content {
	float: left;
	width: 70%;
}

.cta-text-title h2 {
	color: #ffffff;
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 1px 3px 2px rgba(204, 204, 204, 0.7);
	text-transform: uppercase;
}

.cta-text-desc {
	color: #f4f3f3;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-top: 20px;
	font-weight: 300;
}

.section-wrapper.cta-text-section-wrapper {
	padding: 70px 0 57px;
}

.cta-text-btn {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 24px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	width: 21%;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.cta-text-btn:hover {
	background: #ffffff;
}

/*--------------------------------------------------------------
    Call to action text style 2 section css
--------------------------------------------------------------*/

.cta-text-style-2 .cta-text-content {
	float: none;
	text-align: center;
	width: 100%;
}

.cta-text-style-2 .cta-text-btn {
	bottom: 0;
	display: block;
	float: none;
	margin: 40px auto 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	width: 21%;
}

.cta-text-style-2 .section-wrapper.cta-text-section-wrapper {
	padding: 70px 0;
}

/*--------------------------------------------------------------
    Portfolio section css
--------------------------------------------------------------*/

.widget_portfolio_block .section-wrapper {
	padding-bottom: 0;
}

.portfolio-images-wrapper {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.port-img img {
	height: auto;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.portfolio-images-wrapper:hover .port-img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-hover {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.portfolio-images-wrapper:hover .portfolio-hover {
	opacity: 1;
	visibility: visible;
}

.port-link {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 10%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-images-wrapper:hover .port-link {
	opacity: 1;
	visibility: visible;
	top: 30%;
}

.port-link a {
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-left: 15px;
	text-align: center;
	width: 52px;
}

.port-link a:first-child {
	margin-left: 0;
}

.port-link a:hover {
	background: #32c4d1 none repeat scroll 0 0;
	border-color: #32c4d1;
}

.port-title-wrapper {
	bottom: 2%;
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-ms-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}

.portfolio-images-wrapper:hover .port-title-wrapper {
	opacity: 1;
	visibility: visible;
	bottom: 10%;
}

.port-title-wrapper .port-title {
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.port-title-wrapper .port-title a {
	color: #ffffff;
}

.port-title-wrapper .port-desc {
	color: #32c4d1;
	letter-spacing: 1px;
}

.home section.widget {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
    Blog section css
--------------------------------------------------------------*/

.widget_featured_posts_block .parallax-overlay {
	background: rgba(255, 255, 255, 0.85);
}

.blog-block {
	background: #ffffff none repeat scroll 0 0;
	padding: 15px;
}

.blog-title {
	margin: 20px 0 10px;
}

.blog-title a {
	color: #333333;
}

.blog-title a:hover {
	color: #32c4d1;
}

.posted-date {
	color: #9c9c9c;
	font-size: 13px;
	margin-bottom: 20px;
}

.blog-readmore {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

.blog-view {
	background: #32c4d1 none repeat scroll 0 0;
	border-bottom: 2px solid #338087;
	color: #ffffff;
	display: block;
	margin: 40px auto;
	padding: 8px 15px;
	text-align: center;
	text-transform: capitalize;
	width: 100px;
}

.blog-view:hover {
	background: #46b3bd;
	color: #ffffff;
}

.default-wp-page a {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
}

.default-wp-page a:hover {
	background: #32c4d1;
}

.default-wp-page {
	list-style: none;
	margin: 0;
}

.default-wp-page li.previous {
	float: left;
}

.default-wp-page li.next {
	float: right;
}

/*--------------------------------------------------------------
    Team section css
--------------------------------------------------------------*/

.widget_our_team_block .parallax-overlay {
	background: rgba(0, 0, 0, 0.66);
}

.widget_our_team_block .main-title,
.widget_our_team_block .sub-title {
	color: #ffffff;
}

.team-img-wrapper .team-name,
.team-desc-wrapper .team-name {
	background: #f6f6f6 none repeat scroll 0 0;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.team-block {
	overflow: hidden;
	position: relative;
}

.team-img-wrapper {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team-desc-wrapper {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	left: 0;
	opacity: 1;
	position: absolute;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #32c4d1;
	padding: 20px 39px 0;
	height: 100%;
	width: 100%;
}

.team-block:hover .team-desc-wrapper {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	visibility: visible;
}

.team-block:hover .team-img-wrapper {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-deg {
	color: #ffffff;
	font-weight: 300;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
	text-transform: capitalize;
}

.team-deg:after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: 28px;
	width: 25px;
}

.team-content {
	color: #ffffff;
	font-weight: 300;
	margin: 35px 0;
	text-align: center;
}

.team-content p {
	margin: 0;
}

.team-social {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
}

.team-social a {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	margin: 23px 0 0 12px;
}

.team-social a:first-child {
	margin-left: 0;
}

.team-desc-wrapper .team-name {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	margin: 16px 0 17px;
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------
    contact section css
--------------------------------------------------------------*/

.contact-title {
	margin-bottom: 26px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
	color: #534f4f;
	font-weight: 300;
	height: 38px;
	margin-bottom: 2px;
	font-size: 14px;
}

.contact-form-wrapper textarea {
	height: 100px;
	resize: none;
}

.contact-form-wrapper input[type="submit"] {
	background: #32c4d1;
	color: #ffffff;
}

.contact-form-wrapper input[type="submit"]:hover {
	background: #28a8b3;
}

.detail-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.detail-block:last-child {
	border-bottom: none;
}

.detail-title i {
	font-size: 18px;
	width: 22px;
}

.detail-text {
	font-size: 15px;
	font-weight: 300;
	padding-left: 27px;
}

.detail-block {
	margin-bottom: 15px;
}

#map iframe {
	display: none;
	width: 100%;
	height: 620px;
}

.map-btn {
	background: #333333 none repeat scroll 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	cursor: pointer;
	line-height: 33px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

.detail-block p {
	margin-bottom: 0;
}

.contact-content .wpcf7,
.contact-content .everest-forms {
	display: none;
}

/*--------------------------------------------------------------
    footer css
--------------------------------------------------------------*/

#colophon {
	text-align: center;
	margin-top: 70px;
}

.home #colophon {
	margin-top: 0;
}

.footer-logo {
	margin-bottom: 25px;
}

.copyright {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.copyright span {
	display: block;
}

.footer-social a {
	color: #ffffff;
	display: inline-block;
	font-size: 65px;
	margin-left: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.footer-social a:hover {
	color: #32c4d1;
}

.footer-nav {
	float: right;
}

.footer-nav ul {
	margin: 0;
	padding: 7px 0;
	list-style: none;
}

.footer-nav li {
	border-left: 1px solid #ffffff;
	float: left;
	line-height: 14px;
	margin-left: 15px;
	padding-left: 15px;
}

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

.footer-nav li a {
	color: #ffffff;
}

.footer-nav li a:hover {
	color: #32c4d1;
}

/*--------------------------------------------------------------
    footer with widget css
--------------------------------------------------------------*/

#colophon.footer-with-widget {
	margin: 60px 0 0;
}

#colophon.footer #top-footer {
	padding: 70px 0 30px;
}

#top-footer,
#top-footer a {
	color: #ffffff;
	text-align: left;
}

#top-footer a:hover {
	color: #32c4d1;
}

#top-footer {
	background: #333333 none repeat scroll 0 0;
	padding: 100px 0 60px;
}

.widget ul.contact-list li::before {
	display: none;
}

#top-footer .widget ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 40px;
}

#top-footer .widget ul.contact-list li {
	padding-left: 5px;
}

#top-footer .widget-about-text {
	margin-top: 22px;
}

.widget ul.contact-list li i {
	margin-right: 10px;
}

#top-footer .widget-title {
	color: #ffffff;
}

.widget.widget-gallery ul li::before {
	display: none;
}

.widget.widget-gallery ul li {
	border: medium none;
	float: left;
	margin: 0 0 3% 3%;
	padding-left: 0;
	width: 22%;
}

#top-footer .gallery-wrap {
	margin-left: -3%;
}

#bottom-footer .copyright {
	border: medium none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.footer-with-widget .copyright span.copyright-text {
	float: left;
}

.footer-with-widget .copyright .reserved {
	float: right;
}

#bottom-footer {
	background: #2c2c2c none repeat scroll 0 0;
	padding: 10px 0;
}

/*--------------------------------------------------------------
    footer-layout second css
--------------------------------------------------------------*/

#colophon.footer-layout-two {
	background: #333333;
	padding: 70px 0;
}

#colophon.footer-layout-two #bottom-footer {
	background: none;
}

.footer-with-widget.footer-layout-two .copyright span.copyright-text {
	float: none;
}

#colophon.footer-layout-two .footer-logo {
	margin-bottom: 0;
}

#colophon.footer-layout-two #bottom-footer .copyright {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	float: none;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.footer-nav #social li {
	border: medium none;
	padding: 0;
	display: inline-block;
	float: none;
}

#colophon.social .footer-nav {
	float: none;
}

#colophon.footer-layout-two .footer-nav li a:before {
	color: #ffffff;
	font-size: 45px;
	padding: 30px 15px 0;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#colophon.footer-layout-two .footer-nav li a:hover:before {
	color: #32c4d1;
}

#colophon.footer-layout-two #bottom-footer .copyright {
	font-size: 14px;
}

.footer-layout-two .footer-nav {
	float: none;
	text-align: center;
}

.footer-layout-two .footer-nav li {
	border: medium none;
	display: inline-block;
	float: none;
}

.footer-layout-two #footer-layout-two {
	margin-top: -20px;
}

.footer-layout-two .footer-nav {
	margin-left: -15px;
}

#colophon.footer-layout-two #top-footer {
	padding: 0 0 40px;
}

/*--------------------------------------------------------------
    scroll top css
--------------------------------------------------------------*/

.scrollup {
	background-color: #32c4d1;
	border-radius: 2px;
	bottom: 30px;
	color: #ffffff;
	display: none;
	font-size: 30px;
	height: 40px;
	line-height: 36px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 40px;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
	color: #ffffff;
}

/*--------------------------------------------------------------
    stick navigation css
--------------------------------------------------------------*/

#stick-navigation ul.menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#stick-navigation {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	border-radius: 0 5px 5px 0;
	left: 0;
	padding: 10px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99999;
}

#stick-navigation li a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	color: transparent;
	font: 0px/0 a;
	height: 10px;
	margin-top: 8px;
	opacity: 0.7;
	width: 10px;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	display: block;
}

#stick-navigation li.current-one-page-item a,
#stick-navigation li:hover a {
	opacity: 1;
	background: #32c4d1;
}

/*--------------------------------------------------------------
    Inner page layout css
--------------------------------------------------------------*/

#primary {
	float: left;
	width: 67%;
}

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.left-sidebar #primary {
	float: right;
}

#secondary {
	float: right;
	width: 28%;
}

.left-sidebar #secondary {
	float: left;
}

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

/*--------------------------------------------------------------
    Blog page css
--------------------------------------------------------------*/

.home #main {
	margin-top: 80px;
}

.entry-title a {
	color: #333333;
}

.entry-title a:hover {
	color: #32c4d1;
}

.entry-meta {
	margin: 30px 0;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	line-height: 30px;
}

.entry-meta a {
	color: #aeaeae;
	font-size: 12px;
}

.entry-meta a:hover {
	color: #28a8b3;
}

.entry-meta > span:after {
	color: #aeaeae;
	content: "/";
	left: 10px;
	position: relative;
	top: 0;
}

.entry-meta > span:last-child:after {
	content: "";
}

.entry-meta > span {
	margin-right: 20px;
}

.posted-on {
	font-style: normal;
}

.entry-thumbnail .blog-hover-effect {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 100%;
	height: 100%;
}

.entry-thumbnail:hover .blog-hover-effect {
	opacity: 1;
	visibility: visible;
}

.blog-hover-link {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-hover-link a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-left: 18px;
	text-align: center;
	width: 80px;
	font-size: 24px;
	color: #333333;
}

.blog-hover-link a:first-child {
	margin-left: 0;
}

.blog-hover-link a:hover {
	color: #ffffff;
	background: #32c4d1;
}

.blog-hover-link .image-popup,
.blog-hover-link .blog-inner-link {
	position: relative;
	top: -60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-hover-link .blog-inner-link {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.blog-hover-link .blog-inner-link:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-thumbnail:hover .blog-hover-link .image-popup,
.entry-thumbnail:hover .blog-hover-link .blog-inner-link {
	top: 0;
}

.entry-btn .btn {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 8px 15px;
	margin-top: 16px;
}

.entry-btn .btn:hover {
	background: #32c4d1;
}

article {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 70px;
	padding-bottom: 70px;
}

.single-post article {
	padding-bottom: 20px;
}

.single article.hentry h1.entry-title,
.page article.hentry h1.entry-title {
	font-size: 30px;
	line-height: 1.3;
	text-transform: none;
}

/*--------------------------------------------------------------
    Sidebar css
--------------------------------------------------------------*/

.blog-search input[type="text"] {
	float: left;
	width: 76%;
}

.blog-search input[type="submit"] {
	height: 36px;
	padding: 0 16px;
	position: relative;
	text-transform: capitalize;
}

#secondary .widget-title,
#top-footer .widget-title {
	padding-bottom: 10px;
	text-transform: capitalize;
}

#secondary .widget-title:after,
#top-footer .widget-title:after {
	background: #32c4d1 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	top: 8px;
	width: 50px;
}

.widget_search .search-field {
	float: left;
	width: 86%;
}

.widget_search .searchsubmit {
	height: 36px;
	line-height: 36px;
	padding: 0;
	width: 14%;
}

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

.widget ul li {
	border-bottom: 1px solid #e1e1e1;
	line-height: 35px;
	padding-left: 25px;
	position: relative;
}

.widget ul li:before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "\f105";
	font-family: FontAwesome;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.widget ul li a {
	color: #333333;
}

.widget ul li a:hover,
.widget ul li:hover:before {
	color: #32c4d1;
}

.widget-tags a {
	border: 1px solid #e1e1e1;
	color: #333333;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}

.widget-tags a:hover {
	background: #32c4d1;
	color: #ffffff;
	border: 1px solid #32c4d1;
}

/*--------------------------------------------------------------
    404-error css
--------------------------------------------------------------*/

.error-wrap span {
	display: block;
	text-align: center;
}

.num-404 {
	color: #32c4d1;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.error {
	background: #32c4d1 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 20px auto;
	padding: 2px 28px;
	text-transform: uppercase;
	width: 100%;
}

.error-404 .page-header,
.error-404 p {
	text-align: center;
}

.sticky {
}

.error-404 .search-field,
.no-results .search-field {
	margin-right: -4px;
	width: 60%;
}

.error-404 .searchsubmit,
.no-results .searchsubmit {
	height: 36px;
}

/*--------------------------------------------------------------
   Social Link css
--------------------------------------------------------------*/

#social li a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
	content: "\f005";
	color: #cccccc;
}

.footer-nav li a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
}

.footer-nav li a[href*="facebook.com"],
.footer-nav li a[href*="instagram.com"],
.footer-nav li a[href*="twitter.com"],
.footer-nav li a[href*="plus.google.com"],
.footer-nav li a[href*="youtube.com"],
.footer-nav li a[href*="pinterest.com"] {
	font: 0/0 a;
	color: transparent;
}

.footer-nav li a[href*="facebook.com"]::before,
.footer-nav li a[href*="instagram.com"]::before,
.footer-nav li a[href*="twitter.com"]::before,
.footer-nav li a[href*="plus.google.com"]::before,
.footer-nav li a[href*="youtube.com"]::before,
.footer-nav li a[href*="pinterest.com"]::before {
	content: '\f09a';
	font-size: 21px;
	line-height: 15px;
	padding: 0;
	color: #ffffff;
}

.footer-nav li a[href*="twitter.com"]::before {
	content: '\f099';
}

.footer-nav li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

.footer-nav li a[href*="youtube.com"]::before {
	content: '\f167';
}

.footer-nav li a[href*="pinterest.com"]::before {
	content: '\f0d2';
}

.footer-nav li a[href*="instagram.com"]::before {
	content: '\f16d';
}

.social-icons-lists li {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
Header media css
--------------------------------------------------------------*/
.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: '\f04b';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: '\f04c';
}

/*--------------------------------------------------------------
    Responsive css
--------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1400px) {
	.scroll-down {
		bottom: 20px;
	}

	.caption-title {
		font-size: 40px;
		line-height: 40px;
		width: 64%;
		font-weight: 700;
	}

	.caption-sub {
		font-size: 22px;
		line-height: 38px;
		margin: 30px auto;
		width: 1068px;
	}

	.slider-readmore {
		font-size: 18px;
		line-height: 13px;
		padding: 13px 18px;
	}

	.search-box .search-field {
		width: 93%;
	}

	.search-box .searchsubmit {
		width: 7%;
	}
}

@media (min-width: 769px) {
	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
		display: block !important;
	}
}

/* Large desktop */

@media (max-width: 1200px) {
	.tg-container {
		width: 99%;
		padding: 0 1%;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.caption-title {
		font-size: 32px;
		line-height: 30px;
		width: 70%;
		font-weight: 700;
	}

	.caption-sub {
		width: 100%;
		margin: 20px auto;
		font-size: 22px;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.scroll-down {
		bottom: 30px;
		font-size: 18px;
	}

	.scroll-down i {
		font-size: 30px;
	}

	.portfolio-images-wrapper {
		width: 33.33%;
	}

	.team-desc-wrapper {
		height: 100%;
		padding: 20px;
	}

	.entry-thumbnail {
		width: 100%;
	}
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px) {
	#site-navigation .menu li {
		margin-left: 20px;
	}

	.caption-sub {
		font-size: 16px;
		line-height: 26px;
		margin: 15px auto;
	}

	.caption-title {
		font-size: 22px;
		line-height: 10px;
	}

	.caption-title span {
		padding: 20px 25px;
	}

	.slider-readmore {
		font-size: 14px;
		line-height: 8px;
		padding: 10px;
	}

	.scroll-down {
		bottom: 30px;
		font-size: 15px;
		line-height: 10px;
	}

	.logged-in .header-wrapper.stick,
	.home.logged-in .header-wrapper {
		top: 46px;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-btn {
		float: none;
		margin: -20px auto 0;
		width: 32%;
	}

	.section-wrapper.cta-text-section-wrapper {
		padding: 40px 0 75px;
	}

	.team-desc-wrapper {
		height: 100%;
		padding: 10px;
	}

	.search-box .search-field {
		width: 82%;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 250px;
		font-weight: 700;
		line-height: 250px;
	}
}

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	.logged-in.customize-support .header-wrapper.stick,
	.home.logged-in.customize-support .header-wrapper {
		top: 46px;
	}

	#site-navigation .menu,
	#site-navigation ul {
		float: left;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		width: 95%;
	}

	.non-stick.transparent .header-wrapper.stick, .non-stick.non-transparent .header-wrapper.stick {
		padding: 0;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li {
		margin-left: 20px;
		float: none;
	}

	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
		background: #333333 none repeat scroll 0 0;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		display: none;
		z-index: 99;
	}

	.header-wrapper .tg-container {
		padding: 0;
		width: 100%;
	}

	.home-search {
		padding-right: 1%;
	}

	.menu-toggle {
		display: block;
		height: 30px;
		margin-top: 19px;
		width: 30px;
		cursor: pointer;
		color: #ffffff;
		font-size: 22px;
	}

	.menu-toggle::before {
		content: '\f0c9';
		font-family: FontAwesome;
	}

	.menu-search-wrapper {
		float: none;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		float: none;
		line-height: 40px;
		margin-left: 20px;
		width: 100%;
	}

	.sub-toggle {
		background: #32c4d1 none repeat scroll 0 0;
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 24px;
		line-height: 21px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 9px;
		width: 24px;
	}

	#site-navigation ul.sub-menu {
		float: none;
		min-width: auto;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	.home #site-navigation ul.sub-menu {
		background: #333333;
	}

	#site-navigation .sub-menu li a {
		text-align: left;
	}

	#site-navigation .sub-menu li:first-child,
	#site-navigation .sub-menu li,
	.header-wrapper.stick #site-navigation .sub-menu li {
		border: none;
	}

	.caption-title {
		font-size: 24px;
		width: 62%;
	}

	.caption-title span {
		padding: 10px;
		line-height: 20px;
	}

	.caption-sub {
		font-size: 17px;
		line-height: 24px;
		margin: 20px auto;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -30%);
		-moz-transform: translate(-50%, -30%);
		-ms-transform: translate(-50%, -30%);
		-o-transform: translate(-50%, -30%);
	}

	.slider-readmore {
		font-size: 14px;
		padding: 10px 12px;
	}

	#primary,
	#secondary {
		width: 100%;
		float: none;
	}

	#secondary {
		margin-top: 30px;
	}

	.about-content-wrapper.tg-column-wrapper {
		margin-left: 0;
		text-align: center;
	}

	.about-image.tg-column-2 {
		display: inline-block;
		margin: 0 auto 40px;
		width: 80%;
		float: none;
	}

	.about-content.tg-column-2 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-style-2 .cta-text-btn,
	.cta-text-btn {
		float: none;
		margin: 0 auto;
		transform: none;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 50%;
	}

	.service-content-wrapper .tg-column-wrapper,
	.blog-content-wrapper .tg-column-wrapper,
	.team-content-wrapper .tg-column-wrapper,
	.footer-with-widget .tg-column-wrapper,
	.contact-form-wrapper .tg-column-wrapper {
		margin-left: 0;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2 {
		display: block;
		float: none;
		margin: 0 auto 30px;
		width: 70%;
	}

	.blog-content-wrapper img,
	.team-content-wrapper img,
	.service-content-wrapper img {
		width: 100%;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 60px;
		padding: 0 30px;
		width: 82%;
	}

	.search-box .searchsubmit {
		font-size: 27px;
		height: 60px;
		line-height: 40px;
		width: 60px;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 200px;
		font-weight: 700;
		line-height: 210px;
	}

	#header-text {
		float: left;
		margin: 0 0 0 10px;
		width: 65%;
		top: 0;
	}

	.stick #header-text {
		margin-left: 0;
	}

	.header-wrapper #site-title {
		margin: 0;
	}

	.header-wrapper #site-description {
		border: medium none;
		display: block;
		margin: 0;
		padding: 0;
	}

	#masthead .show-both .logo {
		display: none;
	}

	.show-both #header-text {
		margin: 0;
		padding: 0 5px;
		position: relative;
		text-align: left;
		top: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		width: 69%;
	}

	.header-wrapper.show-both #site-title {
		display: block;
		float: none;
		margin: 0 0 5px;
		text-align: left;
		width: 100%;
	}

	.header-wrapper.show-both #site-description {
		border: medium none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#top-footer .tg-column-3 {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.caption-sub {
		display: none;
	}

	.caption-title {
		font-size: 16px;
		width: 80%;
	}

	.caption-title span::after,
	.caption-title span::before {
		left: -30px;
		width: 30px;
	}

	.caption-title span::before {
		right: -30px;
		left: auto;
	}

	.caption-title span {
		padding: 5px;
		line-height: 18px;
	}

	.slider-readmore {
		font-size: 14px;
		margin-top: 5px;
		padding: 3px 5px;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -10%);
		-moz-transform: translate(-50%, -10%);
		-ms-transform: translate(-50%, -10%);
		-o-transform: translate(-50%, -10%);
		transform: translate(-50%, -10%);
	}

	.main-title {
		font-size: 20px;
	}

	.main-title:before,
	.main-title:after {
		left: -80px;
		width: 60px;
	}

	.main-title:after {
		left: auto;
		right: -80px;
	}

	.sub-title {
		font-size: 16px;
		line-height: 20px;
	}

	.cta-text-title h2 {
		font-size: 20px;
	}

	.cta-text-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.cta-text-btn {
		float: none;
		font-size: 16px;
		margin: 0 auto;
		padding: 10px 0;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 100%;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2 {
		width: 80%;
	}

	.blog-content-wrapper .tg-column-3 {
		box-shadow: 0 0 4px #cccccc;
	}

	.widget_contact_block .tg-column-wrapper {
		margin-left: 0;
	}

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

	.home #main {
		margin-top: 0;
	}

	.footer-with-widget .copyright span.copyright-text {
		float: none;
		display: block;
		text-align: center;
	}

	.footer-nav {
		display: block;
		float: none;
		margin: 0;
		text-align: center;
	}

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

	#bottom-footer {
		padding: 20px 0 10px;
	}

	.search-icon i,
	.search-icon {
		display: block;
		line-height: 60px;
	}

	.menu-toggle {
		margin: 15px 0;
	}

	.home .header-wrapper.transparent,
	.home .header-wrapper.transparent.non-stick {
		padding: 5px 0;
	}

	.slider-wrapper .bx-controls {
		display: none;
	}

	.search-box .close {
		font-size: 70px;
		top: 0;
	}

	.show-both #header-text {
		margin-left: 0;
	}
}

/* Landscape phones and down */

@media (max-width: 480px) {
	.main-title::before,
	.main-title::after {
		left: -30px;
		width: 20px;
	}

	.main-title::after {
		left: auto;
		right: -30px;
	}

	.sub-title {
		font-size: 14px;
		line-height: 20px;
	}

	.section-title-wrapper {
		margin-bottom: 50px;
	}

	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-3,
	.team-img-wrapper img,
	.blog-content-wrapper img {
		width: 100%;
	}

	.cta-text-btn {
		width: 50%;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		margin-left: 15px;
		width: 96%;
	}

	.caption-title span::after,
	.caption-title span::before,
	.caption-title::before,
	.caption-title::after {
		display: none;
	}

	.caption-title {
		border: medium none;
		font-size: 14px;
		line-height: 8px;
		width: 100%;
	}

	.blog-hover-link a {
		height: 60px;
		line-height: 60px;
		margin-left: 14px;
		width: 60px;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 40px;
		padding: 0 20px;
		width: 75%;
	}

	.search-box .searchsubmit {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		width: 40px;
	}

	.num-404 {
		font-size: 130px;
		line-height: 130px;
	}

	#colophon.footer-layout-two .footer-nav li a::before {
		color: #ffffff;
		font-size: 35px;
		padding: 30px 5px 0;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2,
	.blog-content-wrapper .tg-column-3 {
		width: 100%;
	}

	.cta-text-style-2 .cta-text-btn {
		width: 50%;
	}

	#masthead .header-wrapper .logo img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	.transparent .header-wrapper,
	.non-transparent .header-wrapper {
		padding: 3px 0;
	}
}

/* removing the search results title */

.search .page-header {
	display: none;
}
/*!
 *  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/themes/himalayas/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/himalayas/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/himalayas/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/himalayas/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/himalayas/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/himalayas/font-awesome/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}/* 
Theme Name:		 villafamilia
Description:	 villafamilia theme
Author:			 Matea
Template:		 himalayas
Version:		 1.0.0
Text Domain:	 Himalayas-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.wpml-ls-last-item {
	margin-left: 10px !important;
}

.about-image.tg-column-2 {
	text-align: center;
}

.slider-wrapper .bxslider img {
	max-height: 100vh;
}

.everest-forms .evf-submit {
	height: auto;
}

.about-btn, .comments-area, .Portfolio-content-wrapper {
	display: none !important;
}

.portfolio-images-wrapper:hover .portfolio-hover .port-link a:second-child,
.portfolio-images-wrapper:hover .portfolio-hover .port-title-wrapper {
    visibility: hidden; 
}

.envira-gallery-wrap, .envira-gallery-public{
	margin-bottom: 0 !important;
}

.footer-with-widget .copyright span.copyright-text {
	float: none;
}

div.wpcf7-response-output {
	margin: 2em 0 1em;
	
}

.contact-detail-wrap .detail-text a {
	color: initial;
}

.contact-detail-wrap .detail-text a:hover {
	color: #32c4d1;
}

.about-title a {
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

@media only screen and (max-width: 1290px) { 
	.stick #header-text {
		margin-left: 10px;
	}
} 
@media only screen and (max-width: 768px) { 

	input, textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}
	
	.stick #header-text {
		margin-top: 10px;
	}
	

	.wpml-ls-item-en, .wpml-ls-item-hr {
		display: inline-block !important;
		width: auto !important;
		border-bottom: none !important;
	}
	.wpml-ls-item-en a, .wpml-ls-item-hr a {
		display: inline-block !important;
	}
	.main-title:before, .main-title:after {
		display: none;
	}
}



.stick #header-text {
	margin-left: 10px; 
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.envira-gallery-wrap,.envira-gallery-wrap *,.envira-tags-filter-list,.envira-tags-filter-list *{background:none;border:0 none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;float:none;font-size:100%;height:auto;letter-spacing:normal;list-style:none;outline:none;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;margin:0;padding:0;line-height:1;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-appearance:none;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}.envira-tags-filter-list{clear:both;margin:0 0 10px 0}.envira-tags-filter-list li.envira-tags-filter,.envira-tags-filter-list li.envira-tag-filter{float:left;margin:0 20px 10px 0}.envira-tags-filter-list .envira-tag-filter-link{font-size:13px;font-weight:bold}.envira-breadcrumbs{display:block;margin:0 0 20px 0;padding:10px;background:#eee}.envira-breadcrumbs a{text-decoration:none}.envira-gallery-wrap{width:100%;margin:0 auto 20px auto}.envira-gallery-wrap .envira-pagination{margin:0 0 20px 0}.envira-gallery-wrap .envira-gallery-description{clear:both}.envira-gallery-wrap .envira-gallery-public{width:100%;margin:0 auto 20px auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.envira-gallery-wrap .envira-gallery-public.envira-clear{clear:both}.envira-gallery-wrap .envira-gallery-public.envira-clear:after{clear:both;content:'.';display:block;height:0;line-height:0;overflow:auto;visibility:hidden;zoom:1}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner{position:relative}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay{box-sizing:border-box;position:absolute;overflow:visible;z-index:999}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-left{top:0;left:0;padding:5px 0 0 5px}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-right{top:0;right:0;padding:5px 5px 0 0;text-align:right}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-left{bottom:0;left:0;padding:0 0 5px 5px}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-right{bottom:0;right:0;padding:0 5px 5px 0;text-align:right}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item{float:left}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item>.envira-gallery-link{display:block;outline:none;border:0 none;position:relative}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img{float:none;display:block;margin:0 auto;padding:0;max-width:100%}.envira-gallery-wrap .envira-gallery-public .envira-gallery-item iframe,.envira-gallery-wrap .envira-gallery-public .envira-gallery-item video{display:block;margin:0 auto;width:100%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item{clear:both;width:100%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item{width:50%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item{width:33.33%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item{width:25%;margin:0;padding:0;box-sizing:border-box}.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item{width:20%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item{width:16.66%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item{clear:none !important}.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img{opacity:0;transition:all .2s ease-in-out}.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item a:hover img{opacity:1 !important}.envira-gallery-public.justified-gallery .envira-gallery-item-inner{position:absolute}.envira-gallery-wrap.envira-gallery-rtl .envira-gallery-public .envira-gallery-item{float:right}@media only screen and (max-width: 768px){.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item{width:33%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1){clear:none}.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item{width:33%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1){clear:none}.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item{width:33%}.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1){clear:none}.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item{clear:none !important}}@media only screen and (max-width: 459px){.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item{width:50% !important}.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1){clear:none !important}.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(2n+1){clear:both !important}.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item{clear:none !important}}@media only screen and (max-width: 320px){.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item,.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item{width:100% !important}.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(6n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(2n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(4n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(5n+1),.envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1){clear:both}.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item{clear:none !important}}.envirabox-wrap,.envirabox-skin,.envirabox-outer,.envirabox-inner,.envirabox-image,.envirabox-wrap iframe,.envirabox-wrap object,.envirabox-nav,.envirabox-nav span,.envirabox-tmp,.envirabox-buttons,.envirabox-thumbs,.envirabox-wrap *,.envirabox-thumbs *,.envirabox-buttons *{background:none;border:0 none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;float:none;font-size:100%;height:auto;letter-spacing:normal;list-style:none;outline:none;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;margin:0;padding:0;line-height:1;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-appearance:none;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}.envirabox-wrap{position:absolute;top:0;left:0;z-index:988020}.envirabox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.envirabox-opened{z-index:988030}.envirabox-opened .envirabox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.envirabox-outer,.envirabox-inner{position:relative}.envirabox-inner{overflow:hidden}.envirabox-inner .envirabox-position-overlay{box-sizing:border-box;position:absolute;overflow:visible;z-index:988041;padding:0}.envirabox-inner .envirabox-position-overlay.envira-gallery-top-left{top:0;left:0}.envirabox-inner .envirabox-position-overlay.envira-gallery-top-right{top:0;right:0;text-align:right}.envirabox-inner .envirabox-position-overlay.envira-gallery-bottom-left{bottom:0;left:0}.envirabox-inner .envirabox-position-overlay.envira-gallery-bottom-right{bottom:0;right:0;text-align:right}.envirabox-type-iframe .envirabox-inner{-webkit-overflow-scrolling:touch}.envirabox-error{color:#444;font:13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.envirabox-image,.envirabox-iframe{display:block;width:100%;height:100%}.envirabox-image{max-width:100%;max-height:100%}#envirabox-loading,.envirabox-close,.envirabox-prev span,.envirabox-next span{background-image:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_sprite.png")}#envirabox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:988060}#envirabox-loading div{width:44px;height:44px;background:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_loading.gif") center center no-repeat}.envirabox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:988040}.envirabox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url("/wp-content/plugins/envira-gallery-lite/assets/css/images/blank.gif");-webkit-tap-highlight-color:transparent;z-index:988040}.envirabox-prev{left:0}.envirabox-next{right:0}.envirabox-prev.envirabox-arrows-outside{left:-100px}.envirabox-next.envirabox-arrows-outside{right:-100px}.envirabox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:988040;visibility:hidden}body.envira-touch .envirabox-nav span{visibility:visible}.envirabox-prev span{left:10px;background-position:0 -36px}.envirabox-next span{right:10px;background-position:0 -72px}.envirabox-nav:hover span{visibility:visible}.envirabox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible !important}a.envirabox-close,a.envirabox-nav,a.fancy-close:hover,a.envirabox-nav:hover{border:0}.envirabox-lock{overflow:visible !important;width:auto}.envirabox-lock body{overflow:hidden !important}.envirabox-lock-test{overflow-y:hidden !important}.envirabox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:988010;background:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_overlay.png")}.envirabox-overlay-fixed{position:fixed;bottom:0;right:0}.envirabox-lock .envirabox-overlay{overflow:auto;overflow-y:scroll}.envirabox-title{visibility:hidden;font-size:13px;line-height:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:988090}.envirabox-opened .envirabox-title{visibility:visible}.envirabox-title-float-wrap{position:absolute;bottom:auto;right:50%;margin-top:20px;z-index:988050;text-align:center}.envirabox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;line-height:24px;white-space:normal}.envirabox-title-float-wrap.envirabox-title-text-wrap .child{white-space:normal}.envirabox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.envirabox-title-inside-wrap{padding-top:10px}.envirabox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#envirabox-buttons{position:fixed;left:0;width:100%;z-index:988050}#envirabox-buttons.top{top:10px}#envirabox-buttons.bottom{bottom:10px}#envirabox-buttons.bottom.has-padding{bottom:80px}#envirabox-buttons.top.has-padding{top:80px}#envirabox-buttons ul{display:block;width:auto;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));background:-webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);background:-o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);background:-ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);background:linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 )}#envirabox-buttons ul li{float:left;margin:0;padding:0}#envirabox-buttons ul li#envirabox-buttons-title span{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:30px;padding:0 10px;color:#fff}#envirabox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-color:transparent;background-image:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_buttons.png");background-repeat:no-repeat;outline:none;opacity:0.8}#envirabox-buttons a:hover{opacity:1}#envirabox-buttons a.btnPrev{background-position:5px 0}#envirabox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#envirabox-buttons a.btnPlay{background-position:0 -30px}#envirabox-buttons a.btnPlayOn{background-position:-30px -30px}#envirabox-buttons a.btnToggle,#envirabox-buttons a.btnFullscreen{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#envirabox-buttons a.btnToggleOn,#envirabox-buttons a.btnFullscreenOn{background-position:-27px -60px}#envirabox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0px}#envirabox-buttons a.btnDisabled{opacity:0.4;cursor:default}#envirabox-thumbs{position:fixed;left:0;width:100%;overflow:hidden;z-index:988050;box-sizing:border-box}#envirabox-thumbs.top{top:2px}#envirabox-thumbs.top.has-other-content{top:50px}#envirabox-thumbs.bottom{bottom:2px}#envirabox-thumbs.bottom.has-other-content{bottom:50px}#envirabox-thumbs.inline{position:absolute}#envirabox-thumbs *{box-sizing:border-box}#envirabox-thumbs ul{position:relative;list-style:none;margin:0;padding:0}#envirabox-thumbs ul li{border:3px solid #fff;float:left;margin:5px;opacity:1}#envirabox-thumbs ul li.active{opacity:0.75;border:3px solid #888}#envirabox-thumbs ul li:hover{opacity:0.75}#envirabox-thumbs ul li a{display:block;position:relative;overflow:hidden;border:1px solid #222;background:#111;outline:none}#envirabox-thumbs ul li img{display:block;position:relative;border:0;padding:0;max-width:none}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){#envirabox-loading,.envirabox-close,.envirabox-prev span,.envirabox-next span{background-image:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_sprite@2x.png");background-size:44px 152px}#envirabox-loading div{background-image:url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_loading@2x.gif");background-size:24px 24px}}
/*
 * Responsively Lazy
 * http://ivopetkov.com/b/lazy-load-responsive-images/
 * Copyright 2015-2016, Ivo Petkov
 * Free to use under the MIT license.
*/

.envira-lazy:not(img){
    position:relative;
    height: 0;
    display: block;
    overflow: hidden;
}

.envira-lazy:not(img) img {
    position: absolute;
    top: 0;
    left: 0;
}

.envira-gallery-1-columns .envira-lazy:not(img) img,
.envira-gallery-2-columns .envira-lazy:not(img) img,
.envira-gallery-3-columns .envira-lazy:not(img) img,
.envira-gallery-4-columns .envira-lazy:not(img) img,
.envira-gallery-5-columns .envira-lazy:not(img) img,
.envira-gallery-6-columns .envira-lazy:not(img) img {
    position: relative;
}

img.envira-lazy{
    width: 100%;
}

/* hide the gallery overlay by default and use JS triggers to make them appear when images load */

.envira-gallery-item.envira-lazy-load .envira-gallery-position-overlay {
	display: none;
}

/* hide the captions on legacy by default and use JS triggers to make them appear when images load */

.envira-gallery-item.envira-lazy-load .envira-title,
.envira-gallery-item.envira-lazy-load .envira-caption {
	visibility: hidden;
}
#envirabox-wrap,
#envirabox-wrap *,
#envirabox-overlay {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#envirabox-loading, .envirabox-close, #envirabox-left #envirabox-left-ico, #envirabox-right #envirabox-right-ico {
    background-image: url('/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_sprite.png');
}

#envirabox-loading {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
	z-index: 988100;
	display: none;
}

#envirabox-loading div {
	width: 44px;
    height: 44px;
    background: url('/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_loading.gif') center center no-repeat;
}

#envirabox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 988010;
	display: none;
	background: url('/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_overlay.png');
	background-color: rgba(0,0,0,.9); /* !important; */
}

#envirabox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#envirabox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 988020;
	outline: none;
	display: none;
}

#envirabox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#envirabox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 988021;
	border: 0px solid #fff;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#envirabox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 988020;
}

#envirabox-close {
	position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    z-index: 988040;
	cursor: pointer;
	display: none;
	background-image: url("/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_sprite.png");
}

#envirabox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#envirabox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#envirabox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#envirabox-left, #envirabox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/wp-content/plugins/envira-gallery-lite/assets/css/images/blank.gif');
	z-index: 988040;
	display: none;
}

#envirabox-left {
	left: 0px;
}

#envirabox-right {
	right: 0px;
}

#envirabox-left-ico, #envirabox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 34px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 988040;
	display: block;
}

#envirabox-left-ico {
	background-position: 0 -36px;
}

#envirabox-right-ico {
	background-position: 0 -72px;
}

#envirabox-left:hover, #envirabox-right:hover {
	visibility: visible; /* IE6 */
}

body.envira-touch #envirabox-left span,
#envirabox-left:hover span {
	left: 20px;
}

#envirabox-right:hover span,
body.envira-touch #envirabox-right span {
	left: auto;
	right: 20px;
}

body.envira-touch #envirabox-left,
body.envira-touch #envirabox-right {
	visibility: visible;
}

#envirabox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 988025;
}

#envirabox-title.envirabox-title-inside {
	padding-bottom: 12px;
	background: #fff;
	font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 988090;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#envirabox-title.envirabox-title-outside {
	padding-top: 10px;
	color: #fff;
	font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    padding-left: 0 !important;
}

#envirabox-title-outside {
	color: #fff;
	font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
}

.envirabox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#envirabox-title-over {
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8);
	display: inline-block;
	font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
}

.envirabox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#envirabox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#envirabox-title-float-wrap tbody,
#envirabox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#envirabox-title-float-left {
	padding: 0 0 0 15px;
}

#envirabox-title-float-main {
	display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    line-height: 24px;
    white-space: nowrap;
}

#envirabox-title-float-right {
	padding: 0 0 0 15px;
}

/* UPDATED FOR TWENTY-SEVENTEEN */

#envirabox-title-float-wrap tr {
	border-bottom: 0;
}

/* IE6 */

.envirabox-ie6 #envirabox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_close.png', sizingMethod='scale'); }

.envirabox-ie6 #envirabox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_nav_left.png', sizingMethod='scale'); }
.envirabox-ie6 #envirabox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_nav_right.png', sizingMethod='scale'); }

.envirabox-ie6 #envirabox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.envirabox-ie6 #envirabox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_title_left.png', sizingMethod='scale'); }
.envirabox-ie6 #envirabox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_title_main.png', sizingMethod='scale'); }
.envirabox-ie6 #envirabox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_title_right.png', sizingMethod='scale'); }

.envirabox-ie6 #envirabox-bg-w, .envirabox-ie6 #envirabox-bg-e, .envirabox-ie6 #envirabox-left, .envirabox-ie6 #envirabox-right, #envirabox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#envirabox-loading.envirabox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#envirabox-loading.envirabox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/envirabox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.envirabox-ie .envirabox-bg { background: transparent !important; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    #envirabox-loading, .envirabox-close, #envirabox-left #envirabox-left-ico, #envirabox-right #envirabox-right-ico, #envirabox-close {
        background-image: url('/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #envirabox-loading div {
        background-image: url('/wp-content/plugins/envira-gallery-lite/assets/css/images/envirabox_loading@2x.gif');
        background-size: 24px 24px;
    }

}.envira-js-desaturate,.envira-js-desaturate-hover:hover{filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0)}.envira-js-blur,.envira-js-blur:hover{filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');-webkit-filter:blur(3px);filter:blur(3px);filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=3);-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0)}.envira-js-vintage,.envira-js-vintage:hover{filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5751000000000001 0.5383 0.1323 0 0 0.24429999999999996 0.7802000000000001 0.11760000000000001 0 0 0.1904 0.3738 0.39170000000000005 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');-webkit-filter:sepia(70%) brightness(90%) contrast(130%);filter:sepia(70%) brightness(90%) contrast(130%);-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0)}.envira-js-threshold,.envira-js-threshold:hover{filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="3" intercept="-1" /><feFuncG type="linear" slope="3" intercept="-1" /><feFuncB type="linear" slope="3" intercept="-1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer></filter></svg>#filter');-webkit-filter:grayscale(100%) contrast(300%) brightness(170%);filter:grayscale(100%) contrast(300%) brightness(170%);-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0)}/*!
 * Justified Gallery - v3.6.2
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>div>div{position:absolute;display:inline-block;overflow:hidden}.justified-gallery>div>div>a>img,.justified-gallery>div>div>img,.justified-gallery>div>div>a>div.effect-wrapper>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none}.justified-gallery>div>div>a>.caption,.justified-gallery>div>div>.caption,.justified-gallery>div>div .caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000000;left:0;right:0;margin:0;color:white;font-size:12px;font-weight:300;font-family:sans-serif;z-index:2}.justified-gallery>div>div>a>.caption.caption-visible,.justified-gallery>div>div>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:0.7;filter:"alpha(opacity=70)";-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>div>div>a>.envira-exif,.justified-gallery>div>div>.envira-exif,.justified-gallery>div>div .envira-exif{display:none;opacity:0.8;position:absolute;top:0;padding:5px;background:rgba(255,255,255,0.7);left:0;right:0;margin:0;color:black;font-size:10px;font-weight:300;font-family:sans-serif}.justified-gallery>div>div>a>.envira-exif.exif-visible,.justified-gallery>div>.envira-exif.exif-visible{display:initial;opacity:0.7;filter:"alpha(opacity=70)";-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{opacity:1.0;filter:alpha(opacity=100);-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0 10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px 0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
