.cmb-modal-box {
  display: none;
  position: fixed;
  z-index: 9999;
  width:auto;
  height:auto;
  left: 50%;
  top: 50%;
  overflow: auto;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;

}
@media only screen and (max-width: 600px) {
 .cmb-modal-box{
     width:95% !important;
	 font-size:12px !important;
  }
  .cmb_top_header img {
  	width:30px !important;
	height:30px !important;
  }
  .cmb_top_style {
  	display:none;
  }
}

.cmb-modal-box header,
.cmb-modal-box .cmb-modal-header {
 /* padding: 1.25em 1.5em;*/
}

.cmb-modal-box header h3,
.cmb-modal-box header h4,
.cmb-modal-box .cmb-modal-header h3,
.cmb-modal-box .cmb-modal-header h4 { margin: 0; }

.cmb-modal-box .cmb-modal-body { padding: 2em 1.5em; }

.cmb-modal-box footer,
.cmb-modal-box .cmb-modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.cmb-modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  z-index: 7777;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.3) !important;*/
  background:#000;
}

a.cmb-close {
  color: #222;
  content: "×";
  display: inline-block;
  font-size: 40px;
  width: 40px;
  text-align:center;
  float: right;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
  outline:none !important;
}


a.cmb-close:hover {
  color: #000 !important;
  /*-webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;*/
}
/*
* @bigboss common style
*/
#clb-bottom-btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ec9214;
    border-color: rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 50px;
    border-style: solid;
    border-width: 0 0 4px;
    box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.3);
    color: #fff !important;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: auto;
    z-index: 7777;
}
#clb-bottom-btn:hover {
    border-bottom-width: 3px;
}
#clb-bottom-btn:active {
    border-bottom-width: 2px;
}
#clb-bottom-btn.bottomleft {
    bottom: 10px;
    left: 10px;
}
#clb-bottom-btn.bottomright {
    bottom: 10px;
    right: 10px;
}
#clb-bottom-btn.bottomcenter {
    bottom: 10px;
    margin-left: -125px;
}
#clb-bottom-btn.topleft {
    left: 10px;
    top: 10px;
}
#clb-bottom-btn.topright {
    right: 10px;
    top: 10px;
}
#clb-bottom-btn.loaded {
    padding: 5px;
    width: 254px;
}
#clb-bottom-btn a {
    text-decoration: none;
}
#clb-bottom-btn .clb-text {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 25px;
    margin: 0 0 0 10px;
    padding: 6px 0;
    position: absolute;
    width: 176px;
}
#clb-bottom-btn .clb-bottom-btn-photo {
    border-radius: 100px;
    float: left;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    z-index: 1;
}
body:not(.clb-mobile) #clb-bottom-btn {
    transition: opacity 0.4s ease 0s;
}
#clb-bottom-btn.bottomcenter .clb-text, #clb-bottom-btn.bottomcenter.loaded .clb-text, #clb-bottom-btn.bottomright .clb-text, #clb-bottom-btn.bottomright.loaded .clb-text, #clb-bottom-btn.topright .clb-text, #clb-bottom-btn.topright.loaded .clb-text {
    left: 65px;
}
#clb-bottom-btn.bottomleft .clb-text, #clb-bottom-btn.bottomright .clb-text, #clb-bottom-btn.topleft .clb-text {
    left: 55px;
    text-align: center;
}
#clb-bottom-btn.bottomleft .clb-bottom-btn-photo, #clb-bottom-btn.bottomright .clb-bottom-btn-photo, #clb-bottom-btn.topleft .clb-bottom-btn-photo {
    float: left;
}
#clb-bottom-btn.white .text, #clb-int-btn.white .text {
    color: #252525;
}
#clb-bottom-btn.white .clb-text, #clb-int-btn.white .clb-text {
    color: #252525;
    font-weight: 400;
}
.clb-mobile #clb-bottom-btn.white svg, .clb-mobile #clb-int-btn.white svg {
    fill: #a9b9be;
}
#clb-bottom-btn.silver .text, #clb-int-btn.silver .text {
    color: #252525;
}
#clb-bottom-btn.silver .clb-text, #clb-int-btn.silver .clb-text {
    color: #252525;
    font-weight: 400;
}
.cmb_button_bg {
    background-color: #05c469 !important;
}
.form-control-cmb {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control-cmb-width {
	width:100% !important;
}
.form-group-cmb {
    margin-bottom: 5px;
	position:relative;
}
textarea.form-control-cmb {
    height: auto;
}
.form-group-cmb label {
    display: inline-block;
    font-weight: 700;
    margin-bottom:2px;
    max-width: 100%;
	font-size:12px !important;
}
.cmb_top_style {
	font-size:12px;
	font-weight:bold;
}
.cmbbtn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	font-weight:bold;
}
.cmb_top_header {
	font-size:23px !important;
}
.cmb-errors {
    position: absolute;
    top: 52px;
    left: 3px;
    background-color: #ce4e4e;
    padding: 2px 8px 4px 6px;
    border-radius: 2px;
    border: 1px solid rgb(242, 91, 91);
    font-size: 12px;
    z-index: 1000;
    color: #fff;
	display:none;
}
.cmb-errors div {
    position: absolute;
    top: -12px;
    left: 10px;
    border-bottom: 6px solid #ce4e4e;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.cmb_time_req {
	top:50px !important;
}
.cmb_top_header {
	margin-top:2px !important;
}
.cmb_loader {
	position:absolute;
	top:0;
	margin-top:225px;
	margin-left:115px;
	display:none;
}
.cmb_loader img{
	width:50px !important;
}
#cmb_call_to, #cmb_call_from {
	width:125px;
}
#cmb_to_info {
	margin-left:157px;
}


/*widget*/
.cmb-header, #cmb-body {
    background: #4e566c none repeat scroll 0 0;
    border-color: #3d4041;
    color: #fff;
}
.cmb-header {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 15px 26px 5px;
    text-transform: uppercase;
}
.cmb-header > span {
    display: block;
    font-size: 21px;
    line-height: 21px;
    margin: 0 0 10px;
    text-align: center;
}
.cmb-header p {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}
.cmb-line {
    background-color: #d5d8e8;
}
.cmb-line {
    height: 6px;
    width: 100%;
}
.cmb-user-info {
    margin-bottom: 9px;
    position: relative;
}
#cmb-body input[type="text"], .cmb-user-info textarea {
    background-color: #86889d;
    border-color: #4e566c;
    color: #fff;
}
.cmb-user-info input, .cmb-user-info textarea {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 7px 2px 7px 9px;
    resize: none;
    width: 100%;
}
#cmb-body {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 13px 23px 16px 21px;
}
.cmb-from {
    float: left;
    width: 49%;
}
.cmb-to {
    float: left;
    text-align: left;
    width: 49%;
	margin-left:2%;
}
.cmb-from *:first-child {
    margin-right: 2px;
}
.cmb-time {
    font-size: 13px;
    margin: 5px 0 21px;
    position: relative;
}
.cmb-time input {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 1px 0 0 4px;
    width: 50%;
}
.cmb_button_area {
	margin-top:15px;
	position:relative;
}
.cmb-w-errors {
    position: absolute;
    top:30px;
    left: 3px;
    background-color: #ce4e4e;
    padding: 2px 8px 4px 6px;
    border-radius: 2px;
    border: 1px solid rgb(242, 91, 91);
    font-size: 12px;
    z-index: 1000;
    color: #fff;
	display:none;
}
.cmb-w-errors div {
    position: absolute;
    top: -12px;
    left: 10px;
    border-bottom: 6px solid #ce4e4e;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.cmb_w_loader {
	position:absolute;
	top:0;
	margin-left:115px;
	display:none;
}
.cmb_w_loader img{
	width:30px !important;
}
.cmb_w_success_box {
	background:#5cb85c !important;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:15px 10px 15px 10px;
	display:none;
}
.cmb_btn_w_style {
	border:solid 1px #000000 !important;
	background:#fff !important;
	color:#000 !important;
}
.cmb_btn_w_style:hover{
	border:solid 1px #000000 !important;
	background:#fff !important;;
	color:#000 !important;;
}


.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

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

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.components-popover-pointer-events-trap{background-color:initial;cursor:pointer;inset:0;position:fixed;z-index:1000000}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{color:#1d4fc4}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
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/includes/css/../../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 input[type="file"] {
	cursor: pointer;
}

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

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/*
 * Exit Popup
 * Exit Popup enabling you to display a modal before a user leaves your website
 *
 * Brontobytes
 * www.brontobytes.com
*/
#exitpopup-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}#exitpopup-modal .underlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.7);cursor:pointer;-webkit-animation:fadein 0.7s;animation:fadein 0.7s;z-index:9999}#exitpopup-modal .exitpopup-modal-window{width:500px;height:300px;background-color:#f0f1f2;z-index:9999;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:4px;-webkit-animation:popin 0.5s;animation:popin 0.5s}#exitpopup-modal .modal-title{font-size:18px;background-color:#252525;color:#fff;padding:10px;margin:0;border-radius:4px 4px 0 0;text-align:center}#exitpopup-modal h3{color:#fff;font-size:1em;margin:0.2em;text-transform:uppercase;font-weight:500}#exitpopup-modal .modal-body{padding:20px 35px;font-size:0.9em}#exitpopup-modal p{color:#344a5f}#exitpopup-modal .exitpopup-modal-footer{position:absolute;bottom:20px;text-align:center;width:100%}#exitpopup-modal .exitpopup-modal-footer p{text-transform:capitalize;cursor:pointer;display:inline;border-bottom:1px solid #344a5f}@-webkit-keyframes "fadein"{0%{opacity:0;}100%{opacity:1;}}@-ms-keyframes fadein{0% { opacity:0}100%{opacity:1}}@keyframes "fadein"{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes "popin"{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0;}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1;}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;}}@-ms-keyframes popin{0% { -ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes "popin"{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1;}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;}}
.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}

/*
----------------------------------------------------------------

UpSolution Frontend basic styles

Copyright 2016 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

/* Used normalize.css v3.0.3 github.com/necolas/normalize.css
   ========================================================================== */

* {
	box-sizing: border-box;
	}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
body {
	margin: 0;
	-webkit-tap-highlight-color: rgba(20,20,20,0.3);
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
	}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	}
audio:not([controls]) {
	display: none;
	height: 0;
	}
[hidden],
template {
	display: none;
	}
a {
	outline: 0;
	text-decoration: none;
	background-color: transparent;
	transition-property: background-color, box-shadow, border, color, opacity, transform;
	transition-duration: 0.3s;
	}
b,
strong {
	font-weight: bold;
	}
dfn {
	font-style: italic;
	}
small {
	font-size: 80%;
	}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}
sup {
	top: -0.5em;
	}
sub {
	bottom: -0.25em;
	}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	}
svg:not(:root) {
	overflow: hidden;
	}
figure {
	margin: 1em 40px;
	}
hr {
	box-sizing: content-box;
	height: 0;
	border-style: solid;
	border-width: 0 0 1px;
	}
pre {
	overflow: auto;
	white-space: pre-wrap;
	}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	}
button,
input,
optgroup,
select,
textarea {
	vertical-align: top;
	line-height: normal;
	text-transform: none;
	color: inherit;
	font: inherit;
	border: none;
	outline: 0;
	margin: 0;
	}
select[multiple="multiple"] {
	height: auto;
	}
textarea {
	overflow: auto;
	height: 120px;
	resize: vertical;
	}
button {
	overflow: visible;
	}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: 0.3;
	}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	cursor: pointer;
	}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
	}
input::-ms-clear {
	display: none;
	}
input[type="search"] {
	-webkit-appearance: textfield;
	}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}
label {
	cursor: pointer;
	}
legend {
	border: 0;
	padding: 0;
	}
optgroup {
	font-weight: bold;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
th {
	text-align: left;
	}
td,
th {
	padding: 0.6em 1em;
	border-bottom: 1px solid;
	}
dl,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
audio,
video,
iframe,
object,
embed {
	max-width: 100%;
	border: none;
	}

/* Highlighted colors */
::-moz-selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
	}
::selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
	}
	
/* Fix fullscreen mode in Chrome */
:-webkit-full-screen-ancestor:not(iframe) {
	-webkit-animation: none !important;
	animation: none !important;
	}
	
/* Fix input placeholders */
::-moz-placeholder {
	opacity: 0.5;
	color: inherit;
	}
::-webkit-input-placeholder {
	color: inherit;
	position: static;
	opacity: 0.5;
	}
/* Edge fix. Remove when https://connect.microsoft.com/IE/feedback/details/1627778/microsoft-edge-placeholder-bug is fixed */
_:-ms-lang(x), _:-webkit-full-screen, ::-webkit-input-placeholder {
	opacity: 1;
	}



/* Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	line-height: 1.4;
	margin: 0 0 1.5rem;
	padding-top: 1rem;
	}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h4, h3 + h5, h3 + h6,
h4 + h5, h4 + h6,
h5 + h6 {
	padding-top: 0;
	}
p, address, pre, table, fieldset {
	margin: 0 0 1.5rem;
	}
ul {
	list-style-type: disc;
	margin: 0 0 1.5rem 2.5rem;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 1.5rem 2.5rem;
	}
	ul li,
	ol li {
		margin: 0 0 0.5rem;
		}
		ul > li ul,
		ul > li ol,
		ol > li ul,
		ol > li ol {
			margin-bottom: 0.5rem;
			margin-top: 0.5rem;
			}
blockquote {
	font-style: italic;
	padding: 0 0 0 32px;
	margin: 0 0 1.5rem;
	border-left: 5px solid;
	}
	blockquote q,
	blockquote p {
		font: inherit;
		margin: 0;
		}
	blockquote cite {
		display: block;
		font-size: 80%;
		}
pre {
	display: block;
	font-family: Consolas, Lucida Console, monospace;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px;
	width: 100%;
	background-color: #faf6e1;
	color: #333;
	}
code {
	display: inline-block;
	vertical-align: top;
	font-family: Consolas, Lucida Console, monospace;
	padding: 0 5px;
	background-color: #faf6e1;
	color: #333;
	}
	pre code {
		display: block;
		padding: 0;
		overflow-wrap: normal;
		}
p:last-child,
ul:last-child,
ol:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child {
	margin-bottom: 0;
	}
.w-gallery + p {
	margin-top: 1.5rem;
	}
	
/* Improvements for color sections */
.l-section.color_primary h1,
.l-section.color_primary h2,
.l-section.color_primary h3,
.l-section.color_primary h4,
.l-section.color_primary h5,
.l-section.color_primary h6,
.l-section.color_secondary h1,
.l-section.color_secondary h2,
.l-section.color_secondary h3,
.l-section.color_secondary h4,
.l-section.color_secondary h5,
.l-section.color_secondary h6,
.l-section[style~="color:"] h1,
.l-section[style~="color:"] h2,
.l-section[style~="color:"] h3,
.l-section[style~="color:"] h4,
.l-section[style~="color:"] h5,
.l-section[style~="color:"] h6,
.g-cols > .color_custom h1,
.g-cols > .color_custom h2,
.g-cols > .color_custom h3,
.g-cols > .color_custom h4,
.g-cols > .color_custom h5,
.g-cols > .color_custom h6 {
	color: inherit;
	}
	
	

/* Common Styles
   ========================================================================== */
   
.hidden {
	display: none !important;
	}
.i-cf:before,
.i-cf:after {
	content: ' ';
	display: table;
	}
.i-cf:after {
	clear: both;
	}
.l-content .thin {
	font-weight: 300;
	}
.l-content .bold {
	font-weight: 700;
	}
.l-content .align_left {
	text-align: left;
	}
.l-content .align_right {
	text-align: right;
	}
.l-content .align_center {
	text-align: center;
	}
.l-content .align_justify {
	text-align: justify;
	}
.highlight_primary_bg,
.highlight_secondary_bg,
.highlight_faded_bg,
.highlight_dark_bg,
.highlight_light_bg {
	display: inline-block;
	padding: 0 0.3em;
	color: #fff;
	}
.highlight_dark_bg {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	}
.highlight_light_bg {
	background-color: rgba(255,255,255,0.5);
	color: #111;
	}
.highlight_white {
	color: #fff;
	}
.highlight_black {
	color: #000;
	}
	
	

/* Header layout
   ========================================================================== */

/* Old FlexBox: remove the code below when UC Browser will support new FlexBox spec */
.header_hor .l-subheader-h {
	display: -webkit-box;
	-webkit-box-align: center;
	}
.l-subheader-cell {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	}
.l-subheader-cell.at_left {
	-webkit-box-pack: start;
	}
.l-subheader-cell.at_center {
	-webkit-box-pack: center;
	}
.l-subheader-cell.at_right {
	-webkit-box-pack: end;
	}
.header_ver .l-subheader-cell {
	-webkit-box-orient: vertical;
	}
.w-hwrapper {
	display: -webkit-box;
	-webkit-box-align: center;
	}
.w-vwrapper {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	}
.w-vwrapper.align_center {
	-webkit-box-align: center;
	}
.w-vwrapper.align_left {
	-webkit-box-align: start;
	}
.w-vwrapper.align_right {
	-webkit-box-align: end;
	}
   
/* HORIZONTAL Orientation */
.header_hor .l-header {
	position: relative;
	z-index: 2;
	width: 100%;
	}
	.header_hor .l-subheader {
		margin: 0 auto;
		padding-left: 40px;
		padding-right: 40px;
		}
	.header_hor .l-subheader.width_full {
		padding-left: 25px;
		padding-right: 25px;
		}
		.header_hor .l-subheader-h {
			display: flex;
			align-items: center;
			position: relative;
			margin: 0 auto;
			height: inherit;
			}
			.l-subheader-cell {
				display: flex;
				align-items: center;
				flex-grow: 1;
				}
			.l-subheader-cell:empty {
				display: none;
				}
			.l-subheader-cell.at_left {
				justify-content: flex-start;
				}
				.l-subheader-cell.at_left > * {
					margin-right: 20px;
					}
			.l-subheader-cell.at_center {
				justify-content: center;
				}
				.l-subheader-cell.at_center > * {
					margin-left: 10px;
					margin-right: 10px;
					}
			.l-subheader-cell.at_right {
				justify-content: flex-end;
				}
				.l-subheader-cell.at_right > * {
					margin-left: 20px;
					}

/* Sticky header */
.header_hor .l-header.pos_fixed {
	position: fixed;
	left: 0;
	z-index: 111;
	}
.header_hor .l-header.pos_fixed:not(.notransition) .l-subheader {
	transition-property: transform, background-color, box-shadow, line-height, height;
	transition-duration: 0.3s;
	}
	
/* Transparent header */
.header_hor .l-header.bg_transparent:not(.sticky) .l-subheader {
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	}
	.header_hor .l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .w-nav-list.level_1 > .menu-item > a {
		background-color: transparent;
		}
.header_hor .l-header.bg_transparent ~ .l-main .l-section.height_auto:first-child {
	padding-top: 0 !important;
	}

/* Non-sticky & Transparent header */
.header_hor .l-header.pos_static.bg_transparent {
	position: absolute;
	}

/* Hidden horizontal header */
.header_hor .l-header.pos_fixed.show_onscroll {
	overflow: hidden;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,-100%,0);
			transform: translate3d(0,-100%,0);
	}
.header_hor .l-header.pos_fixed.show_onscroll.sticky {
	overflow: visible;
	-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
	}
.l-header.pos_fixed.show_onscroll ~ .l-titlebar,
.l-header.pos_fixed.show_onscroll ~ .l-main,
.l-header.pos_fixed.show_onscroll ~ .l-main .l-section:first-child {
	padding-top: 0 !important;
	}
	
/* Fullwidth header area */
.header_hor .l-subheader.width_full .l-subheader-h {
	max-width: none !important;
	}
	
/* VERTICAL Orientation */
.header_ver .l-header {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	z-index: 111;
	text-align: center;
	}
html:not(.no-touch) .header_ver.state_default .l-header {
	position: absolute;
	}
.no-touch .header_ver .l-header:not(.scrollable) {
	display: flex;
	flex-direction: column;
	height: 100%;
	}
	.header_ver .l-subheader {
		flex-shrink: 0;
		}
	.header_ver .l-subheader.at_middle {
		flex-grow: 10;
		}
		.header_ver .l-subheader-cell {
			flex-direction: column;
			}
			.header_ver .l-subheader-cell > * {
				max-width: 100%; /* IE11 fix */
				margin-left: 20px;
				}
			.header_ver .l-subheader.at_top .l-subheader-cell > *,
			.header_ver .l-subheader.at_bottom .l-subheader-cell > * {
				margin-bottom: 10px;
				}
			.header_ver .l-subheader.at_top .l-subheader-cell > *:first-child,
			.header_ver .l-subheader.at_bottom .l-subheader-cell > *:first-child {
				margin-top: 10px;
				}
			.header_ver .l-subheader.at_middle .l-subheader-cell > * {
				margin-bottom: 20px;
				}
			.header_ver .l-subheader.at_middle .l-subheader-cell > *:first-child {
				margin-top: 20px;
				}
				
/* Elements Alignment */
.header_ver .l-header.align_left {
	text-align: left;
	}
	.header_ver .l-header.align_left .l-subheader-cell {
		align-items: flex-start;
		}
.header_ver .l-header.align_right {
	text-align: right;
	}
	.header_ver .l-header.align_right .l-subheader-cell {
		align-items: flex-end;
		}
		
		
		
/* Header Elements
   ========================================================================== */

/* Hide element for Sticky header */
.l-header.sticky .hide-for-sticky {
	display: none !important;
	}

/* Vertical Wrapper */
.w-vwrapper {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.w-vwrapper.align_center {
	align-items: center;
	}
.w-vwrapper.align_left {
	align-items: flex-start;
	}
.w-vwrapper.align_right {
	align-items: flex-end;
	}
	.w-vwrapper > * {
		margin-bottom: 10px;
		}
	.w-vwrapper > *:last-child {
		margin-bottom: 0;
		}

/* Horizontal Wrapper */
.w-hwrapper {
	display: flex;
	align-items: center;
	}
.w-hwrapper.align_center {
	align-self: center;
	}
	.w-hwrapper.align_center > * {
		margin-left: 10px;
		margin-right: 10px;
		}
.w-hwrapper.align_left {
	align-self: flex-start;
	}
	.w-hwrapper.align_left > * {
		margin-right: 20px;
		}
	.w-hwrapper.align_left > *:last-child {
		margin-right: 0;
		}
.w-hwrapper.align_right {
	align-self: flex-end;
	}
	.w-hwrapper.align_right > * {
		margin-left: 20px;
		}
	.w-hwrapper.align_right > *:first-child {
		margin-left: 0;
		}
		
/* HTML */
.w-html {
	line-height: 1.5;
	}
	
/* Text */
.w-text-h {
	line-height: 1.5;
	}
	.w-text a {
		color: inherit;
		}
	.w-text i {
		opacity: 0.5;
		}
	.w-text i,
	.w-text-value {
		transition: color 0.3s;
		}
	i + .w-text-value {
		margin-left: 0.6em;
		}
	.w-text-value:empty {
		display: none;
		}

/* Image */
.w-img {
	transition: height 0.3s;
	}
	.w-img-h {
		display: block;
		height: inherit;
		overflow: hidden;
		}
		.w-img img {
			display: block;
			height: inherit;
			width: auto;
			}
		.header_ver .w-img img.for_transparent,
		.w-img.with_transparent img.for_transparent,
		.l-header.bg_transparent:not(.sticky) .w-img.with_transparent img.for_default {
			display: none;
			}
		.l-header.bg_transparent:not(.sticky) .w-img.with_transparent img.for_transparent {
			display: block;
			}
			
/* Socials */
.l-header .w-socials {
	line-height: 2em;
	}
	.header_hor .l-header .w-socials-list {
		white-space: nowrap;
		}
		.l-header .w-socials-item-link {
			line-height: 2em;
			width: 2em;
			}
		.l-header .w-socials-item-popup {
			display: none !important;
			}

/* Dropdown */
.w-dropdown-h {
	text-align: left;
	line-height: 2;
	position: relative;
	}
.w-dropdown.active .w-dropdown-h {
	z-index: 2;
	}
	.w-dropdown-item {
		display: block;
		white-space: nowrap;
		padding: 0 2.2em 0 1em;
		color: inherit;
		}
		.w-dropdown-item-icon,
		.w-dropdown-item-title {
			display: inline-block;
			vertical-align: top;
			cursor: pointer;
			}
		.w-dropdown-item-icon {
			margin-right: 0.5em;
			}
			.w-dropdown-item-icon img {
				vertical-align: middle;
				}
	.w-dropdown-list {
		position: absolute;
		top: -0.4em;
		padding-top: 2.4em;
		padding-bottom: 0.4em;
		min-width: 100%;
		height: 0;
		overflow: hidden;
		box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
		opacity: 0;
		}
	.header_ver .l-subheader.at_middle .w-dropdown-list,
	.header_ver .l-subheader.at_bottom .w-dropdown-list {
		top: auto;
		bottom: -0.4em;
		padding-top: 0.4em;
		padding-bottom: 2.4em;
		}
		.w-dropdown-list .w-dropdown-item {
			padding-right: 1em;
			}
	.w-dropdown-current {
		position: relative;
		cursor: pointer;
		}
		.w-dropdown-current .w-dropdown-item:after {
			display: block;
			position: absolute;
			top: 50%;
			right: 0.6em;
			content: '\f107';
			font-size: 1.4em;
			line-height: 30px;
			margin-top: -15px;
			font-family: fontawesome;
			cursor: pointer;
			}
	.w-dropdown.source_qtranslate .w-dropdown-item-title {
		padding-left: 25px;
		background-position: 0 50%;
		}

/* Button */
.l-header .w-btn {
	display: block;
	margin: 0;
	}
	
/* Additional Menu */
.header_hor .l-header .w-menu-list {
	line-height: 2;
	white-space: nowrap;
	}
	.w-menu-item {
		color: inherit;
		border: none !important;
		}
	.header_ver .l-header .w-menu-item {
		display: block;
		}
		
/* Main Menu */
.l-subheader-cell .w-nav {
	margin-left: 0;
	margin-right: 0;
	}
	.w-nav-control {
		display: none;
		color: inherit;
		}
	.w-nav-list {
		list-style: none;
		margin: 0;
		}
	.w-nav-list:not(.level_1) {
		display: none;
		}
	.w-nav.type_desktop .w-nav-list.level_2 {
		text-align: left;
		position: absolute;
		z-index: 10;
		min-width: 200px;
		}
	.w-nav.type_desktop .w-nav-list.level_3 {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 11;
		min-width: 200px;
		}
	.w-nav.type_desktop .w-nav-list.level_4 {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 12;
		min-width: 200px;
		}
		.w-nav-item {
			display: block;
			position: relative;
			margin: 0;
			}
			.w-nav-anchor {
				display: block;
				overflow: hidden;
				position: relative;
				color: inherit;
				}
			.w-nav.type_desktop .w-nav-anchor.level_1 {
				z-index: 1;
				}
			.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
				line-height: 20px;
				padding: 10px 20px;
				white-space: nowrap;
				transition: color 0.1s, background-color 0.1s;
				}
				.w-nav-title i {
					width: 20px;
					}
				.w-nav-arrow {
					display: none;
					position: absolute;
					top: 0;
					right: 0;
					font-weight: normal;
					line-height: inherit;
					text-align: center;
					width: 20px;
					}
				.w-nav-item.menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-title {
					padding-right: 20px;
					}
				.w-nav-item.menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-arrow {
					display: block;
					line-height: 40px;
					width: 30px;
					}

/* Main Menu: for horizontal header */
.header_hor .w-nav.type_desktop > .w-nav-list {
	font-size: 0;
	white-space: nowrap;
	}
	.header_hor .w-nav.type_desktop > .w-nav-list > .menu-item {
		display: inline-block;
		vertical-align: top;
		}

/* Main Menu: for vertical header */	
.header_ver .w-nav {
	width: 100%;
	}
	.header_ver .w-nav.type_desktop .w-nav-list.level_2 {
		left: 100%;
		top: 0;
		}
	.header_ver .w-nav-anchor.level_1 {
		padding: 0 20px;
		}

/* Main Menu: drops sublevel list of item to the left */
.w-nav-item.level_1.drop_left .w-nav-list.level_2 {
	right: 0;
	}
.w-nav-item.level_2.drop_left .w-nav-list.level_3,
.w-nav-item.level_3.drop_left .w-nav-list.level_4 {
	left: auto;
	right: 100%;
	}
	
/* Main Menu: drops sublevel list of item to the top */
.w-nav-item.drop_top > .w-nav-list {
	top: auto;
	bottom: 0;
	}

/* Main Menu: dropdown list divides by columns */
.header_hor .w-nav.type_desktop [class*="columns"] {
	position: static;
	}
	.w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {
		font-size: 0;
		line-height: 0;
		white-space: normal;
		padding: 15px 0;
		}
	.header_hor .w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {
		left: 0;
		right: 0;
		width: 100%;
		}
		.w-nav.type_desktop [class*="columns"] .w-nav-item.level_2 {
			display: inline-block;
			vertical-align: top;
			padding: 0 15px;
			}
		.w-nav.type_desktop .columns_2 .w-nav-item.level_2 {
			width: 50%;
			}
		.w-nav.type_desktop .columns_3 .w-nav-item.level_2 {
			width: 33.3333%;
			}
		.w-nav.type_desktop .columns_4 .w-nav-item.level_2 {
			width: 25%;
			}
		.w-nav.type_desktop .columns_5 .w-nav-item.level_2 {
			width: 20%;
			}
			.w-nav.type_desktop .w-nav-item[class*="columns"] .w-nav-anchor {
				white-space: normal;
				}
			.w-nav.type_desktop [class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 {
				font-weight: bold;
				margin: 0 0 8px;
				background-color: transparent !important;
				color: inherit !important;
				}
				.w-nav.type_desktop [class*="columns"] .menu-item-has-children .w-nav-arrow {
					display: none !important;
					}
			.w-nav.type_desktop [class*="columns"] .w-nav-list.level_3 {
				display: block;
				position: static;
				box-shadow: none;
				min-width: 0;
				}
				
/* Search */
.w-search {
	line-height: 40px;
	}
.header_hor .l-subheader-cell > .w-search:not(.layout_simple) {
	margin-left: 0;
	margin-right: 0;
	}
.header_ver .l-subheader-cell > .w-search:not(.layout_simple) {
	margin-left: 8px;
	margin-right: 8px;
	}
	.w-search input {
		display: block;
		box-shadow: none !important;
		border: none !important;
		background-color: transparent;
		color: inherit;
		transition: none;
		}
	.w-search-open {
		display: block;
		font-size: 17px;
		text-align: center;
		padding: 0 12px;
		color: inherit;
		}
	.header_hor .l-subheader-cell.at_left .w-search:not(.layout_simple):first-child {
		margin-left: -12px;
		}
	.header_hor .l-subheader-cell.at_right .w-search:not(.layout_simple):last-child {
		margin-right: -12px;
		}
	.w-search-close {
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		line-height: 40px;
		width: 40px;
		cursor: pointer;
		opacity: 0.5;
		transition: color 0.3s, opacity 0.3s, transform 0.3s;
		}
	.no-touch .w-search-close:hover {
		opacity: 1;
		}
		.w-search-close:before {
			content: '\2715';
			}
			
/* Search: LAYOUT simple */
.w-search.layout_simple {
	position: relative;
	height: 40px;
	min-width: 150px;
	}
.header_hor .w-search.layout_simple {
	width: 100%;
	}
	.w-search.layout_simple .w-search-open,
	.w-search.layout_simple .w-search-close {
		display: none;
		}
	.w-search.layout_simple .w-search-form {
		border-radius: 5px;
		transition: color 0.3s, background-color 0.3s;
		}
	.w-search.layout_simple input {
		font-size: 15px;
		padding-right: 40px;
		}
	.w-search.layout_simple button {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-weight: normal;
		line-height: 40px;
		height: 40px;
		width: 40px;
		background: none !important;
		box-shadow: none !important;
		color: inherit !important;
		transition: opacity 0.3s;
		opacity: 0.5;
		}
	.no-touch .w-search.layout_simple button:hover {
		opacity: 1;
		}
		.w-search.layout_simple button span {
			display: none;
			}
			
/* Search: LAYOUT modern */
.w-search.layout_modern {
	position: relative;
	overflow: hidden;
	padding: 0 12px;
	width: 40px;
	transition: width 0.3s;
	}
	.w-search.layout_modern .w-search-open {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		opacity: 1;
		transform: translateX(0);
		}
	.w-search.layout_modern.active .w-search-open {
		z-index: 0;
		opacity: 0;
		transform: translateX(-30px);
		}
	.w-search.layout_modern .w-search-close {
		opacity: 0;
		transform: translateX(30px);
		transition: transform 0.3s, opacity 0.3s;
		}
	.w-search.layout_modern.active .w-search-close {
		z-index: 1;
		opacity: 0.5;
		transform: translateX(0);
		}
	.w-search.layout_modern .w-search-form {
		position: relative;
		border-radius: 5px;
		z-index: 1;
		opacity: 0;
		transition: opacity 0.3s, color 0.3s, background-color 0.3s;
		}
	.w-search.layout_modern.active .w-search-form {
		opacity: 1;
		}
	.w-search.layout_modern input {
		font-size: 15px;
		padding-right: 40px;
		}
@media (min-width: 601px) {
.l-header.bg_transparent:not(.sticky) .w-search.layout_simple .w-search-form,
.l-header.bg_transparent:not(.sticky) .w-search.layout_modern .w-search-form {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	}
}

/* Search: LAYOUT fullwidth */
.w-search.layout_fullwidth .w-search-form {
	position: absolute;
	top: 0;
	left: -25px;
	right: -25px;
	height: 0;
	overflow: hidden;
	z-index: 100;
	transition: height 0.3s cubic-bezier(.4,0,.2,1);
	}
.w-search.layout_fullwidth.active .w-search-form {
	height: 100%;
	}
	.w-search.layout_fullwidth input {
		position: absolute;
		top: 50%;
		left: 0;
		font-size: 20px;
		margin-top: -20px;
		padding: 0 50px 0 25px;
		border-radius: 0;
		}
	.header_ver .w-search.layout_fullwidth input {
		font-size: 15px;
		}
	.w-search.layout_fullwidth .w-search-close {
		top: 50%;
		right: 15px;
		margin-top: -20px;
		}
.header_ver .w-search.layout_fullwidth .w-search-form {
	left: 0;
	right: 0;
	}

/* Search: LAYOUT fullscreen */
.w-search.layout_fullscreen .w-search-form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 100;
	background-color: transparent;
	}
	.w-search.layout_fullscreen .w-search-close {
		font-size: 40px;
		line-height: 100px;
		width: 100px;
		}
		
/* Cart */
.w-cart {
	line-height: 50px;
	position: relative;
	}
.header_hor .l-subheader-cell > .w-cart {
	margin-left: 0;
	margin-right: 0;
	}
.header_ver .l-subheader-cell > .w-cart {
	margin-left: 8px;
	margin-right: 8px;
	}
	.w-cart-link {
		display: block;
		padding: 0 12px;
		white-space: nowrap;
		color: inherit;
		}
	.header_hor .l-subheader-cell.at_left .w-cart:first-child {
		margin-left: -12px;
		}
	.header_hor .l-subheader-cell.at_right .w-cart:last-child {
		margin-right: -12px;
		}
		.w-cart-link i {
			vertical-align: top;
			line-height: inherit;
			}
		.w-cart-quantity {
			font-weight: bold;
			margin-left: 6px;
			vertical-align: top;
			transition: color 0.3s;
			}
		.w-cart.empty .w-cart-quantity {
			display: none;
			}
.w-cart-notification {
	display: none;
	position: absolute;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	padding: 18px 20px;
	width: 285px;
	z-index: 12;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.85);
	color: #ccc;
	}
.l-subheader-cell.at_center .w-cart-notification,
.l-subheader-cell.at_right .w-cart-notification {
	right: 12px;
	}
.header_ver .w-cart-notification {
	left: 0;
	border-radius: 0;
	}
	.w-cart-notification .product-name {
		color: #fff;
		}
.w-cart-dropdown {
	display: none;
	position: absolute;
	z-index: 11;
	font-size: 14px;
	text-align: left;
	padding: 30px 30px 25px;
	width: 285px;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	}
.l-subheader-cell.at_center .w-cart-dropdown,
.l-subheader-cell.at_right .w-cart-dropdown {
	right: 12px;
	}
.header_ver .w-cart-dropdown,
.woocommerce-cart .w-cart-dropdown,
.woocommerce-checkout .w-cart-dropdown {
	display: none !important;
	}
	.w-cart-dropdown .widget_shopping_cart {
		padding: 0;
		margin: 0;
		background-color: transparent;
		}
		.w-cart-dropdown .widgettitle {
			display: none;
			}
		.w-cart-dropdown ul.product_list_widget {
			max-height: 250px;
			overflow-y: auto;
			}
			.w-cart-dropdown .widget_shopping_cart p.total {
				text-align: center;
				line-height: 24px;
				}



/* Basic Layout
   ========================================================================== */
   
.l-canvas {
	overflow: hidden;
	margin: 0 auto;
	}
	.l-titlebar {
		position: relative;
		z-index: 1;
		}
		.l-titlebar-img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-position: center center;
			background-size: cover;
			opacity: 0;
			transition: opacity 0.5s;
			}
		.l-titlebar-img.loaded {
			opacity: 1;
			}
		.l-titlebar-overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-titlebar-h {
			position: relative;
			z-index: 1;
			margin: 0 auto;
			}
	.l-main-h {
		margin: 0 auto;
		}
		.l-section {
			position: relative;
			margin: 0 auto;
			}
			.l-section:before {
				content: '';
				display: table;
				}
			.l-section-img {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-position: center center;
				background-size: cover;
				opacity: 0;
				transition: opacity 0.5s;
				}
			.l-section-img.loaded {
				opacity: 1;
				}
			.l-section-video {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				}
				.l-section-video .mejs-offscreen,
				.l-section-video .mejs-controls {
					display: none !important;
					}
			.l-section-overlay {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				}
			.l-section-h {
				position: relative;
				z-index: 1;
				margin: 0 auto;
				}
.l-subfooter {
	position: relative;
	margin: 0 auto;
	}
	.l-subfooter-h {
		margin: 0 auto;
		}

/* CANVAS: No sidebar */
.l-canvas.sidebar_none .l-main-h {
	max-width: none;
	}
	.l-canvas.sidebar_none .l-content {
		width: 100% !important;
		}
	.l-canvas.sidebar_none .l-sidebar {
		display: none;
		}
	
/* CANVAS: Right sidebar */
.l-canvas.sidebar_right .l-content {
	float: left;
	}
.l-canvas.sidebar_right .l-sidebar {
	float: right;
	}
	
/* CANVAS: Left sidebar */
.l-canvas.sidebar_left .l-content {
	float: right;
	}
.l-canvas.sidebar_left .l-sidebar {
	float: left;
	}
	
/* TITLEBAR: imgsize */
.l-titlebar.imgsize_initial .l-titlebar-img {
	background-size: initial;
	}
.l-titlebar.imgsize_contain .l-titlebar-img {
	background-size: contain;
	}
	
/* TITLEBAR: parallax ver & fixed */
.no-touch .l-titlebar.parallax_ver .l-titlebar-img,
.no-touch .l-titlebar.parallax_fixed .l-titlebar-img {
	background-attachment: fixed;
	}
	
/* TITLEBAR: parallax hor */
.l-titlebar.parallax_hor {
	overflow: hidden;
	}
	.l-titlebar.parallax_hor .l-titlebar-img {
		width: 120%;
		right: auto;
		}
	
/* SECTION: Width full */
.l-section.width_full {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
	.l-section.width_full .l-section-h {
		max-width: none !important;
		}
		
/* SECTION: height auto */
.l-section.height_auto .l-section-h {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
	
/* SECTION: height full */
.l-section.height_full {
	min-height: 100vh;
	}

/* SECTION: parallax ver & fixed */
.no-touch .l-section.parallax_ver .l-section-img,
.no-touch .l-section.parallax_fixed .l-section-img {
	background-attachment: fixed;
	}
	
/* SECTION: parallax hor */
.l-section.parallax_hor {
	overflow: hidden;
	}
	.l-section.parallax_hor .l-section-img {
		width: 130%;
		right: auto;
		}
	.l-section.parallax_hor.bgwidth_110 .l-section-img {
		width: 110%;
		}
	.l-section.parallax_hor.bgwidth_120 .l-section-img {
		width: 120%;
		}
	.l-section.parallax_hor.bgwidth_140 .l-section-img {
		width: 140%;
		}
	.l-section.parallax_hor.bgwidth_150 .l-section-img {
		width: 150%;
		}
	
/* SECTION: with video */
.l-section.with_video {
	overflow: hidden;
	}
	.l-section.with_video .l-section-img {
		background-attachment: scroll !important;
		}


	
/* VC Columns
   ========================================================================== */
   
.g-cols:after {
	display: block;
	content: '';
	clear: both;
	}
.g-cols > div {
	float: left;
	}

/* OFFSET: small */
.g-cols.offset_small {
	margin: 0 -25px;
	}
.g-cols.offset_small > div {
	padding-left: 25px;
	padding-right: 25px;
	}
.g-cols.offset_small > div.vc_col-has-fill {
	padding-top: 25px;
	padding-bottom: 25px;
	}

/* OFFSET: medium */
.g-cols.offset_medium {
	margin: 0 -35px;
	}
.g-cols.offset_medium > div {
	padding-left: 35px;
	padding-right: 35px;
	}
.g-cols.offset_medium > div.vc_col-has-fill {
	padding-top: 35px;
	padding-bottom: 35px;
	}
	
/* OFFSET: large */
.g-cols.offset_large {
	margin: 0 -45px;
	}
.g-cols.offset_large > div {
	padding-left: 45px;
	padding-right: 45px;
	}
.g-cols.offset_large > div.vc_col-has-fill {
	padding-top: 45px;
	padding-bottom: 45px;
	}

/* RESET MARGINS custom class */
.l-section.reset-margins .l-section-h > .g-cols {
	margin: 0;
	}

/* OFFSET: none */
.g-cols.offset_none {
	display: table !important;
	table-layout: fixed;
	width: 100%;
	}
	.g-cols.offset_none > div {
		float: none;
		display: table-cell !important;
		vertical-align: middle;
		padding: 5%;
		margin: 0 !important;
		background-position: center center !important;
		background-size: cover !important;
		}
		
/* VALIGN: top, middle, bottom */
.g-cols.valign_top,
.g-cols.valign_middle,
.g-cols.valign_bottom {
	display: flex;
	flex-wrap: wrap;
	}
	.g-cols.valign_top > div,
	.g-cols.valign_middle > div,
	.g-cols.valign_bottom > div {
		display: flex;
		flex-direction: column;
		}
	.g-cols.valign_top > div {
		justify-content: flex-start;
		vertical-align: top;
		}
	.g-cols.valign_middle > div {
		justify-content: center;
		}
	.g-cols.valign_bottom > div {
		justify-content: flex-end;
		vertical-align: bottom;
		}
		
/* SIZING */
.vc_col-xs-1 { width: 8.3333%; }
.vc_col-xs-2 { width: 16.6666%; }
.vc_col-xs-3 { width: 25%; }
.vc_col-xs-4 { width: 33.3333%; }
.vc_col-xs-5 { width: 41.6666%; }
.vc_col-xs-6 { width: 50%; }
.vc_col-xs-7 { width: 58.3333%; }
.vc_col-xs-8 { width: 66.6666%; }
.vc_col-xs-9 { width: 75%; }
.vc_col-xs-10 { width: 83.3333%; }
.vc_col-xs-11 { width: 91.6666%; }
.vc_col-xs-12 { width: 100%; }
.vc_col-xs-offset-0 { margin-left: 0; }
.vc_col-xs-offset-1 { margin-left: 8.3333%; }
.vc_col-xs-offset-2 { margin-left: 16.6666%; }
.vc_col-xs-offset-3 { margin-left: 25%; }
.vc_col-xs-offset-4 { margin-left: 33.3333%; }
.vc_col-xs-offset-5 { margin-left: 41.6666%; }
.vc_col-xs-offset-6 { margin-left: 50%; }
.vc_col-xs-offset-7 { margin-left: 58.3333%; }
.vc_col-xs-offset-8 { margin-left: 66.6666%; }
.vc_col-xs-offset-9 { margin-left: 75%; }
.vc_col-xs-offset-10 { margin-left: 83.3333%; }
.vc_col-xs-offset-11 { margin-left: 91.6666%; }
.vc_col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) {
.vc_col-sm-1 { width: 8.3333%; }
.vc_col-sm-2 { width: 16.6666%; }
.vc_col-sm-3 { width: 25%; }
.vc_col-sm-4 { width: 33.3333%; }
.vc_col-sm-5 { width: 41.6666%; }
.vc_col-sm-6 { width: 50%; }
.vc_col-sm-7 { width: 58.3333%; }
.vc_col-sm-8 { width: 66.6666%; }
.vc_col-sm-9 { width: 75%; }
.vc_col-sm-10 { width: 83.3333%; }
.vc_col-sm-11 { width: 91.6666%; }
.vc_col-sm-12 { width: 100%; }
.vc_col-sm-offset-0 { margin-left: 0; }
.vc_col-sm-offset-1 { margin-left: 8.3333%; }
.vc_col-sm-offset-2 { margin-left: 16.6666%; }
.vc_col-sm-offset-3 { margin-left: 25%; }
.vc_col-sm-offset-4 { margin-left: 33.3333%; }
.vc_col-sm-offset-5 { margin-left: 41.6666%; }
.vc_col-sm-offset-6 { margin-left: 50%; }
.vc_col-sm-offset-7 { margin-left: 58.3333%; }
.vc_col-sm-offset-8 { margin-left: 66.6666%; }
.vc_col-sm-offset-9 { margin-left: 75%; }
.vc_col-sm-offset-10 { margin-left: 83.3333%; }
.vc_col-sm-offset-11 { margin-left: 91.6666%; }
.vc_col-sm-offset-12 { margin-left: 100%; }
}
@media (min-width: 901px) {
.vc_col-md-1 { width: 8.3333%; }
.vc_col-md-2 { width: 16.6666%; }
.vc_col-md-3 { width: 25%; }
.vc_col-md-4 { width: 33.3333%; }
.vc_col-md-5 { width: 41.6666%; }
.vc_col-md-6 { width: 50%; }
.vc_col-md-7 { width: 58.3333%; }
.vc_col-md-8 { width: 66.6666%; }
.vc_col-md-9 { width: 75%; }
.vc_col-md-10 { width: 83.3333%; }
.vc_col-md-11 { width: 91.6666%; }
.vc_col-md-12 { width: 100%; }
.vc_col-md-offset-0 { margin-left: 0; }
.vc_col-md-offset-1 { margin-left: 8.3333%; }
.vc_col-md-offset-2 { margin-left: 16.6666%; }
.vc_col-md-offset-3 { margin-left: 25%; }
.vc_col-md-offset-4 { margin-left: 33.3333%; }
.vc_col-md-offset-5 { margin-left: 41.6666%; }
.vc_col-md-offset-6 { margin-left: 50%; }
.vc_col-md-offset-7 { margin-left: 58.3333%; }
.vc_col-md-offset-8 { margin-left: 66.6666%; }
.vc_col-md-offset-9 { margin-left: 75%; }
.vc_col-md-offset-10 { margin-left: 83.3333%; }
.vc_col-md-offset-11 { margin-left: 91.6666%; }
.vc_col-md-offset-12 { margin-left: 100%; }
}
@media (min-width: 1280px) {
.vc_col-lg-1 { width: 8.3333%; }
.vc_col-lg-2 { width: 16.6666%; }
.vc_col-lg-3 { width: 25%; }
.vc_col-lg-4 { width: 33.3333%; }
.vc_col-lg-5 { width: 41.6666%; }
.vc_col-lg-6 { width: 50%; }
.vc_col-lg-7 { width: 58.3333%; }
.vc_col-lg-8 { width: 66.6666%; }
.vc_col-lg-9 { width: 75%; }
.vc_col-lg-10 { width: 83.3333%; }
.vc_col-lg-11 { width: 91.6666%; }
.vc_col-lg-12 { width: 100%; }
.vc_col-lg-offset-0 { margin-left: 0; }
.vc_col-lg-offset-1 { margin-left: 8.3333%; }
.vc_col-lg-offset-2 { margin-left: 16.6666%; }
.vc_col-lg-offset-3 { margin-left: 25%; }
.vc_col-lg-offset-4 { margin-left: 33.3333%; }
.vc_col-lg-offset-5 { margin-left: 41.6666%; }
.vc_col-lg-offset-6 { margin-left: 50%; }
.vc_col-lg-offset-7 { margin-left: 58.3333%; }
.vc_col-lg-offset-8 { margin-left: 66.6666%; }
.vc_col-lg-offset-9 { margin-left: 75%; }
.vc_col-lg-offset-10 { margin-left: 83.3333%; }
.vc_col-lg-offset-11 { margin-left: 91.6666%; }
.vc_col-lg-offset-12 { margin-left: 100%; }
.vc_hidden-lg { display: none !important; }
}
@media (max-width: 767px) {
.vc_hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 900px) {
.vc_hidden-sm { display: none !important; }
}
@media (min-width: 901px) and (max-width: 1279px) {
.vc_hidden-md { display: none !important; }
}


	
/* Buttons
   ========================================================================== */
   
.w-btn,
button,
input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	}
	

	
/* ActionBox
   ========================================================================== */

.w-actionbox {
	text-align: center;
	position: relative;
	}
	
/* CONTROLS right */
.w-actionbox.controls_right {
	display: table;
	text-align: left;
	width: 100%;
	}
	.w-actionbox.controls_right .w-actionbox-text {
		display: table-cell;
		vertical-align: middle;
		}
	.w-actionbox.controls_right .w-actionbox-controls {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		white-space: nowrap;
		}
		
	

/* Blog
   ========================================================================== */
   
.w-blog-post-h {
	position: relative;
	}
	.w-blog-post-h > a {
		display: block;
		}
	.w-blog-post-preview {
		position: relative;
		background-size: cover;
		background-position: 50% 25%;
		}
		.w-blog-post-preview img {
			display: block;
			float: none !important;
			margin: 0 !important;
			width: 100%;
			}
		.w-blog.cols_1 .w-blog-post-preview .w-video-h,
		.w-blog.masonry .w-blog-post-preview .w-video-h {
			padding-bottom: 56.25% !important;
			}
		.w-blog-post-preview-icon {
			display: none;
			height: 0;
			width: 100%;
			color: #fff;
			}
		.format-video.has-post-thumbnail .w-blog-post-preview-icon {
			display: block;
			padding: 0 !important;
			}
	.w-blog-list .w-blog-post-title {
		margin-bottom: 15px;
		}
	.w-blog-post.sticky .w-blog-post-title {
		font-weight: bold;
		}
	.w-blog-post-meta a,
	.color_alternate .w-blog-post-meta a {
		color: inherit;
		}
	.w-blog-post-meta > time,
	.w-blog-post-meta > span {
		display: inline-block;
		vertical-align: top;
		}
	.w-blog-post-meta-date,
	.w-blog-post-meta-comments {
		white-space: nowrap;
		}
	.w-blog-post-content *:last-child {
		margin-bottom: 0 !important;
		}
	.w-blog-post-content .l-section {
		padding: 0 !important;
		margin-bottom: 30px;
		}
		.w-blog-post-content .l-section-h {
			padding: 0 !important;
			}
	.w-blog-post-more.w-btn {
		margin: 20px 0 0;
		}
		
/* Preloader */
.w-blog-preloader {
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
	}
	.w-blog-preloader .g-preloader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -20px;
		}
.w-blog-preloader.active {
	height: 400px;
	}
.w-blog-preloader.active ~ .g-loadmore,
.w-blog-preloader.active ~ .g-pagination {
	display: none;
	}

/* Columns */
.w-blog:not(.cols_1) .w-blog-list {
	font-size: 0;
	}
	.w-blog:not(.cols_1) .w-blog-post {
		display: inline-block;
		vertical-align: top;
		}
	.w-blog.cols_2 .w-blog-post {
		width: 50%;
		}
	.w-blog.cols_3 .w-blog-post {
		width: 33.3333%;
		}
	.w-blog.cols_3.masonry .w-blog-post {
		width: 33.34%; /* fix for isotope alignment */
		}
	.w-blog.cols_4 .w-blog-post {
		width: 25%;
		}
	.w-blog.cols_5 .w-blog-post {
		width: 20%;
		}
.w-blog:not(.cols_1) .g-pagination {
	text-align: center;
	}


	
/* Comments
   ========================================================================== */
   
.w-comments-title a {
	border-bottom: 1px dotted;
	}
.w-comments-list:after {
	content: '';
	display: table;
	clear: both;
	}
	.w-comments-item {
		position: relative;
		overflow: hidden;
		}
		.w-comments-item-meta:after {
			content: '';
			display: table;
			clear: both;
			}
		.w-comments-item-icon {
			position: absolute;
			top: 0;
			left: 0;
			text-align: center;
			line-height: 0;
			}
		.w-comments-item-author {
			float: left;
			}
			
   
   
/* Gallery
   ========================================================================== */
   
.w-gallery-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: inherit !important;
	width: 100%;
	}
.w-gallery.link_media .w-gallery-item {
	cursor: zoom-in;
	}
	.w-gallery-item-img {
		position: relative;
		}
		.w-gallery-item-img img {
			display: block;
			margin: 0 auto;
			width: 100%;
			}
		.no-touch a.w-gallery-item .w-gallery-item-img:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			opacity: 0;
			transition: opacity 0.3s;
			background-color: #fff;
			}
		.no-touch a.w-gallery-item:hover .w-gallery-item-img:after {
			opacity: 0.5;
			}
	.w-gallery-item-meta {
		line-height: 1.5;
		padding: 6px 10px;
		}
		.w-gallery-item-description {
			font-size: 0.9em;
			margin-top: 5px;
			opacity: 0.5;
			}

/* STYLES */
.w-gallery.style_simple .w-gallery-item-meta {
	text-align: center;
	}
	.w-gallery.style_simple .w-gallery-item-description {
		margin-bottom: 5px;
		}
.w-gallery.style_modern .w-gallery-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	padding: 40px 10px 10px;
	overflow: hidden;
	background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
	color: #fff;
	}

/* COLUMNS */
.w-gallery.cols_2 .w-gallery-item {
	width: 50%;
	}
.w-gallery.cols_3 .w-gallery-item {
	width: 33.3333%;
	}
.w-gallery.cols_4 .w-gallery-item {
	width: 25%;
	}
.w-gallery.cols_5 .w-gallery-item {
	width: 20%;
	}
.w-gallery.cols_6 .w-gallery-item {
	width: 16.6666%;
	}
.w-gallery.cols_7 .w-gallery-item {
	width: 14.2857%;
	}
.w-gallery.cols_8 .w-gallery-item {
	width: 12.5%;
	}
.w-gallery.cols_9 .w-gallery-item {
	width: 11.1111%;
	}
.w-gallery.cols_10 .w-gallery-item {
	width: 10%;
	}
	
	

/* IconBox
   ========================================================================== */
   
.w-iconbox {
	position: relative;
	}
	.w-iconbox-link {
		display: inline;
		}
		.w-iconbox-icon {
			text-align: center;
			margin: 0 auto;
			}
			.w-iconbox-icon i {
				vertical-align: top;
				line-height: inherit;
				}
			.w-iconbox-icon img {
				vertical-align: middle;
				line-height: inherit;
				position: relative;
				}
		.w-iconbox .w-iconbox-title {
			margin-bottom: 0;
			}

/* ICONPOS top */
.w-iconbox.iconpos_top {
	text-align: center;
	margin: 0 auto;
	}

/* ICONPOS left */
.w-iconbox.iconpos_left {
	text-align: left;
	}
	.w-iconbox.iconpos_left:after {
		display: table;
		content: '';
		clear: both;
		}
	.w-iconbox.iconpos_left .w-iconbox-icon {
		float: left;
		}
		
/* ICONTYPE img */
.w-iconbox.icontype_img .w-iconbox-icon {
	font-size: 0 !important;
	}

	
	
/* Message Box
   ========================================================================== */
   
.w-message {
	position: relative;
	text-align: left;
	margin-bottom: 1.5rem;
	}
	.w-message-icon {
		display: none;
		text-align: center;
		}
	.w-message-close {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		cursor: pointer;
		}
	.w-message-body p:last-child {
		margin: 0 !important;
		}
		
/* WITH icon */
.w-message.with_icon .w-message-icon {
	display: table-cell;
	vertical-align: middle;
	}
.w-message.with_icon .w-message-body {
	display: table-cell;
	vertical-align: middle;
	}
	
/* WITH close */
.w-message.with_close .w-message-close {
	display: block;
	}

/* TYPE */
.w-message.type_error {
	background-color: #ffd9d9;
	color: #a24141;
	}
.w-message.type_success {
	background-color: #c9f7b2;
	color: #587549;
	}
.w-message.type_info {
	background-color: #cef;
	color: #3a648e;
	}
.w-message.type_attention {
	background-color: #fff2b2;
	color: #846534;
	}
	
	

/* Person
   ========================================================================== */
   
.w-person {
	text-align: center;
	margin: 0 auto;
	position: relative;
	}
	.w-person-image {
		position: relative;
		}
		.w-person-image img {
			display: block;
			}
	.w-person-links {
		font-size: 0;
		width: 100%;
		}
		.w-person-links-item {
			display: inline-block;
			vertical-align: top;
			}
			
	

/* Portfolio
   ========================================================================== */
   
.w-portfolio-list {
	position: relative;
	}
	.w-portfolio-list:after {
		content: '';
		display: block;
		clear: both;
		}
	.w-portfolio-item {
		float: left;
		}
		.w-portfolio-item-anchor {
			display: block;
			overflow: hidden;
			position: relative;
			cursor: pointer;
			}
		.w-portfolio-item.loading .w-portfolio-item-anchor {
			background: none !important;
			color: inherit !important;
			}
			.w-portfolio-item-anchor:before {
				display: block;
				content: '';
				}
			.w-portfolio-item-image {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 1;
				background-size: cover;
				background-position: center center;
				background-repeat: no-repeat;
				background-color: inherit;
				}
				.w-portfolio-item-image img {
					display: none;
					}
			.w-portfolio-item-image.second {
				display: none;
				}
			.w-portfolio-item-meta {
				position: relative;
				z-index: 1;
				background-color: inherit;
				}
				.w-portfolio-item-meta-h {
					background-color: inherit;
					}
					.w-portfolio-item-title {
						margin-bottom: 0;
						}
					.w-portfolio-item-text {
						display: block;
						}

/* COLUMNS */
.w-portfolio.cols_5 .w-portfolio-item {
	width: 20%;
	}
	.w-portfolio.cols_5 .w-portfolio-item.size_2x1,
	.w-portfolio.cols_5 .w-portfolio-item.size_2x2 {
		width: 40%;
		}
.w-portfolio.cols_4 .w-portfolio-item {
	width: 25%;
	}
	.w-portfolio.cols_4 .w-portfolio-item.size_2x1,
	.w-portfolio.cols_4 .w-portfolio-item.size_2x2 {
		width: 50%;
		}
.w-portfolio.cols_3 .w-portfolio-item {
	width: 33.3333%;
	}
	.w-portfolio.cols_3 .w-portfolio-item.size_2x1,
	.w-portfolio.cols_3 .w-portfolio-item.size_2x2 {
		width: 66.6666%;
		}
.w-portfolio.cols_2 .w-portfolio-item {
	width: 50%;
	}
	.w-portfolio.cols_2 .w-portfolio-item.size_2x1,
	.w-portfolio.cols_2 .w-portfolio-item.size_2x2 {
		width: 100%;
		}
	
/* RATIO */
.w-portfolio.ratio_1x1 .w-portfolio-item-anchor:before {
	padding-bottom: 100%;
	}
.w-portfolio.ratio_16x9 .w-portfolio-item-anchor:before {
	padding-bottom: 56.25%;
	}
.w-portfolio.ratio_3x2 .w-portfolio-item-anchor:before {
	padding-bottom: 66.6666%;
	}
.w-portfolio.ratio_4x3 .w-portfolio-item-anchor:before {
	padding-bottom: 75%;
	}
.w-portfolio.ratio_2x3 .w-portfolio-item-anchor:before {
	padding-bottom: 150%;
	}
.w-portfolio.ratio_3x4 .w-portfolio-item-anchor:before {
	padding-bottom: 133.3333%;
	}
@media (min-width: 481px) {
.w-portfolio.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 200%;
	}
.w-portfolio.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 50%;
	}
.w-portfolio.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 112.5%;
	}
.w-portfolio.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 28.125%;
	}
.w-portfolio.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 133.3333%;
	}
.w-portfolio.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 33.33333%;
	}
.w-portfolio.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 150%;
	}
.w-portfolio.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 37.5%;
	}
.w-portfolio.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 300%;
	}
.w-portfolio.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 75%;
	}
.w-portfolio.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: 266.6666%;
	}
.w-portfolio.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: 66.6666%;
	}
}

/* RATIO initial */
.w-portfolio.ratio_initial .w-portfolio-item.loading .w-portfolio-item-anchor {
	padding-top: 100%;
	}
.w-portfolio.ratio_initial .w-portfolio-item-anchor:before {
	display: none;
	}
.w-portfolio.ratio_initial .w-portfolio-item-image {
	position: static;
	background-image: none !important;
	}
	.w-portfolio.ratio_initial .w-portfolio-item-image img {
		display: block;
		width: 100%;
		}


/* Pricing
   ========================================================================== */
   
.w-pricing {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	}
	.w-pricing-item {
		display: table-cell;
		vertical-align: top;
		text-align: center;
		}

	
	
/* Separator
   ========================================================================== */
   
.w-separator {
	text-align: center;
	overflow: hidden;
	clear: both;
	}
	.w-separator-h {
		display: inline-block;
		vertical-align: top;
		line-height: inherit;
		position: relative;
		border-color: inherit;
		color: inherit;
		}
		.w-separator-h:before,
		.w-separator-h:after {
			content: '';
			display: inline-block;
			vertical-align: top;
			position: absolute;
			height: 0;
			width: 2000px;
			border-top-width: 1px;
			border-top-style: solid;
			border-color: inherit;
			}
		.w-separator-h:before {
			right: 100%;
			margin-right: 15px;
			}
		.w-separator-h:after {
			left: 100%;
			margin-left: 15px;
			}
		.w-separator-h i {
			vertical-align: top;
			}
		.w-separator-h h6 {
			display: inline-block;
			vertical-align: top;
			line-height: inherit;
			margin: 0;
			}
	
/* TYPE invisible */
.w-separator.type_invisible .w-separator-h {
	display: none;
	}

/* TYPE short */
.w-separator.type_short {
	width: 30%;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	
/* TYPE fullwidth */
.w-separator.type_fullwidth {
	overflow: visible;
	}

/* CONT none */
.w-separator.cont_none .w-separator-h:before {
	margin-right: 0;
	}
.w-separator.cont_none .w-separator-h:after {
	margin-left: 0;
	}

	
	
/* Socials
   ========================================================================== */
   
.w-socials-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	}
.w-socials.align_left .w-socials-item {
	margin: 2px 4px 2px 0;
	}
.w-socials.align_center .w-socials-item {
	margin: 2px;
	}
.w-socials.align_right .w-socials-item {
	margin: 2px 0 4px 2px;
	}
	.w-socials-item-link {
		display: block;
		text-align: center;
		position: relative;
		overflow: hidden;
		z-index: 0;
		color: inherit;
		}
	.l-subfooter.at_top .w-socials-item-link {
		color: inherit;
		}
		.w-socials-item-link-hover {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.no-touch .w-socials-item-link-hover {
			display: block;
			}
		.w-socials.hover_none .w-socials-item-link-hover {
			display: none !important;
			}
		.w-socials-item-link:after,
		.w-socials-item-link i {
			display: block;
			line-height: inherit;
			position: relative;
			}
		.w-socials-item-link:after {
			font-family: fontawesome;
			}
	.w-socials-item-popup {
		display: none;
		position: absolute;
		bottom: 100%;
		text-align: center;
		white-space: nowrap;
		z-index: 10;
		font-size: 13px;
		line-height: 20px;
		padding: 3px 10px 4px;
		margin-bottom: 6px;
		border-radius: 3px;
		background-color: rgba(0,0,0,0.8);
		color: #fff;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 0.3s cubic-bezier(.78,.13,.15,.86) 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86) 0.3s;
		}
	.w-socials-item-link:hover + .w-socials-item-popup {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		}
	.no-touch .w-socials-item-popup {
		display: block;
		}
		.w-socials-item-popup:after {
			content: '';
			display: block;
			position: absolute;
			left: 10px;
			bottom: -5px;
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid rgba(0,0,0,0.8);
			}
		
		
		
/* Tabs
   ========================================================================== */
   
.w-tabs-list {
	position: relative;
	overflow: hidden;
	}
	.w-tabs-item {
		float: left;
		font-size: 17px;
		line-height: 1.5;
		position: relative;
		text-align: center;
		cursor: pointer;
		}
	.w-tabs-item.active,
	.w-tabs-item.active .w-tabs-item-h {
		cursor: default;
		}
		.w-tabs-item-h {
			display: block;
			color: inherit !important;
			}
			.w-tabs-item i {
				line-height: inherit;
				vertical-align: top;
				}
			.w-tabs-item-title:empty {
				display: none;
				}
.w-tabs-sections {
	position: relative;
	overflow: hidden;
	}
	.w-tabs-sections-h {
		height: inherit;
		}
		.w-tabs-section {
			float: left;
			}
			.w-tabs-section-header {
				display: none;
				position: relative;
				font-size: 18px;
				line-height: 1.5;
				white-space: nowrap;
				cursor: pointer;
				}
			.w-tabs-section.color_custom .w-tabs-section-header,
			.w-tabs-section:not(.active) .w-tabs-section-header {
				color: inherit !important;
				}
			.w-tabs-section.active .w-tabs-section-header {
				cursor: default;
				}
			.w-tabs.type_togglable .w-tabs-section.active .w-tabs-section-header {
				cursor: pointer;
				}
				.w-tabs-section-header i {
					line-height: inherit;
					vertical-align: top;
					}
				.w-tabs-section-title {
					display: inline-block;
					vertical-align: top;
					font-size: inherit;
					line-height: inherit;
					white-space: normal;
					margin-bottom: 0 !important;
					padding: 0 !important;
					}
				.w-tabs-section-title:empty {
					display: none;
					}
				.w-tabs-section-control {
					position: absolute;
					}
			.w-tabs-section-content-h {
				margin: 0 auto;
				}

/* ACCORDION */
.w-tabs.accordion .w-tabs-list {
	display: none !important;
	}
.w-tabs.accordion .w-tabs-sections {
	overflow: visible;
	}
	.w-tabs.accordion .w-tabs-section {
		float: none;
		}
		.w-tabs.accordion .w-tabs-section-header {
			display: block;
			}
		.w-tabs.accordion .w-tabs-section-content {
			display: none;
			}
		.w-tabs.accordion .w-tabs-section.active .w-tabs-section-content {
			display: block;
			}
	
/* We need to measure the minimum content width */
.w-tabs.measure .w-tabs-list {
	width: 100% !important;
	}
	.w-tabs.measure .w-tabs-list-h {
		display: block !important;
		}
		.w-tabs.measure .w-tabs-item {
			float: left !important;
			width: auto !important;
			}
.w-tabs.layout_ver.measure .w-tabs-sections {
	width: 0 !important;
	}
	.w-tabs.layout_ver.measure .w-tabs-section-content {
		display: block !important;
		height: 1px;
		margin-bottom: -1px;
		overflow: hidden;
		min-width: 200px;
		}
	.w-tabs.layout_ver.measure .w-tabs-section.active .w-tabs-section-content {
		height: auto;
		margin-bottom: 0;
		}

/* Autoresize height by active tab content */
.w-tabs.autoresize .w-tabs-sections {
	height: auto !important;
	}
	.w-tabs.autoresize .w-tabs-sections-h {
		position: static !important;
		}
.w-tabs.autoresize .w-tabs-section {
	display: none;
	}
	.w-tabs.autoresize .w-tabs-section.active {
		position: relative;
		display: block;
		}

/* NO indents */
.w-tabs-section.no_indents .w-tabs-section-content,
.w-tabs-section.no_indents .w-tabs-section-content-h {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none;
	}



/* Video
   ========================================================================== */
   
.w-video {
	background-color: #111;
	}
	.w-video-h {
		position: relative;
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		}
		.w-video-h iframe,
		.w-video-h object,
		.w-video-h embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
.w-video.align_center {
	margin: 0 auto;
	}
.w-video.align_right {
	margin-left: auto;
	}
.w-video.ratio_4x3 .w-video-h {
	padding-bottom: 75%;
	}
.w-video.ratio_3x2 .w-video-h {
	padding-bottom: 66.667%;
	}
.w-video.ratio_1x1 .w-video-h {
	padding-bottom: 100%;
	}
	
	
	
/* Global animation & effects
   ========================================================================== */
   
.animate_start {
	-webkit-animation-duration: 0.7s;
			animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-transition-timing-function: cubic-bezier(.78,.13,.15,.86);
			transition-timing-function: cubic-bezier(.78,.13,.15,.86);
	}
	
/* Fade */
@keyframes fade {
	from { opacity: 0; }
	to { opacity: 1; }
	}
@-webkit-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1; }
	}
.animate_fade {
	opacity: 0;
	}
.animate_fade.animate_start {
	-webkit-animation-name: fade;
			animation-name: fade;
	opacity: 1;
	}

/* Appear From Center */
@keyframes afc {
	from { opacity: 0; transform: scale(0.2); }
	to { opacity: 1; transform: scale(1); }
	}
@-webkit-keyframes afc {
	from { opacity: 0; -webkit-transform: scale(0.2); }
	to { opacity: 1; -webkit-transform: scale(1); }
	}
.animate_afc {
	opacity: 0;
	}
.animate_afc.animate_start {
	-webkit-animation-name: afc;
			animation-name: afc;
	opacity: 1;
	}

/* Appear From Left */
@keyframes afl {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
	}
@-webkit-keyframes afl {
	from { opacity: 0; -webkit-transform: translateX(-50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
	}
.animate_afl {
	opacity: 0;
	}
.animate_afl.animate_start {
	-webkit-animation-name: afl;
			animation-name: afl;
	opacity: 1;
	}

/* Appear From Right */
@keyframes afr {
	from { opacity: 0; transform: translateX(50px); }
	to { opacity: 1; transform: translateX(0); }
	}
@-webkit-keyframes afr {
	from { opacity: 0; -webkit-transform: translateX(50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
	}
.animate_afr {
	opacity: 0;
	}
.animate_afr.animate_start {
	-webkit-animation-name: afr;
			animation-name: afr;
	opacity: 1;
	}

/* Appear From Top */
@keyframes aft {
	from { opacity: 0; transform: translateY(-50px); }
	to { opacity: 1; transform: translateY(0); }
	}
@-webkit-keyframes aft {
	from { opacity: 0; -webkit-transform: translateY(-50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
	}
.animate_aft {
	opacity: 0;
	}
.animate_aft.animate_start {
	-webkit-animation-name: aft;
			animation-name: aft;
	opacity: 1;
	}

/* Appear From Bottom */
@keyframes afb {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
	}
@-webkit-keyframes afb {
	from { opacity: 0; -webkit-transform: translateY(50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
	}
.animate_afb {
	opacity: 0;
	}
.animate_afb.animate_start {
	-webkit-animation-name: afb;
			animation-name: afb;
	opacity: 1;
	}

/* Width From Center */
@keyframes wfc {
	from { opacity: 0; transform: scaleX(0.01); }
	to { opacity: 1; transform: scaleX(1); }
	}
@-webkit-keyframes wfc {
	from { opacity: 0; -webkit-transform: scaleX(0.01); }
	to { opacity: 1; -webkit-transform: scaleX(1); }
	}
.animate_wfc {
	opacity: 0;
	}
.animate_wfc.animate_start {
	-webkit-animation-name: wfc;
			animation-name: wfc;
	opacity: 1;
	}

/* Height From Center */
@keyframes hfc {
	from { opacity: 0; transform: scaleY(0.01); }
	to { opacity: 1; transform: scaleY(1); }
	}
@-webkit-keyframes hfc {
	from { opacity: 0; -webkit-transform: scaleY(0.01); }
	to { opacity: 1; -webkit-transform: scaleY(1); }
	}
.animate_hfc {
	opacity: 0;
	}
.animate_hfc.animate_start {
	-webkit-animation-name: hfc;
			animation-name: hfc;
	opacity: 1;
	}

/* Animation Delays */
.d1.animate_start {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
	}
.d2.animate_start {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
	}
.d3.animate_start {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
	}
.d4.animate_start {
	-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
	}
.d5.animate_start {
	-webkit-animation-delay: 1s;
			animation-delay: 1s;
	}

/* Animation Speed */
.s1.animate_start {
	-webkit-animation-duration: 0.6s;
			animation-duration: 0.6s;
	}
.s2.animate_start {
	-webkit-animation-duration: 0.8s;
			animation-duration: 0.8s;
	}
.s3.animate_start {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	}
.s4.animate_start {
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	}
.s5.animate_start {
	-webkit-animation-duration: 1.4s;
			animation-duration: 1.4s;
	}

/* Grid material design reveal */
.animate_revealgrid .animate_reveal {
	opacity: 0;
	}

/* Disable effects */
.disable_effects .animate_afc,
.disable_effects .animate_aft,
.disable_effects .animate_afb,
.disable_effects .animate_afl,
.disable_effects .animate_afr,
.disable_effects .animate_wfc,
.disable_effects .animate_hfc,
.disable_effects .animate_rfl,
.disable_effects .animate_rfr,
.disable_effects .animate_rfc,
.disable_effects .animate_revealgrid .animate_reveal,
.vc_editor.compose-mode .animate_afc,
.vc_editor.compose-mode .animate_aft,
.vc_editor.compose-mode .animate_afb,
.vc_editor.compose-mode .animate_afl,
.vc_editor.compose-mode .animate_afr,
.vc_editor.compose-mode .animate_wfc,
.vc_editor.compose-mode .animate_hfc,
.vc_editor.compose-mode .animate_rfl,
.vc_editor.compose-mode .animate_rfr,
.vc_editor.compose-mode .animate_rfc,
.vc_editor.compose-mode .animate_revealgrid .animate_reveal {
	opacity: 1;
	-webkit-animation: none !important;
			animation: none !important;
	}



/* Print Styles
   ========================================================================== */
   
@media print {
.l-header,
.l-footer {
	display: none !important;
	}
.l-main,
.l-section {
	padding: 0 !important;
	}
.l-sidebar,
.l-section-h {
	padding: 20px 0 !important;
	}
.animate_afc,
.animate_aft,
.animate_afb,
.animate_afl,
.animate_afr,
.animate_wfc,
.animate_hfc,
.animate_rfl,
.animate_rfr,
.animate_rfc,
.animate_revealgrid .animate_reveal {
	opacity: 1 !important;
	-webkit-animation: none !important;
			animation: none !important;
	}
}



/* Visual Composer
   ========================================================================== */
   
.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
	margin-bottom: 0;
	}
.wpb_text_column h1:last-child,
.wpb_text_column h2:last-child,
.wpb_text_column h3:last-child,
.wpb_text_column h4:last-child,
.wpb_text_column h5:last-child,
.wpb_text_column h6:last-child {
	margin-bottom: 1.5rem;
	}
.wpb_text_column p:last-child,
.wpb_text_column ul:last-child,
.wpb_text_column ol:last-child {
	margin-bottom: 1.5em;
	}
.wpb_text_column:last-child h1:last-child,
.wpb_text_column:last-child h2:last-child,
.wpb_text_column:last-child h3:last-child,
.wpb_text_column:last-child h4:last-child,
.wpb_text_column:last-child h5:last-child,
.wpb_text_column:last-child h6:last-child,
.wpb_text_column:last-child p:last-child,
.wpb_text_column:last-child ul:last-child,
.wpb_text_column:last-child ol:last-child {
	margin-bottom: 0;
	}
.vc_icon_element-icon {
	-webkit-transform: translate(-50%, -50%);
	}
.vc_icon_element-align-left {
	display: inline-block;
	vertical-align: top;
	}
.compose-mode .vc_control-btn-append:before {
	top: 4px;
	}

/* Flickr */
.flickr_badge_image {
	float: left;
	width: 75px;
	height: 75px;
	}
	.flickr_badge_image a {
		border: none;
		}
		.flickr_badge_image img {
			overflow: hidden;
			position: relative;
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			}
.wpb_flickr_widget p.flickr_stream_wrap {
	clear: both;
	font-size: 80%;
	margin: 0;
	padding-top: 6px;
	}
	
/* Chart */
.vc_chart ul.vc_chart-legend {
	font-size: inherit;
	margin: 0;
	padding: 0;
	}
.vc_chart ul.vc_chart-legend li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	line-height: 20px;
	}
.vc_chart .vc_chart-legend span {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	margin: 2px 5px 2px 0;
	}
@media (min-width: 768px) {
.vc_chart .vc_chart-with-legend {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	}
.vc_chart .vc_chart-legend {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	}
.vc_chart ul.vc_chart-legend li {
	margin-left: 30px;
	}
.vc_line-chart .vc_chart-with-legend {
	width: 75%;
	}
.vc_line-chart .vc_chart-legend {
	width: 25%;
	}
}



/* Magnific Popup Styles v1.1.0
   ========================================================================== */
   
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}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:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;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-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
	
/* Owl Carousel Styles v2.0.0
========================================================================== */

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*!
 *  Font Icons of Material Design - based on http://github.com/designjockey/material-design-fonticons
 */

@font-face {
	font-family: 'mdfonticon';
	src: url(/wp-content/themes/Impreza/framework/css/../fonts/mdfonticon.eot) format('embedded-opentype'),
		 url(/wp-content/themes/Impreza/framework/css/../fonts/mdfonticon.woff) format('woff'),
		 url(/wp-content/themes/Impreza/framework/css/../fonts/mdfonticon.ttf) format('truetype'),
		 url(/wp-content/themes/Impreza/framework/css/../fonts/mdfonticon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="mdfi_"] {
	display: inline-block;
	font: normal normal normal 14px/1 mdfonticon;
	font-size: inherit;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mdfi_toggle_check_box:before {
	content: "\e600";
}
.mdfi_toggle_check_box_outline_blank:before {
	content: "\e601";
}
.mdfi_toggle_radio_button_off:before {
	content: "\e602";
}
.mdfi_toggle_radio_button_on:before {
	content: "\e603";
}
.mdfi_social_cake:before {
	content: "\e604";
}
.mdfi_social_domain:before {
	content: "\e605";
}
.mdfi_social_group:before {
	content: "\e606";
}
.mdfi_social_group_add:before {
	content: "\e607";
}
.mdfi_social_location_city:before {
	content: "\e608";
}
.mdfi_social_mood:before {
	content: "\e609";
}
.mdfi_social_notifications:before {
	content: "\e60a";
}
.mdfi_social_notifications_none:before {
	content: "\e60b";
}
.mdfi_social_notifications_off:before {
	content: "\e60c";
}
.mdfi_social_notifications_on:before {
	content: "\e60d";
}
.mdfi_social_notifications_paused:before {
	content: "\e60e";
}
.mdfi_social_pages:before {
	content: "\e60f";
}
.mdfi_social_party_mode:before {
	content: "\e610";
}
.mdfi_social_people:before {
	content: "\e611";
}
.mdfi_social_people_outline:before {
	content: "\e612";
}
.mdfi_social_person:before {
	content: "\e613";
}
.mdfi_social_person_add:before {
	content: "\e614";
}
.mdfi_social_person_outline:before {
	content: "\e615";
}
.mdfi_social_plus_one:before {
	content: "\e616";
}
.mdfi_social_poll:before {
	content: "\e617";
}
.mdfi_social_public:before {
	content: "\e618";
}
.mdfi_social_school:before {
	content: "\e619";
}
.mdfi_social_share:before {
	content: "\e61a";
}
.mdfi_social_whatshot:before {
	content: "\e61b";
}
.mdfi_notification_adb:before {
	content: "\e61c";
}
.mdfi_notification_bluetooth_audio:before {
	content: "\e61d";
}
.mdfi_notification_disc_full:before {
	content: "\e61e";
}
.mdfi_notification_dnd_forwardslash:before {
	content: "\e61f";
}
.mdfi_notification_do_not_disturb:before {
	content: "\e620";
}
.mdfi_notification_drive_eta:before {
	content: "\e621";
}
.mdfi_notification_event_available:before {
	content: "\e622";
}
.mdfi_notification_event_busy:before {
	content: "\e623";
}
.mdfi_notification_event_note:before {
	content: "\e624";
}
.mdfi_notification_folder_special:before {
	content: "\e625";
}
.mdfi_notification_mms:before {
	content: "\e626";
}
.mdfi_notification_more:before {
	content: "\e627";
}
.mdfi_notification_network_locked:before {
	content: "\e628";
}
.mdfi_notification_phone_bluetooth_speaker:before {
	content: "\e629";
}
.mdfi_notification_phone_forwarded:before {
	content: "\e62a";
}
.mdfi_notification_phone_in_talk:before {
	content: "\e62b";
}
.mdfi_notification_phone_locked:before {
	content: "\e62c";
}
.mdfi_notification_phone_missed:before {
	content: "\e62d";
}
.mdfi_notification_phone_paused:before {
	content: "\e62e";
}
.mdfi_notification_play_download:before {
	content: "\e62f";
}
.mdfi_notification_play_install:before {
	content: "\e630";
}
.mdfi_notification_sd_card:before {
	content: "\e631";
}
.mdfi_notification_sim_card_alert:before {
	content: "\e632";
}
.mdfi_notification_sms:before {
	content: "\e633";
}
.mdfi_notification_sms_failed:before {
	content: "\e634";
}
.mdfi_notification_sync:before {
	content: "\e635";
}
.mdfi_notification_sync_disabled:before {
	content: "\e636";
}
.mdfi_notification_sync_problem:before {
	content: "\e637";
}
.mdfi_notification_system_update:before {
	content: "\e638";
}
.mdfi_notification_tap_and_play:before {
	content: "\e639";
}
.mdfi_notification_time_to_leave:before {
	content: "\e63a";
}
.mdfi_notification_vibration:before {
	content: "\e63b";
}
.mdfi_notification_voice_chat:before {
	content: "\e63c";
}
.mdfi_notification_vpn_lock:before {
	content: "\e63d";
}
.mdfi_navigation_apps:before {
	content: "\e63e";
}
.mdfi_navigation_arrow_back:before {
	content: "\e63f";
}
.mdfi_navigation_arrow_drop_down:before {
	content: "\e640";
}
.mdfi_navigation_arrow_drop_down_circle:before {
	content: "\e641";
}
.mdfi_navigation_arrow_drop_up:before {
	content: "\e642";
}
.mdfi_navigation_arrow_forward:before {
	content: "\e643";
}
.mdfi_navigation_cancel:before {
	content: "\e644";
}
.mdfi_navigation_check:before {
	content: "\e645";
}
.mdfi_navigation_chevron_left:before {
	content: "\e646";
}
.mdfi_navigation_chevron_right:before {
	content: "\e647";
}
.mdfi_navigation_close:before {
	content: "\e648";
}
.mdfi_navigation_expand_less:before {
	content: "\e649";
}
.mdfi_navigation_expand_more:before {
	content: "\e64a";
}
.mdfi_navigation_fullscreen:before {
	content: "\e64b";
}
.mdfi_navigation_fullscreen_exit:before {
	content: "\e64c";
}
.mdfi_navigation_menu:before {
	content: "\e64d";
}
.mdfi_navigation_more_horiz:before {
	content: "\e64e";
}
.mdfi_navigation_more_vert:before {
	content: "\e64f";
}
.mdfi_navigation_refresh:before {
	content: "\e650";
}
.mdfi_navigation_unfold_less:before {
	content: "\e651";
}
.mdfi_navigation_unfold_more:before {
	content: "\e652";
}
.mdfi_maps_beenhere:before {
	content: "\e653";
}
.mdfi_maps_directions:before {
	content: "\e654";
}
.mdfi_maps_directions_bike:before {
	content: "\e655";
}
.mdfi_maps_directions_bus:before {
	content: "\e656";
}
.mdfi_maps_directions_car:before {
	content: "\e657";
}
.mdfi_maps_directions_ferry:before {
	content: "\e658";
}
.mdfi_maps_directions_subway:before {
	content: "\e659";
}
.mdfi_maps_directions_train:before {
	content: "\e65a";
}
.mdfi_maps_directions_transit:before {
	content: "\e65b";
}
.mdfi_maps_directions_walk:before {
	content: "\e65c";
}
.mdfi_maps_flight:before {
	content: "\e65d";
}
.mdfi_maps_hotel:before {
	content: "\e65e";
}
.mdfi_maps_layers:before {
	content: "\e65f";
}
.mdfi_maps_layers_clear:before {
	content: "\e660";
}
.mdfi_maps_local_airport:before {
	content: "\e661";
}
.mdfi_maps_local_atm:before {
	content: "\e662";
}
.mdfi_maps_local_attraction:before {
	content: "\e663";
}
.mdfi_maps_local_bar:before {
	content: "\e664";
}
.mdfi_maps_local_cafe:before {
	content: "\e665";
}
.mdfi_maps_local_car_wash:before {
	content: "\e666";
}
.mdfi_maps_local_convenience_store:before {
	content: "\e667";
}
.mdfi_maps_local_drink:before {
	content: "\e668";
}
.mdfi_maps_local_florist:before {
	content: "\e669";
}
.mdfi_maps_local_gas_station:before {
	content: "\e66a";
}
.mdfi_maps_local_grocery_store:before {
	content: "\e66b";
}
.mdfi_maps_local_hospital:before {
	content: "\e66c";
}
.mdfi_maps_local_hotel:before {
	content: "\e66d";
}
.mdfi_maps_local_laundry_service:before {
	content: "\e66e";
}
.mdfi_maps_local_library:before {
	content: "\e66f";
}
.mdfi_maps_local_mall:before {
	content: "\e670";
}
.mdfi_maps_local_movies:before {
	content: "\e671";
}
.mdfi_maps_local_offer:before {
	content: "\e672";
}
.mdfi_maps_local_parking:before {
	content: "\e673";
}
.mdfi_maps_local_pharmacy:before {
	content: "\e674";
}
.mdfi_maps_local_phone:before {
	content: "\e675";
}
.mdfi_maps_local_pizza:before {
	content: "\e676";
}
.mdfi_maps_local_play:before {
	content: "\e677";
}
.mdfi_maps_local_post_office:before {
	content: "\e678";
}
.mdfi_maps_local_print_shop:before {
	content: "\e679";
}
.mdfi_maps_local_restaurant:before {
	content: "\e67a";
}
.mdfi_maps_local_see:before {
	content: "\e67b";
}
.mdfi_maps_local_shipping:before {
	content: "\e67c";
}
.mdfi_maps_local_taxi:before {
	content: "\e67d";
}
.mdfi_maps_location_history:before {
	content: "\e67e";
}
.mdfi_maps_map:before {
	content: "\e67f";
}
.mdfi_maps_my_location:before {
	content: "\e680";
}
.mdfi_maps_navigation:before {
	content: "\e681";
}
.mdfi_maps_pin_drop:before {
	content: "\e682";
}
.mdfi_maps_place:before {
	content: "\e683";
}
.mdfi_maps_rate_review:before {
	content: "\e684";
}
.mdfi_maps_restaurant_menu:before {
	content: "\e685";
}
.mdfi_maps_satellite:before {
	content: "\e686";
}
.mdfi_maps_store_mall_directory:before {
	content: "\e687";
}
.mdfi_maps_terrain:before {
	content: "\e688";
}
.mdfi_maps_traffic:before {
	content: "\e689";
}
.mdfi_image_add_to_photos:before {
	content: "\e68a";
}
.mdfi_image_adjust:before {
	content: "\e68b";
}
.mdfi_image_assistant_photo:before {
	content: "\e68c";
}
.mdfi_image_audiotrack:before {
	content: "\e68d";
}
.mdfi_image_blur_circular:before {
	content: "\e68e";
}
.mdfi_image_blur_linear:before {
	content: "\e68f";
}
.mdfi_image_blur_off:before {
	content: "\e690";
}
.mdfi_image_blur_on:before {
	content: "\e691";
}
.mdfi_image_brightness_1:before {
	content: "\e692";
}
.mdfi_image_brightness_2:before {
	content: "\e693";
}
.mdfi_image_brightness_3:before {
	content: "\e694";
}
.mdfi_image_brightness_4:before {
	content: "\e695";
}
.mdfi_image_brightness_5:before {
	content: "\e696";
}
.mdfi_image_brightness_6:before {
	content: "\e697";
}
.mdfi_image_brightness_7:before {
	content: "\e698";
}
.mdfi_image_brush:before {
	content: "\e699";
}
.mdfi_image_camera:before {
	content: "\e69a";
}
.mdfi_image_camera_alt:before {
	content: "\e69b";
}
.mdfi_image_camera_front:before {
	content: "\e69c";
}
.mdfi_image_camera_rear:before {
	content: "\e69d";
}
.mdfi_image_camera_roll:before {
	content: "\e69e";
}
.mdfi_image_center_focus_strong:before {
	content: "\e69f";
}
.mdfi_image_center_focus_weak:before {
	content: "\e6a0";
}
.mdfi_image_collections:before {
	content: "\e6a1";
}
.mdfi_image_color_lens:before {
	content: "\e6a2";
}
.mdfi_image_colorize:before {
	content: "\e6a3";
}
.mdfi_image_compare:before {
	content: "\e6a4";
}
.mdfi_image_control_point:before {
	content: "\e6a5";
}
.mdfi_image_control_point_duplicate:before {
	content: "\e6a6";
}
.mdfi_image_crop_3_2:before {
	content: "\e6a7";
}
.mdfi_image_crop_5_4:before {
	content: "\e6a8";
}
.mdfi_image_crop_7_5:before {
	content: "\e6a9";
}
.mdfi_image_crop_16_9:before {
	content: "\e6aa";
}
.mdfi_image_crop:before {
	content: "\e6ab";
}
.mdfi_image_crop_din:before {
	content: "\e6ac";
}
.mdfi_image_crop_free:before {
	content: "\e6ad";
}
.mdfi_image_crop_landscape:before {
	content: "\e6ae";
}
.mdfi_image_crop_original:before {
	content: "\e6af";
}
.mdfi_image_crop_portrait:before {
	content: "\e6b0";
}
.mdfi_image_crop_square:before {
	content: "\e6b1";
}
.mdfi_image_dehaze:before {
	content: "\e6b2";
}
.mdfi_image_details:before {
	content: "\e6b3";
}
.mdfi_image_edit:before {
	content: "\e6b4";
}
.mdfi_image_exposure:before {
	content: "\e6b5";
}
.mdfi_image_exposure_minus_1:before {
	content: "\e6b6";
}
.mdfi_image_exposure_minus_2:before {
	content: "\e6b7";
}
.mdfi_image_exposure_plus_1:before {
	content: "\e6b8";
}
.mdfi_image_exposure_plus_2:before {
	content: "\e6b9";
}
.mdfi_image_exposure_zero:before {
	content: "\e6ba";
}
.mdfi_image_filter_1:before {
	content: "\e6bb";
}
.mdfi_image_filter_2:before {
	content: "\e6bc";
}
.mdfi_image_filter_3:before {
	content: "\e6bd";
}
.mdfi_image_filter_4:before {
	content: "\e6be";
}
.mdfi_image_filter_5:before {
	content: "\e6bf";
}
.mdfi_image_filter_6:before {
	content: "\e6c0";
}
.mdfi_image_filter_7:before {
	content: "\e6c1";
}
.mdfi_image_filter_8:before {
	content: "\e6c2";
}
.mdfi_image_filter_9:before {
	content: "\e6c3";
}
.mdfi_image_filter_9_plus:before {
	content: "\e6c4";
}
.mdfi_image_filter:before {
	content: "\e6c5";
}
.mdfi_image_filter_b_and_w:before {
	content: "\e6c6";
}
.mdfi_image_filter_center_focus:before {
	content: "\e6c7";
}
.mdfi_image_filter_drama:before {
	content: "\e6c8";
}
.mdfi_image_filter_frames:before {
	content: "\e6c9";
}
.mdfi_image_filter_hdr:before {
	content: "\e6ca";
}
.mdfi_image_filter_none:before {
	content: "\e6cb";
}
.mdfi_image_filter_tilt_shift:before {
	content: "\e6cc";
}
.mdfi_image_filter_vintage:before {
	content: "\e6cd";
}
.mdfi_image_flare:before {
	content: "\e6ce";
}
.mdfi_image_flash_auto:before {
	content: "\e6cf";
}
.mdfi_image_flash_off:before {
	content: "\e6d0";
}
.mdfi_image_flash_on:before {
	content: "\e6d1";
}
.mdfi_image_flip:before {
	content: "\e6d2";
}
.mdfi_image_gradient:before {
	content: "\e6d3";
}
.mdfi_image_grain:before {
	content: "\e6d4";
}
.mdfi_image_grid_off:before {
	content: "\e6d5";
}
.mdfi_image_grid_on:before {
	content: "\e6d6";
}
.mdfi_image_hdr_off:before {
	content: "\e6d7";
}
.mdfi_image_hdr_on:before {
	content: "\e6d8";
}
.mdfi_image_hdr_strong:before {
	content: "\e6d9";
}
.mdfi_image_hdr_weak:before {
	content: "\e6da";
}
.mdfi_image_healing:before {
	content: "\e6db";
}
.mdfi_image_image:before {
	content: "\e6dc";
}
.mdfi_image_image_aspect_ratio:before {
	content: "\e6dd";
}
.mdfi_image_iso:before {
	content: "\e6de";
}
.mdfi_image_landscape:before {
	content: "\e6df";
}
.mdfi_image_leak_add:before {
	content: "\e6e0";
}
.mdfi_image_leak_remove:before {
	content: "\e6e1";
}
.mdfi_image_lens:before {
	content: "\e6e2";
}
.mdfi_image_looks_3:before {
	content: "\e6e3";
}
.mdfi_image_looks_4:before {
	content: "\e6e4";
}
.mdfi_image_looks_5:before {
	content: "\e6e5";
}
.mdfi_image_looks_6:before {
	content: "\e6e6";
}
.mdfi_image_looks:before {
	content: "\e6e7";
}
.mdfi_image_looks_one:before {
	content: "\e6e8";
}
.mdfi_image_looks_two:before {
	content: "\e6e9";
}
.mdfi_image_loupe:before {
	content: "\e6ea";
}
.mdfi_image_movie_creation:before {
	content: "\e6eb";
}
.mdfi_image_nature:before {
	content: "\e6ec";
}
.mdfi_image_nature_people:before {
	content: "\e6ed";
}
.mdfi_image_navigate_before:before {
	content: "\e6ee";
}
.mdfi_image_navigate_next:before {
	content: "\e6ef";
}
.mdfi_image_palette:before {
	content: "\e6f0";
}
.mdfi_image_panorama:before {
	content: "\e6f1";
}
.mdfi_image_panorama_fisheye:before {
	content: "\e6f2";
}
.mdfi_image_panorama_horizontal:before {
	content: "\e6f3";
}
.mdfi_image_panorama_vertical:before {
	content: "\e6f4";
}
.mdfi_image_panorama_wide_angle:before {
	content: "\e6f5";
}
.mdfi_image_photo:before {
	content: "\e6f6";
}
.mdfi_image_photo_album:before {
	content: "\e6f7";
}
.mdfi_image_photo_camera:before {
	content: "\e6f8";
}
.mdfi_image_photo_library:before {
	content: "\e6f9";
}
.mdfi_image_portrait:before {
	content: "\e6fa";
}
.mdfi_image_remove_red_eye:before {
	content: "\e6fb";
}
.mdfi_image_rotate_left:before {
	content: "\e6fc";
}
.mdfi_image_rotate_right:before {
	content: "\e6fd";
}
.mdfi_image_slideshow:before {
	content: "\e6fe";
}
.mdfi_image_straighten:before {
	content: "\e6ff";
}
.mdfi_image_style:before {
	content: "\e700";
}
.mdfi_image_switch_camera:before {
	content: "\e701";
}
.mdfi_image_switch_video:before {
	content: "\e702";
}
.mdfi_image_tag_faces:before {
	content: "\e703";
}
.mdfi_image_texture:before {
	content: "\e704";
}
.mdfi_image_timelapse:before {
	content: "\e705";
}
.mdfi_image_timer_3:before {
	content: "\e706";
}
.mdfi_image_timer_10:before {
	content: "\e707";
}
.mdfi_image_timer:before {
	content: "\e708";
}
.mdfi_image_timer_auto:before {
	content: "\e709";
}
.mdfi_image_timer_off:before {
	content: "\e70a";
}
.mdfi_image_tonality:before {
	content: "\e70b";
}
.mdfi_image_transform:before {
	content: "\e70c";
}
.mdfi_image_tune:before {
	content: "\e70d";
}
.mdfi_image_wb_auto:before {
	content: "\e70e";
}
.mdfi_image_wb_cloudy:before {
	content: "\e70f";
}
.mdfi_image_wb_incandescent:before {
	content: "\e710";
}
.mdfi_image_wb_irradescent:before {
	content: "\e711";
}
.mdfi_image_wb_sunny:before {
	content: "\e712";
}
.mdfi_hardware_cast:before {
	content: "\e713";
}
.mdfi_hardware_cast_connected:before {
	content: "\e714";
}
.mdfi_hardware_computer:before {
	content: "\e715";
}
.mdfi_hardware_desktop_mac:before {
	content: "\e716";
}
.mdfi_hardware_desktop_windows:before {
	content: "\e717";
}
.mdfi_hardware_dock:before {
	content: "\e718";
}
.mdfi_hardware_gamepad:before {
	content: "\e719";
}
.mdfi_hardware_headset:before {
	content: "\e71a";
}
.mdfi_hardware_headset_mic:before {
	content: "\e71b";
}
.mdfi_hardware_keyboard:before {
	content: "\e71c";
}
.mdfi_hardware_keyboard_alt:before {
	content: "\e71d";
}
.mdfi_hardware_keyboard_arrow_down:before {
	content: "\e71e";
}
.mdfi_hardware_keyboard_arrow_left:before {
	content: "\e71f";
}
.mdfi_hardware_keyboard_arrow_right:before {
	content: "\e720";
}
.mdfi_hardware_keyboard_arrow_up:before {
	content: "\e721";
}
.mdfi_hardware_keyboard_backspace:before {
	content: "\e722";
}
.mdfi_hardware_keyboard_capslock:before {
	content: "\e723";
}
.mdfi_hardware_keyboard_control:before {
	content: "\e724";
}
.mdfi_hardware_keyboard_hide:before {
	content: "\e725";
}
.mdfi_hardware_keyboard_return:before {
	content: "\e726";
}
.mdfi_hardware_keyboard_tab:before {
	content: "\e727";
}
.mdfi_hardware_keyboard_voice:before {
	content: "\e728";
}
.mdfi_hardware_laptop:before {
	content: "\e729";
}
.mdfi_hardware_laptop_chromebook:before {
	content: "\e72a";
}
.mdfi_hardware_laptop_mac:before {
	content: "\e72b";
}
.mdfi_hardware_laptop_windows:before {
	content: "\e72c";
}
.mdfi_hardware_memory:before {
	content: "\e72d";
}
.mdfi_hardware_mouse:before {
	content: "\e72e";
}
.mdfi_hardware_phone_android:before {
	content: "\e72f";
}
.mdfi_hardware_phone_iphone:before {
	content: "\e730";
}
.mdfi_hardware_phonelink:before {
	content: "\e731";
}
.mdfi_hardware_phonelink_off:before {
	content: "\e732";
}
.mdfi_hardware_security:before {
	content: "\e733";
}
.mdfi_hardware_sim_card:before {
	content: "\e734";
}
.mdfi_hardware_smartphone:before {
	content: "\e735";
}
.mdfi_hardware_speaker:before {
	content: "\e736";
}
.mdfi_hardware_tablet:before {
	content: "\e737";
}
.mdfi_hardware_tablet_android:before {
	content: "\e738";
}
.mdfi_hardware_tablet_mac:before {
	content: "\e739";
}
.mdfi_hardware_tv:before {
	content: "\e73a";
}
.mdfi_hardware_watch:before {
	content: "\e73b";
}
.mdfi_file_attachment:before {
	content: "\e73c";
}
.mdfi_file_cloud:before {
	content: "\e73d";
}
.mdfi_file_cloud_circle:before {
	content: "\e73e";
}
.mdfi_file_cloud_done:before {
	content: "\e73f";
}
.mdfi_file_cloud_download:before {
	content: "\e740";
}
.mdfi_file_cloud_off:before {
	content: "\e741";
}
.mdfi_file_cloud_queue:before {
	content: "\e742";
}
.mdfi_file_cloud_upload:before {
	content: "\e743";
}
.mdfi_file_file_download:before {
	content: "\e744";
}
.mdfi_file_file_upload:before {
	content: "\e745";
}
.mdfi_file_folder:before {
	content: "\e746";
}
.mdfi_file_folder_open:before {
	content: "\e747";
}
.mdfi_file_folder_shared:before {
	content: "\e748";
}
.mdfi_editor_attach_file:before {
	content: "\e749";
}
.mdfi_editor_attach_money:before {
	content: "\e74a";
}
.mdfi_editor_border_all:before {
	content: "\e74b";
}
.mdfi_editor_border_bottom:before {
	content: "\e74c";
}
.mdfi_editor_border_clear:before {
	content: "\e74d";
}
.mdfi_editor_border_color:before {
	content: "\e74e";
}
.mdfi_editor_border_horizontal:before {
	content: "\e74f";
}
.mdfi_editor_border_inner:before {
	content: "\e750";
}
.mdfi_editor_border_left:before {
	content: "\e751";
}
.mdfi_editor_border_outer:before {
	content: "\e752";
}
.mdfi_editor_border_right:before {
	content: "\e753";
}
.mdfi_editor_border_style:before {
	content: "\e754";
}
.mdfi_editor_border_top:before {
	content: "\e755";
}
.mdfi_editor_border_vertical:before {
	content: "\e756";
}
.mdfi_editor_format_align_center:before {
	content: "\e757";
}
.mdfi_editor_format_align_justify:before {
	content: "\e758";
}
.mdfi_editor_format_align_left:before {
	content: "\e759";
}
.mdfi_editor_format_align_right:before {
	content: "\e75a";
}
.mdfi_editor_format_bold:before {
	content: "\e75b";
}
.mdfi_editor_format_clear:before {
	content: "\e75c";
}
.mdfi_editor_format_color_fill:before {
	content: "\e75d";
}
.mdfi_editor_format_color_reset:before {
	content: "\e75e";
}
.mdfi_editor_format_color_text:before {
	content: "\e75f";
}
.mdfi_editor_format_indent_decrease:before {
	content: "\e760";
}
.mdfi_editor_format_indent_increase:before {
	content: "\e761";
}
.mdfi_editor_format_italic:before {
	content: "\e762";
}
.mdfi_editor_format_line_spacing:before {
	content: "\e763";
}
.mdfi_editor_format_list_bulleted:before {
	content: "\e764";
}
.mdfi_editor_format_list_numbered:before {
	content: "\e765";
}
.mdfi_editor_format_paint:before {
	content: "\e766";
}
.mdfi_editor_format_quote:before {
	content: "\e767";
}
.mdfi_editor_format_size:before {
	content: "\e768";
}
.mdfi_editor_format_strikethrough:before {
	content: "\e769";
}
.mdfi_editor_format_textdirection_l_to_r:before {
	content: "\e76a";
}
.mdfi_editor_format_textdirection_r_to_l:before {
	content: "\e76b";
}
.mdfi_editor_format_underline:before {
	content: "\e76c";
}
.mdfi_editor_functions:before {
	content: "\e76d";
}
.mdfi_editor_insert_chart:before {
	content: "\e76e";
}
.mdfi_editor_insert_comment:before {
	content: "\e76f";
}
.mdfi_editor_insert_drive_file:before {
	content: "\e770";
}
.mdfi_editor_insert_emoticon:before {
	content: "\e771";
}
.mdfi_editor_insert_invitation:before {
	content: "\e772";
}
.mdfi_editor_insert_link:before {
	content: "\e773";
}
.mdfi_editor_insert_photo:before {
	content: "\e774";
}
.mdfi_editor_merge_type:before {
	content: "\e775";
}
.mdfi_editor_mode_comment:before {
	content: "\e776";
}
.mdfi_editor_mode_edit:before {
	content: "\e777";
}
.mdfi_editor_publish:before {
	content: "\e778";
}
.mdfi_editor_vertical_align_bottom:before {
	content: "\e779";
}
.mdfi_editor_vertical_align_center:before {
	content: "\e77a";
}
.mdfi_editor_vertical_align_top:before {
	content: "\e77b";
}
.mdfi_editor_wrap_text:before {
	content: "\e77c";
}
.mdfi_device_access_alarm:before {
	content: "\e77d";
}
.mdfi_device_access_alarms:before {
	content: "\e77e";
}
.mdfi_device_access_time:before {
	content: "\e77f";
}
.mdfi_device_add_alarm:before {
	content: "\e780";
}
.mdfi_device_airplanemode_off:before {
	content: "\e781";
}
.mdfi_device_airplanemode_on:before {
	content: "\e782";
}
.mdfi_device_battery_20:before {
	content: "\e783";
}
.mdfi_device_battery_30:before {
	content: "\e784";
}
.mdfi_device_battery_50:before {
	content: "\e785";
}
.mdfi_device_battery_60:before {
	content: "\e786";
}
.mdfi_device_battery_80:before {
	content: "\e787";
}
.mdfi_device_battery_90:before {
	content: "\e788";
}
.mdfi_device_battery_alert:before {
	content: "\e789";
}
.mdfi_device_battery_charging_20:before {
	content: "\e78a";
}
.mdfi_device_battery_charging_30:before {
	content: "\e78b";
}
.mdfi_device_battery_charging_50:before {
	content: "\e78c";
}
.mdfi_device_battery_charging_60:before {
	content: "\e78d";
}
.mdfi_device_battery_charging_80:before {
	content: "\e78e";
}
.mdfi_device_battery_charging_90:before {
	content: "\e78f";
}
.mdfi_device_battery_charging_full:before {
	content: "\e790";
}
.mdfi_device_battery_full:before {
	content: "\e791";
}
.mdfi_device_battery_std:before {
	content: "\e792";
}
.mdfi_device_battery_unknown:before {
	content: "\e793";
}
.mdfi_device_bluetooth:before {
	content: "\e794";
}
.mdfi_device_bluetooth_connected:before {
	content: "\e795";
}
.mdfi_device_bluetooth_disabled:before {
	content: "\e796";
}
.mdfi_device_bluetooth_searching:before {
	content: "\e797";
}
.mdfi_device_brightness_auto:before {
	content: "\e798";
}
.mdfi_device_brightness_high:before {
	content: "\e799";
}
.mdfi_device_brightness_low:before {
	content: "\e79a";
}
.mdfi_device_brightness_medium:before {
	content: "\e79b";
}
.mdfi_device_data_usage:before {
	content: "\e79c";
}
.mdfi_device_developer_mode:before {
	content: "\e79d";
}
.mdfi_device_devices:before {
	content: "\e79e";
}
.mdfi_device_dvr:before {
	content: "\e79f";
}
.mdfi_device_gps_fixed:before {
	content: "\e7a0";
}
.mdfi_device_gps_not_fixed:before {
	content: "\e7a1";
}
.mdfi_device_gps_off:before {
	content: "\e7a2";
}
.mdfi_device_location_disabled:before {
	content: "\e7a3";
}
.mdfi_device_location_searching:before {
	content: "\e7a4";
}
.mdfi_device_multitrack_audio:before {
	content: "\e7a5";
}
.mdfi_device_network_cell:before {
	content: "\e7a6";
}
.mdfi_device_network_wifi:before {
	content: "\e7a7";
}
.mdfi_device_nfc:before {
	content: "\e7a8";
}
.mdfi_device_now_wallpaper:before {
	content: "\e7a9";
}
.mdfi_device_now_widgets:before {
	content: "\e7aa";
}
.mdfi_device_screen_lock_landscape:before {
	content: "\e7ab";
}
.mdfi_device_screen_lock_portrait:before {
	content: "\e7ac";
}
.mdfi_device_screen_lock_rotation:before {
	content: "\e7ad";
}
.mdfi_device_screen_rotation:before {
	content: "\e7ae";
}
.mdfi_device_sd_storage:before {
	content: "\e7af";
}
.mdfi_device_settings_system_daydream:before {
	content: "\e7b0";
}
.mdfi_device_signal_cellular_0_bar:before {
	content: "\e7b1";
}
.mdfi_device_signal_cellular_1_bar:before {
	content: "\e7b2";
}
.mdfi_device_signal_cellular_2_bar:before {
	content: "\e7b3";
}
.mdfi_device_signal_cellular_3_bar:before {
	content: "\e7b4";
}
.mdfi_device_signal_cellular_4_bar:before {
	content: "\e7b5";
}
.mdfi_device_signal_cellular_connected_no_internet_0_bar:before {
	content: "\e7b6";
}
.mdfi_device_signal_cellular_connected_no_internet_1_bar:before {
	content: "\e7b7";
}
.mdfi_device_signal_cellular_connected_no_internet_2_bar:before {
	content: "\e7b8";
}
.mdfi_device_signal_cellular_connected_no_internet_3_bar:before {
	content: "\e7b9";
}
.mdfi_device_signal_cellular_connected_no_internet_4_bar:before {
	content: "\e7ba";
}
.mdfi_device_signal_cellular_no_sim:before {
	content: "\e7bb";
}
.mdfi_device_signal_cellular_null:before {
	content: "\e7bc";
}
.mdfi_device_signal_cellular_off:before {
	content: "\e7bd";
}
.mdfi_device_signal_wifi_0_bar:before {
	content: "\e7be";
}
.mdfi_device_signal_wifi_1_bar:before {
	content: "\e7bf";
}
.mdfi_device_signal_wifi_2_bar:before {
	content: "\e7c0";
}
.mdfi_device_signal_wifi_3_bar:before {
	content: "\e7c1";
}
.mdfi_device_signal_wifi_4_bar:before {
	content: "\e7c2";
}
.mdfi_device_signal_wifi_off:before {
	content: "\e7c3";
}
.mdfi_device_signal_wifi_statusbar_1_bar_26x24px:before {
	content: "\e7c4";
}
.mdfi_device_signal_wifi_statusbar_2_bar_26x24px:before {
	content: "\e7c5";
}
.mdfi_device_signal_wifi_statusbar_3_bar_26x24px:before {
	content: "\e7c6";
}
.mdfi_device_signal_wifi_statusbar_4_bar_26x24px:before {
	content: "\e7c7";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_1_26x24px:before {
	content: "\e7c8";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_2_26x24px:before {
	content: "\e7c9";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_3_26x24px:before {
	content: "\e7ca";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_4_26x24px:before {
	content: "\e7cb";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_26x24px:before {
	content: "\e7cc";
}
.mdfi_device_signal_wifi_statusbar_not_connected_26x24px:before {
	content: "\e7cd";
}
.mdfi_device_signal_wifi_statusbar_null_26x24px:before {
	content: "\e7ce";
}
.mdfi_device_storage:before {
	content: "\e7cf";
}
.mdfi_device_usb:before {
	content: "\e7d0";
}
.mdfi_device_wifi_lock:before {
	content: "\e7d1";
}
.mdfi_device_wifi_tethering:before {
	content: "\e7d2";
}
.mdfi_content_add:before {
	content: "\e7d3";
}
.mdfi_content_add_box:before {
	content: "\e7d4";
}
.mdfi_content_add_circle:before {
	content: "\e7d5";
}
.mdfi_content_add_circle_outline:before {
	content: "\e7d6";
}
.mdfi_content_archive:before {
	content: "\e7d7";
}
.mdfi_content_backspace:before {
	content: "\e7d8";
}
.mdfi_content_block:before {
	content: "\e7d9";
}
.mdfi_content_clear:before {
	content: "\e7da";
}
.mdfi_content_content_copy:before {
	content: "\e7db";
}
.mdfi_content_content_cut:before {
	content: "\e7dc";
}
.mdfi_content_content_paste:before {
	content: "\e7dd";
}
.mdfi_content_create:before {
	content: "\e7de";
}
.mdfi_content_drafts:before {
	content: "\e7df";
}
.mdfi_content_filter_list:before {
	content: "\e7e0";
}
.mdfi_content_flag:before {
	content: "\e7e1";
}
.mdfi_content_forward:before {
	content: "\e7e2";
}
.mdfi_content_gesture:before {
	content: "\e7e3";
}
.mdfi_content_inbox:before {
	content: "\e7e4";
}
.mdfi_content_link:before {
	content: "\e7e5";
}
.mdfi_content_mail:before {
	content: "\e7e6";
}
.mdfi_content_markunread:before {
	content: "\e7e7";
}
.mdfi_content_redo:before {
	content: "\e7e8";
}
.mdfi_content_remove:before {
	content: "\e7e9";
}
.mdfi_content_remove_circle:before {
	content: "\e7ea";
}
.mdfi_content_remove_circle_outline:before {
	content: "\e7eb";
}
.mdfi_content_reply:before {
	content: "\e7ec";
}
.mdfi_content_reply_all:before {
	content: "\e7ed";
}
.mdfi_content_report:before {
	content: "\e7ee";
}
.mdfi_content_save:before {
	content: "\e7ef";
}
.mdfi_content_select_all:before {
	content: "\e7f0";
}
.mdfi_content_send:before {
	content: "\e7f1";
}
.mdfi_content_sort:before {
	content: "\e7f2";
}
.mdfi_content_text_format:before {
	content: "\e7f3";
}
.mdfi_content_undo:before {
	content: "\e7f4";
}
.mdfi_communication_business:before {
	content: "\e7f5";
}
.mdfi_communication_call:before {
	content: "\e7f6";
}
.mdfi_communication_call_end:before {
	content: "\e7f7";
}
.mdfi_communication_call_made:before {
	content: "\e7f8";
}
.mdfi_communication_call_merge:before {
	content: "\e7f9";
}
.mdfi_communication_call_missed:before {
	content: "\e7fa";
}
.mdfi_communication_call_received:before {
	content: "\e7fb";
}
.mdfi_communication_call_split:before {
	content: "\e7fc";
}
.mdfi_communication_chat:before {
	content: "\e7fd";
}
.mdfi_communication_clear_all:before {
	content: "\e7fe";
}
.mdfi_communication_comment:before {
	content: "\e7ff";
}
.mdfi_communication_contacts:before {
	content: "\e800";
}
.mdfi_communication_dialer_sip:before {
	content: "\e801";
}
.mdfi_communication_dialpad:before {
	content: "\e802";
}
.mdfi_communication_dnd_on:before {
	content: "\e803";
}
.mdfi_communication_email:before {
	content: "\e804";
}
.mdfi_communication_forum:before {
	content: "\e805";
}
.mdfi_communication_import_export:before {
	content: "\e806";
}
.mdfi_communication_invert_colors_off:before {
	content: "\e807";
}
.mdfi_communication_invert_colors_on:before {
	content: "\e808";
}
.mdfi_communication_live_help:before {
	content: "\e809";
}
.mdfi_communication_location_off:before {
	content: "\e80a";
}
.mdfi_communication_location_on:before {
	content: "\e80b";
}
.mdfi_communication_message:before {
	content: "\e80c";
}
.mdfi_communication_messenger:before {
	content: "\e80d";
}
.mdfi_communication_no_sim:before {
	content: "\e80e";
}
.mdfi_communication_phone:before {
	content: "\e80f";
}
.mdfi_communication_portable_wifi_off:before {
	content: "\e810";
}
.mdfi_communication_quick_contacts_dialer:before {
	content: "\e811";
}
.mdfi_communication_quick_contacts_mail:before {
	content: "\e812";
}
.mdfi_communication_ring_volume:before {
	content: "\e813";
}
.mdfi_communication_stay_current_landscape:before {
	content: "\e814";
}
.mdfi_communication_stay_current_portrait:before {
	content: "\e815";
}
.mdfi_communication_stay_primary_landscape:before {
	content: "\e816";
}
.mdfi_communication_stay_primary_portrait:before {
	content: "\e817";
}
.mdfi_communication_swap_calls:before {
	content: "\e818";
}
.mdfi_communication_textsms:before {
	content: "\e819";
}
.mdfi_communication_voicemail:before {
	content: "\e81a";
}
.mdfi_communication_vpn_key:before {
	content: "\e81b";
}
.mdfi_av_album:before {
	content: "\e81c";
}
.mdfi_av_av_timer:before {
	content: "\e81d";
}
.mdfi_av_closed_caption:before {
	content: "\e81e";
}
.mdfi_av_equalizer:before {
	content: "\e81f";
}
.mdfi_av_explicit:before {
	content: "\e820";
}
.mdfi_av_fast_forward:before {
	content: "\e821";
}
.mdfi_av_fast_rewind:before {
	content: "\e822";
}
.mdfi_av_games:before {
	content: "\e823";
}
.mdfi_av_hearing:before {
	content: "\e824";
}
.mdfi_av_high_quality:before {
	content: "\e825";
}
.mdfi_av_loop:before {
	content: "\e826";
}
.mdfi_av_mic:before {
	content: "\e827";
}
.mdfi_av_mic_none:before {
	content: "\e828";
}
.mdfi_av_mic_off:before {
	content: "\e829";
}
.mdfi_av_movie:before {
	content: "\e82a";
}
.mdfi_av_my_library_add:before {
	content: "\e82b";
}
.mdfi_av_my_library_books:before {
	content: "\e82c";
}
.mdfi_av_my_library_music:before {
	content: "\e82d";
}
.mdfi_av_new_releases:before {
	content: "\e82e";
}
.mdfi_av_not_interested:before {
	content: "\e82f";
}
.mdfi_av_pause:before {
	content: "\e830";
}
.mdfi_av_pause_circle_fill:before {
	content: "\e831";
}
.mdfi_av_pause_circle_outline:before {
	content: "\e832";
}
.mdfi_av_play_arrow:before {
	content: "\e833";
}
.mdfi_av_play_circle_fill:before {
	content: "\e834";
}
.mdfi_av_play_circle_outline:before {
	content: "\e835";
}
.mdfi_av_play_shopping_bag:before {
	content: "\e836";
}
.mdfi_av_playlist_add:before {
	content: "\e837";
}
.mdfi_av_queue:before {
	content: "\e838";
}
.mdfi_av_queue_music:before {
	content: "\e839";
}
.mdfi_av_radio:before {
	content: "\e83a";
}
.mdfi_av_recent_actors:before {
	content: "\e83b";
}
.mdfi_av_repeat:before {
	content: "\e83c";
}
.mdfi_av_repeat_one:before {
	content: "\e83d";
}
.mdfi_av_replay:before {
	content: "\e83e";
}
.mdfi_av_shuffle:before {
	content: "\e83f";
}
.mdfi_av_skip_next:before {
	content: "\e840";
}
.mdfi_av_skip_previous:before {
	content: "\e841";
}
.mdfi_av_snooze:before {
	content: "\e842";
}
.mdfi_av_stop:before {
	content: "\e843";
}
.mdfi_av_subtitles:before {
	content: "\e844";
}
.mdfi_av_surround_sound:before {
	content: "\e845";
}
.mdfi_av_video_collection:before {
	content: "\e846";
}
.mdfi_av_videocam:before {
	content: "\e847";
}
.mdfi_av_videocam_off:before {
	content: "\e848";
}
.mdfi_av_volume_down:before {
	content: "\e849";
}
.mdfi_av_volume_mute:before {
	content: "\e84a";
}
.mdfi_av_volume_off:before {
	content: "\e84b";
}
.mdfi_av_volume_up:before {
	content: "\e84c";
}
.mdfi_av_web:before {
	content: "\e84d";
}
.mdfi_alert_error:before {
	content: "\e84e";
}
.mdfi_alert_warning:before {
	content: "\e84f";
}
.mdfi_action_3d_rotation:before {
	content: "\e850";
}
.mdfi_action_accessibility:before {
	content: "\e851";
}
.mdfi_action_account_balance:before {
	content: "\e852";
}
.mdfi_action_account_balance_wallet:before {
	content: "\e853";
}
.mdfi_action_account_box:before {
	content: "\e854";
}
.mdfi_action_account_child:before {
	content: "\e855";
}
.mdfi_action_account_circle:before {
	content: "\e856";
}
.mdfi_action_add_shopping_cart:before {
	content: "\e857";
}
.mdfi_action_alarm:before {
	content: "\e858";
}
.mdfi_action_alarm_add:before {
	content: "\e859";
}
.mdfi_action_alarm_off:before {
	content: "\e85a";
}
.mdfi_action_alarm_on:before {
	content: "\e85b";
}
.mdfi_action_android:before {
	content: "\e85c";
}
.mdfi_action_announcement:before {
	content: "\e85d";
}
.mdfi_action_aspect_ratio:before {
	content: "\e85e";
}
.mdfi_action_assessment:before {
	content: "\e85f";
}
.mdfi_action_assignment:before {
	content: "\e860";
}
.mdfi_action_assignment_ind:before {
	content: "\e861";
}
.mdfi_action_assignment_late:before {
	content: "\e862";
}
.mdfi_action_assignment_return:before {
	content: "\e863";
}
.mdfi_action_assignment_returned:before {
	content: "\e864";
}
.mdfi_action_assignment_turned_in:before {
	content: "\e865";
}
.mdfi_action_autorenew:before {
	content: "\e866";
}
.mdfi_action_backup:before {
	content: "\e867";
}
.mdfi_action_book:before {
	content: "\e868";
}
.mdfi_action_bookmark:before {
	content: "\e869";
}
.mdfi_action_bookmark_outline:before {
	content: "\e86a";
}
.mdfi_action_bug_report:before {
	content: "\e86b";
}
.mdfi_action_cached:before {
	content: "\e86c";
}
.mdfi_action_check_circle:before {
	content: "\e86d";
}
.mdfi_action_class:before {
	content: "\e86e";
}
.mdfi_action_credit_card:before {
	content: "\e86f";
}
.mdfi_action_dashboard:before {
	content: "\e870";
}
.mdfi_action_delete:before {
	content: "\e871";
}
.mdfi_action_description:before {
	content: "\e872";
}
.mdfi_action_dns:before {
	content: "\e873";
}
.mdfi_action_done:before {
	content: "\e874";
}
.mdfi_action_done_all:before {
	content: "\e875";
}
.mdfi_action_event:before {
	content: "\e876";
}
.mdfi_action_exit_to_app:before {
	content: "\e877";
}
.mdfi_action_explore:before {
	content: "\e878";
}
.mdfi_action_extension:before {
	content: "\e879";
}
.mdfi_action_face:before {
	content: "\e87a";
}
.mdfi_action_favorite:before {
	content: "\e87b";
}
.mdfi_action_favorite_outline:before {
	content: "\e87c";
}
.mdfi_action_find_in_page:before {
	content: "\e87d";
}
.mdfi_action_find_replace:before {
	content: "\e87e";
}
.mdfi_action_flip_to_back:before {
	content: "\e87f";
}
.mdfi_action_flip_to_front:before {
	content: "\e880";
}
.mdfi_action_get_app:before {
	content: "\e881";
}
.mdfi_action_grade:before {
	content: "\e882";
}
.mdfi_action_group_work:before {
	content: "\e883";
}
.mdfi_action_help:before {
	content: "\e884";
}
.mdfi_action_highlight_remove:before {
	content: "\e885";
}
.mdfi_action_history:before {
	content: "\e886";
}
.mdfi_action_home:before {
	content: "\e887";
}
.mdfi_action_https:before {
	content: "\e888";
}
.mdfi_action_info:before {
	content: "\e889";
}
.mdfi_action_info_outline:before {
	content: "\e88a";
}
.mdfi_action_input:before {
	content: "\e88b";
}
.mdfi_action_invert_colors:before {
	content: "\e88c";
}
.mdfi_action_label:before {
	content: "\e88d";
}
.mdfi_action_label_outline:before {
	content: "\e88e";
}
.mdfi_action_language:before {
	content: "\e88f";
}
.mdfi_action_launch:before {
	content: "\e890";
}
.mdfi_action_list:before {
	content: "\e891";
}
.mdfi_action_lock:before {
	content: "\e892";
}
.mdfi_action_lock_open:before {
	content: "\e893";
}
.mdfi_action_lock_outline:before {
	content: "\e894";
}
.mdfi_action_loyalty:before {
	content: "\e895";
}
.mdfi_action_markunread_mailbox:before {
	content: "\e896";
}
.mdfi_action_note_add:before {
	content: "\e897";
}
.mdfi_action_open_in_browser:before {
	content: "\e898";
}
.mdfi_action_open_in_new:before {
	content: "\e899";
}
.mdfi_action_open_with:before {
	content: "\e89a";
}
.mdfi_action_pageview:before {
	content: "\e89b";
}
.mdfi_action_payment:before {
	content: "\e89c";
}
.mdfi_action_perm_camera_mic:before {
	content: "\e89d";
}
.mdfi_action_perm_contact_cal:before {
	content: "\e89e";
}
.mdfi_action_perm_data_setting:before {
	content: "\e89f";
}
.mdfi_action_perm_device_info:before {
	content: "\e8a0";
}
.mdfi_action_perm_identity:before {
	content: "\e8a1";
}
.mdfi_action_perm_media:before {
	content: "\e8a2";
}
.mdfi_action_perm_phone_msg:before {
	content: "\e8a3";
}
.mdfi_action_perm_scan_wifi:before {
	content: "\e8a4";
}
.mdfi_action_picture_in_picture:before {
	content: "\e8a5";
}
.mdfi_action_polymer:before {
	content: "\e8a6";
}
.mdfi_action_print:before {
	content: "\e8a7";
}
.mdfi_action_query_builder:before {
	content: "\e8a8";
}
.mdfi_action_question_answer:before {
	content: "\e8a9";
}
.mdfi_action_receipt:before {
	content: "\e8aa";
}
.mdfi_action_redeem:before {
	content: "\e8ab";
}
.mdfi_action_report_problem:before {
	content: "\e8ac";
}
.mdfi_action_restore:before {
	content: "\e8ad";
}
.mdfi_action_room:before {
	content: "\e8ae";
}
.mdfi_action_schedule:before {
	content: "\e8af";
}
.mdfi_action_search:before {
	content: "\e8b0";
}
.mdfi_action_settings:before {
	content: "\e8b1";
}
.mdfi_action_settings_applications:before {
	content: "\e8b2";
}
.mdfi_action_settings_backup_restore:before {
	content: "\e8b3";
}
.mdfi_action_settings_bluetooth:before {
	content: "\e8b4";
}
.mdfi_action_settings_cell:before {
	content: "\e8b5";
}
.mdfi_action_settings_display:before {
	content: "\e8b6";
}
.mdfi_action_settings_ethernet:before {
	content: "\e8b7";
}
.mdfi_action_settings_input_antenna:before {
	content: "\e8b8";
}
.mdfi_action_settings_input_component:before {
	content: "\e8b9";
}
.mdfi_action_settings_input_composite:before {
	content: "\e8ba";
}
.mdfi_action_settings_input_hdmi:before {
	content: "\e8bb";
}
.mdfi_action_settings_input_svideo:before {
	content: "\e8bc";
}
.mdfi_action_settings_overscan:before {
	content: "\e8bd";
}
.mdfi_action_settings_phone:before {
	content: "\e8be";
}
.mdfi_action_settings_power:before {
	content: "\e8bf";
}
.mdfi_action_settings_remote:before {
	content: "\e8c0";
}
.mdfi_action_settings_voice:before {
	content: "\e8c1";
}
.mdfi_action_shop:before {
	content: "\e8c2";
}
.mdfi_action_shop_two:before {
	content: "\e8c3";
}
.mdfi_action_shopping_basket:before {
	content: "\e8c4";
}
.mdfi_action_shopping_cart:before {
	content: "\e8c5";
}
.mdfi_action_speaker_notes:before {
	content: "\e8c6";
}
.mdfi_action_spellcheck:before {
	content: "\e8c7";
}
.mdfi_action_star_rate:before {
	content: "\e8c8";
}
.mdfi_action_stars:before {
	content: "\e8c9";
}
.mdfi_action_store:before {
	content: "\e8ca";
}
.mdfi_action_subject:before {
	content: "\e8cb";
}
.mdfi_action_supervisor_account:before {
	content: "\e8cc";
}
.mdfi_action_swap_horiz:before {
	content: "\e8cd";
}
.mdfi_action_swap_vert:before {
	content: "\e8ce";
}
.mdfi_action_swap_vert_circle:before {
	content: "\e8cf";
}
.mdfi_action_system_update_tv:before {
	content: "\e8d0";
}
.mdfi_action_tab:before {
	content: "\e8d1";
}
.mdfi_action_tab_unselected:before {
	content: "\e8d2";
}
.mdfi_action_theaters:before {
	content: "\e8d3";
}
.mdfi_action_thumb_down:before {
	content: "\e8d4";
}
.mdfi_action_thumb_up:before {
	content: "\e8d5";
}
.mdfi_action_thumbs_up_down:before {
	content: "\e8d6";
}
.mdfi_action_toc:before {
	content: "\e8d7";
}
.mdfi_action_today:before {
	content: "\e8d8";
}
.mdfi_action_track_changes:before {
	content: "\e8d9";
}
.mdfi_action_translate:before {
	content: "\e8da";
}
.mdfi_action_trending_down:before {
	content: "\e8db";
}
.mdfi_action_trending_neutral:before {
	content: "\e8dc";
}
.mdfi_action_trending_up:before {
	content: "\e8dd";
}
.mdfi_action_turned_in:before {
	content: "\e8de";
}
.mdfi_action_turned_in_not:before {
	content: "\e8df";
}
.mdfi_action_verified_user:before {
	content: "\e8e0";
}
.mdfi_action_view_agenda:before {
	content: "\e8e1";
}
.mdfi_action_view_array:before {
	content: "\e8e2";
}
.mdfi_action_view_carousel:before {
	content: "\e8e3";
}
.mdfi_action_view_column:before {
	content: "\e8e4";
}
.mdfi_action_view_day:before {
	content: "\e8e5";
}
.mdfi_action_view_headline:before {
	content: "\e8e6";
}
.mdfi_action_view_list:before {
	content: "\e8e7";
}
.mdfi_action_view_module:before {
	content: "\e8e8";
}
.mdfi_action_view_quilt:before {
	content: "\e8e9";
}
.mdfi_action_view_stream:before {
	content: "\e8ea";
}
.mdfi_action_view_week:before {
	content: "\e8eb";
}
.mdfi_action_visibility:before {
	content: "\e8ec";
}
.mdfi_action_visibility_off:before {
	content: "\e8ed";
}
.mdfi_action_wallet_giftcard:before {
	content: "\e8ee";
}
.mdfi_action_wallet_membership:before {
	content: "\e8ef";
}
.mdfi_action_wallet_travel:before {
	content: "\e8f0";
}
.mdfi_action_work:before {
	content: "\e8f1";
}

/*
----------------------------------------------------------------

IMPREZA basic styles

Copyright 2016 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/



/* Input Elements
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
textarea,
select {
	padding: 0 12px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: all 0.3s;
	}
textarea {
	padding: 8px 12px;
	}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
select {
	line-height: 40px;
	height: 40px;
	}
	select > option {
		padding: 4px 8px;
		}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 2px;
	box-shadow: none !important;
	}



/* Preloader Screen
   ========================================================================== */
   
.l-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 11111;
	overflow: hidden;
	transition: height 0.45s;
	}
.l-preloader.done {
	height: 0;
	}
	.l-preloader-spinner {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		background-color: inherit;
		color: inherit;
		opacity: 1;
		transition: opacity 0.3s;
		transform: translate3d(-50%,-50%,0);
		}
	.l-preloader.done .l-preloader-spinner {
		opacity: 0;
		}
		.l-preloader .g-preloader {
			width: 60px;
			height: 60px;
			}
		.l-preloader .g-preloader.type_custom {
			max-width: 300px;
			width: auto;
			height: auto;
			}



/* Header Customs
   ========================================================================== */
   
.header_hor .l-subheader.at_middle,
.header_hor .l-subheader.at_bottom {
	box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.08);
	}

/* Transparent header */
.l-header.bg_transparent:not(.sticky) .l-subheader.at_top {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.66);
	}
	.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom .l-subheader-h {
		box-shadow: 0 -1px 0 rgba(255,255,255,0.22);
		}

/* Vertical header */
.header_ver .l-header {
	box-shadow: 4px 0 5px -2px rgba(0,0,0,0.1), 2px 0 1px -1px rgba(0,0,0,0.05);
	}
.w-header-show {
	display: none;
	position: fixed;
	z-index: 101;
	top: 15px;
	right: 15px;
	text-align: center;
	font-size: 21px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.3);
	color: #fff !important;
	opacity: 1;
	}
.header_ver.header-show .w-header-show {
	opacity: 0;
	}
	.w-header-show:before {
		content: '\f0c9';
		font-family: fontawesome;
		vertical-align: top;
		}



/* Header Elements Customs
   ========================================================================== */

/* Social Links */
.l-header .w-socials-item-link {
	box-shadow: none !important;
	border-radius: 0;
	}

/* Button */
.l-header .w-btn {
	font-weight: normal;
	text-transform: none;
	line-height: 2.5;
	padding: 0 1.35em;
	border-radius: 0.33em;
	}
	.l-header .w-btn.icon_atleft i {
		left: 1.25em;
		}
	.l-header .w-btn.icon_atleft i + .w-btn-label {
		padding-left: 1.5em;
		}
	.l-header .w-btn.icon_atright i {
		right: 1.25em;
		}
	.l-header .w-btn.icon_atright i + .w-btn-label {
		padding-right: 1.5em;
		}
	
/* Additional Menu */
.btn.w-menu-item {
	display: inline-block !important;
	padding: 0 16px !important;
	line-height: 34px !important;
	border-radius: 3px;
	}
	.btn.w-menu-item span {
		border: none !important;
		}

/* Main Menu */
.w-nav.type_desktop:not(.height_full),
.w-hwrapper .w-nav.type_desktop,
.w-vwrapper .w-nav.type_desktop {
	line-height: 50px;
	}
	.w-nav-arrow {
		font-family: fontawesome;
		font-size: 20px;
		}
		.w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
			content: '\f105';
			}
	/* menu underline hover effect */
	.w-nav.type_desktop .hover_underline .w-nav-title {
		position: relative;
		}
		.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after  {
			display: block;
			content: '';
			position: absolute;
			left: 0;
			bottom: -6px;
			margin: 0 auto -2px;
			height: 2px;
			width: 100%;
			opacity: 0;
			transition: all 0.3s;
			}
		.no-touch .w-nav.type_desktop .hover_underline .w-nav-item.level_1:hover .w-nav-title:after {
			bottom: -2px;
			opacity: 1;
			}
	/* menu dropdown lists */
	.w-nav.type_desktop .w-nav-list:not(.level_1) {
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		}
	/* menu button */
	.btn.w-nav-item.level_1 > .w-nav-anchor {
		display: inline-block;
		vertical-align: top;
		line-height: 40px;
		padding: 0 20px;
		border-radius: 5px;
		border: none !important;
		}
	.header_hor .type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {
		vertical-align: middle;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		}
		.no-touch .btn.w-nav-item.level_1 > .w-nav-anchor:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 0;
			background-color: rgba(0,0,0,0.1);
			transition: height 0.3s;
			}
		.no-touch .btn.w-nav-item.level_1 > .w-nav-anchor:hover:before {
			height: 100%;
			}
		.btn.w-nav-item.level_1 > .w-nav-anchor .w-nav-title {
			position: relative;
			}
			.btn.w-nav-item.level_1 > .w-nav-anchor .w-nav-title:after {
				display: none !important;
				}

/* Mobile Main Menu */
.header_ver .w-nav.type_mobile {
	padding: 0 10px;
	}
.header_hor .w-nav.type_mobile .w-nav-control {
	display: block;
	font-size: 21px;
	line-height: 50px;
	padding: 0 12px;
	}
.header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control {
	margin-left: -12px;
	}
.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
	margin-right: -12px;
	}
	.w-nav-control:before {
		content: '\f0c9';
		font-family: fontawesome;
		vertical-align: top;
		line-height: inherit;
		}
.header_hor .w-nav.type_mobile .w-nav-list.level_1 {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: -40px;
	right: -40px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
	.w-nav.type_mobile .w-nav-item {
		line-height: 26px;
		}
	.w-nav.type_mobile .w-nav-item:not(.btn) {
		text-align: left;
		}
		.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-title {
			padding-right: 50px;
			}
		.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-title {
			padding-right: 20px;
			}
		.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
			display: block;
			font-size: 23px;
			line-height: 46px;
			width: 40px;
			}
		.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
			line-height: 40px;
			}
			.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
				content: '\f107';
				}
		.w-nav.type_mobile .w-nav-item.opened > .w-nav-anchor .w-nav-arrow {
			transform: rotate(180deg);
			}
	.w-nav.type_mobile .w-nav-item:not(.btn) .w-nav-anchor.level_1 {
		padding: 10px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
		}
	.w-nav.type_mobile .w-nav-item.btn .w-nav-anchor.level_1 {
		margin: 10px;
		}
	.w-nav.type_mobile .w-nav-anchor:not(.level_1) {
		line-height: 26px;
		padding: 10px 0 10px 20px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
		}
	.w-nav.type_mobile .w-nav-anchor.level_3 {
		padding-left: 30px;
		}
	.w-nav.type_mobile .w-nav-anchor.level_4 {
		padding-left: 40px;
		}

/* Search */
.w-search-open:before {
	content: '\f002';
	font-family: fontawesome;
	vertical-align: top;
	}
.w-search button:after {
	content: '\f002';
	font-size: 18px;
	font-family: fontawesome;
	}
	
/* Search: LAYOUT fullscreen */
.w-search.layout_fullscreen .w-search-form {
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(.4,0,.2,1);
			transition: transform 0.4s cubic-bezier(.4,0,.2,1);
	}
.w-search.layout_fullscreen.active .w-search-form {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
	.w-search.layout_fullscreen .w-search-form:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0.95;
		}
	.w-search.layout_fullscreen input {
		position: absolute;
		top: 50%;
		left: 6%;
		font-size: 44px;
		line-height: 1.5;
		text-align: center;
		height: auto;
		width: 88%;
		padding: 0;
		border-radius: 0;
		transform: translateY(-50%);
		}



/* Title Bar
   ========================================================================== */
   
.l-titlebar {
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0 -2px 0 -1px rgba(0,0,0,0.08) inset;
	transition: padding 0.3s;
	}
.l-titlebar.color_alternate,
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
	box-shadow: none;
	}
	.l-titlebar h1 {
		margin: 0;
		}
	.l-titlebar p {
		margin: 8px 0 0;
		opacity: 0.7;
		}
	.l-titlebar .g-breadcrumbs {
		font-size: 13px;
		line-height: 22px;
		margin: 12px 0 4px;
		}
		.g-breadcrumbs-separator {
			margin: 0 10px;
			}
			.g-breadcrumbs-separator:before {
				content: '\f105';
				font-family: fontawesome;
				vertical-align: top;
				}
	.l-titlebar .g-nav-item {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		text-align: center;
		font-size: 30px;
		font-family: fontawesome;
		line-height: 46px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		border: 2px solid transparent;
		color: inherit;
		}
	.l-titlebar .g-nav-item.to_next {
		left: 0;
		padding-right: 3px;
		}
		.l-titlebar .g-nav-item.to_next:before {
			content: '\f104';
			vertical-align: top;
			}
	.l-titlebar .g-nav-item.to_prev {
		right: 0;
		padding-left: 3px;
		}
		.l-titlebar .g-nav-item.to_prev:before {
			content: '\f105';
			vertical-align: top;
			}

/* SIZE small & medium */
.l-titlebar.size_small .l-titlebar-h,
.l-titlebar.size_medium .l-titlebar-h {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
	}
.l-titlebar.size_medium .l-titlebar-h {
	padding: 27px 0 29px;
	}
	.l-titlebar.size_small h1,
	.l-titlebar.size_medium h1 {
		display: inline-block;
		font-size: 24px;
		line-height: 34px;
		margin: 5px 20px 5px 0;
		}
	.l-titlebar.size_small p,
	.l-titlebar.size_medium p {
		display: inline-block;
		margin: 5px 20px 5px 0;
		}
	.l-titlebar.size_small .g-breadcrumbs,
	.l-titlebar.size_medium .g-breadcrumbs {
		margin: 5px 0;
		}
	.l-titlebar.size_small .g-nav,
	.l-titlebar.size_medium .g-nav {
		font-size: 0;
		margin: -4px 0;
		}
		.l-titlebar.size_small .g-nav-item,
		.l-titlebar.size_medium .g-nav-item {
			display: inline-block;
			vertical-align: top;
			position: static;
			margin: 0;
			}
			
/* SIZE large & huge */
.l-titlebar.size_large,
.l-titlebar.size_huge {
	text-align: center;
	}
.header_hor .l-header.bg_transparent ~ .l-titlebar.size_large,
.header_hor .l-header.bg_transparent ~ .l-titlebar.size_huge {
	padding-bottom: 30px;
	}
	.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
	.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
		padding-left: 80px;
		padding-right: 80px;
		}
	.l-titlebar.size_large .l-titlebar-h {
		padding-top: 50px;
		padding-bottom: 50px;
		}
	.l-titlebar.size_huge .l-titlebar-h {
		padding-top: 80px;
		padding-bottom: 80px;
		}
		@media (min-width: 768px) {
		.l-titlebar.size_huge h1 {
			font-size: 44px;
			line-height: 54px;
			letter-spacing: 2px;
			font-weight: 300;
			}
		}
		.l-titlebar.size_huge h1,
		.l-titlebar.size_huge p {
			text-transform: uppercase;
			}
			
/* COLOR primary & secondary */
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
	color: #fff;
	}
	.l-titlebar.color_primary h1,
	.l-titlebar.color_primary a,
	.l-titlebar.color_secondary h1,
	.l-titlebar.color_secondary a,
	.no-touch .l-titlebar.color_secondary a:hover {
		color: inherit;
		}
	.no-touch .l-titlebar.color_primary .g-nav-item:hover,
	.no-touch .l-titlebar.color_secondary .g-nav-item:hover {
		border-color: #fff;
		color: #fff;
		}
	
	

/* Main, Content, Sidebar
   ========================================================================== */	
.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main {
	padding-left: 40px;
	padding-right: 40px;
	}
	.l-sidebar {
		padding: 50px 0;
		}
	
	

/* Section
   ========================================================================== */
   
.l-canvas.sidebar_none .l-section {
	padding: 0 40px;
	}
	.l-section-h {
		padding: 50px 0;
		}
		
/* HEIGHT small */
.l-section.height_small .l-section-h {
	padding: 30px 0;
	}
	
/* HEIGHT large */
.l-section.height_large .l-section-h {
	padding: 80px 0;
	}
	
/* HEIGHT huge */
.l-section.height_huge .l-section-h {
	padding: 120px 0;
	}

/* COLOR primary & secondary */
.l-section.color_primary,
.l-section.color_secondary {
	color: #fff;
	}
	.l-section.color_primary a,
	.l-section.color_secondary a {
		color: inherit;
		}
		
/* FOR blogpost */
.l-section.for_blogpost ~ .l-section:last-child {
	margin-bottom: 50px;
	}

/* PREVIEW basic */
.l-section.preview_basic .l-section-h {
	padding-bottom: 0;
	}
.l-section.preview_basic + .l-section .l-section-h {
	padding-top: 0;
	}
	.l-section.preview_basic .w-blog-post-preview {
		margin-bottom: 30px;
		}
	.l-section.preview_basic .w-blog-post-meta {
		padding: 5px 0 20px;
		}

/* PREVIEW none */
.l-section.preview_none .l-section-h {
	padding-bottom: 0;
	}
.l-section.preview_none + .l-section .l-section-h {
	padding-top: 0;
	}
	.l-section.preview_none .w-blog-post-preview {
		display: none;
		}
	.l-section.preview_none .w-blog-post-meta {
		padding: 5px 0 20px;
		}
		
/* PREVIEW modern */
.l-section.preview_modern .l-section-h {
	padding-bottom: 0;
	}
	.l-section.preview_modern .w-blog {
		position: relative;
		padding: 40% 40px 30px;
		}
		.l-section.preview_modern .w-blog:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 50%;
			background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
			}
		.l-section.preview_modern .w-blog-post-preview {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
			}
		.l-section.preview_modern .w-blog-post-body {
			margin: 0 auto;
			position: relative;
			z-index: 1;
			}
			.l-section.preview_modern .w-blog-post-title {
				color: #fff;
				}
			.l-section.preview_modern .w-blog-post-meta > * {
				color: rgba(255,255,255,0.5);
				}
.sidebar_left .l-section.preview_modern + .l-section .l-section-h,
.sidebar_right .l-section.preview_modern + .l-section .l-section-h {
	padding-top: 40px;
	}
.sidebar_none .l-section.preview_modern .l-section-h,
.sidebar_none .l-section.preview_modern .w-blog {
	position: static;
	}
.sidebar_none .l-section.preview_modern .w-blog {
	padding-top: 20%;
	padding-left: 0;
	padding-right: 0;
	}

/* PREVIEW trendy */
.l-section.preview_trendy {
	overflow: hidden;
	}
	.l-section.preview_trendy .w-blog {
		position: relative;
		text-align: center;
		padding: 24% 40px;
		}
		.l-section.preview_trendy .w-blog:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0,0,0,0.5);
			}
		.l-section.preview_trendy .w-blog-post-preview {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-section.preview_trendy .w-blog-post-body {
			position: relative;
			padding-top: 35px;
			z-index: 1;
			}
			.l-section.preview_trendy .w-blog-post-title {
				font-weight: bold;
				color: #fff;
				}
			.l-section.preview_trendy .w-blog-post-meta > * {
				color: rgba(255,255,255,0.5);
				}
				.l-section.preview_trendy .w-blog-post-meta-category {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					font-size: 0;
					margin: 0;
					}
					.l-section.preview_trendy .w-blog-post-meta-category:before {
						display: none;
						}
					.l-section.preview_trendy .w-blog-post-meta-category a {
						display: inline-block;
						vertical-align: top;
						font-size: 11px;
						line-height: 18px;
						font-weight: bold;
						text-transform: uppercase;
						margin: 2px;
						padding: 4px 12px;
						border-radius: 50px;
						border: none !important;
						background-color: rgba(0,0,0,0.3);
						color: #fff;
						}
.sidebar_left .l-section.preview_trendy .l-section-h,
.sidebar_right .l-section.preview_trendy .l-section-h {
	padding-bottom: 0;
	}
.sidebar_left .l-section.preview_trendy + .l-section .l-section-h,
.sidebar_right .l-section.preview_trendy + .l-section .l-section-h {
	padding-top: 40px;
	}
.sidebar_none .l-section.preview_trendy .l-section-h,
.sidebar_none .l-section.preview_trendy .w-blog {
	position: static;
	}
.sidebar_none .l-section.preview_trendy .w-blog {
	padding: 10% 0;
	}
.sidebar_none .l-header.bg_transparent + .l-main .l-section.preview_trendy .w-blog {
	padding-top: 5%;
	}

/* FOR pagination */
.l-section.for_pagination .l-section-h {
	padding: 0 0 20px;
	}
	
/* FOR tags */
.l-section.for_tags .l-section-h {
	padding: 35px 0;
	}
.l-section.for_blogpost + .l-section + .l-section.for_tags .l-section-h {
	padding-top: 0;
	}
	
/* FOR sharing */
.l-section.for_sharing .l-section-h {
	padding: 0 0 35px;
	}
	
/* FOR author */
.l-section.for_author .l-section-h {
	padding: 0;
	}
	
/* FOR blognav */
.l-section.for_blognav .l-section-h {
	padding: 30px 0;
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_author + .l-section.for_blognav .l-section-h {
	border-top: none;
	}

/* FOR related */
.l-section.for_related .l-section-h {
	padding: 30px 0;
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_author + .l-section.for_related .l-section-h {
	border-top: none;
	}

/* FOR comments */
.l-section.for_comments .l-section-h {
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_blogpost ~ .l-section.for_comments .l-section-h {
	padding: 35px 0 0;
	}

	
	
/* Navigation (for Portfolio Items)
   ========================================================================== */
   
.l-navigation-item {
	display: block;
	position: fixed;
	z-index: 99;
	top: 50%;
	width: 240px;
	margin-top: -60px;
	transition: right 0.3s cubic-bezier(.78,.13,.15,.86), left 0.3s cubic-bezier(.78,.13,.15,.86);
	}
.l-navigation-item.to_prev {
	right: -200px;
	text-align: right;
	}
.l-navigation-item.to_next {
	left: -200px;
	text-align: left;
	}
.no-touch .l-navigation-item.to_prev:hover {
	right: 0;
	}
.no-touch .l-navigation-item.to_next:hover {
	left: 0;
	}
	.l-navigation-item-arrow {
		float: right;
		text-align: center;
		padding: 40px 0;
		width: 120px;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86);
		}
	.l-navigation-item.to_prev .l-navigation-item-arrow {
		float: left;
		}
		.l-navigation-item-arrow:before {
			display: inline-block;
			vertical-align: top;
			content: '\f104';
			font-family: fontawesome;
			font-size: 30px;
			line-height: 40px;
			width: 40px;
			transform: translate(38px,0);
			transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.l-navigation-item.to_prev .l-navigation-item-arrow:before {
			content: '\f105';
			transform: translate(-38px,0);
			}
		.no-touch .l-navigation-item:hover .l-navigation-item-arrow:before {
			transform: translateX(0);
			}
	.l-navigation-item-preview {
		float: left;
		width: 120px;
		}
		.l-navigation-item-preview img {
			display: block;
			width: 100%;
			}
	.l-navigation-item-title {
		clear: both;
		overflow: hidden;
		}
		.l-navigation-item-title span {
			display: block;
			font-size: 13px;
			line-height: 20px;
			padding: 12px 15px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			background-color: rgba(30,30,30,0.9);
			color: #fff;
			opacity: 0;
			transform: translate(0,-44px);
			transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.no-touch .l-navigation-item:hover .l-navigation-item-title span {
			opacity: 1;
			transform: translate(0,0);
			transition-delay: 0.2s;
			}
	
	
	
/* Footer
   ========================================================================== */
   
.l-subfooter {
	padding-left: 40px;
	padding-right: 40px;
	}
	.l-subfooter.at_top p {
		margin: 0 0 20px;
		}
	.l-subfooter.at_top p:last-child {
		margin-bottom: 0;
		}
	.l-subfooter.at_bottom .w-menu {
		float: right;
		}
		.l-subfooter.at_bottom .w-menu-list {
			margin: 0 -10px;
			}
			.l-subfooter.at_bottom .w-menu-item {
				margin-left: 10px;
				margin-right: 10px;
				}
	.w-menu + .w-copyright {
		float: left;
		}

/* LAYOUT compact */
.l-footer.layout_compact .l-subfooter.at_top {
	font-size: 0.9em;
	line-height: 1.6;
	padding-top: 50px;
	padding-bottom: 20px;
	}
.l-footer.layout_compact .l-subfooter.at_bottom {
	font-size: 0.9em;
	line-height: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.l-footer.layout_compact .l-subfooter.at_bottom .btn.w-menu-item {
		margin-top: -7px;
		margin-bottom: -7px;
		}
	
/* LAYOUT modern */
.l-footer.layout_modern .l-subfooter.at_top {
	padding-top: 80px;
	padding-bottom: 50px;
	}
.l-footer.layout_modern .l-subfooter.at_bottom {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}
	.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-list {
		margin: 0 -20px;
		}
		.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-item {
			margin-left: 20px;
			margin-right: 20px;
			}
		.l-footer.layout_modern .l-subfooter.at_bottom .btn.w-menu-item {
			margin-top: -5px;
			margin-bottom: -5px;
			}



/* ActionBox
   ========================================================================== */
   
.w-actionbox {
	padding: 35px 40px;
	border-radius: 5px;
	}
	.w-actionbox-text > *:first-child {
		margin: 0 !important;
		}
	.w-actionbox-text p {
		margin: 12px 0 4px;
		}
	.w-actionbox.controls_bottom .w-actionbox-controls {
		margin-top: 20px;
		}
		.w-actionbox.controls_bottom .w-btn {
			margin-left: 7px;
			margin-right: 7px;
			}
	.w-actionbox.controls_right .w-actionbox-controls {
		padding-left: 30px;
		}
		.w-actionbox.controls_right .w-btn {
			margin-left: 15px;
			}

/* COLORS */
.w-actionbox.color_primary,
.w-actionbox.color_secondary,
.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_primary a.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
	color: #fff;
	}
.w-actionbox.color_primary .w-actionbox-text > *,
.w-actionbox.color_secondary .w-actionbox-text > *,
.w-actionbox.color_custom .w-actionbox-text > * {
	color: inherit;
	}
.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
	color: #111;
	}
.l-section.color_custom .w-actionbox.color_custom,
.l-section.color_primary .w-actionbox.color_primary,
.l-section.color_alternate .w-actionbox.color_light,
.l-section.color_secondary .w-actionbox.color_secondary {
	padding: 0;
	background-color: transparent;
	}



/* Author Box
   ========================================================================== */
   
.w-author {
	overflow: hidden;
	padding: 35px;
	border-radius: 5px;
	border: 2px solid;
	}
.w-author + .w-blog {
	margin-top: 50px;
	}
	.w-author-img {
		float: left;
		}
		.w-author-img img {
			display: inline-block;
			vertical-align: top;
			width: 90px;
			border-radius: 50%;
			}
	.w-author-name {
		font-size: 1.3em;
		line-height: 1.5;
		margin: 0 0 8px 120px;
		}
	.w-author-url {
		font-size: 0.9em;
		line-height: 1.7;
		margin: 0 0 10px 120px;
		}
		.w-author-url a {
			color: inherit;
			}
	.w-author-desc {
		font-size: 0.9em;
		line-height: 1.7;
		margin-left: 120px;
		margin-bottom: 0 !important;
		}
	.w-author-meta {
		font-weight: bold;
		margin: 0 0 8px 120px;
		}
		

		
/* Blog
   ========================================================================== */

.w-blog-post-preview-icon:before {
	content: '\f040';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-family: fontawesome;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
	}
.w-blog-post.format-video .w-blog-post-preview-icon:before {
	content: '\f04b';
	font-size: 24px;
	line-height: 50px;
	width: 46px;
	padding-left: 4px;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	}
.w-blog-post.format-quote .w-blog-post-preview-icon:before {
	content: '\f10d';
	}
.w-blog-post.format-audio .w-blog-post-preview-icon:before {
	content: '\f001';
	}
.w-blog-post.format-link .w-blog-post-preview-icon:before {
	content: '\f0c1';
	}
.w-blog-post.type-page .w-blog-post-preview-icon:before {
	content: '\f016';
	}
.w-blog-post.post-password-required .w-blog-post-preview-icon:before {
	content: '\f023';
	}
.w-blog-post-meta > * {
	font-size: 0.9em;
	line-height: 18px;
	margin: 0 18px 8px 0;
	}
	.w-blog-post-meta > *:before {
		font-size: 14px;
		font-family: fontawesome;
		vertical-align: top;
		margin-right: 5px;
		}
	.w-blog-post-meta-date:before {
		content: '\f017';
		}
	.w-blog-post-meta-author:before {
		content: '\f007';
		}
	.w-blog-post-meta-tags:before {
		content: '\f02c';
		}
	.w-blog-post-meta-category:before {
		content: '\f07c';
		}
	.w-blog-post-meta-comments:before {
		content: '\f086';
		}
.w-blog-post-content {
	word-wrap: break-word;
	margin-top: 5px;
	}
	
/* LAYOUT classic */
.w-blog.layout_classic:not(.cols_1) .w-blog-list {
	margin-left: -25px;
	margin-right: -25px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list {
	margin-left: 25px;
	margin-right: 25px;
	}
.w-blog.layout_classic .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic:not(.with_filters) .w-blog-list {
	margin-top: 50px;
	}
	.w-blog.layout_classic:not(.cols_1) .w-blog-post {
		padding: 0 25px;
		margin-bottom: 50px;
		}
	.w-blog.layout_classic.cols_1 .w-blog-post {
		margin-bottom: 70px;
		}
		.w-blog.layout_classic .format-video .w-blog-post-preview-icon {
			display: none;
			}
		.w-blog.layout_classic .format-audio .w-blog-post-title,
		.w-blog.layout_classic .format-video .w-blog-post-title,
		.w-blog.layout_classic .format-gallery .w-blog-post-title,
		.w-blog.layout_classic .has-post-thumbnail .w-blog-post-title {
			padding-top: 20px;
			}
			.w-blog.layout_classic .w-blog-post-title a {
				color: inherit;
				}
	
/* LAYOUT small */
.w-blog.layout_smallcircle:not(.cols_1) .w-blog-list,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-list {
	margin-left: -25px;
	margin-right: -25px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list {
	margin-left: 25px;
	margin-right: 25px;
	}
.w-blog.layout_smallcircle .g-filters:not(.style_2) ~ .w-blog-list,
.w-blog.layout_smallsquare .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallcircle:not(.with_filters) .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallsquare:not(.with_filters) .w-blog-list {
	margin-top: 50px;
	}
	.w-blog.layout_smallcircle:not(.cols_1) .w-blog-post,
	.w-blog.layout_smallsquare:not(.cols_1) .w-blog-post {
		padding: 0 25px;
		margin-bottom: 50px;
		}
	.w-blog.layout_smallcircle.cols_1 .w-blog-post,
	.w-blog.layout_smallsquare.cols_1 .w-blog-post {
		margin-bottom: 70px;
		}
		.w-blog.layout_smallcircle .w-blog-post:after,
		.w-blog.layout_smallsquare .w-blog-post:after {
			display: table;
			content: '';
			clear: both;
			}
		.w-blog.layout_smallcircle .w-blog-post-preview,
		.w-blog.layout_smallsquare .w-blog-post-preview {
			float: left;
			width: 30%;
			max-width: 350px;
			}
		.w-blog.layout_smallcircle .w-blog-post-preview {
			border-radius: 50%;
			overflow: hidden;
			}
			.w-blog.layout_smallcircle .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon,
			.w-blog.layout_smallsquare .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
				display: block;
				padding-bottom: 100% !important;
				}
		.w-blog.layout_smallcircle .w-blog-post-body,
		.w-blog.layout_smallsquare .w-blog-post-body {
			margin-left: 35%;
			}
			.w-blog.layout_smallcircle .w-blog-post-title a,
			.w-blog.layout_smallsquare .w-blog-post-title a {
				color: inherit;
				}
	
/* LAYOUT flat */
.w-blog.layout_flat .w-blog-post {
	text-align: center;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0);
	transition: box-shadow 0.3s;
	}
.no-touch .w-blog.layout_flat .w-blog-post:hover {
	box-shadow: 0 2px 15px rgba(0,0,0,0.17);
	z-index: 3;
	}
	.w-blog.layout_flat .format-video .w-blog-post-preview-icon {
		display: none;
		}
	.w-blog.layout_flat .w-blog-post-body {
		padding: 40px;
		}
	.w-blog.layout_flat .format-audio .w-blog-post-body,
	.w-blog.layout_flat .format-video .w-blog-post-body,
	.w-blog.layout_flat .format-gallery .w-blog-post-body,
	.w-blog.layout_flat .has-post-thumbnail .w-blog-post-body {
		padding-top: 30px;
		}
		.w-blog.layout_flat .w-blog-post-title a {
			color: inherit;
			}
		.w-blog.layout_flat .w-blog-post-meta > * {
			margin: 4px 8px;
			}
		.w-blog.layout_flat .w-blog-post-content {
			margin-top: 10px;
			}
.w-blog.layout_flat .g-pagination {
	margin-top: 30px;
	}
	
/* LAYOUT tiles */
.w-blog.layout_tiles .w-blog-list {
	margin: -2px -2px 2px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_tiles .w-blog-list {
	margin-left: 2px;
	margin-right: 2px;
	}
.w-blog.layout_tiles .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_tiles:not(.with_filters) .w-blog-list {
	margin-top: 2px;
	}
	.w-blog.layout_tiles .w-blog-post {
		padding: 2px;
		}
		.w-blog.layout_tiles .w-blog-post-h {
			overflow: hidden;
			}
		.w-blog.layout_tiles .has-post-thumbnail .w-blog-post-preview:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
			}
			.w-blog.layout_tiles .w-blog-post-preview img {
				transition: transform 0.3s;
				}
			.no-touch .w-blog.layout_tiles .w-blog-post-h:hover .w-blog-post-preview img {
				transform: scale(1.2);
				}
			.w-blog.layout_tiles .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
				display: block;
				}
				.w-blog.layout_tiles .w-blog-post-preview-icon:before {
					display: none;
					}
		.w-blog.layout_tiles .w-blog-post-body {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0 30px 15px;
			pointer-events: none;
			color: #fff;
			}
			.w-blog.layout_tiles .w-blog-post-title {
				font-weight: bold;
				}
				.w-blog.layout_tiles .w-blog-post-title a,
				.no-touch .w-blog.layout_tiles .w-blog-post-meta a:hover {
					color: #fff !important;
					}
				.w-blog.layout_tiles .w-blog-post-meta > * {
					line-height: 16px;
					color: rgba(255,255,255,0.5);
					pointer-events: auto;
					}
				.w-blog.layout_tiles .w-blog-post-meta-category {
					position: absolute;
					left: 30px;
					bottom: 100%;
					font-size: 0;
					margin: 0 -2px 10px;
					}
					.w-blog.layout_tiles .w-blog-post-meta-category:before {
						display: none;
						}
					.w-blog.layout_tiles .w-blog-post-meta-category a {
						display: inline-block;
						vertical-align: top;
						font-size: 11px;
						line-height: 18px;
						text-transform: uppercase;
						font-weight: bold;
						padding: 2px 8px;
						margin: 2px;
						border: none !important;
						background-color: rgba(0,0,0,0.3);
						color: #fff !important;
						}
			.w-blog.layout_tiles .w-blog-post-content,
			.w-blog.layout_tiles .w-blog-post-more {
				display: none;
				}
	
/* LAYOUT cards */
.w-blog.layout_cards .w-blog-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -5px 5px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_cards .w-blog-list {
	margin-left: 5px;
	margin-right: 5px;
	}
.w-blog.layout_cards .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_cards:not(.with_filters) .w-blog-list {
	margin-top: 5px;
	}
	.w-blog.layout_cards .w-blog-post {
		padding: 5px;
		}
	.w-blog.layout_cards .w-blog-post-h {
		border-radius: 5px;
		overflow: hidden;
		height: 100%;
		box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 1px 5px rgba(0,0,0,0.06);
		transition: box-shadow 0.3s;
		}
	.w-blog.layout_cards .w-blog-post-h:hover {
		box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.16);
		z-index: 3;
		}
	.w-blog.layout_cards .w-blog-post-body {
		padding: 35px 45px 40px;
		}
		.w-blog.layout_cards .w-blog-post-title {
			font-weight: bold;
			}
		.w-blog.layout_cards.with_categories .w-blog-post:not(.has-post-thumbnail) .w-blog-post-title {
			margin-top: 45px;
			}
			.w-blog.layout_cards .w-blog-post-title a {
				color: inherit;
				}
		.w-blog.layout_cards .w-blog-post-meta-category {
			position: absolute;
			top: 45px;
			left: 45px;
			font-size: 0;
			margin: -2px;
			}
		.w-blog.layout_cards .has-post-thumbnail .w-blog-post-meta-category {
			top: 20px;
			left: 20px;
			}
			.w-blog.layout_cards .w-blog-post-meta-category:before {
				display: none;
				}
			.w-blog.layout_cards .w-blog-post-meta-category a {
				display: inline-block;
				vertical-align: top;
				font-size: 11px;
				line-height: 18px;
				text-transform: uppercase;
				font-weight: bold;
				padding: 4px 12px;
				margin: 2px;
				border-radius: 50px;
				border: none !important;
				background-color: rgba(0,0,0,0.3);
				color: #fff !important;
				}
.w-blog.layout_cards .g-pagination {
	margin-top: 30px;
	}

/* LAYOUT latest */
.w-blog.layout_latest:not(.cols_1) .w-blog-list {
	margin-left: -25px;
	margin-right: -25px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list {
	margin-left: 25px;
	margin-right: 25px;
	}
.w-blog.layout_latest .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_latest:not(.with_filters) .w-blog-list {
	margin-top: 50px;
	}
	.w-blog.layout_latest .w-blog-post {
		min-height: 80px;
		margin-bottom: 50px;
		}
	.w-blog.layout_latest:not(.cols_1) .w-blog-post {
		padding: 0 25px;
		}
		.w-blog.layout_latest .w-blog-post-body {
			margin-left: 105px;
			}
			.w-blog.layout_latest .w-blog-post-meta-date {
				position: absolute;
				left: 0;
				top: 0;
				text-align: center;
				height: 80px;
				width: 80px;
				padding: 16px 0 0;
				border-radius: 50%;
				border: 2px solid;
				color: inherit;
				}
				.w-blog-post-meta-date-day {
					display: block;
					font-size: 26px;
					line-height: 32px;
					}
				.w-blog-post-meta-date-month {
					display: block;
					font-size: 14px;
					line-height: 14px;
					text-transform: uppercase;
					}
				.w-blog.layout_latest .w-blog-post-meta-date:before,
				.w-blog-post-meta-date-year {
					display: none;
					}
				
/* LAYOUT compact */
.w-blog.layout_compact:not(.cols_1) .w-blog-list {
	margin-left: -25px;
	margin-right: -25px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
	margin-left: 25px;
	margin-right: 25px;
	}
.w-blog.layout_compact .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_compact:not(.with_filters) .w-blog-list {
	margin-top: 50px;
	}
	.w-blog.layout_compact:not(.cols_1) .w-blog-post {
		padding: 0 25px;
		}
	.w-blog.layout_compact .w-blog-post {
		margin-bottom: 30px;
		}
	.l-section.for_related .w-blog.layout_compact .w-blog-post {
		margin-bottom: 8px;
		}
	.l-section.for_related .w-blog.layout_compact .w-blog-post:last-child {
		margin-bottom: 4px;
		}
		.w-blog.layout_compact .w-blog-post-title {
			display: inline-block;
			vertical-align: baseline;
			font-family: inherit;
			font-weight: normal;
			margin: 0 10px 0 0;
			}
		.w-blog.layout_compact[class*="cols"] .w-blog-list .w-blog-post-title {
			font-size: inherit;
			}
		.w-blog.layout_compact .w-blog-post-meta {
			display: inline-block;
			vertical-align: baseline;
			}
			.w-blog.layout_compact .w-blog-post-meta > * {
				margin: 0 16px 0 0;
				vertical-align: baseline;
				}
		.w-blog.layout_compact .w-blog-post-meta > *:before,
		.w-blog.layout_compact .w-blog-post-content,
		.w-blog.layout_compact .w-blog-post-more {
			display: none;
			}
			
/* LAYOUT related */
.w-blog.layout_related .w-blog-list {
	overflow: hidden;
	margin: 0 -15px;
	}
	.w-blog.layout_related .w-blog-post {
		float: left;
		padding: 0 15px;
		width: 33.3333%;
		}
		.w-blog.layout_related .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
			display: block;
			}
		.w-blog.layout_related .w-blog-post-title {
			font-size: 16px;
			font-family: inherit;
			margin: 12px 0 10px;
			color: inherit;
			}
	
/* POST FORMAT link */
.w-blog-post.format-link .w-blog-post-title a:after {
	content: '\f08e';
	font-family: fontawesome;
	font-weight: normal;
	line-height: 1;
	font-size: 0.8em;
	margin-left: 0.6em;
	}
.w-blog-post.format-link .w-blog-post-content,
.w-blog-post.format-link .w-blog-post-meta-comments {
	display: none;
	}
	
/* POST FORMAT quote */
.w-blog-post.format-quote blockquote {
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	padding: 0;
	margin: 0;
	border: none;
	}
	.w-blog-post.format-quote blockquote cite {
		font-size: 14px;
		line-height: 24px;
		opacity: 0.5;
		}
.w-blog.layout_classic .format-quote.has-post-thumbnail blockquote {
	padding-top: 20px;
	}
.w-blog.layout_tiles .format-quote blockquote {
	margin-bottom: 8px;
	}
.w-blog.layout_cards .format-quote .w-blog-post-h {
	color: #fff;
	}
.w-blog.layout_cards .format-quote .w-blog-post-body {
	padding-top: 48px;
	}



/* Blog Navigation (next/prev posts)
   ========================================================================== */
   
.w-blognav {
	overflow: hidden;
	}
	.w-blognav-prev {
		float: left;
		padding: 0 35px;
		width: 50%;
		position: relative;
		color: inherit !important;
		transition: none;
		}
		.w-blognav-prev:before {
			content: '\f104';
			font: 36px/1 fontawesome;
			position: absolute;
			top: 6px;
			left: 0;
			opacity: 0.3;
			}
	.w-blognav-next {
		float: right;
		text-align: right;
		padding: 0 35px;
		width: 50%;
		position: relative;
		color: inherit !important;
		transition: none;
		}
		.w-blognav-next:before {
			content: '\f105';
			font: 36px/1 fontawesome;
			position: absolute;
			top: 6px;
			right: 0;
			opacity: 0.3;
			}
		.w-blognav-meta {
			display: block;
			font-size: 13px;
			line-height: 20px;
			text-transform: uppercase;
			margin-bottom: 4px;
			opacity: 0.5;
			}
		.w-blognav-title {
			display: inline-block;
			vertical-align: top;
			line-height: 1.5;
			transition: color 0.3s;
			}
			
			
	
/* Buttons
   ========================================================================== */
   
.w-btn,
button,
input[type="submit"] {
	font-size: 15px;
	line-height: 2.8;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0 1.8em;
	margin: 5px 0;
	border-radius: 0.33em;
	overflow: hidden;
	z-index: 0;
	transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a.w-btn {
	border: none !important;
	}
input[type="submit"]:focus {
	box-shadow: none;
	}
	.no-touch .w-btn:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		transition: height 0.3s;
		}
	.no-touch .w-btn:hover:before {
		height: 100%;
		}
	.w-btn-label {
		position: relative;
		}
	.w-btn i {
		position: absolute;
		line-height: inherit;
		vertical-align: top;
		}
	.w-btn.icon_atleft i {
		left: 1.8em;
		}
	.w-btn.icon_atleft i + .w-btn-label {
		padding-left: 1.6em;
		}
	.w-btn.icon_atright i {
		right: 1.8em;
		}
	.w-btn.icon_atright i + .w-btn-label {
		padding-right: 1.6em;
		}

/* STYLE outlined */
.w-btn.style_outlined {
	background-color: transparent !important;
	}

/* COLOR: transparent */
.w-btn.color_transparent {
	font-weight: normal;
	text-transform: none;
	overflow: visible;
	margin: 0 4px;
	padding: 0 !important;
	}
	.no-touch .w-btn.color_transparent:before {
		display: none;
		}
	.w-btn.color_transparent.icon_atleft i {
		left: 0 !important;
		}
	.w-btn.color_transparent.icon_atright i {
		right: 0 !important;
		}
	
/* COLOR: primary & secondary */
button,
input[type="submit"],
a.w-btn.color_primary,
a.w-btn.color_secondary,
.no-touch button:hover,
.no-touch input[type="submit"]:hover,
.no-touch a.w-btn.color_primary:hover,
.no-touch a.w-btn.color_secondary:hover,
.no-touch a.w-btn.color_primary.style_outlined:hover,
.no-touch .w-btn.color_primary.style_outlined:hover,
.no-touch a.w-btn.color_secondary.style_outlined:hover,
.no-touch .w-btn.color_secondary.style_outlined:hover {
	color: #fff;
	}

/* COLOR: light & contrast */
.w-btn.color_light:before,
.w-btn.color_contrast:before {
	background-color: rgba(0,0,0,0.06);
	}

/* COLOR: white */
.w-btn.color_white,
a.w-btn.color_white {
	background-color: #fff;
	color: #444;
	}
.no-touch .w-btn.color_white:hover,
.no-touch a.w-btn.color_white:hover {
	color: #444;
	}
	.no-touch .w-btn.color_white:before {
		background-color: rgba(0,0,0,0.06);
		}
.w-btn.color_white.style_outlined,
a.w-btn.color_white.style_outlined {
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
	}
.no-touch .w-btn.color_white.style_outlined:hover,
.no-touch a.w-btn.color_white.style_outlined:hover {
	color: #444;
	}
	.w-btn.color_white.style_outlined:before {
		background-color: #fff;
		}
	
/* COLOR: black */
.w-btn.color_black {
	background-color: #000;
	color: #fff;
	}
.no-touch .w-btn.color_black:hover {
	color: #fff;
	}
	.no-touch .w-btn.color_black:before {
		background-color: rgba(255,255,255,0.05);
		}
.w-btn.color_black.style_outlined {
	box-shadow: 0 0 0 2px #000 inset;
	color: #000;
	}
.no-touch .w-btn.color_black.style_outlined:hover {
	color: #fff;
	}
	.w-btn.color_black.style_outlined:before {
		background-color: #000;
		}
		
/* COLOR: red */
.w-btn.color_red,
.w-btn.color_red.style_outlined:before {
	background-color: #f40;
	}
.w-btn.color_red.style_outlined {
	box-shadow: 0 0 0 2px #f40 inset;
	color: #f40;
	}
.w-btn.color_red,
.no-touch .w-btn.color_red:hover,
.no-touch .w-btn.color_red.style_outlined:hover {
	color: #fff;
	}

/* COLOR: pink */
.w-btn.color_pink,
.w-btn.color_pink.style_outlined:before {
	background-color: #ff6b6b;
	}
.w-btn.color_pink.style_outlined {
	box-shadow: 0 0 0 2px #ff6b6b inset;
	color: #ff6b6b;
	}
.w-btn.color_pink,
.no-touch .w-btn.color_pink:hover,
.no-touch .w-btn.color_pink.style_outlined:hover {
	color: #fff;
	}

/* COLOR: blue */
.w-btn.color_blue,
.w-btn.color_blue.style_outlined:before {
	background-color: #5ac8ed;
	}
.w-btn.color_blue.style_outlined {
	box-shadow: 0 0 0 2px #5ac8ed inset;
	color: #5ac8ed;
	}
.w-btn.color_blue,
.no-touch .w-btn.color_blue:hover,
.no-touch .w-btn.color_blue.style_outlined:hover {
	color: #fff;
	}

/* COLOR: green */
.w-btn.color_green,
.w-btn.color_green.style_outlined:before {
	background-color: #59ba41;
	}
.w-btn.color_green.style_outlined {
	box-shadow: 0 0 0 2px #59ba41 inset;
	color: #59ba41;
	}
.w-btn.color_green,
.no-touch .w-btn.color_green:hover,
.no-touch .w-btn.color_green.style_outlined:hover {
	color: #fff;
	}

/* COLOR: yellow */
.w-btn.color_yellow,
.w-btn.color_yellow.style_outlined:before {
	background-color: #fac000;
	}
.w-btn.color_yellow.style_outlined {
	box-shadow: 0 0 0 2px #fac000 inset;
	color: #fac000;
	}
.w-btn.color_yellow,
.no-touch .w-btn.color_yellow:hover,
.no-touch .w-btn.color_yellow.style_outlined:hover {
	color: #fff;
	}
.w-btn.color_yellow:before {
	background-color: rgba(0,0,0,0.06);
	}
	
/* COLOR: midnight */
.w-btn.color_midnight,
.w-btn.color_midnight.style_outlined:before {
	background-color: #2c3e50;
	}
.w-btn.color_midnight.style_outlined {
	box-shadow: 0 0 0 2px #2c3e50 inset;
	color: #2c3e50;
	}
.w-btn.color_midnight,
.no-touch .w-btn.color_midnight:hover,
.no-touch .w-btn.color_midnight.style_outlined:hover {
	color: #fff;
	}

/* COLOR: purple */
.w-btn.color_purple,
.w-btn.color_purple.style_outlined:before {
	background-color: #8560a8;
	}
.w-btn.color_purple.style_outlined {
	box-shadow: 0 0 0 2px #8560a8 inset;
	color: #8560a8;
	}
.w-btn.color_purple,
.no-touch .w-btn.color_purple:hover,
.no-touch .w-btn.color_purple.style_outlined:hover {
	color: #fff;
	}

/* COLOR: navy */
.w-btn.color_navy,
.w-btn.color_navy.style_outlined:before {
	background-color: #1265a8;
	}
.w-btn.color_navy.style_outlined {
	box-shadow: 0 0 0 2px #1265a8 inset;
	color: #1265a8;
	}
.w-btn.color_navy,
.no-touch .w-btn.color_navy:hover,
.no-touch .w-btn.color_navy.style_outlined:hover {
	color: #fff;
	}

/* COLOR: teal */
.w-btn.color_teal,
.w-btn.color_teal.style_outlined:before {
	background-color: #008b83;
	}
.w-btn.color_teal.style_outlined {
	box-shadow: 0 0 0 2px #008b83 inset;
	color: #008b83;
	}
.w-btn.color_teal,
.no-touch .w-btn.color_teal:hover,
.no-touch .w-btn.color_teal.style_outlined:hover {
	color: #fff;
	}

/* COLOR: brown */
.w-btn.color_brown,
.w-btn.color_brown.style_outlined:before {
	background-color: #6a4530;
	}
.w-btn.color_brown.style_outlined {
	box-shadow: 0 0 0 2px #6a4530 inset;
	color: #6a4530;
	}
.w-btn.color_brown,
.no-touch .w-btn.color_brown:hover,
.no-touch .w-btn.color_brown.style_outlined:hover {
	color: #fff;
	}

/* COLOR: cream */
.w-btn.color_cream,
.w-btn.color_cream.style_outlined:before {
	background-color: #ffe2bf;
	}
.w-btn.color_cream.style_outlined {
	box-shadow: 0 0 0 2px #ffe2bf inset;
	color: #ffe2bf;
	}
.w-btn.color_cream,
.no-touch .w-btn.color_cream:hover,
.no-touch .w-btn.color_cream.style_outlined:hover {
	color: #6b5e50;
	}
.w-btn.color_cream:before {
	background-color: rgba(0,0,0,0.06);
	}

/* COLOR: lime */
.w-btn.color_lime,
.w-btn.color_lime.style_outlined:before {
	background-color: #baeb59;
	}
.w-btn.color_lime.style_outlined {
	box-shadow: 0 0 0 2px #baeb59 inset;
	color: #baeb59;
	}
.w-btn.color_lime,
.no-touch .w-btn.color_lime:hover,
.no-touch .w-btn.color_lime.style_outlined:hover {
	color: #656c57;
	}
.w-btn.color_lime:before {
	background-color: rgba(0,0,0,0.06);
	}
	
/* ALIGN left */
.w-btn-wrapper.align_left {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	}
.align_center > .w-btn-wrapper.align_left {
	margin-left: 10px;
	margin-right: 10px;
	}
	
/* ALIGN center */
.w-btn-wrapper.align_center {
	text-align: center;
	}
	
/* ALIGN right */
.w-btn-wrapper.align_right {
	float: right;
	margin-left: 10px;
	}



/* Comments
   ========================================================================== */

.w-comments-title {
	margin-bottom: 10px;
	}
	.w-comments-title:before {
		display: inline-block;
		vertical-align: top;
		content: '\f086';
		font-family: fontawesome;
		margin-right: 5px;
		opacity: 0.33;
		}
	.w-comments-title > span {
		display: inline-block;
		vertical-align: top;
		}
.w-comments-list {
	margin-bottom: 30px;
	border-bottom: 1px solid;
	}
	.w-comments-item {
		padding-top: 30px;
		margin-bottom: 30px;
		border-top: 1px solid;
		border-color: inherit;
		}
	.w-comments-list > .w-comments-item:first-child {
		border-top: none;
		}
		.w-comments-childlist {
			margin-left: 30px;
			border-color: inherit;
			}
		.w-comments-item-meta,
		.w-comments-item-text,
		.w-comments-item-answer {
			margin-left: 70px;
			}
		.w-comments-item-meta {
			margin-bottom: 15px;
			}
			.w-comments-item-icon {
				top: 30px;
				width: 50px;
				border-radius: 50%;
				overflow: hidden;
				}
			.w-comments-item-author {
				font-weight: bold;
				margin-right: 20px;
				}
			.w-comments-item-date {
				font-size: 13px;
				color: inherit;
				opacity: 0.5;
				}
		.w-comments-item-text > *:last-child {
			margin-bottom: 0;
			}
		.w-comments-item-answer {
			font-size: 13px;
			margin-top: 15px;
			}
.w-comments-pagination {
	font-size: 13px;
	text-align: center;
	}
	.w-comments-pagination a {
		margin: 0 10px;
		}
	.no-touch .w-comments-item-meta a:hover,
	.no-touch .w-comments-item-text a:hover,
	.no-touch .w-comments-item-answer a:hover,
	.no-touch .w-comments-pagination a:hover,
	.no-touch .comment-reply-title a:hover {
		opacity: 1;
		}
.comment-reply-title small {
	font-size: 13px;
	margin-left: 5px;
	}



/* Contacts
   ========================================================================== */

.w-contacts-item.for_address:before {
	content: '\f041';
	font-family: fontawesome;
	}
.w-contacts-item.for_phone:before {
	content: '\f095';
	font-family: fontawesome;
	}
.w-contacts-item.for_email:before {
	content: '\f0e0';
	font-family: fontawesome;
	}
.w-contacts-item.for_fax:before {
	content: '\f02f';
	font-family: fontawesome;
	}

/* w-contacts in main */
.l-main .w-contacts-list {
	font-size: 0;
	margin: 0 -20px -20px;
	}
	.l-main .w-contacts-item {
		display: inline-block;
		vertical-align: middle;
		padding: 0 20px 20px;
		white-space: nowrap;
		}
		.l-main .w-contacts-item:before {
			display: inline-block;
			vertical-align: inherit;
			text-align: center;
			font-size: 20px;
			line-height: 50px;
			height: 50px;
			width: 50px;
			margin-right: 15px;
			border-radius: 50%;
			}
		.l-section.color_primary .w-contacts-item:before,
		.l-section.color_secondary .w-contacts-item:before {
			box-shadow: 0 0 0 2px #fff inset;
			color: #fff;
			}
		.l-main .w-contacts-item-value {
			display: inline-block;
			vertical-align: inherit;
			font-size: 16px;
			line-height: 26px;
			}
		.l-main .w-contacts-item.for_address .w-contacts-item-value {
			white-space: normal;
			max-width: calc(100% - 65px);
			}

/* w-contacts in footer */
.l-subfooter .w-contacts-item {
	position: relative;
	}
	.l-subfooter .w-contacts-item:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 18px;
		line-height: 21px;
		height: 21px;
		width: 21px;
		}
	.l-subfooter .w-contacts-item-value {
		display: block;
		margin: 0 0 12px 36px;
		}


	
/* Counter
   ========================================================================== */
   
.w-counter {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	}
	.w-counter-number {
		line-height: 1;
		}
	.l-section.color_primary .w-counter-number,
	.l-section.color_secondary .w-counter-number,
	.l-section.color_custom .w-counter-number {
		color: inherit;
		}
	.w-counter h6.w-counter-title {
		padding: 10px 0 8px;
		margin: 0;
		}
	/* SIZE: small */
	.w-counter.size_small .w-counter-number {
		font-size: 4em;
		}
	/* SIZE: medium */
	.w-counter.size_medium .w-counter-number {
		font-size: 5em;
		}
	/* SIZE: large */
	.w-counter.size_large .w-counter-number {
		font-size: 6em;
		}


		
/* Filters
   ========================================================================== */
   
.g-filters {
	text-align: center;
	}
	.g-filters-item {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		text-overflow: ellipsis;
		cursor: pointer;
		transition: all 0.2s;
		}
	.g-filters-item.active {
		cursor: default;
		}
		
/* STYLE: 1 */
.l-section.color_primary .g-filters.style_1,
.l-section.color_secondary .g-filters.style_1,
.l-section.color_custom .g-filters.style_1 {
	background-color: transparent;
	}
	.g-filters.style_1 .g-filters-item {
		font-size: 14px;
		line-height: 50px;
		padding: 0 18px;
		}
	.no-touch .g-filters.style_1 .g-filters-item:hover {
		color: #fff;
		}
	
/* STYLE: 2 */
.g-filters.style_2 {
	padding: 0 18px 18px;
	}
.w-portfolio.with_indents .g-filters.style_2 {
	padding-bottom: 10px;
	}
.l-section.height_auto .g-filters.style_2 {
	padding-top: 18px;
	}
	.g-filters.style_2 .g-filters-item {
		line-height: 42px;
		padding: 0 20px;
		margin: 2px;
		border-radius: 3px;
		}
	.no-touch .g-filters.style_2 .g-filters-item:hover {
		color: #fff;
		}
	.l-section.color_primary .g-filters.style_2 .g-filters-item.active,
	.l-section.color_secondary .g-filters.style_2 .g-filters-item.active,
	.l-section.color_custom .g-filters.style_2 .g-filters-item.active {
		background-color: rgba(255,255,255,0.12);
		color: #fff;
		}
		
/* STYLE: 3 */
.g-filters.style_3 .g-filters-item {
	font-size: 16px;
	line-height: 24px;
	padding: 15px 20px 12px;
	background-color: transparent !important;
	border-bottom: 3px solid transparent;
	opacity: 0.66;
	}
.no-touch .g-filters.style_3 .g-filters-item:hover,
.g-filters.style_3 .g-filters-item.active {
	opacity: 1;
	}
.l-section.color_primary .g-filters.style_3 .g-filters-item.active,
.l-section.color_secondary .g-filters.style_3 .g-filters-item.active,
.l-section.color_custom .g-filters.style_3 .g-filters-item.active {
	border-color: #fff;
	color: #fff;
	}
	


/* Form
   ========================================================================== */
   
.w-form-row {
	margin-bottom: 16px;
	}
.w-form-row.for_submit {
	margin-bottom: 0;
	}
	.w-form-row-label {
		display: none;
		margin-bottom: 5px;
		}
	.w-form-row.for_captcha .w-form-row-label {
		display: block;
		}
		.w-form-row.for_captcha .w-form-row-label span {
			display: inline-block;
			direction: ltr;
			}
	.w-form-row-field {
		position: relative;
		}
		.w-form-row-field > input[type="text"],
		.w-form-row-field > input[type="password"],
		.w-form-row-field > input[type="email"],
		.w-form-row-field > textarea,
		.w-form-row-field > select {
			padding-left: 48px;
			}
		.w-form-row-field:before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			font-size: 20px;
			font-family: fontawesome;
			text-align: center;
			line-height: 40px;
			width: 50px;
			opacity: 0.33;
			pointer-events: none;
			transition: opacity 0.3s, color 0.3s;
			}
		.w-form-row.for_log .w-form-row-field:before,
		.w-form-row.for_name .w-form-row-field:before,
		.w-form-row.for_author .w-form-row-field:before {
			content: '\f007';
			}
		.w-form-row.for_email .w-form-row-field:before {
			content: '\f0e0';
			}
		.w-form-row.for_phone .w-form-row-field:before {
			content: '\f095';
			}
		.w-form-row.for_comment .w-form-row-field:before,
		.w-form-row.for_message .w-form-row-field:before {
			content: '\f040';
			}
		.w-form-row.for_url .w-form-row-field:before {
			content: '\f0c1';
			}
		.w-form-row.for_captcha .w-form-row-field:before {
			content: '\f059';
			}
		.w-form-row.for_pwd .w-form-row-field:before,
		.w-form-row.for_post_password .w-form-row-field:before {
			content: '\f023';
			}
		.w-form-row.focused .w-form-row-field:before {
			opacity: 1;
			}
		.w-form-row-field-bar {
			display: none;
			}
		.w-form .w-btn {
			margin: 0;
			}
			.w-form .w-btn-label {
				display: block;
				transform: translateY(0);
				transition: transform 0.3s, opacity 0.3s;
				}
			.w-form .w-btn.loading .w-btn-label {
				opacity: 0;
				transform: translateY(100%);
				}
			.w-form .w-btn .g-preloader {
				position: absolute;
				top: 50%;
				left: 50%;
				height: 26px;
				width: 26px;
				margin: -13px 0 0 -13px;
				opacity: 0;
				transform: translateY(-100%);
				transition: transform 0.3s, opacity 0.3s;
				}
			.w-form .w-btn.loading .g-preloader {
				opacity: 1;
				transform: translateY(0);
				}
	.w-form-row-state {
		font-size: 13px;
		line-height: 18px;
		height: 0;
		opacity: 0;
		transition-property: height, padding, opacity;
		transition-duration: 0.3s;
		}
	.w-form-message {
		font-size: 18px;
		line-height: 26px;
		opacity: 0;
		transition-property: padding, opacity;
		transition-duration: 0.3s;
		}
	.w-form-message.type_success {
		padding: 8px 0;
		opacity: 1;
		color: #4c0;
		}
	.w-form-message.type_error {
		padding: 8px 0;
		opacity: 1;
		color: red;
		}
		
/* ALIGN left */
.w-form.align_left .w-form-row.for_submit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	}
.w-form.align_left .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
	}
	
/* ALIGN right */
.w-form.align_right {
	text-align: left;
	}
.w-form.align_right .w-form-row.for_submit {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	}
.w-form.align_right .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
	}

/* CHECK wrong */
.w-form-row.check_wrong input,
.w-form-row.check_wrong textarea,
.w-form-row.check_wrong select {
	box-shadow: 0 0 0 2px red;
	}
.w-form-row.check_wrong .w-form-row-state {
	height: 20px;
	padding-top: 4px;
	opacity: 1;
	color: red;
	}
	
/* FOR comments */
.w-form.for_comments .form-submit input {
	margin: 0;
	}

/* FOR protected post */
.w-form.for_protectedpost:after {
	display: block;
	content: '';
	clear: both;
	}
.w-form.for_protectedpost .w-form-row.for_post_password,
.w-form.for_protectedpost .w-form-row.for_submit {
	float: left;
	margin-right: 10px;
	}

/* FOR login */
.w-form.for_login .w-form-row.for_submit {
	float: left;
	margin-right: 15px;
	}
.w-form.for_login .w-form-row.for_submit ~ label {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-top: 8px;
	white-space: nowrap;
	}
	.w-form.for_login .w-form-row.for_submit ~ label input[type="checkbox"] {
		margin-top: -3px;
		vertical-align: middle;
		}
.w-form-row.for_links {
	clear: both;
	margin: 0;
	padding-top: 10px;
	}
	.w-form-row-link {
		font-size: 13px;
		margin-right: 10px;
		}



/* Gallery
   ========================================================================== */
   
.w-gallery.with_indents .w-gallery-list {
	margin: -4px;
	}
.l-section.width_full .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
	margin-left: 4px;
	margin-right: 4px;
	}
.l-section.height_auto .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
	margin-top: 4px;
	margin-bottom: 4px;
	}
	.w-gallery.with_indents .w-gallery-item {
		padding: 4px;
		}
	.w-gallery.style_modern.with_indents .w-gallery-item-meta {
		left: 4px;
		right: 4px;
		bottom: 4px;
		}



/* IconBox
   ========================================================================== */
   
.w-iconbox-link {
	color: inherit;
	transition: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.w-iconbox-icon {
		line-height: 1;
		position: relative;
		transition: background-color 0.3s, color 0.3s, box-shadow 0.1s;
		}
	.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
		color: inherit;
		}
	.w-iconbox-title {
		transition: color 0.3s;
		}
	.w-iconbox-text p,
	.w-iconbox-text ul,
	.w-iconbox-text ol {
		margin-bottom: 12px !important;
		}
		
/* ICONPOS: top */
.w-iconbox.iconpos_top {
	max-width: 350px;
	}
	.w-iconbox.iconpos_top .w-iconbox-title {
		padding: 15px 0;
		}
	
/* ICONPOS: left */
.w-iconbox.iconpos_left .w-iconbox-title {
	padding: 0 0 15px;
	}
	
/* STYLE: default */
.w-iconbox.style_default .w-iconbox-icon {
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit;
	}

/* STYLE: circle & outlined */
.w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
	overflow: hidden;
	border-radius: 50%;
	}
.w-iconbox.style_outlined .w-iconbox-icon {
	background-color: transparent !important;
	}
.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
	color: #fff !important;
	}
.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon {
	color: #fff !important;
	box-shadow: 0 0 0 2px transparent inset;
	transition: color 0.3s, box-shadow 0.1s 0.3s;
	}
	.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,
	.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before {
		display: block;
		content: '';
		position: absolute;
		top: -2px;
		left: 0;
		height: 0;
		width: 100%;
		border: 1px solid transparent; /* fix for Chrome */
		transition: height 0.3s;
		}
	.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon:before,
	.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon:before {
		height: 100%;
		}
	.w-iconbox.style_circle .w-iconbox-icon i,
	.w-iconbox.style_outlined .w-iconbox-icon i {
		position: relative;
		}
	.w-iconbox.cont_img .w-iconbox-icon:before {
		display: none !important;
		}
		
/* COLOR */
.w-iconbox.color_primary.style_circle .w-iconbox-icon,
.w-iconbox.color_secondary.style_circle .w-iconbox-icon,
.no-touch .l-section.color_primary .w-iconbox-link:hover .w-iconbox-title {
	color: #fff !important;
	}
	
/* SIZE: tiny */
.w-iconbox.no_text.size_tiny {
	max-width: 50px;
	}
	.w-iconbox.size_tiny .w-iconbox-icon {
		font-size: 24px;
		line-height: 28px;
		}
		.w-iconbox.style_default.size_tiny .w-iconbox-icon img {
			max-width: 24px;
			}
	.w-iconbox.size_tiny .w-iconbox-title {
		font-size: 20px;
		line-height: 28px;
		padding: 10px 0;
		}
	.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
		margin-left: 38px;
		padding-top: 0;
		}
	.w-iconbox.style_circle.size_tiny .w-iconbox-icon,
	.w-iconbox.style_outlined.size_tiny .w-iconbox-icon {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
		width: 50px;
		}
		.w-iconbox.style_circle.size_tiny .w-iconbox-icon img,
		.w-iconbox.style_outlined.size_tiny .w-iconbox-icon img {
			max-width: 20px;
			}
	.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-title,
	.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-text,
	.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-title,
	.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-text {
		margin-left: 70px;
		}
	
/* SIZE: small */
.w-iconbox.no_text.size_small {
	max-width: 70px;
	}
	.w-iconbox.size_small .w-iconbox-icon {
		font-size: 36px;
		}
		.w-iconbox.style_default.size_small .w-iconbox-icon img {
			max-width: 36px;
			}
	.w-iconbox.size_small.iconpos_left .w-iconbox-title,
	.w-iconbox.size_small.iconpos_left .w-iconbox-text {
		margin-left: 55px;
		}
	.w-iconbox.style_circle.size_small .w-iconbox-icon,
	.w-iconbox.style_outlined.size_small .w-iconbox-icon {
		font-size: 28px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		}
		.w-iconbox.style_circle.size_small .w-iconbox-icon img,
		.w-iconbox.style_outlined.size_small .w-iconbox-icon img {
			max-width: 28px;
			}
	.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-title,
	.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-text,
	.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-title,
	.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-text {
		margin-left: 95px;
		}
	
/* SIZE: medium */
.w-iconbox.no_text.size_medium {
	max-width: 90px;
	}
	.w-iconbox.size_medium .w-iconbox-icon {
		font-size: 48px;
		}
		.w-iconbox.style_default.size_medium .w-iconbox-icon img {
			max-width: 48px;
			}
	.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
	.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
		margin-left: 70px;
		}
	.w-iconbox.style_circle.size_medium .w-iconbox-icon,
	.w-iconbox.style_outlined.size_medium .w-iconbox-icon {
		font-size: 36px;
		line-height: 90px;
		height: 90px;
		width: 90px;
		}
		.w-iconbox.style_circle.size_medium .w-iconbox-icon img,
		.w-iconbox.style_outlined.size_medium .w-iconbox-icon img {
			max-width: 36px;
			}
	.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-title,
	.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-text,
	.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-title,
	.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-text {
		margin-left: 115px;
		}
	
/* SIZE: large */
.w-iconbox.no_text.size_large {
	max-width: 110px;
	}
	.w-iconbox.size_large .w-iconbox-icon {
		font-size: 70px;
		}
		.w-iconbox.style_default.size_large .w-iconbox-icon img {
			max-width: 70px;
			}
	.w-iconbox.size_large.iconpos_left .w-iconbox-title,
	.w-iconbox.size_large.iconpos_left .w-iconbox-text {
		margin-left: 95px;
		}
	.w-iconbox.style_circle.size_large .w-iconbox-icon,
	.w-iconbox.style_outlined.size_large .w-iconbox-icon {
		font-size: 46px;
		line-height: 110px;
		height: 110px;
		width: 110px;
		}
		.w-iconbox.style_circle.size_large .w-iconbox-icon img,
		.w-iconbox.style_outlined.size_large .w-iconbox-icon img {
			max-width: 46px;
			}
	.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-title,
	.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-text,
	.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-title,
	.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-text {
		margin-left: 135px;
		}

	
/* SIZE: huge */
.w-iconbox.no_text.size_huge {
	max-width: 130px;
	}
	.w-iconbox.size_huge .w-iconbox-icon {
		font-size: 90px;
		line-height: 100px;
		}
	.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
	.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
		margin-left: 115px;
		}
	.w-iconbox.style_circle.size_huge .w-iconbox-icon,
	.w-iconbox.style_outlined.size_huge .w-iconbox-icon {
		font-size: 56px;
		line-height: 130px;
		height: 130px;
		width: 130px;
		}
		.w-iconbox.style_circle.size_huge .w-iconbox-icon img,
		.w-iconbox.style_outlined.size_huge .w-iconbox-icon img {
			max-width: 56px;
			}
		.w-iconbox.style_default.size_huge.iconpos_left .w-iconbox-icon img {
			max-width: 130px;
			}
	.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-title,
	.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-text,
	.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-title,
	.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-text {
		margin-left: 160px;
		}
	
	

/* Single Image
   ========================================================================== */
   
.w-image {
	line-height: 0;
	margin-bottom: 1.5rem;
	max-width: 100%;
	}
	.w-image.align_left {
		float: left;
		margin-right: 1.5rem;
		}
	.w-image.align_right {
		float: right;
		margin-left: 1.5rem;
		}
	.w-image.align_center {
		clear: both;
		text-align: center;
		}
	.w-image:last-child,
	.l-section.width_full .g-cols > .vc_col-sm-12 > .w-image {
		margin-bottom: 0 !important;
		}


	
/* Load More
   ========================================================================== */
   
.g-loadmore {
	text-align: center;
	position: relative;
	}
.g-loadmore.done {
	display: none;
	}
	.g-loadmore-btn {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 20px;
		cursor: pointer;
		position: relative;
		z-index: 1;
		transition: background-color 0.3s, opacity 0.3s;
		}
	.l-section.height_auto.width_full .g-loadmore-btn {
		padding: 30px;
		}
	.g-loadmore.loading .g-loadmore-btn {
		opacity: 0;
		}
	.l-section.color_primary .g-loadmore-btn,
	.l-section.color_secondary .g-loadmore-btn,
	.l-section.color_custom .g-loadmore-btn {
		background-color: rgba(255,255,255,0.12);
		}
	.no-touch .l-section.color_primary .g-loadmore-btn:hover,
	.no-touch .l-section.color_secondary .g-loadmore-btn:hover,
	.no-touch .l-section.color_custom .g-loadmore-btn:hover {
		background-color: rgba(255,255,255,0.2);
		}
	.g-loadmore .g-preloader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -20px;
		opacity: 0;
		transition: opacity 0.3s;
		}
	.g-loadmore.loading .g-preloader {
		opacity: 1;
		}



/* Logos
   ========================================================================== */
   
.w-logos-item {
	display: block;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
.w-logos.with_indents .w-logos-item {
	padding: 30px;
	}
	.w-logos-item img {
		display: block;
		margin: 0 auto;
		}
	
/* STYLE: 1 */
.w-logos.style_1 .w-logos-item {
	border: 2px solid transparent;
	opacity: 0.66;
	transition: border-color 0.3s, opacity 0.3s;
	}
.no-touch .w-logos.style_1 .w-logos-item:hover {
	opacity: 1;
	}
	
/* STYLE: 2 */
.w-logos.style_2 .w-logos-item {
	opacity: 0.66;
	transition: opacity 0.3s;
	}
.no-touch .w-logos.style_2 .w-logos-item:hover {
	opacity: 1;
	}

/* TYPE: carousel */
.w-logos-list.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	}
.w-logos-list.owl-carousel .owl-item {
	-webkit-backface-visibility: initial; /* fix for hover effect on Chrome */
	}
.w-logos.type_carousel .w-logos-item {
	opacity: 0;
	height: 0;
	}
.w-logos.type_carousel .owl-loaded .w-logos-item {
	opacity: 0.66;
	height: auto;
	}
.w-logos.style_3.type_carousel .owl-loaded .w-logos-item {
	opacity: 1;
	}
	.owl-carousel .owl-item .w-logos-item img {
		width: auto;
		}
@media (max-width: 1280px) {
.w-logos.nav_arrows {
	padding: 0 50px;
	}
}
.sidebar_left .w-logos.nav_arrows,
.sidebar_right .w-logos.nav_arrows {
	padding: 0 50px;
	}
.l-section.width_full .w-logos.nav_arrows {
	padding: 0 70px;
	}

/* TYPE: grid */
.w-logos.type_grid .w-logos-item {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	}
.w-logos.type_grid.cols_2 .w-logos-item {
	width: 50%;
	}
.w-logos.type_grid.cols_3 .w-logos-item {
	width: 33.3333%;
	}
.w-logos.type_grid.cols_4 .w-logos-item {
	width: 25%;
	}
.w-logos.type_grid.cols_5 .w-logos-item {
	width: 20%;
	}
.w-logos.type_grid.cols_6 .w-logos-item {
	width: 16.6666%;
	}
.w-logos.type_grid.cols_7 .w-logos-item {
	width: 14.2857%;
	}
	.w-logos.type_grid.cols_7.with_indents .w-logos-item {
		padding: 25px;
		}
.w-logos.type_grid.cols_8 .w-logos-item {
	width: 12.5%;
	}
	.w-logos.type_grid.cols_8.with_indents .w-logos-item {
		padding: 20px;
		}
	
/* Arrows */
.w-logos .owl-prev,
.w-logos .owl-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	font-family: fontawesome;
	text-align: center;
	line-height: 46px;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: border-color 0.3s, color 0.3s;
	}
.w-logos .owl-prev {
	left: -50px;
	}
	.w-logos .owl-prev:before {
		content: '\f104';
		font-size: 30px;
		vertical-align: top;
		padding-right: 3px;
		}
.w-logos .owl-next {
	right: -50px;
	}
	.w-logos .owl-next:before {
		content: '\f105';
		font-size: 30px;
		vertical-align: top;
		padding-left: 3px;
		}
.no-touch .color_primary .w-logos .owl-prev:hover,
.no-touch .color_primary .w-logos .owl-next:hover,
.no-touch .color_secondary .w-logos .owl-prev:hover,
.no-touch .color_secondary .w-logos .owl-next:hover,
.no-touch .color_custom .w-logos .owl-prev:hover,
.no-touch .color_custom .w-logos .owl-next:hover {
	border-color: #fff;
	color: #fff;
	}
	


/* Map
   ========================================================================== */
   
.w-map img {
	max-width: none !important;
	}
.w-map label {
	display: inline;
	width: auto;
	}
.gm-style .gm-style-iw > div {
	width: auto !important;
	}
	.gm-style-iw {
		color: #333;
		}
		.gm-style-iw h1,
		.gm-style-iw h2,
		.gm-style-iw h3,
		.gm-style-iw h4,
		.gm-style-iw h5,
		.gm-style-iw h6,
		.gm-style-iw p,
		.gm-style-iw ul,
		.gm-style-iw ol {
			margin: 0;
			padding: 8px 10px 4px !important;
			color: inherit !important;
			}



/* Message Box
   ========================================================================== */
   
.w-message {
	border-radius: 5px;
	}
	.w-message-icon {
		font-size: 30px;
		width: 80px;
		opacity: 0.5;
		}
	.w-message-body {
		padding: 20px 25px;
		}
	.w-message.with_close .w-message-body {
		padding-right: 60px;
		}
	.w-message.with_icon .w-message-body {
		padding-left: 0;
		}
	.w-message-close {
		font-size: 22px;
		padding: 20px;
		opacity: 0.3;
		transition: opacity 0.3s;
		}
		.no-touch .w-message-close:hover {
			opacity: 1;
			}



/* Person
   ========================================================================== */
   
.w-person {
	max-width: 350px;
	}
.no-touch .w-person-image {
	overflow: hidden;
	z-index: 0;
	}
	.no-touch .w-person.layout_circle .w-person-image,
	 .w-person.layout_circle .w-person-image img {
		border-radius: 50%;
		}
.w-person-content {
	padding: 15px 0 10px;
	}
	.w-person-name {
		margin-bottom: 6px;
		}
	.w-person-link .w-person-name {
		color: inherit;
		transition: color 0.3s;
		}
	.w-person-role {
		font-size: 0.9em;
		margin-bottom: 10px;
		opacity: 0.5;
		}
	.w-person-description p {
		margin: 0;
		}
	.w-person-links {
		text-align: center;
		height: 100%;
		z-index: 10;
		}
		.w-person-links-list {
			display: inline-block;
			vertical-align: middle;
			line-height: 0;
			padding: 10px 10px 0;
			}
		.no-touch .w-person-links-list {
			padding-bottom: 10px;
			}
			.w-person-links-item {
				font-size: 18px;
				line-height: 42px;
				width: 42px;
				margin: 2px;
				position: relative;
				overflow: hidden;
				z-index: 1;
				border-radius: 50%;
				color: inherit;
				}
			.l-section.color_primary .w-person-links-item,
			.l-section.color_secondary .w-person-links-item {
				box-shadow: 0 0 0 2px #fff inset;
				}
				.w-person-links-item i {
					position: relative;
					vertical-align: top;
					line-height: inherit;
					}
	/* hover appearance */
	.no-touch .w-person-links {
		position: absolute;
		top: -100%;
		left: 0;
		transition: top 0.3s;
		}
	.no-touch .w-person:hover .w-person-links {
		top: 0;
		}
		.no-touch .w-person-links:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
			}
		.no-touch .w-person-links-list {
			padding: 20px;
			}
			.no-touch .w-person-links-item {
				font-size: 20px;
				line-height: 50px;
				width: 50px;
				box-shadow: 0 0 0 2px #fff inset;
				color: #fff !important;
				}
			.no-touch .w-person-links-item:hover {
				color: #333 !important;
				}
				.no-touch .w-person-links-item:before {
					display: block;
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					height: 0;
					width: 100%;
					transition: height 0.3s;
					background-color: #fff;
					}
				.no-touch .w-person-links-item:hover:before {
					height: 100%;
					}



/* Portfolio
   ========================================================================== */

.w-portfolio-item-anchor {
	background-color: #fff;
	}
.w-portfolio-item-meta {
	padding: 8%;
	}
	.w-portfolio-item-title {
		font-size: 20px;
		position: relative;
		z-index: 1;
		color: inherit !important;
		}
	.w-portfolio-item-text {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 8px;
		opacity: 0.66;
		}
	.w-portfolio-item-arrow {
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -15px;
		height: 24px;
		width: 24px;
		transform: rotate(45deg);
		background-color: inherit;
		transition: top 0.3s;
		}
.w-portfolio-item .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	transition: opacity 0.3s;
	}
.w-portfolio-item.loading .g-preloader {
	opacity: 1;
	}
.w-portfolio .g-pagination {
	margin-top: 30px;
	}
	.w-portfolio .g-pagination .prev.page-numbers,
	.w-portfolio .g-pagination .next.page-numbers {
		display: none;
		}

/* INDENTS */
.w-portfolio.with_indents .w-portfolio-list {
	margin: 4px -4px;
	}
.l-section.width_full .w-portfolio.with_indents .w-portfolio-list {
	margin: 4px;
	}
	.w-portfolio.with_indents .w-portfolio-item {
		padding: 4px;
		}
@media (min-width: 481px) {
.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(200% + 8px);
	}
.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(50% - 4px);
	}
.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(112.5% + 8px);
	}
.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(28.125% - 3px);
	}
.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(133.3333% + 8px);
	}
.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(33.33333% - 3px);
	}
.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(150% + 8px);
	}
.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(37.5% - 3px);
	}
.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(300% + 8px);
	}
.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(75% - 4px);
	}
.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(266.6666% + 8px);
	}
.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(66.6666% - 4px);
	}
}

/* Widget */
.widget_us_portfolio .w-portfolio-list {
	margin: 0 -1px !important;
	}
.widget_us_portfolio .w-portfolio-item {
	padding: 1px;
	}
.widget_us_portfolio .w-portfolio-item-image {
	z-index: 0;
	}
.widget_us_portfolio .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	padding: 4px 8px;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	opacity: 0;
	transition: bottom 0.3s 0.15s, opacity 0.3s 0.15s;
	}
.no-touch .widget_us_portfolio .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	bottom: 0;
	}
	.widget_us_portfolio .w-portfolio-item-meta-h {
		background: none;
		}
		.widget_us_portfolio .w-portfolio-item-title {
			font-size: 13px !important;
			line-height: 18px;
			font-weight: normal;
			}
		.widget_us_portfolio .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 1 */
.w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 0;
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: translateY(-30px);
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image.second {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image.second {
	transform: translateY(0);
	}
.w-portfolio.style_1 .w-portfolio-item-meta {
	padding: 18px 25px;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(101%);
	transition: transform 0.35s;
	}
	.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
		transform: translateY(0);
		}
	.no-touch .w-portfolio.style_1 .w-portfolio-item-arrow {
		top: 4px;
		}
		.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
			top: -10px;
			}
		
/* STYLE 2 */
.no-touch .w-portfolio.style_2 .w-portfolio-item-image {
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: scale(1.1);
	}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		transition: opacity 0.4s;
		background-color: inherit;
		}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
		opacity: 0.9;
		}
.w-portfolio.style_2 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 25px;
	background: none;
	transition: color 0.4s;
	color: #fff;
	}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	color: inherit;
	}
	.w-portfolio.style_2 .w-portfolio-item-meta:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		transition: opacity 0.4s;
		}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
		opacity: 0;
		}
		.w-portfolio.style_2 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 3 */
.w-portfolio.style_3 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.66;
	background-color: inherit;
	transition: opacity 0.4s;
	}
.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0;
	}
.w-portfolio.style_3 .w-portfolio-item-meta {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background: none;
	transform: translateY(-50%);
	}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-title {
		opacity: 1;
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		opacity: 0;
		transform: translateY(-40px);
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-text {
		opacity: 0.66;
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(40px);
		}
	.w-portfolio.style_3 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 4 */
.w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 0;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: inherit;
	transition: opacity 0.35s;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	background: none;
	}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-title {
		opacity: 0;
		transform: translateY(-30px);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		opacity: 1;
		transform: translateY(0);
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(-15px);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		transform: translateY(0);
		}
		.no-touch .w-portfolio.style_4 .w-portfolio-item-arrow {
			display: none;
			}
		
/* STYLE 5 */
.w-portfolio.style_5 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-image {
	bottom: 0;
	transition: transform 0.4s;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: scale(1.1);
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-meta {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.3s, opacity 0.3s;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0.9;
	transform: scale(1);
	}
	.no-touch .w-portfolio.style_5 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.no-touch .w-portfolio.style_5 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		}
		.no-touch .w-portfolio.style_5 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 6 */
.w-portfolio.style_6 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .w-portfolio.style_6 .w-portfolio-item-image {
	bottom: 0;
	}
.no-touch .style_6 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.35s;
	}
.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0.9;
	}
	.no-touch .style_6 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.no-touch .style_6 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		background: none;
		transform: scale(1.5);
		transition: transform 0.35s;
		}
	.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h {
		transform: scale(1);
		}
		.no-touch .style_6 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 7 */
.style_7 .w-portfolio-item-image {
	opacity: 0.66;
	}
.no-touch .style_7 .w-portfolio-item-image {
	transform: scale(1.1);
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.3;
	transform: scale(1);
	}
.style_7 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 44px 30px;
	background: none;
	}
	.style_7 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.style_7 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		}
	.no-touch .style_7 .w-portfolio-item-meta:after {
		content: '';
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		border: 2px solid #fff;
		opacity: 0;
		transform: scale(1.1);
		transition: transform 0.4s, opacity 0.4s;
		}
	.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:after {
		opacity: 1;
		transform: scale(1);
		}
		.no-touch .style_7 .w-portfolio-item-text {
			opacity: 0;
			transform: translateY(10px);
			transition: transform 0.4s, opacity 0.4s;
			}
		.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateY(0);
			}
		.style_7 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 8 */
.style_8 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .style_8 .w-portfolio-item-image {
	bottom: 0;
	max-width: none;
	width: calc(100% + 21px);
	transform: translateX(-20px);
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.12;
	transform: translateX(0);
	}
.no-touch .style_8 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
	.no-touch .style_8 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.no-touch .style_8 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		}
		.no-touch .style_8 .w-portfolio-item-title {
			opacity: 0;
			transform: translateX(-40px);
			transition: transform 0.3s, opacity 0.3s;
			}
		.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
			opacity: 1;
			transform: translateX(0);
			}
		.no-touch .style_8 .w-portfolio-item-text {
			opacity: 0;
			transform: translateX(60px);
			transition: transform 0.3s, opacity 0.3s;
			}
		.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateX(0);
			}
		.no-touch .style_8 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 9 */
.style_9 .w-portfolio-item-image {
	bottom: 60px;
	}
.no-touch .style_9 .w-portfolio-item-image {
	bottom: 0;
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0;
	transform: scale(4);
	}
.no-touch .style_9 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: none;
	transform: scale(0);
	transition: transform 0.5s, opacity 0.5s;
	}
.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	transform: scale(1);
	}
	.no-touch .style_9 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.no-touch .style_9 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		}

/* STYLE 10 */
.style_10 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 80px 30px 25px;
	background: none;
	color: #fff;
	}
	.style_10 .w-portfolio-item-meta:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		}
	.no-touch .style_10 .w-portfolio-item-meta:before {
		opacity: 0;
		transform: translateY(100%);
		transition: transform 0.3s, opacity 0.45s;
		}
	.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
		opacity: 1;
		transform: translateY(1px);
		}
		.no-touch .style_10 .w-portfolio-item-title {
			position: relative;
			opacity: 0;
			transform: translateY(10px);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
			opacity: 1;
			transform: translateY(0);
			}
		.no-touch .style_10 .w-portfolio-item-text {
			position: relative;
			opacity: 0;
			transform: translateY(20px);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateY(0);
			}

/* STYLE 11 */
.style_11 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.11;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.style_11 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 30px 55px;
	background: none;
	color: #fff;
	transition: padding 0.35s, color 0.35s;
	}
.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	color: inherit;
	padding-bottom: 35px;
	}
	.no-touch .style_11 .w-portfolio-item-title {
		display: inline;
		margin-right: 10px;
		}
	.no-touch .style_11 .w-portfolio-item-text {
		display: inline;
		opacity: 0;
		transition: opacity 0.35s;
		}
	.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		}
	.no-touch .style_11 .w-portfolio-item-arrow {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		height: 10px;
		width: auto;
		margin-left: 0;
		background-color: #fff;
		transform: translateY(10px);
		transition: transform 0.35s;
		}
		.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
			transform: translateY(0);
			}

/* STYLE 12 */
.style_12 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.33;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.66;
	}
.style_12 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px;
	background: none;
	}
	.style_12 .w-portfolio-item-meta:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.5em;
		}
	.style_12 .w-portfolio-item-meta-h {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		}
		.no-touch .style_12 .w-portfolio-item-meta-h:before,
		.no-touch .style_12 .w-portfolio-item-meta-h:after {
			content: '';
			position: absolute;
			top: 30px;
			left: 30px;
			right: 30px;
			bottom: 30px;
			opacity: 0;
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_12 .w-portfolio-item-meta-h:before {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			transform: scale(0, 1);
			}
		.no-touch .style_12 .w-portfolio-item-meta-h:after {
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: scale(1, 0);
			}
		.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:before,
		.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:after {
			opacity: 1;
			transform: scale(1);
			}
		.no-touch .style_12 .w-portfolio-item-title {
			transform: translateY(-20px);
			transition: transform 0.35s;
			}
		.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
			transform: translateY(0);
			}
		.no-touch .style_12 .w-portfolio-item-text {
			opacity: 0;
			transform: translateY(20px);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateY(0);
			}
		.style_12 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 13 */
.style_13 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.33;
	background-color: inherit;
	}
.style_13 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: none;
	}
	.style_13 .w-portfolio-item-title {
		text-transform: uppercase;
		}
	.no-touch .style_13 .w-portfolio-item-title {
		padding-bottom: 15px;
		transform: translateY(20px);
		transition: transform 0.35s;
		}
	.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		transform: translateY(0);
		}
		.no-touch .style_13 .w-portfolio-item-title:after {
			content: "";
			position: absolute;
			top: 100%;
			left: 0;
			right: 0;
			height: 4px;
			opacity: 0;
			background-color: #fff;
			transform: translateY(40px);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title:after {
			opacity: 1;
			transform: translateY(0);
			}
	.style_13 .w-portfolio-item-text {
		margin-top: 20px;
		text-transform: uppercase;
		position: absolute;
		left: 30px;
		right: 30px;
		bottom: 30px;
		opacity: 1;
		}
	.no-touch .style_13 .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(60px);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 1;
		transform: translateY(0);
		}
	.style_13 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 14 */
.no-touch .style_14 .w-portfolio-item-image {
	transform: translateX(-20px) scale(1.15);
	transition: transform 0.35s;
	}
.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: translateX(0) scale(1);
	}
	.style_14 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.33;
		transition: opacity 0.35s;
		background-color: inherit;
		}
	.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
		opacity: 0.66;
		}
.style_14 .w-portfolio-item-meta {
	background: none;
	position: static;
	padding: 0;
	}
	.style_14 .w-portfolio-item-title {
		text-transform: uppercase;
		position: absolute;
		left: 30px;
		right: 30px;
		bottom: 30px;
		}
	.style_14 .w-portfolio-item-text {
		position: absolute;
		z-index: 2;
		top: 30px;
		left: 30px;
		right: 30px;
		font-size: 14px;
		margin: 0 0 20px;
		text-transform: uppercase;
		opacity: 1;
		}
	.no-touch .style_14 .w-portfolio-item-text {
		opacity: 0;
		transform: translateX(-40px);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 1;
		transform: translateX(0);
		}
	.style_14 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 15 */
.style_15 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.style_15 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	background: none;
	}
	.no-touch .style_15 .w-portfolio-item-meta-h:before,
	.no-touch .style_15 .w-portfolio-item-meta-h:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_15 .w-portfolio-item-meta-h:before {
		border-top: 8px solid #fff;
		border-bottom: 8px solid #fff;
		transform: scale(0, 1);
		}
	.no-touch .style_15 .w-portfolio-item-meta-h:after {
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
		transform: scale(1, 0);
		}
	.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:before,
	.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:after {
		opacity: 1;
		transform: scale(1);
		}
.style_15 .w-portfolio-item-title {
	text-transform: uppercase;
	}
.no-touch .style_15 .w-portfolio-item-title {
	transform: translateY(30px);
	transition: transform 0.35s;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
	transform: translateY(0);
	}
.style_15 .w-portfolio-item-text {
	margin-top: 10px;
	}
.no-touch .style_15 .w-portfolio-item-text {
	opacity: 0;
	transition: opacity 0.35s;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 0.66;
	}
.style_15 .w-portfolio-item-arrow {
	display: none;
	}

/* STYLE 16 */
.style_16 .w-portfolio-item-image {
	border-radius: 50%;
	transform: scale(0.3);
	transition: transform 0.4s, border-radius 0.4s;
	}
.style_16.ratio_initial .w-portfolio-item-image {
	overflow: hidden;
	transform-origin: 90% 90%;
	}
.style_16.ratio_3x2 .w-portfolio-item-image {
	top: -25%;
	bottom: -25%;
	transform-origin: 90% 66%;
	}
.style_16.ratio_4x3 .w-portfolio-item-image {
	top: -16.67%;
	bottom: -16.67%;
	transform-origin: 90% 72%;
	}
.style_16.ratio_1x1 .w-portfolio-item-image {
	transform-origin: 90% 90%;
	}
.style_16.ratio_3x4 .w-portfolio-item-image {
	left: -12.5%;
	right: -12.5%;
	transform: scale(0.24);
	transform-origin: 79.5% 92.5%;
	}
.style_16.ratio_2x3 .w-portfolio-item-image {
	left: -25%;
	right: -25%;
	transform: scale(0.2);
	transform-origin: 73.5% 94%;
	}
@media (min-width: 481px) {
.style_16.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -100%;
	bottom: -100%;
	transform: scale(0.15);
	transform-origin: 96% 56.5%;
	}
.style_16.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	top: 0;
	bottom: 0;
	left: -16.67%;
	right: -16.67%;
	transform: scale(0.225);
	transform-origin: 77% 93.2%;
	}
.style_16.ratio_3x2 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.7% 76.3%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -83.3333%;
	bottom: -83.3333%;
	transform: scale(0.15);
	transform-origin: 95.7% 59.2%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	top: 0;
	bottom: 0;
	left: -25%;
	right: -25%;
	transform: scale(0.2);
	transform-origin: 73.2% 94.3%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.8% 81.2%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -50%;
	bottom: -50%;
	transform: scale(0.15);
	transform-origin: 96% 66.2%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	left: -50%;
	right: -50%;
	transform: scale(0.15);
	transform-origin: 66.4% 95.7%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.7% 95.7%;
	}
}
.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	border-radius: 0;
	transform: scale(1.01);
	}
.style_16 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 33%;
	background: none;
	transition: transform 0.4s, opacity 0.3s;
	}
.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0;
	transform: translate3d(-100px, -100px, 0) scale(2);
	}
	.style_16 .w-portfolio-item-title {
		font-weight: bold;
		}
	.style_16 .w-portfolio-item-text {
		margin-top: 15px;
		}
	.style_16 .w-portfolio-item-arrow {
		display: none;
		}
		
/* STYLE 17 */
.no-touch .style_17 .w-portfolio-item-image {
	transform-origin: 100% 100%;
	transition: transform 1s, opacity 1s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.1;
	transform: scale(1.3);
	}
.style_17 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	background: none;
	}
.no-touch .style_17 .w-portfolio-item-title {
	transform: translateY(30px);
	transition: transform 0.4s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
	transform: translateY(0);
	}
.style_17 .w-portfolio-item-text {
	margin-top: 15px;
	opacity: 0;
	}
.no-touch .style_17 .w-portfolio-item-text {
	transform: scale(0.75);
	transform-origin: 100% 100%;
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 1;
	transform: scale(1);
	}
.style_17 .w-portfolio-item-arrow {
	display: none;
	}
	


/* Preloader
   ========================================================================== */
   
.g-preloader {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 40px;
	height: 40px;
	}
	
/* TYPE 1 */
.g-preloader.type_1:before,
.g-preloader.type_1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
	}
.g-preloader.type_1:before {
	opacity: 0.2;
	}
.g-preloader.type_1:after {
	border-top-color: transparent;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
			animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
	}
@-webkit-keyframes rotation {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}
@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
/* TYPE 2 */
.g-preloader.type_2:before,
.g-preloader.type_2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
	}
.g-preloader.type_2:before {
	opacity: 0.2;
	}
.g-preloader.type_2:after {
	border-color: transparent;
	border-top-color: inherit;
	-webkit-animation: rotation 0.8s infinite linear;
			animation: rotation 0.8s infinite linear;
	}
	
/* TYPE 3 */
.g-preloader.type_3 .g-preloader-h {
	width: 60px;
	height: 60px;
	border: 30px solid;
	border-radius: 50%;
	-webkit-animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
			animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
	}
@-webkit-keyframes scale {
	0% { -webkit-transform: scale(0); }
	50% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(0); }
	}
@keyframes scale {
	0% { transform: scale(0); opacity: 1; }
	100% { transform: scale(1); opacity: 0; }
	}
	
/* TYPE 4 */
.g-preloader.type_4 .g-preloader-h {
	width: 60px;
	height: 60px;
	border: 1px solid;
	border-radius: 50%;
	-webkit-animation: scale2 1.5s infinite ease;
			animation: scale2 1.5s infinite ease;
	}
@-webkit-keyframes scale2 {
	0% { -webkit-transform: scale(0.05); border-width: 30px; }
	50% { -webkit-transform: scale(1); border-width: 1px; }
	100% { -webkit-transform: scale(0.05); border-width: 30px; }
	}
@keyframes scale2 {
	0% { transform: scale(0.05); border-width: 30px; }
	50% { transform: scale(1); border-width: 1px; }
	100% { transform: scale(0.05); border-width: 30px; }
	}

/* TYPE 5 */
.g-preloader.type_5,
.g-preloader.type_5 {
	transform: rotate(45deg);
	}
.g-preloader.type_5:before,
.g-preloader.type_5:after,
.g-preloader.type_5 .g-preloader-h:before,
.g-preloader.type_5 .g-preloader-h:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
	}
.g-preloader.type_5:before {
	top: 0;
	left: 0;
	-webkit-animation: cubes-tl 1.2s infinite ease;
			animation: cubes-tl 1.2s infinite ease;
	}
.g-preloader.type_5:after {
	top: 19px;
	left: 19px;
	-webkit-animation: cubes-tr 1.2s infinite ease;
			animation: cubes-tr 1.2s infinite ease;
	}
.g-preloader.type_5 .g-preloader-h:before {
	top: 0;
	left: 19px;
	-webkit-animation: cubes-br 1.2s infinite ease;
			animation: cubes-br 1.2s infinite ease;
	}
.g-preloader.type_5 .g-preloader-h:after {
	top: 19px;
	left: 0;
	-webkit-animation: cubes-bl 1.2s infinite ease;
			animation: cubes-bl 1.2s infinite ease;
	}
@keyframes cubes-tl {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(-12px, -12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-tr {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(12px, 12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-br {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(12px, -12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-bl {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(-12px, 12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
	
	

/* Pricing Table
   ========================================================================== */
   
.w-pricing {
	margin-bottom: 10px;
	}
	.w-pricing-item-h {
		margin: 10px 0;
		border-bottom: 1px solid;
		box-shadow: 1px 0 0 rgba(0,0,0,0.08) inset;
		}
	.l-section.color_primary .w-pricing-item-h,
	.l-section.color_secondary .w-pricing-item-h,
	.l-section.color_custom .w-pricing-item-h {
		border-color: rgba(255,255,255,0.33);
		}
	.w-pricing-item:first-child .w-pricing-item-h {
		border-radius: 8px 0 0 8px;
		}
	.w-pricing-item:last-child .w-pricing-item-h {
		border-radius: 0 8px 8px 0;
		}
	.w-pricing-item:first-child .w-pricing-item-h,
	.w-pricing-item:first-child .w-pricing-item-title,
	.w-pricing-item:first-child .w-pricing-item-price {
		box-shadow: none;
		}
		.w-pricing-item-header {
			margin-bottom: 20px;
			padding: 30px 20px;
			box-shadow: 1px 0 0 rgba(0,0,0,0.05) inset;
			}
		.w-pricing-item:first-child .w-pricing-item-header {
			border-radius: 8px 0 0 0;
			}
		.w-pricing-item:last-child .w-pricing-item-header {
			border-radius: 0 8px 0 0;
			}
			.w-pricing-item-title {
				line-height: 1;
				}
			.w-pricing-item-price {
				font-size: 50px;
				line-height: 1;
				font-weight: 300;
				}
				.w-pricing-item-price small {
					display: block;
					font-size: 13px;
					line-height: 22px;
					font-weight: normal;
					margin-top: 4px;
					}
		.w-pricing-item .w-pricing-item-features {
			list-style-type: none;
			margin: 0;
			}
			.w-pricing-item .w-pricing-item-features li {
				padding: 8px 20px;
				margin: 0;
				}
		.w-pricing-item-footer {
			padding: 30px 0;
			}
			
/* TYPE featured */
.w-pricing-item.type_featured .w-pricing-item-h {
	margin: 0;
	position: relative;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	border-radius: 8px;
	}
	.w-pricing-item.type_featured .w-pricing-item-header {
		padding-top: 35px;
		border-radius: 8px 8px 0 0;
		box-shadow: none;
		color: #fff;
		}
		.w-pricing-item.type_featured .w-pricing-item-header h5 {
			padding-bottom: 5px;
			color: inherit;
			}
	.w-pricing-item.type_featured .w-pricing-item-footer {
		padding-bottom: 40px;
		}
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-h,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-title,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-price {
	box-shadow: none;
	}



/* Profile Box
   ========================================================================== */
   
.w-profile {
	padding: 30px 30px 22px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid;
	}
	.w-profile-avatar img {
		display: block;
		max-width: 100px;
		border-radius: 50%;
		margin: 0 auto 5px;
		}
	.w-profile-name {
		font-size: 16px;
		line-height: 24px;
		}
	.w-profile-link.for_user {
		display: block;
		margin-bottom: 3px;
		}
	.w-profile-link.for_logout {
		font-size: 13px;
		line-height: 20px;
		vertical-align: top;
		}
		
		
		
/* Progress Bar
   ========================================================================== */
   
.w-progbar-bar-h {
	height: 100%;
	border-radius: inherit;
	transition: width 0.8s cubic-bezier(.6,.3,.3,.6);
	}
.w-progbar.initial .w-progbar-bar-h {
	width: 0 !important;
	}
.w-progbar.hide_count .w-progbar-title-count,
.w-progbar.hide_count .w-progbar-bar-count {
	display: none !important;
	}

/* STYLE 1 */
.w-progbar.style_1 {
	padding: 10px 0 15px;
	}
	.w-progbar.style_1 .w-progbar-title {
		display: table;
		width: 100%;
		margin-bottom: 10px !important;
		}
		.w-progbar.style_1 .w-progbar-title-text {
			display: table-cell;
			vertical-align: top;
			}
		.w-progbar.style_1 .w-progbar-title-count {
			display: table-cell;
			vertical-align: top;
			text-align: right;
			font-weight: bold;
			}
	.w-progbar.style_1 .w-progbar-bar {
		height: 10px;
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
		}
	.w-progbar.style_1.size_small .w-progbar-bar {
		height: 5px;
		border-radius: 3px;
		}
	.w-progbar.style_1.size_large .w-progbar-bar {
		height: 15px;
		border-radius: 8px;
		}
		.w-progbar.style_1 .w-progbar-bar-count {
			display: none;
			}
		
/* STYLE 2 */
.w-progbar.style_2 {
	padding: 5px 0;
	position: relative;
	line-height: 42px;
	height: 42px;
	}
.w-progbar.style_2.size_small {
	line-height: 34px;
	height: 34px;
	}
.w-progbar.style_2.size_large {
	line-height: 50px;
	height: 50px;
	}
	.w-progbar.style_2 .w-progbar-title {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		line-height: inherit;
		font-size: 14px;
		color: #fff !important;
		}
		.w-progbar.style_2 .w-progbar-title-text {
			margin-right: 5px;
			}
		.w-progbar.style_2 .w-progbar-title-count {
			font-weight: bold;
			}
	.w-progbar.style_2 .w-progbar-bar {
		height: 100%;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
		background-color: rgba(0,0,0,0.25);
		}
		.w-progbar.style_2 .w-progbar-bar-h {
			border-radius: 0;
			}
			.w-progbar.style_2 .w-progbar-bar-count {
				display: none;
				}
		
/* STYLE 3 */
.w-progbar.style_3 {
	font-size: 0;
	padding: 16px 0;
	}
	.w-progbar.style_3 .w-progbar-title {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		padding-right: 20px;
		margin-bottom: 0;
		width: 33%;
		}
		.w-progbar.style_3 .w-progbar-title-count {
			display: none;
			}
	.w-progbar.style_3 .w-progbar-bar {
		display: inline-block;
		vertical-align: middle;
		width: 67%;
		height: 6px;
		border-radius: 3px;
		background-color: transparent;
		}
		.w-progbar.style_3 .w-progbar-bar:before {
			display: block;
			content: '';
			width: 100%;
			height: inherit;
			margin-bottom: -6px;
			border-radius: inherit;
			box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
			}
		.w-progbar.style_3 .w-progbar-bar-h {
			position: relative;
			}
			.w-progbar.style_3 .w-progbar-bar-count {
				display: block;
				position: absolute;
				right: -25px;
				top: -23px;
				font-size: 15px;
				text-align: center;
				line-height: 50px;
				height: 50px;
				width: 50px;
				border-radius: 50%;
				box-shadow: 0 1px 1px rgba(0,0,0,0.2);
				}
	.w-progbar.style_3.size_small .w-progbar-bar {
		height: 4px;
		border-radius: 2px;
		}
		.w-progbar.style_3.size_small .w-progbar-bar:before {
			margin-bottom: -4px;
			}
			.w-progbar.style_3.size_small .w-progbar-bar-count {
				top: -24px;
				}
	.w-progbar.style_3.size_large .w-progbar-bar {
		height: 8px;
		border-radius: 4px;
		}
		.w-progbar.style_3.size_large .w-progbar-bar:before {
			margin-bottom: -8px;
			}
			.w-progbar.style_3.size_large .w-progbar-bar-count {
				top: -22px;
				}

/* STYLE 4 */
.w-progbar.style_4 {
	padding: 15px 0;
	}
	.w-progbar.style_4 .w-progbar-title {
		font-size: 16px;
		margin-bottom: 10px !important;
		}
		.w-progbar.style_4 .w-progbar-title-count {
			display: none;
			}
	.w-progbar.style_4 .w-progbar-bar {
		height: 6px;
		width: 100%;
		}
	.w-progbar.style_4.size_small .w-progbar-bar {
		height: 4px;
		}
	.w-progbar.style_4.size_large .w-progbar-bar {
		height: 8px;
		}
		.w-progbar.style_4 .w-progbar-bar-h {
			position: relative;
			}
			.w-progbar.style_4 .w-progbar-bar-count {
				display: block;
				position: absolute;
				right: -23px;
				bottom: 14px;
				font-size: 13px;
				text-align: center;
				line-height: 28px;
				height: 28px;
				width: 46px;
				border-radius: 3px;
				background-color: rgba(15,15,15,0.9);
				color: #fff;
				opacity: 1;
				transition: opacity 0.8s cubic-bezier(.6,.3,.3,.6);
				}
			.w-progbar.style_4.size_small .w-progbar-bar-count {
				bottom: 12px;
				}
			.w-progbar.style_4.size_large .w-progbar-bar-count {
				bottom: 16px;
				}
				.w-progbar.style_4 .w-progbar-bar-count:after {
					content: '';
					position: absolute;
					left: 18px;
					bottom: -5px;
					height: 0;
					width: 0;
					border-left: 5px solid transparent;
					border-right: 5px solid transparent;
					border-top: 5px solid rgba(15,15,15,0.9);
					}
			.w-progbar.style_4.initial .w-progbar-bar-count {
				opacity: 0;
				}
			
/* STYLE 5 */
.w-progbar.style_5 {
	padding: 10px 0 20px;
	}
	.w-progbar.style_5 .w-progbar-title {
		display: table;
		width: 100%;
		margin-bottom: 15px !important;
		}
		.w-progbar.style_5 .w-progbar-title-text {
			display: table-cell;
			vertical-align: bottom;
			padding-right: 20px;
			}
		.w-progbar.style_5 .w-progbar-title-count {
			display: table-cell;
			vertical-align: bottom;
			text-align: right;
			font-size: 60px;
			font-weight: 300;
			line-height: 1;
			opacity: 0.33;
			}
	.w-progbar.style_5 .w-progbar-bar {
		height: 4px;
		width: 100%;
		}
	.w-progbar.style_5.size_small .w-progbar-bar {
		height: 2px;
		}
		.w-progbar.style_5.size_small .w-progbar-title-count {
			font-size: 50px;
			}
	.w-progbar.style_5.size_large .w-progbar-bar {
		height: 6px;
		}
		.w-progbar.style_5.size_large .w-progbar-title-count {
			font-size: 70px;
			}
		.w-progbar.style_5 .w-progbar-bar-count {
			display: none;
			}



/* Separator
   ========================================================================== */
   
.w-separator {
	line-height: 18px;
	height: 20px;
	padding: 2px 0;
	}
	.w-separator-h:before,
	.w-separator-h:after {
		top: 8px;
		}
	.w-separator-h i {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		width: 20px;
		}

/* STYLE */
.w-separator.style_dashed .w-separator-h:before,
.w-separator.style_dashed .w-separator-h:after {
	border-top-style: dashed;
	}
.w-separator.style_dotted .w-separator-h:before,
.w-separator.style_dotted .w-separator-h:after {
	border-top-style: dotted;
	}
.w-separator.style_double .w-separator-h:before,
.w-separator.style_double .w-separator-h:after {
	border-top-style: double;
	}
	
/* THICK */
.w-separator.thick_2 .w-separator-h:before,
.w-separator.thick_2 .w-separator-h:after {
	top: 7px;
	border-top-width: 2px;
	}
.w-separator.thick_3 .w-separator-h:before,
.w-separator.thick_3 .w-separator-h:after {
	top: 7px;
	border-top-width: 3px;
	}
.w-separator.thick_4 .w-separator-h:before,
.w-separator.thick_4 .w-separator-h:after {
	top: 6px;
	border-top-width: 4px;
	}
.w-separator.thick_5 .w-separator-h:before,
.w-separator.thick_5 .w-separator-h:after {
	top: 6px;
	border-top-width: 5px;
	}

/* CONT text */
.w-separator.cont_text {
	padding: 0;
	}
	.w-separator.cont_text.thick_1 .w-separator-h:before,
	.w-separator.cont_text.thick_1 .w-separator-h:after {
		top: 10px;
		}
	.w-separator.cont_text.thick_2 .w-separator-h:before,
	.w-separator.cont_text.thick_2 .w-separator-h:after,
	.w-separator.cont_text.thick_3 .w-separator-h:before,
	.w-separator.cont_text.thick_3 .w-separator-h:after {
		top: 9px;
		}
	.w-separator.cont_text.thick_4 .w-separator-h:before,
	.w-separator.cont_text.thick_4 .w-separator-h:after,
	.w-separator.cont_text.thick_5 .w-separator-h:before,
	.w-separator.cont_text.thick_5 .w-separator-h:after {
		top: 8px;
		}
	
/* TYPE invisible */
.w-separator.type_invisible {
	height: 0;
	}
	
/* SIZE small */
.w-separator.size_small {
	margin: 25px 0;
	}
.w-separator.type_invisible.size_small {
	margin: 10px 0;
	}
	
/* SIZE medium */
.w-separator.size_medium {
	margin: 35px 0;
	}
.w-separator.type_invisible.size_medium {
	margin: 20px 0;
	}
	
/* SIZE large */
.w-separator.size_large {
	margin: 45px 0;
	}
.w-separator.type_invisible.size_large {
	margin: 30px 0;
	}
	
/* SIZE huge */
.w-separator.size_huge {
	margin: 65px 0;
	}
.w-separator.type_invisible.size_huge {
	margin: 50px 0;
	}

/* Improvements for color sections */
.l-section.color_primary .w-separator.color_border,
.l-section.color_secondary .w-separator.color_border {
	border-color: rgba(255,255,255,0.33);
	color: rgba(255,255,255,0.33);
	}
	
	

/* Sharing
   ========================================================================== */
   
.w-sharing {
	font-size: 0;
	}
	.w-sharing-item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-align: center;
		line-height: 24px;
		color: inherit;
		}
	.no-touch .w-sharing-item:hover {
		color: inherit;
		}
		.w-sharing-icon {
			display: inline-block;
			vertical-align: top;
			position: relative;
			min-width: 16px;
			}
			.w-sharing-icon:before {
				font-family: fontawesome;
				vertical-align: top;
				line-height: inherit;
				}
		.w-sharing-count {
			display: inline-block;
			vertical-align: top;
			position: relative;
			font-size: 14px;
			margin-left: 8px;
			}
		.w-sharing.counters_hide .w-sharing-count {
			display: none;
			}
			
/* TYPE simple */
.w-sharing.type_simple .w-sharing-item {
	padding: 2px 13px 2px 15px;
	border-width: 0 2px 0 0;
	border-style: solid;
	transition: none;
	}
.w-sharing.type_simple .w-sharing-item:first-child {
	padding-left: 0;
	}
.w-sharing.type_simple .w-sharing-item:last-child {
	padding-right: 0;
	border: none;
	}
	.w-sharing.type_simple .w-sharing-icon {
		font-size: 20px;
		opacity: 0.33;
		width: 26px;
		transition: opacity 0.3s, color 0.3s;
		}
	.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
		opacity: 1;
		}
		
/* TYPE solid & outlined */
.w-sharing.type_solid,
.w-sharing.type_outlined {
	margin: 0 -2px;
	}
.w-sharing.type_solid .w-sharing-item,
.w-sharing.type_outlined .w-sharing-item {
	padding: 4px 12px;
	margin: 2px;
	border-radius: 5px;
	overflow: hidden;
	min-width: 50px;
	}
.w-sharing.type_solid .w-sharing-item:last-child,
.w-sharing.type_outlined .w-sharing-item:last-child {
	margin-right: 0;
	}
	.w-sharing.type_solid .w-sharing-icon,
	.w-sharing.type_outlined .w-sharing-icon {
		font-size: 17px;
		}
	.no-touch .w-sharing.type_solid .w-sharing-item:before,
	.no-touch .w-sharing.type_outlined .w-sharing-item:before,
	.no-touch .w-sharing.type_fixed .w-sharing-item:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		transition: height 0.3s;
		}
	.no-touch .w-sharing.type_solid .w-sharing-item:hover:before,
	.no-touch .w-sharing.type_outlined .w-sharing-item:hover:before,
	.no-touch .w-sharing.type_fixed .w-sharing-item:hover:before {
		height: 100%;
		}
.w-sharing.type_solid .w-sharing-item,
.no-touch .w-sharing.type_outlined .w-sharing-item:hover {
	color: #fff;
	}

/* TYPE fixed */
.w-sharing.type_fixed {
	position: fixed;
	top: 50%;
	margin-top: -100px;
	z-index: 111;
	}
.w-sharing.type_fixed.align_left {
	left: 0;
	}
.w-sharing.type_fixed.align_right {
	right: 0;
	}
.w-sharing.type_fixed.align_center {
	top: auto;
	left: 50%;
	bottom: 0;
	margin-top: 0;
	margin-left: -100px;
	}
	.w-sharing.type_fixed .w-sharing-item {
		font-size: 18px;
		line-height: 40px;
		padding: 0 15px;
		margin: 0;
		color: #fff;
		}
	.w-sharing.type_fixed.align_left .w-sharing-item,
	.w-sharing.type_fixed.align_right .w-sharing-item {
		display: block;
		padding: 0;
		width: 40px;
		}
		.w-sharing.type_fixed.align_left .w-sharing-count,
		.w-sharing.type_fixed.align_right .w-sharing-count {
			display: block;
			font-size: 12px;
			line-height: 12px;
			margin: -2px 0 0;
			padding-bottom: 8px;
			}

/* Email */
.w-sharing.type_solid .w-sharing-item.email,
.w-sharing.type_fixed .w-sharing-item.email,
.w-sharing.type_outlined .w-sharing-item.email:before {
	background-color: #96a2a8;
	}
.w-sharing.type_outlined .w-sharing-item.email {
	box-shadow: 0 0 0 2px #96a2a8 inset;
	color: #96a2a8;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.email:hover .w-sharing-icon {
	color: #96a2a8;
	}
.w-sharing-item.email .w-sharing-icon:before {
	content: '\f0e0';
	}

/* Facebook */
.w-sharing.type_solid .w-sharing-item.facebook,
.w-sharing.type_fixed .w-sharing-item.facebook,
.w-sharing.type_outlined .w-sharing-item.facebook:before {
	background-color: #42599e;
	}
.w-sharing.type_outlined .w-sharing-item.facebook {
	box-shadow: 0 0 0 2px #42599e inset;
	color: #42599e;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
	color: #42599e;
	}
.w-sharing-item.facebook .w-sharing-icon:before {
	content: '\f09a';
	}
	
/* Twitter */
.w-sharing.type_solid .w-sharing-item.twitter,
.w-sharing.type_fixed .w-sharing-item.twitter,
.w-sharing.type_outlined .w-sharing-item.twitter:before {
	background-color: #55acee;
	}
.w-sharing.type_outlined .w-sharing-item.twitter {
	box-shadow: 0 0 0 2px #55acee inset;
	color: #55acee;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
	color: #55acee;
	}
.w-sharing-item.twitter .w-sharing-icon:before {
	content: '\f099';
	}
	
/* Google+ */
.w-sharing.type_solid .w-sharing-item.gplus,
.w-sharing.type_fixed .w-sharing-item.gplus,
.w-sharing.type_outlined .w-sharing-item.gplus:before {
	background-color: #db4437;
	}
.w-sharing.type_outlined .w-sharing-item.gplus {
	box-shadow: 0 0 0 2px #db4437 inset;
	color: #db4437;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
	color: #db4437;
	}
.w-sharing-item.gplus .w-sharing-icon:before {
	content: '\f0d5';
	}

/* LinkedIn */
.w-sharing.type_solid .w-sharing-item.linkedin,
.w-sharing.type_fixed .w-sharing-item.linkedin,
.w-sharing.type_outlined .w-sharing-item.linkedin:before {
	background-color: #0077b5;
	}
.w-sharing.type_outlined .w-sharing-item.linkedin {
	box-shadow: 0 0 0 2px #0077b5 inset;
	color: #0077b5;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover .w-sharing-icon {
	color: #0077b5;
	}
.w-sharing-item.linkedin .w-sharing-icon:before {
	content: '\f0e1';
	}

/* Pinterest */
.w-sharing.type_solid .w-sharing-item.pinterest,
.w-sharing.type_fixed .w-sharing-item.pinterest,
.w-sharing.type_outlined .w-sharing-item.pinterest:before {
	background-color: #cb2027;
	}
.w-sharing.type_outlined .w-sharing-item.pinterest {
	box-shadow: 0 0 0 2px #cb2027 inset;
	color: #cb2027;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
	color: #cb2027;
	}
.w-sharing-item.pinterest .w-sharing-icon:before {
	content: '\f0d2';
	}

/* Vkontakte */
.w-sharing.type_solid .w-sharing-item.vk,
.w-sharing.type_fixed .w-sharing-item.vk,
.w-sharing.type_outlined .w-sharing-item.vk:before {
	background-color: #4c75a3;
	}
.w-sharing.type_outlined .w-sharing-item.vk {
	box-shadow: 0 0 0 2px #4c75a3 inset;
	color: #4c75a3;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.vk:hover .w-sharing-icon {
	color: #4c75a3;
	}
.w-sharing-item.vk .w-sharing-icon:before {
	content: '\f189';
	}
	


/* Social Links
   ========================================================================== */
   
.w-socials-item-link {
	line-height: 2.3em;
	width: 2.3em;
	border-radius: 0.25em;
	border: none !important;
	}
.no-touch .w-socials:not(.hover_none) .w-socials-item-link:hover {
	color: #fff !important;
	}
	.no-touch .w-socials-item-link-hover {
		bottom: auto;
		height: 0;
		transition: height 0.3s;
		}
	.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
		height: 100%;
		}

/* Email */
.w-socials.style_colored .w-socials-item.email .w-socials-item-link {
	color: #96a2a8;
	}
	.w-socials-item.email .w-socials-item-link-hover {
		background-color: #96a2a8;
		}
	.w-socials-item.email .w-socials-item-link:after {
		content: '\f0e0';
		}
	
/* RSS */
.w-socials.style_colored .w-socials-item.rss .w-socials-item-link {
	color: #ff9702;
	}
	.w-socials-item.rss .w-socials-item-link-hover {
		background-color: #ff9702;
		}
	.w-socials-item.rss .w-socials-item-link:after {
		content: '\f09e';
		}
		
/* Facebook */
.w-socials.style_colored .w-socials-item.facebook .w-socials-item-link {
	color: #42599e;
	}
	.w-socials-item.facebook .w-socials-item-link-hover {
		background-color: #42599e;
		}
	.w-socials-item.facebook .w-socials-item-link:after {
		content: '\f09a';
		}
		
/* Twitter */
.w-socials.style_colored .w-socials-item.twitter .w-socials-item-link {
	color: #55acee;
	}
	.w-socials-item.twitter .w-socials-item-link-hover {
		background-color: #55acee;
		}
	.w-socials-item.twitter .w-socials-item-link:after {
		content: '\f099';
		}
		
/* Google+ */
.w-socials.style_colored .w-socials-item.google .w-socials-item-link {
	color: #db4437;
	}
	.w-socials-item.google .w-socials-item-link-hover {
		background-color: #db4437;
		}
	.w-socials-item.google .w-socials-item-link:after {
		content: '\f0d5';
		}
		
/* LinkedIn */
.w-socials.style_colored .w-socials-item.linkedin .w-socials-item-link {
	color: #117eb9;
	}
	.w-socials-item.linkedin .w-socials-item-link-hover {
		background-color: #117eb9;
		}
	.w-socials-item.linkedin .w-socials-item-link:after {
		content: '\f0e1';
		}
		
/* YouTube */
.w-socials.style_colored .w-socials-item.youtube .w-socials-item-link {
	color: #cd201f;
	}
	.w-socials-item.youtube .w-socials-item-link-hover {
		background-color: #cd201f;
		}
	.w-socials-item.youtube .w-socials-item-link:after {
		content: '\f16a';
		}
		
/* Vimeo */
.w-socials.style_colored .w-socials-item.vimeo .w-socials-item-link {
	color: #1ab7ea;
	}
	.w-socials-item.vimeo .w-socials-item-link-hover {
		background-color: #1ab7ea;
		}
	.w-socials-item.vimeo .w-socials-item-link:after {
		content: '\f27d';
		}
		
/* Skype */
.w-socials.style_colored .w-socials-item.skype .w-socials-item-link {
	color: #00aff0;
	}
	.w-socials-item.skype .w-socials-item-link-hover {
		background-color: #00aff0;
		}
	.w-socials-item.skype .w-socials-item-link:after {
		content: '\f17e';
		}
		
/* Flickr */
.w-socials.style_colored .w-socials-item.flickr .w-socials-item-link {
	color: #ff0084;
	}
	.w-socials-item.flickr .w-socials-item-link-hover {
		background-color: #ff0084;
		}
	.w-socials-item.flickr .w-socials-item-link:after {
		content: '\f16e';
		}
		
/* Pinterest */
.w-socials.style_colored .w-socials-item.pinterest .w-socials-item-link {
	color: #cb2027;
	}
	.w-socials-item.pinterest .w-socials-item-link-hover {
		background-color: #cb2027;
		}
	.w-socials-item.pinterest .w-socials-item-link:after {
		content: '\f0d2';
		}
		
/* Tumblr */
.w-socials.style_colored .w-socials-item.tumblr .w-socials-item-link {
	color: #37465d;
	}
	.w-socials-item.tumblr .w-socials-item-link-hover {
		background-color: #37465d;
		}
	.w-socials-item.tumblr .w-socials-item-link:after {
		content: '\f173';
		}
		
/* Dribbble */
.w-socials.style_colored .w-socials-item.dribbble .w-socials-item-link {
	color: #ea4c89;
	}
	.w-socials-item.dribbble .w-socials-item-link-hover {
		background-color: #ea4c89;
		}
	.w-socials-item.dribbble .w-socials-item-link:after {
		content: '\f17d';
		}
		
/* Vkontakte */
.w-socials.style_colored .w-socials-item.vk .w-socials-item-link {
	color: #4c75a3;
	}
	.w-socials-item.vk .w-socials-item-link-hover {
		background-color: #4c75a3;
		}
	.w-socials-item.vk .w-socials-item-link:after {
		content: '\f189';
		}

/* Instagram */
.w-socials.style_colored .w-socials-item.instagram .w-socials-item-link {
	color: #000;
	}
	.w-socials-item.instagram .w-socials-item-link-hover {
		background: #a17357;
		background:
		radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
		linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
		}
	.w-socials-item.instagram .w-socials-item-link:after {
		content: '\f16d';
		font-size: 1.2em;
		}
		
/* Behance */
.w-socials.style_colored .w-socials-item.behance .w-socials-item-link {
	color: #1769ff;
	}
	.w-socials-item.behance .w-socials-item-link-hover {
		background-color: #1769ff;
		}
	.w-socials-item.behance .w-socials-item-link:after {
		content: '\f1b4';
		}
		
/* Xing */
.w-socials.style_colored .w-socials-item.xing .w-socials-item-link {
	color: #006464;
	}
	.w-socials-item.xing .w-socials-item-link-hover {
		background-color: #006464;
		}
	.w-socials-item.xing .w-socials-item-link:after {
		content: '\f168';
		}
		
/* Yelp */
.w-socials.style_colored .w-socials-item.yelp .w-socials-item-link {
	color: #c41200;
	}
	.w-socials-item.yelp .w-socials-item-link-hover {
		background-color: #c41200;
		}
	.w-socials-item.yelp .w-socials-item-link:after {
		content: '\f1e9';
		}
		
/* Twitch */
.w-socials.style_colored .w-socials-item.twitch .w-socials-item-link {
	color: #6441a5;
	}
	.w-socials-item.twitch .w-socials-item-link-hover {
		background-color: #6441a5;
		}
	.w-socials-item.twitch .w-socials-item-link:after {
		content: '\f1e8';
		}
		
/* SoundCloud */
.w-socials.style_colored .w-socials-item.soundcloud .w-socials-item-link {
	color: #ff5600;
	}
	.w-socials-item.soundcloud .w-socials-item-link-hover {
		background-color: #ff5600;
		}
	.w-socials-item.soundcloud .w-socials-item-link:after {
		content: '\f1be';
		}
		
/* DeviantArt */
.w-socials.style_colored .w-socials-item.deviantart .w-socials-item-link {
	color: #05cc47;
	}
	.w-socials-item.deviantart .w-socials-item-link-hover {
		background-color: #637768;
		}
	.w-socials-item.deviantart .w-socials-item-link:after {
		content: '\f1bd';
		}
		
/* Foursquare */
.w-socials.style_colored .w-socials-item.foursquare .w-socials-item-link {
	color: #fa4b7a;
	}
	.w-socials-item.foursquare .w-socials-item-link-hover {
		background-color: #fa4b7a;
		}
	.w-socials-item.foursquare .w-socials-item-link:after {
		content: '\f180';
		}
		
/* Github */
.w-socials.style_colored .w-socials-item.github .w-socials-item-link {
	color: #333;
	}
	.w-socials-item.github .w-socials-item-link-hover {
		background-color: #333;
		}
	.w-socials-item.github .w-socials-item-link:after {
		content: '\f09b';
		}

/* Odnoklassniki */
.w-socials.style_colored .w-socials-item.odnoklassniki .w-socials-item-link {
	color: #f58220;
	}
	.w-socials-item.odnoklassniki .w-socials-item-link-hover {
		background-color: #f58220;
		}
	.w-socials-item.odnoklassniki .w-socials-item-link:after {
		content: '\f263';
		}
		
/* 500px */
.w-socials.style_colored .w-socials-item.s500px .w-socials-item-link {
	color: #222;
	}
	.w-socials-item.s500px .w-socials-item-link-hover {
		background-color: #222;
		}
	.w-socials-item.s500px .w-socials-item-link:after {
		content: '\f26e';
		}
		
/* Houzz */
.w-socials.style_colored .w-socials-item.houzz .w-socials-item-link {
	color: #7ac142;
	}
	.w-socials-item.houzz .w-socials-item-link-hover {
		background-color: #7ac142;
		}
	.w-socials-item.houzz .w-socials-item-link:after {
		content: '\f27c';
		}

/* Medium */
.w-socials.style_colored .w-socials-item.medium .w-socials-item-link {
	color: #00ab6c;
	}
	.w-socials-item.medium .w-socials-item-link-hover {
		background-color: #00ab6c;
		}
	.w-socials-item.medium .w-socials-item-link:after {
		content: '\f23a';
		}

/* Tripadvisor */
.w-socials.style_colored .w-socials-item.tripadvisor .w-socials-item-link {
	color: #579542;
	}
	.w-socials-item.tripadvisor .w-socials-item-link-hover {
		background-color: #579542;
		}
	.w-socials-item.tripadvisor .w-socials-item-link:after {
		content: '\f262';
		}



/* Tabs common styles
   ========================================================================== */
   
.w-tabs-item.with_icon i + .w-tabs-item-title,
.w-tabs-item.with_icon .w-tabs-item-title + i {
	margin-left: 10px;
	}

/* Stretch tabs */
.w-tabs-list.stretch .w-tabs-list-h {
	display: flex;
	}
	.w-tabs-list.stretch .w-tabs-item {
		flex: 1 1 0%;
		max-width: 50%;
		}
		.w-tabs-list.stretch .w-tabs-item-h {
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			}
			
/* Accordion */
.w-tabs.accordion .w-tabs-section {
	border-style: solid;
	border-width: 1px 0 0 0;
	}
.w-tabs.accordion .w-tabs-section:last-child {
	border-bottom-width: 1px;
	}
.w-tabs.accordion .w-tabs-section.color_custom {
	border-color: transparent;
	}
	.w-tabs-section-header {
		text-align: left;
		padding: 16px 20px;
		transition: background-color 0.3s, color 0.3s;
		}
	.no-touch .w-tabs.accordion .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.04);
		}
	.no-touch .w-tabs.accordion .active .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.0);
		}
	.no-touch .w-tabs.accordion.type_togglable .active .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.04);
		}
	.w-tabs-section.active .w-tabs-section-header {
		background-color: transparent;
		}
		.w-tabs-section-title {
			color: inherit;
			max-width: calc(100% - 40px);
			}
		.w-tabs-section.with_icon i + .w-tabs-section-title,
		.w-tabs-section.with_icon .w-tabs-section-title + i {
			margin-left: 15px;
			}
		.w-tabs-section-control {
			top: 50%;
			line-height: 30px;
			height: 30px;
			width: 30px;
			margin-top: -15px;
			text-align: center;
			transition: transform 0.3s;
			transform: rotate(0deg);
			}
		.w-tabs-section.active .w-tabs-section-control {
			transform: rotate(180deg);
			}
	.w-tabs-section-content-h {
		padding-top: 40px;
		}
	.w-tabs.accordion .w-tabs-section-content-h {
		padding: 20px 20px 30px;
		}

/* ICON chevron */
.w-tabs.icon_chevron .w-tabs-section-control:before {
	content: '\f107';
	font-family: fontawesome;
	font-size: 24px;
	vertical-align: top;
	}
	
/* ICON plus */
.w-tabs.icon_plus .w-tabs-section-control:before {
	content: '\e7d3';
	font-family: mdfonticon;
	font-size: 23px;
	vertical-align: top;
	}

/* ICON triangle */
.w-tabs.icon_triangle .w-tabs-section-control:before {
	content: '\f0d7';
	font-family: fontawesome;
	font-size: 20px;
	vertical-align: top;
	}

/* ICON none */
.w-tabs.icon_none .w-tabs-section-control {
	display: none;
	}	
	
/* ICONPOS right */
.w-tabs.iconpos_right .w-tabs-section-control {
	right: 15px;
	}
.w-tabs.iconpos_right .w-tabs-section-header-h {
	padding-right: 40px;
	}
	
/* ICONPOS left */
.w-tabs.iconpos_left .w-tabs-section-control {
	left: 15px;
	}
.w-tabs.iconpos_left .w-tabs-section-header-h {
	padding-left: 40px;
	}

/* TITLE center */
.w-tabs.accordion.title_center .w-tabs-section-header {
	text-align: center;
	}
	.w-tabs.accordion.title_center .w-tabs-section-header-h {
		padding: 0;
		}
		.w-tabs.accordion.title_center .with_icon .w-tabs-section-title {
			max-width: calc(100% - 70px);
			}
		.w-tabs.accordion.title_center .w-tabs-section-control {
			display: inline-block;
			position: static;
			margin: 0 0 0 10px;
			}

/* TITLE right */
.w-tabs.accordion.title_right .w-tabs-section-header {
	text-align: right;
	}



/* Tabs (layout_default)
   ========================================================================== */
.w-tabs.layout_default .w-tabs-item {
	border-top: 2px solid transparent;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	}
.no-touch .w-tabs.layout_default .w-tabs-item:hover {
	background-color: rgba(0,0,0,0.025);
	}
	.w-tabs.layout_default .w-tabs-item-h {
		padding: 14px 25px 16px;
		}

	
	
/* Tabs (layout_modern)
   ========================================================================== */
.w-tabs.layout_modern .w-tabs-list {
	color: #fff;
	}
	.w-tabs.layout_modern .w-tabs-item {
		opacity: 0.66;
		transition: opacity 0.3s;
		}
	.w-tabs.layout_modern .w-tabs-item.active,
	.no-touch .w-tabs.layout_modern .w-tabs-item:hover {
		opacity: 1;
		}
		.w-tabs.layout_modern .w-tabs-item-h {
			padding: 18px 25px;
			}
		.w-tabs.layout_modern .w-tabs-item:after {
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			bottom: 0;
			margin-left: -10px;
			border: 10px solid transparent;
			transition: transform 0.3s;
			transform: translateY(10px);
			}
		.w-tabs.layout_modern .w-tabs-item.active:after {
			transform: translateY(0);
			}


/* Tabs (layout_trendy)
   ========================================================================== */
.w-tabs.layout_trendy .w-tabs-item {
	border-bottom: 1px solid transparent;
	opacity: 0.66;
	transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	}
.w-tabs.layout_trendy .w-tabs-item.active,
.no-touch .w-tabs.layout_trendy .w-tabs-item:hover {
	opacity: 1;
	border-color: inherit;
	}
	.w-tabs.layout_trendy .w-tabs-item-h {
		padding: 18px 25px;
		}
	.w-tabs.layout_trendy .w-tabs-item:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 0;
		transition: height 0.3s;
		}
	.w-tabs.layout_trendy .w-tabs-item.active:after {
		height: 3px;
		}
	
	
	
/* Tour (layout_ver)
   ========================================================================== */
.w-tabs.layout_ver {
	display: table;
	width: 100%;
	direction: ltr;
	}
	.w-tabs.layout_ver .w-tabs-list {
		display: table-cell;
		vertical-align: top;
		}
		.w-tabs.layout_ver .w-tabs-item {
			float: none;
			border-width: 0 0 0 2px;
			border-style: solid;
			border-color: transparent;
			transition: background-color 0.3s, border-color 0.3s, color 0.3s;
			}
		.no-touch .w-tabs.layout_ver .w-tabs-item:hover {
			background-color: rgba(0,0,0,0.025);
			}
			.w-tabs.layout_ver .w-tabs-item-h {
				padding: 15px 25px;
				}
	.w-tabs.layout_ver .w-tabs-sections {
		display: table-cell;
		vertical-align: top;
		}
		.w-tabs.layout_ver .w-tabs-section {
			float: none;
			padding-left: 40px;
			}
		.w-tabs.layout_ver .w-tabs-section-content-h,
		.w-tabs.layout_ver .w-tabs-section.no_indents {
			padding: 0 !important;
			}
			/* Fix for correct image sizing in Firefox */
			.w-tabs.layout_ver .w-image img.size-full,
			.w-tabs.layout_ver .w-image img.size-large {
				width: 100%;
				}

/* NAVPOS right */
.w-tabs.layout_ver.navpos_right {
	direction: rtl;
	}
	.w-tabs.layout_ver.navpos_right .w-tabs-list {
		direction: ltr;
		}
		.w-tabs.layout_ver.navpos_right .w-tabs-item {
			border-width: 0 2px 0 0;
			}
	.w-tabs.layout_ver.navpos_right .w-tabs-section {
		direction: ltr;
		padding-left: 0;
		padding-right: 40px;
		}

/* TITLE */
.w-tabs.layout_ver.title_left .w-tabs-item {
	text-align: left;
	}
.w-tabs.layout_ver.title_right .w-tabs-item {
	text-align: right;
	}

/* NAVWIDTH */
.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
	width: 0;
	}
	.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
		white-space: nowrap;
		}
.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
	width: 100%;
	}
.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
	width: 10%;
	}
.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
	width: 90%;
	}
.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
	width: 20%;
	}
.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
	width: 80%;
	}
.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
	width: 30%;
	}
.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
	width: 70%;
	}
.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
	width: 40%;
	}
.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
	width: 60%;
	}
.w-tabs.layout_ver.navwidth_50 .w-tabs-list,
.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
	width: 50%;
	}

/* Accordion */
.w-tabs.layout_ver.accordion {
	display: block;
	}
	.w-tabs.layout_ver.accordion .w-tabs-sections {
		display: block;
		width: 100% !important;
		}
		.w-tabs.layout_ver.accordion .w-tabs-section {
			padding: 0 !important;
			}
			


/* Timeline (layout_timeline)
   ========================================================================== */
.w-tabs.layout_timeline .w-tabs-list:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	right: 1px;
	height: 1px;
	border-top-width: 2px;
	border-top-style: solid;
	border-color: inherit;
	}
.w-tabs.layout_timeline .w-tabs-list-h {
	display: flex;
	justify-content: space-between;
	}
	.w-tabs.layout_timeline .w-tabs-item {
		flex-grow: 0;
		line-height: 80px;
		height: 80px;
		width: 80px;
		min-width: 80px;
		overflow: hidden;
		z-index: 1;
		white-space: nowrap;
		border-radius: 50%;
		transition: color 0.3s;
		}
		.no-touch .w-tabs.layout_timeline .w-tabs-item:hover,
		.w-tabs.layout_timeline .w-tabs-item.active {
			color: #fff !important;
			}
		.w-tabs.layout_timeline .w-tabs-item:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 0;
			width: 100%;
			transition: height 0.3s;
			}
			.no-touch .w-tabs.layout_timeline .w-tabs-item:hover:before,
			.w-tabs.layout_timeline .w-tabs-item.active:before {
				height: 100%;
				}
		.w-tabs.layout_timeline .w-tabs-item-title,
		.w-tabs.layout_timeline .w-tabs-item.with_icon i {
			position: relative;
			}
		.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
			display: none;
			}

/* Accordion */
.w-tabs.layout_timeline.accordion .w-tabs-section {
	border: none;
	}
	.w-tabs.layout_timeline.accordion .w-tabs-section-header {
		margin: 0 auto;
		padding: 20px 0 0;
		width: 80px;
		background-color: transparent !important;
		}
	.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
		padding-top: 0;
		}
		.w-tabs.layout_timeline .w-tabs-section-header:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			height: 100%;
			width: 1px;
			border-left-width: 2px;
			border-left-style: solid;
			}
		.w-tabs.layout_timeline .w-tabs-section-header-h {
			text-align: center;
			line-height: 80px;
			height: 80px;
			width: 80px;
			padding: 0;
			overflow: hidden;
			position: relative;
			z-index: 1;
			border-radius: 50%;
			transition: color 0.3s;
			}
			.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover,
			.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
				color: #fff;
				}
			.w-tabs.layout_timeline .w-tabs-section-header-h:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 0;
				width: 100%;
				transition: height 0.3s;
				}
			.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover:before,
			.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h:before {
				height: 100%;
				}
			.w-tabs.layout_timeline .w-tabs-section-header i {
				position: relative;
				}
			.w-tabs.layout_timeline .w-tabs-section-title {
				white-space: inherit;
				position: relative;
				color: inherit;
				max-width: none;
				}
			.w-tabs.layout_timeline .w-tabs-section-control,
			.w-tabs.layout_timeline .w-tabs-section.with_icon .w-tabs-section-title {
				display: none;
				}
	.w-tabs.layout_timeline.accordion .w-tabs-section-content {
		padding: 60px 40px 40px;
		margin-top: -40px;
		border-radius: 5px;
		border: 2px solid;
		}
		.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
			padding: 0;
			}

/* Size improvements */
.w-tabs.title_left,
.w-tabs.title_right {
	padding: 0 !important;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content {
	padding-left: 40px;
	padding-right: 40px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content-h {
	padding: 50px 0;
	}
@media (min-width: 1280px) {
.l-section.width_full .vc_col-sm-12 > .w-tabs:not(.layout_timeline) .w-tabs-item-h {
	padding: 20px 30px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-header {
	padding: 30px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_right .w-tabs-section-control {
	right: 25px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_left .w-tabs-section-control {
	left: 25px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-control:before {
	font-size: 31px;
	}
}

/* Improvements for color sections */
.l-section.color_primary .w-tabs-list,
.l-section.color_primary .w-tabs-section,
.l-section.color_primary .w-tabs-section-header:before,
.l-section.color_secondary .w-tabs-list,
.l-section.color_secondary .w-tabs-section,
.l-section.color_secondary .w-tabs-section-header:before,
.l-section.color_custom .w-tabs-list,
.l-section.color_custom .w-tabs-section,
.l-section.color_custom .w-tabs-section-header:before {
	border-color: rgba(255,255,255,0.33);
	}
.l-section.color_primary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_custom .w-tabs.layout_trendy .w-tabs-list {
	box-shadow: 0 -1px 0 rgba(255,255,255,0.33) inset;
	}
.l-section.color_primary .w-tabs.layout_default .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-list,
.l-section.color_custom .w-tabs.layout_default .w-tabs-list {
	background-color: rgba(255,255,255,0.12);
	}
.l-section.color_primary .w-tabs.layout_default .w-tabs-item,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-item,
.l-section.color_custom .w-tabs.layout_default .w-tabs-item {
	border-color: transparent !important;
	}



/* Tags
   ========================================================================== */
   
.g-tags {
	font-size: 0;
	}
	.g-tags-title {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 20px;
		margin: 5px 10px 0 0;
		}
	.g-tags > a {
		display: inline-block;
		vertical-align: top;
		margin: 0 3px 3px 0;
		padding: 3px 8px 4px;
		font-size: 13px;
		line-height: 20px;
		border-radius: 3px;
		border: 2px solid;
		color: inherit;
		}

		

/* Testimonial
   ========================================================================== */
   
.w-testimonial blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font: inherit;
	}
	.w-testimonial .w-testimonial-text {
		display: block;
		font-size: 1.2em;
		line-height: 1.56;
		font-style: italic;
		}
		.w-testimonial .w-testimonial-text p {
			display: inline;
			}
	.w-testimonial-person {
		line-height: 24px;
		overflow: hidden;
		padding-top: 15px;
		}
		.w-testimonial-person img {
			display: block;
			float: left;
			margin-right: 15px;
			height: 60px;
			width: 60px;
			border-radius: 50%;
			}
		.w-testimonial-person-name {
			font-weight: 600;
			}
		.w-testimonial-person-meta {
			font-size: 0.9em;
			margin-left: 8px;
			}
			
/* STYLE 1 */
.w-testimonial.style_1 {
	padding: 30px;
	border-radius: 5px;
	transition: border-color 0.3s;
	border: 2px solid;
	}
	.w-testimonial.style_1 img ~ .w-testimonial-person-name {
		display: block;
		margin-top: 5px;
		}
	.w-testimonial.style_1 img ~ .w-testimonial-person-meta {
		margin: 0;
		}

/* STYLE 2 */
.w-testimonial.style_2 {
	padding-top: 70px;
	position: relative;
	}
	.w-testimonial.style_2:before {
		content: '\201C';
		position: absolute;
		top: 0;
		left: -40px;
		font-size: 11em;
		font-style: italic;
		font-weight: normal;
		line-height: 140px;
		}
	.w-testimonial.style_2 .w-testimonial-text {
		quotes: none;
		}
	.w-testimonial.style_2 img ~ .w-testimonial-person-name {
		display: block;
		margin-top: 5px;
		}
	.w-testimonial.style_2 img ~ .w-testimonial-person-meta {
		margin: 0;
		}

/* STYLE 3 */
.w-testimonial.style_3 {
	padding-left: 26px;
	}
.w-testimonial.style_3 .w-testimonial-text {
	font-style: normal;
	quotes: none;
	position: relative;
	}
	.w-testimonial.style_3 .w-testimonial-text:before {
		content: '\f10d';
		font-family: fontawesome;
		font-size: 18px;
		position: absolute;
		top: 0;
		left: -25px;
		}
	.w-testimonial.style_3 .w-testimonial-text:after {
		content: '\f10e';
		font-family: fontawesome;
		font-size: 18px;
		margin-left: 7px;
		}
.w-testimonial.style_3 .w-testimonial-person {
	padding-top: 10px;
	}
	.w-testimonial.style_3 img ~ .w-testimonial-person-name {
		display: block;
		margin-top: 5px;
		}
	.w-testimonial.style_3 img ~ .w-testimonial-person-meta {
		margin: 0;
		}

/* STYLE 4 */
.w-testimonial.style_4 {
	padding-left: 100px;
	position: relative;
	}
	.w-testimonial.style_4:before {
		content: '\f10d';
		position: absolute;
		top: 0;
		left: 0;
		font-size: 30px;
		font-family: fontawesome;
		text-align: center;
		line-height: 80px;
		width: 80px;
		border-radius: 50%;
		}
	.w-testimonial.style_4 .w-testimonial-person img {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 80px;
		width: 80px;
		margin: 0;
		}



/* Toplink
   ========================================================================== */
   
.w-toplink {
	display: block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-align: center;
	font-size: 30px;
	line-height: 48px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	z-index: 100;
	outline: none !important;
	background-color: rgba(0,0,0,0.3);
	color: #fff !important;
	transform: translate3d(0,70px,0);
	}
.w-toplink.active {
	transform: translate3d(0,0,0);
	}
	.w-toplink:before {
		content: '\f106';
		font-family: fontawesome;
		vertical-align: top;
		}


	
/* Pagination
   ========================================================================== */
   
.navigation.pagination {
	font-size: 0;
	}
	.pagination h2 {
		display: none;
		}
	.pagination .page-numbers {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 17px;
		line-height: 50px;
		height: 50px;
		width: 50px;
		margin: 3px;
		position: relative;
		overflow: hidden;
		z-index: 1;
		border-radius: 50%;
		color: inherit;
		}
	.pagination span.page-numbers {
		cursor: default;
		}
	.pagination a.page-numbers {
		color: inherit;
		}
	.pagination .page-numbers:first-child {
		margin-left: 0;
		}
	.no-touch .pagination .page-numbers:hover {
		color: #fff;
		}
		.no-touch .pagination .page-numbers:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 0;
			width: 100%;
			transition: height 0.3s;
			}
		.no-touch .pagination .page-numbers:hover:before {
			height: 100%;
			}
		.pagination .page-numbers span {
			position: relative;
			}
	.pagination .page-numbers.current {
		box-shadow: none !important;
		color: #fff !important;
		}
	.pagination .page-numbers.dots {
		box-shadow: none !important;
		color: inherit !important;
		}
		.pagination .page-numbers.dots:before {
			display: none;
			}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		font-size: 0;
		}
		.pagination .page-numbers.prev:after {
			content: '\f104';
			font-family: fontawesome;
			font-size: 24px;
			padding-right: 3px;
			vertical-align: top;
			position: relative;
			}
		.pagination .page-numbers.next:after {
			content: '\f105';
			font-family: fontawesome;
			font-size: 24px;
			padding-left: 3px;
			vertical-align: top;
			position: relative;
			}



/* 404 page
   ========================================================================== */
   
.page-404 {
	text-align: center;
	}
	.page-404:before {
		display: inline-block;
		vertical-align: top;
		content: '\f14e';
		font: 200px/1 fontawesome;
		margin-bottom: 5px;
		opacity: 0.1;
		}
		
		

/* WordPress basic elements
   ========================================================================== */

.gallery-caption,
.bypostauthor {
	font-size: inherit;
	}
img#wpstats {
	display: none !important;
	}
img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
	}
img.alignright {
	float: right;
	margin: 0 0 40px 40px;
	}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Image Captions */
.wp-caption {
	line-height: 0;
	margin: 0 0 30px;
	max-width: 100%;
	position: relative;
	}
	.wp-caption-text {
		display: block;
		font-size: 0.9em;
		line-height: 1.6;
		margin: 0;
		padding: 12px 16px;
		}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption.alignleft {
	float: left;
	margin-right: 30px;
	}
.wp-caption.alignright {
	float: right;
	margin-left: 40px;
	margin-right: -10px;
	}
	.wp-caption.alignleft .wp-caption-text,
	.wp-caption.alignright .wp-caption-text {
		width: calc(100% - 10px);
		}
		
/* Widgets */
.widget {
	margin-bottom: 45px;
	}
.widget:last-child {
	margin-bottom: 0;
	}
.l-subfooter .widget {
	margin-bottom: 30px;
	}
	.widget:not(.widget_text) ul {
		list-style-type: none;
		margin: 0;
		}

/* Archives */
.widget_archive ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_archive ul li:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Calendar */
.widget_calendar #calendar_wrap {
	padding: 20px;
	border: 2px solid;
	}
	#wp-calendar {
		width: 100%;
		}
	#wp-calendar caption {
		font-size: 1.2em;
		padding: 4px 20px 14px;
		}
	#wp-calendar thead th,
	#wp-calendar tbody td,
	#wp-calendar tfoot td {
		padding: 0;
		border: none;
		text-align: center;
		line-height: 32px;
		}
	#wp-calendar thead th {
		font-size: 10px;
		font-weight: normal;
		border-top: none;
		opacity: 0.5;
		}
	#wp-calendar tbody td a {
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		}
	#wp-calendar tbody td#today {
		font-size: 1.2em;
		font-weight: bold;
		}
	#wp-calendar td#prev {
		text-align: left;
		padding-left: 10px;
		}
	#wp-calendar td#next {
		text-align: right;
		padding-right: 10px;
		}

/* Categories */
.widget_categories ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget.widget_categories .children {
		margin: 7px 0 -7px;
		}
	.widget_categories ul li:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Custom Menu */
.l-main .widget_nav_menu > div {
	border-bottom: 1px solid;
	}
.l-main .widget_nav_menu ul li {
	margin: 0;
	}
	.l-main .widget_nav_menu .menu-item a {
		display: block;
		line-height: 1.5em;
		position: relative;
		padding: 12px 20px 12px 35px;
		transition: color 0.1s, background-color 0.1s, border-color 0.1s;
		border-top: 1px solid;
		border-bottom-width: 0 !important;
		color: inherit;
		}
	.no-touch .l-main .widget_nav_menu a:hover {
		border-bottom: none;
		}
	.l-main .widget_nav_menu .menu-item.current-menu-item  > a {
		color: #fff;
		}
	.widget_nav_menu .menu-item.current-menu-item + .menu-item > a {
		border-color: transparent;
		}
		.l-main .widget_nav_menu .menu-item a:before {
			position: absolute;
			top: 12px;
			left: 16px;
			content: '\f105';
			font-size: 18px;
			font-family: fontawesome;
			opacity: 0.5;
			}
			.l-main .widget_nav_menu .sub-menu > .menu-item a {
				border: none;
				padding-left: 55px;
				}
				.l-main .widget_nav_menu .sub-menu > .menu-item a:before {
					left: 36px;
					}
				.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a {
					border: none;
					padding-left: 75px;
					}
					.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a:before {
						left: 56px;
						}
		.l-main .widget_nav_menu .menu-item a i {
			width: 20px;
			}
	.l-footer .widget_nav_menu ul li {
		line-height: 1.5em;
		padding: 7px 0 7px 18px;
		margin: 0;
		position: relative;
		}
		.l-footer .widget_nav_menu .sub-menu {
			margin: 7px 0 -7px;
			}
		.l-footer .widget_nav_menu .menu-item:before {
			position: absolute;
			top: 6px;
			left: 2px;
			content: '\f105';
			font-size: 18px;
			font-family: fontawesome;
			opacity: 0.5;
			}
		.l-footer .widget_nav_menu .menu-item.current-menu-item > a {
			font-weight: bold;
			}

/* Meta */
.widget_meta ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_meta ul li:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Pages */
.widget_pages ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget.widget_pages ul.children {
		margin: 7px 0 -7px;
		}
	.widget_pages ul li:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Recent Comments */
.widget_recent_comments .recentcomments {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_recent_comments .recentcomments:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}

/* Recent Posts */
.widget_recent_entries ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_recent_entries ul li:before {
		position: absolute;
		top: 6px;
		left: 2px;
		content: '\f105';
		font-family: fontawesome;
		font-size: 18px;
		opacity: 0.5;
		}
	.widget_recent_entries ul li span {
		display: block;
		font-size: 0.9em;
		padding-top: 3px;
		opacity: 0.5;
		}

/* RSS */
.widget_rss .widgettitle a {
	padding-left: 28px;
	position: relative;
	}
	.widget_rss .widgettitle a:first-child {
		display: none;
		}
	.widget_rss .widgettitle a:before {
		position: absolute;
		top: 0;
		left: 0;
		content: '\f143';
		font-family: fontawesome;
		opacity: 0.5;
		}
.widget_rss ul li {
	line-height: 1.5em;
	margin-bottom: 20px;
	}
	.widget_rss ul li span {
		display: block;
		padding-top: 3px;
		opacity: 0.5;
		}
	.widget_rss ul li cite {
		font-size: 0.9em;
		font-style: normal;
		opacity: 0.5;
		}
	.widget_rss ul li div {
		display: block;
		font-size: 0.9em;
		padding: 3px 0;
		}
		
/* Search */
.widget_search .w-form-message,
.widget_search .w-form-row-state,
.widget_search .w-btn-label,
.widget_search .w-btn:before {
	display: none;
	}
.widget_search .w-form {
	position: relative;
	}
	.widget_search .w-form input[type="text"] {
		padding-right: 46px;
		padding-left: 12px;
		min-width: 100px;
		}
	.widget_search .w-form-row.for_submit {
		position: absolute;
		top: 0;
		right: 0;
		}
		.widget_search .w-btn {
			padding: 0;
			line-height: 38px;
			width: 44px;
			background: none !important;
			color: inherit !important;
			opacity: 0.5;
			transition: opacity 0.3s;
			}
		.widget_search .w-btn:hover {
			opacity: 1;
			}
			.widget_search .w-btn:after {
				content: '\f002';
				font-size: 18px;
				font-family: fontawesome;
				font-weight: normal;
				}

/* Tags */
.widget_tag_cloud a {
	color: inherit;
	}
.l-footer .widget_tag_cloud {
	line-height: 28px;
	}

	
	
/* Rounded Corners
   ========================================================================== */
   
.rounded_none .w-header-show,
.rounded_none .btn.w-menu-item,
.rounded_none .btn.w-nav-item .w-nav-anchor.level_1,
.rounded_none .w-btn,
.rounded_none button,
.rounded_none input,
.rounded_none textarea,
.rounded_none select,
.rounded_none .w-actionbox,
.rounded_none .w-author,
.rounded_none .w-blog-post-h,
.rounded_none .w-blog-post-meta-category a,
.rounded_none .w-cart-notification,
.rounded_none .g-filters.style_2 .g-filters-item,
.rounded_none .w-logos-item,
.rounded_none .w-message,
.rounded_none .w-pricing-item-h,
.rounded_none .w-pricing-item-header,
.rounded_none .w-profile,
.rounded_none .w-progbar-bar,
.rounded_none .w-progbar.style_4 .w-progbar-bar-count,
.rounded_none .w-search-form,
.rounded_none .w-sharing-item,
.rounded_none .w-socials-item-link,
.rounded_none .w-socials-item-popup,
.rounded_none .w-tabs-section-content,
.rounded_none .g-tags > a,
.rounded_none .w-testimonial,
.rounded_none .w-toplink,
.rounded_none #lang_sel a.lang_sel_sel,
.rounded_none #lang_sel_click a.lang_sel_sel,
.rounded_none div.wpcf7-response-output,
.rounded_none .ultimate-call-to-action,
.rounded_none .flip-box-wrap .flip-box .ifb-face,
.rounded_none .flip-box-wrap .flip-box .flip_link a,
.rounded_none .smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.rounded_none .smile-icon-timeline-wrap .timeline-feature-item.feat-item,
.rounded_none .aio-icon-box,
.rounded_none .ult-modal-input-wrapper .btn-modal {
	border-radius: 0 !important;
	}
	
	
	
/* Links Hover Underline 
   ========================================================================== */

.no-touch .links_underline h1 a:hover,
.no-touch .links_underline h2 a:hover,
.no-touch .links_underline h3 a:hover,
.no-touch .links_underline h4 a:hover,
.no-touch .links_underline h5 a:hover,
.no-touch .links_underline h6 a:hover,
.no-touch .links_underline .w-text a:hover,
.no-touch .links_underline .w-menu-item:hover span,
.no-touch .links_underline .l-subfooter.at_bottom a:hover,
.no-touch .links_underline .l-subfooter.at_top p a:hover,
.no-touch .links_underline .l-subfooter.at_top li a:hover,
.no-touch .links_underline .l-content p a:hover,
.no-touch .links_underline .l-content li a:hover,
.no-touch .links_underline .g-breadcrumbs a:hover,
.no-touch .links_underline .w-author-name a:hover,
.no-touch .links_underline .w-author-url a:hover,
.no-touch .links_underline .w-author-desc a:hover,
.no-touch .links_underline a:hover + .w-blog-post-body .w-blog-post-title a,
.no-touch .links_underline .w-blog-post-meta a:hover,
.no-touch .links_underline .w-blognav a:hover .w-blognav-title,
.no-touch .links_underline .w-btn.color_transparent:hover .w-btn-label,
.no-touch .links_underline .w-comments-item-meta a:hover,
.no-touch .links_underline .w-comments-item-text a:hover,
.no-touch .links_underline .w-comments-item-answer a:hover,
.no-touch .links_underline .w-comments-pagination a:hover,
.no-touch .links_underline .comment-reply-title a:hover,
.no-touch .links_underline .w-contacts a:hover,
.no-touch .links_underline .w-form-row-link:hover,
.no-touch .links_underline .w-person-link:hover .w-person-name span,
.no-touch .links_underline .w-profile-link.for_user:hover .w-profile-name,
.no-touch .links_underline .w-profile-link.for_logout:hover,
.no-touch .links_underline a:hover > .w-testimonial-person-name span,
.no-touch .links_underline .widget li a:hover,
.no-touch .links_underline #wp-calendar td a:hover,
.no-touch .links_underline .l-main .widget_tag_cloud a:hover,
.no-touch .links_underline #lang_sel_footer a:hover > span {
	border-bottom: 1px solid;
	}



/* Magnific Popup (lightbox)
   ========================================================================== */
   
.mfp-container:after {
	content: '\00D7';
	position: absolute;
	z-index: 1047;
	top: 0;
	right: 0;
	font-family: Arial, sans-serif;
	font-size: 54px;
	text-align: center;
	line-height: 80px;
	width: 80px;
	color: #fff;
	}
.admin-bar .mfp-container:after {
	top: 32px;
	}
.mfp-close,
.mfp-arrow:after {
	display: none !important;
	}
.mfp-arrow:before {
	content: '\f104';
	font-family: fontawesome;
	font-size: 50px;
	line-height: 110px;
	width: 100%;
	margin: 0;
	border: none;
	color: #fff;
	}
.mfp-arrow.mfp-arrow-right:before {
	content: '\f105';
	}
.mfp-figure:after {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16);
	}
.mfp-preloader {
	font-size: 0;
	left: 50%;
	right: auto;
	margin: -20px 0 0 -20px;
	height: 40px;
	width: 40px;
	color: #fff;
	transition: opacity 0.2s ease 0.1s;
	}
.mfp-s-ready .mfp-preloader {
	display: block;
	opacity: 0;
	}
	.mfp-preloader:before,
	.mfp-preloader:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		border: 2px solid;
		}
	.mfp-preloader:before {
		opacity: 0.2;
		}
	.mfp-preloader:after {
		border-top-color: transparent;
		-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
				animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
		}
.mfp-title {
	font-size: 13px;
	}

/* Animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s;
	}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
	}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.5);
	transition: transform 0.2s, opacity 0.2s;
	}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.5);
	}
.mfp-fade.mfp-wrap .mfp-container:after,
.mfp-fade.mfp-wrap .mfp-arrow {
	opacity: 0 !important;
	transition: opacity 0.2s;
	}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 0.6 !important;
	}
.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
	opacity: 1 !important;
	}
.mfp-fade.mfp-wrap.mfp-removing .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0 !important;
	}
	
	
	
/* Royal Slider
   ========================================================================== */
   
.rsDefault.royalSlider {
	width: 100%;
	}
.rsDefault.royalSlider.rsFullscreen {
	background-color: #111;
	color: #fff;
	}
	
/* Arrows */
.rsDefault .rsArrow {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 21;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
.rsDefault .rsArrowLeft {
	left: 0;
	}
.rsDefault .rsArrowRight {
	right: 0;
	}
	.rsDefault .rsArrow:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '\f104';
		font-family: fontawesome;
		}
	.rsDefault .rsArrow.rsArrowRight:after {
		content: '\f105';
		}
	.rsDefault .rsArrowDisabled:after {
		display: none;
		}
		
/* Bullets */
.rsDefault .rsBullets {
	float: none;
	clear: both;
	text-align: center;
	line-height: 0;
	padding-top: 6px;
	}
	.rsDefault .rsBullet {
		display: inline-block;
		vertical-align: top;
		width: 18px;
		height: 18px;
		box-sizing: content-box;
		cursor: pointer;
		}
		.rsDefault .rsBullet span {
			display: block;
			width: 4px;
			height: 4px;
			margin: 6px auto 0;
			opacity: 0.5;
			border-radius: 50%;
			border: 1px solid;
			box-sizing: content-box;
			}
		.rsDefault .rsBullet.rsNavSelected span {
			width: 0;
			height: 0;
			border-width: 3px;
			}
		
/* Thumbnails */
.rsDefault .rsThumbsHor {
	clear: both;
	float: none;
	height: 68px;
	width: 100%;
	padding-top: 4px;
	}
	.rsDefault.rsWithThumbsHor .rsThumbsContainer {
		position: relative;
		height: 100%;
		}
		.rsDefault .rsThumb {
			float: left;
			overflow: hidden;
			width: 64px;
			height: 64px;
			}
			.rsDefault .rsThumb img {
				display: block;
				width: 100%;
				height: 100%;
				}
			.rsDefault .rsThumb.rsNavSelected img {
				opacity: 0.3;
				}
	.rsDefault .rsThumbsArrow {
		display: none;
		}

/* Fullscreen button */
.rsDefault .rsFullscreenBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	right: 0;
	top: 0;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: opacity 0.3s;
	}
.no-touch .rsDefault .rsFullscreenBtn {
	opacity: 0;
	}
.no-touch .rsDefault:hover .rsFullscreenBtn {
	opacity: 1;
	}
	.rsDefault .rsFullscreenBtn:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '\f0b2';
		font-family: fontawesome;
		}
	.rsDefault.rsFullscreen .rsFullscreenBtn:after {
		content: '\00D7';
		font-family: Arial, sans-serif;
		font-size: 46px;
		}

/* Preloader */
.rsDefault .rsPreloader {
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	height: 40px;
	width: 40px;
	}
	.rsDefault .rsPreloader:before,
	.rsDefault .rsPreloader:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		border: 2px solid;
		}
	.rsDefault .rsPreloader:before {
		opacity: 0.2;
		}
	.rsDefault .rsPreloader:after {
		border-top-color: transparent;
		-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
				animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
		}
	


/* WPML
   ========================================================================== */

/* Language menu item */
.w-nav .menu-item-language {
	display: block;
	margin: 0;
	}
	.w-nav .menu-item-language > a {
		display: block;
		position: relative;
		overflow: hidden;
		color: inherit;
		}
	.w-nav.type_desktop .submenu-languages {
		display: none;
		list-style: none;
		margin: 0;
		text-align: left;
		position: absolute;
		z-index: 10;
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		}
	.header_ver .w-nav.type_desktop .submenu-languages {
		left: 100%;
		top: 0;
		}
	.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-list > .menu-item-language > a {
		background-color: transparent;
		}
	.w-nav.type_desktop .menu-item-language:hover .submenu-languages {
		display: block;
		}
		.w-nav.type_desktop .submenu-languages .menu-item-language > a {
			line-height: 20px;
			padding: 10px 20px;
			white-space: nowrap;
			transition: color 0.1s, background-color 0.1s;
			}
		.menu-item-language > a img.iclflag {
			margin-right: 7px;
			}
.w-nav.type_mobile .menu-item-language {
	text-align: left;
	line-height: 26px;
	}
	.w-nav.type_mobile .menu-item-language > a {
		padding: 0 10px;
		}
.w-nav.type_mobile .w-nav-list > .menu-item-language {
	padding: 10px 0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
	}
	.w-nav.type_mobile .menu-item-language > a,
	.w-nav.type_mobile .submenu-languages .menu-item-language {
		display: inline-block;
		vertical-align: top;
		}
	.w-nav.type_mobile .submenu-languages {
		display: inline;
		margin: 0;
		list-style: none;
		}
		
/* Languages switcher */
.lang_sel_list_horizontal ul {
	overflow: hidden;
	}
	.lang_sel_list_horizontal li {
		float: left;
		margin: 0 15px 5px 0 !important;
		padding: 0 !important;
		}
	.lang_sel_list_vertical li {
		margin: 0 0 5px !important;
		padding: 0 !important;
		}
		.lang_sel_list_vertical li a,
		.lang_sel_list_horizontal li a {
			border: none !important;
			}
#lang_sel li,
#lang_sel_click li {
	padding: 0;
	margin: 0;
	position: relative;
	}
	#lang_sel a,
	#lang_sel_click a {
		display: block;
		font-size: 13px;
		line-height: 40px;
		padding: 0 40px 0 15px;
		border: none !important;
		color: inherit !important;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
		}
		#lang_sel a img.iclflag,
		#lang_sel_click a img.iclflag {
			margin-right: 5px;
			}
	#lang_sel a.lang_sel_sel,
	#lang_sel_click a.lang_sel_sel {
		border-radius: 5px;
		}
		#lang_sel a.lang_sel_sel img.iclflag {
			margin-right: 2px;
			}
		#lang_sel_click a.lang_sel_sel img.iclflag {
			margin-right: 8px;
			}
		#lang_sel a.lang_sel_sel:before,
		#lang_sel_click a.lang_sel_sel:before {
			display: block;
			content: "\f107";
			position: absolute;
			top: 0;
			right: 15px;
			font-size: 20px;
			font-family: fontawesome;
			cursor: pointer;
			}
	#lang_sel ul ul,
	#lang_sel_click ul ul {
		visibility: hidden;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		}
	#lang_sel ul li:hover ul {
		visibility: visible;
		}
		#lang_sel ul ul a,
		#lang_sel_click ul ul a {
			box-shadow: none;
			}

/* Footer languages list */
#lang_sel_footer {
	clear: both;
	text-align: center;
	font: 11px/15px Verdana, sans-serif;
	padding: 8px;
	}
	#lang_sel_footer ul {
		margin: 0;
		list-style: none;
		}
		#lang_sel_footer ul li {
			display: inline-block;
			white-space: nowrap;
			margin: 0;
			}
			#lang_sel_footer ul li a {
				display: block;
				padding: 5px 8px;
				}
img.iclflag {
	position: relative;
	top: 1px;
	}
	


/* Slider Revolution
   ========================================================================== */
   
.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
	font-size: 34px;
	text-align: center;
	line-height: 48px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	background: none !important;
	transition: opacity 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
	}
	.no-touch .tp-leftarrow.tparrows.custom:hover,
	.no-touch .tp-rightarrow.tparrows.custom:hover {
		box-shadow: 0 0 0 2px transparent inset;
		}
	.tp-leftarrow.tparrows.custom:before,
	.tp-rightarrow.tparrows.custom:before {
		display: none;
		}
	.no-touch .tp-leftarrow.tparrows.custom:before,
	.no-touch .tp-rightarrow.tparrows.custom:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		transition: height 0.3s;
		}
	.no-touch .tp-leftarrow.tparrows.custom:hover:before,
	.no-touch .tp-rightarrow.tparrows.custom:hover:before {
		height: 100%;
		}
	.tp-rightarrow.tparrows.custom:after {
		content: '\f105';
		font-family: fontawesome;
		vertical-align: top;
		margin-left: 3px;
		position: relative;
		}
	.tp-leftarrow.tparrows.custom:after {
		content: '\f104';
		font-family: fontawesome;
		vertical-align: top;
		margin-right: 3px;
		position: relative;
		}



/* Contact Form 7
   ========================================================================== */
   
span.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	}
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="number"],
	.wpcf7-form input[type="date"],
	.wpcf7-form textarea,
	.wpcf7-form select {
		margin-top: 5px;
		}
	.wpcf7-form-control.wpcf7-radio,
	.wpcf7-form-control.wpcf7-checkbox {
		display: inline-block;
		vertical-align: top;
		padding: 10px 0;
		}
	span.wpcf7-list-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 0 0;
		}
		span.wpcf7-list-item input[type="checkbox"],
		span.wpcf7-list-item input[type="radio"] {
			margin-right: 2px;
			}
div.wpcf7 img.ajax-loader {
	margin-left: 10px;
	}
div.wpcf7-response-output {
	text-align: center;
	margin: 0;
	padding: 8px 16px;
	border-radius: 5px;
	}
span.wpcf7-not-valid-tip {
	font-size: 0.9em;
	}
.l-subfooter.at_top .wpcf7-form p:last-child {
	margin-bottom: 20px;
	}



/* TablePress
   ========================================================================== */
   
.dataTables_processing {
	display: none;
	}
.dataTables_scroll {
	clear: both;
	}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
	}
.tablepress-table-description {
	display: block;
	margin-bottom: 1.5em;
	}
.dataTables_wrapper {
	clear: both;
	margin-bottom: 1.5em;
	}
	.dataTables_wrapper:after {
		content: '';
		display: block;
		clear: both;
		}
	.dataTables_wrapper .tablepress {
		clear: both;
		margin: 0;
		width: 100% !important;
		}
	.tablepress tbody td {
		vertical-align: top;
		}
	.tablepress thead th,
	.tablepress tfoot th {
		font-weight: bold;
		vertical-align: middle;
		}
	.tablepress .odd td {
		background-color: rgba(0,0,0,0.03);
		}
	.tablepress img {
		max-width: none;
		}
.dataTables_length {
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
	}
.dataTables_filter {
	float: right;
	white-space: nowrap;
	margin-bottom: 10px;
	}
	.dataTables_wrapper label input {
		vertical-align: middle;
		width: auto;
		margin-left: 10px;
		}
	.dataTables_wrapper label select {
		vertical-align: middle;
		width: auto;
		margin: 0 5px;
		}
.dataTables_info {
	font-size: 0.85em;
	clear: both;
	float: left;
	margin-top: 10px;
	}
.dataTables_paginate {
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	}
	.dataTables_paginate a {
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 10px;
		}
	.paginate_button.disabled {
		color: inherit !important;
		cursor: default;
		opacity: 0.5;
		}
	.paginate_button.current {
		font-weight: bold;
		cursor: default;
		}
		.paging_simple .paginate_button.previous:before {
			display: inline-block;
			content: '\f053';
			font-family: fontawesome;
			margin-right: 5px;
			}
		.paging_simple .paginate_button.next:after {
			display: inline-block;
			content: '\f054';
			font-family: fontawesome;
			margin-left: 5px;
			}

/* Sorting */
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
	}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	color: #fff;
	}
	.tablepress .sorting_asc:after,
	.tablepress .sorting_desc:after {
		content: '\f0d8';
		position: absolute;
		top: 50%;
		right: 10px;
		line-height: 20px;
		margin-top: -10px;
		font-family: fontawesome;
		font-weight: normal;
		font-size: 18px;
		}
	.tablepress .sorting_desc:after {
		content: '\f0d7';
		}
	.dataTables_scrollBody .tablepress thead th:after {
		display: none;
		}
	
	
	
/* Ultimate Addons for VC
   ========================================================================== */

.l-section .ult-vc-seperator {
	z-index: 2;
	}
.g-cols > .upb_row_bg,
.g-cols > .upb_video-wrapper {
	display: none !important;
	}
ul.slick-dots {
	margin: 0 !important;
	}
.aio-icon.circle {
	line-height: 2.5em;
	height: 2.5em;
	width: 2.5em;
	}
	.aio-icon.circle i,
	.aio-icon.square i,
	.icon_list_icon i,
	.info-circle-icons i {
		line-height: inherit !important;
		vertical-align: top;
		}

/* Advanced Button */
.l-body .ubtn {
	font-size: 15px;
	line-height: 2.8;
	padding: 0 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	}
	.ubtn.ubtn-left {
		margin-right: 10px;
		}
	.ubtn.ubtn-right {
		margin-left: 10px;
		}
	.ubtn.ubtn-mini {
		font-size: 11px;
		}
	.ubtn.ubtn-small {
		font-size: 13px;
		}
	.ubtn.ubtn-block,
	.ubtn.ubtn-large {
		font-size: 18px;
		}

/* Highlight Box */
.ultimate-call-to-action {
	border-radius: 5px;
	}
	.ultimate-call-to-action .uvc-ctaction-data {
		padding: 0 20px;
		line-height: 1.4;
		}
	
/* Advanced Carousel */
.ult-carousel-wrapper .slick-prev {
	padding-right: 2px;
	}
.ult-carousel-wrapper .slick-next {
	padding-left: 2px;
	}
.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
	line-height: 1.72em !important;
	height: 1.72em !important;
	width: 1.72em !important;
	}
	
/* Dual Button */
.ult_dual_button .ult_ivan_button {
	text-transform: uppercase;
	padding: 10px;
	}
	
/* Flip Box */
.flip-box-wrap .flip-box .ifb-face {
	padding: 30px;
	border-radius: 5px;
	}
	.flip-box-wrap .flip-box .ifb-face h3 {
		font-size: 22px;
		margin: 10px 0;
		}
	.flip-box-wrap .flip-box p {
		line-height: inherit;
		margin-bottom: 5px;
		}
	.flip-box-wrap .flip-box .flip_link a {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 2.8;
		border-radius: 0.33em;
		padding: 0 1.8em;
		margin-top: 20px;
		white-space: nowrap;
		}
		
/* Timeline */
.smile-icon-timeline-wrap > a,
.smile-icon-timeline-wrap .timeline-wrapper > a {
	color: inherit !important;
	}
.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
	font-size: 13px;
	line-height: 18px;
	padding: 4px 10px;
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
	padding: 4px;
	}
.feat-item .timeline-dot {
	left: -7px !important;
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
	border-radius: 5px;
	border: none;
	}
	.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
	.timeline-wrapper .timeline-post-right .ult-timeline-arrow l {
		border-top-color: transparent !important;
		border-bottom-color: transparent !important;
		}
	.timeline-feature-item.feat-item .ult-timeline-arrow l {
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		}
	.timeline-wrapper .ult-timeline-arrow s,
	.feat-item .ult-timeline-arrow s {
		border-color: transparent !important;
		}
	.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
	.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
		margin: 30px 0 -10px !important;
		}
	.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header,
	.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header {
		font-size: inherit;
		padding: 30px;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
		padding-left: 15px;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
		padding-right: 15px;
		}
		.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
		.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
			font-size: 22px;
			line-height: 1.4;
			margin: 0 0 15px;
			}
		.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p,
		.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p {
			margin-bottom: 15px;
			}
		.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p:last-child,
		.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p:last-child {
			margin-bottom: 0;
			}
		.timeline-wrapper .timeline-block .timeline-header a {
			display: inline;
			margin-top: 0;
			}

/* Info Banner */
.ultb3-box .ultb3-info {
	padding: 30px;
	color: #fff;
	}
	.ultb3-box .ultb3-title {
		margin-bottom: 20px;
		}
	.ultb3-box .ultb3-desc {
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 20px;
		}
	.ultb3-box a.ultb3-btn {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 2.8;
		padding: 0 1.8em;
		}
		
/* Info Box */
a.aio-icon-box-link {
	color: inherit !important;
	}
.aio-icon-box {
	border-radius: 5px;
	}
	.aio-icon-box.square_box-icon .aio-icon-header {
		padding: 0 10%;
		}
	.aio-icon-box.square_box-icon .aio-icon-description {
		padding: 0 10% 10%;
		}
	.aio-icon-box.default-icon .aio-icon-default .aio-icon,
	.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
		margin-right: 20px;
		}
	.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon,
	.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon-img {
		margin-left: 20px;
		}
	.aio-icon-box.left-icon .aio-icon-left .aio-icon,
	.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
		margin-right: 25px;
		}
	.aio-icon-box.right-icon .aio-icon-right .aio-icon,
	.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
		margin-left: 25px;
		}
	.aio-icon-box .aio-icon-header h3.aio-icon-title {
		font-size: 22px;
		line-height: 1.4;
		}
	.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
		margin-top: 18px;
		}
	.aio-icon-header + .aio-icon-description {
		margin-top: 15px !important;
		}
	.aio-icon-box .aio-icon-read {
		padding: 15px 0 0;
		}

/* Info Circle */
.info-c-full-br .icon-circle-list .info-circle-icons {
	line-height: 2.5em !important;
	height: 2.5em !important;
	width: 2.5em !important;
	}

/* Info List */
.ulimate-info-list-link {
	border: none !important;
	}
.smile_icon_list_wrap .smile_icon_list.top.hexagon .icon_list_icon {
	margin-bottom: 2.5em;
	}
.smile_icon_list_wrap .smile_icon_list li .icon_description h3 {
	font-weight: normal;
	margin-bottom: 10px;
	}

/* Info Table & Price Box */
.ult_pricing_table_wrap:after {
	content: '';
	display: table;
	clear: both;
	}
	.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
		font-size: 22px;
		line-height: 1.4;
		}
	.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h5 {
		margin: 4px 20px;
		}
	.ult_design_1 .ult_pricing_table .ult_price_body {
		margin: 0 auto;
		}
	.ult_pricing_table_wrap .ult_pricing_table .ult_price_features {
		padding: 20px 20px 10px;
		}
		.ult_pricing_table .ult_price_features ul li {
			line-height: 1.5em !important;
			}
		.ult_design_5 .ult_pricing_table,
		.ult_design_2 .ult_pricing_table .ult_price_features ul li,
		.ult_design_4 .ult_pricing_table .ult_price_features ul li,
		.ult_design_5 .ult_pricing_table .ult_price_features ul li {
			border: none !important;
			}
	.ult_pricing_table_wrap .ult_pricing_table .ult_price_link {
		padding: 0 0 35px;
		}
	.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
		padding: 20px;
		}
		.ult_pricing_table .ult_price_link .ult_price_action_button {
			font-size: 15px;
			text-transform: uppercase;
			font-weight: bold !important;
			line-height: 2.8 !important;
			padding: 0 1.8em !important;
			border-radius: 0.33em !important;
			}
		.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
			border-radius: 3px !important;
			line-height: 1 !important;
			padding: 7px !important;
			}
	.ult_info_table .ult_pricing_table .ult_price_link .ult_price_action_button {
		font-size: 15px;
		line-height: 2.8;
		text-transform: uppercase;
		padding: 0 1.8em !important;
		border-radius: 0.33em !important;
		}
	.ult_info_table.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
		font-size: inherit;
		line-height: 1;
		text-transform: none;
		padding: 8px !important;
		border-radius: 3px !important;
		z-index: 3;
		}
	.ult_design_6 .ult_pricing_table .ult_price_body {
		border: none !important;
		box-shadow: 0 1px 0 rgba(0,0,0,0.1) !important;
		}
	
/* Modal Box */
.ult-overlay {
	z-index: 501 !important;
	}
.ult-modal-input-wrapper .btn-modal {
	font-size: 15px;
	line-height: 2.8;
	padding: 0 1.8em;
	border-radius: 0.33em;
	}
.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
	font-size: 13px;
	}
.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
	font-size: 18px;
	}
.ult_modal .ult_modal-content {
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.ult_modal .ult_modal-header > .modal-icon {
		font-size: 1.3em;
		}
	.ult_modal .ult_modal-body {
		line-height: inherit;
		padding: 30px;
		}
		.ult_modal .ult_modal-body p:last-child {
			margin-bottom: 0;
			}

/* Image Separator */
.ult-easy-separator-wrapper {
	float: none !important;
	margin: 0 !important;
	}

/*
----------------------------------------------------------------

IMPREZA responsive styles

Copyright 2016 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

body {
	overflow-x: hidden;
	min-width: 0 !important;
	}
.header_hor .l-header.pos_fixed {
	min-width: 0 !important;
	}

/* Below 1279
   ========================================================================== */
   
@media (max-width: 1279px) {

.g-cols > .vc_col-sm-6 .w-blog:not(.cols_1) .w-blog-post {
	width: 100%;
	}
.header_ver .l-canvas.sidebar_none .w-blog-post,
.header_ver .l-canvas.sidebar_none .w-blog-post,
.w-blog.cols_4 .w-blog-post {
	width: 50%;
	}
.w-blog.cols_5 .w-blog-post,
.l-content .w-portfolio.cols_4 .w-portfolio-item,
.l-content .w-portfolio.cols_5 .w-portfolio-item,
.woocommerce.columns-4 .products .product,
.woocommerce.columns-5 .products .product {
	width: 33.3333%;
	}
.l-content .w-portfolio.cols_4 .w-portfolio-item.size_2x1,
.l-content .w-portfolio.cols_4 .w-portfolio-item.size_2x2,
.l-content .w-portfolio.cols_5 .w-portfolio-item.size_2x1,
.l-content .w-portfolio.cols_5 .w-portfolio-item.size_2x2 {
	width: 66.6666%;
	}
}

/* Below 1024
   ========================================================================== */

@media (max-width: 1024px) {

.l-titlebar.size_large .l-titlebar-h,
.l-titlebar.size_huge .l-titlebar-h,
.l-sidebar,
.l-section-h {
	padding: 40px 0;
	}
.l-section.height_small .l-section-h {
	padding: 20px 0;
	}
.l-section.height_large .l-section-h {
	padding: 60px 0;
	}
.l-section.height_huge .l-section-h {
	padding: 80px 0;
	}

.l-footer.layout_compact .l-subfooter.at_top {
	padding-top: 40px;
	padding-bottom: 10px;
	}
	.l-subfooter.at_bottom .w-copyright,
	.l-subfooter.at_bottom .w-menu {
		float: none;
		margin-bottom: 10px;
		}
.l-footer.layout_compact .l-subfooter.at_bottom {
	padding-top: 25px;
	padding-bottom: 15px;
	}
.l-footer.layout_modern .l-subfooter.at_bottom {
	padding-top: 40px;
	padding-bottom: 30px;
	}
	.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-list {
		margin: 0 -10px;
		}
		.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-item {
			margin: 0 10px;
			}

.w-logos.type_grid.cols_5 .w-logos-item,
.w-logos.type_grid.cols_6 .w-logos-item {
	width: 33.3333%;
	}
.w-logos.type_grid.cols_7 .w-logos-item,
.w-logos.type_grid.cols_8 .w-logos-item {
	width: 25%;
	}

.w-separator.size_small {
	margin: 20px 0;
	}
.w-separator.size_medium {
	margin: 30px 0;
	}
.w-separator.size_large {
	margin: 40px 0;
	}
.w-separator.size_huge {
	margin: 50px 0;
	}
.w-separator.type_invisible.size_small {
	margin: 6px 0;
	}
.w-separator.type_invisible.size_medium {
	margin: 10px 0;
	}
.w-separator.type_invisible.size_large {
	margin: 20px 0;
	}
.w-separator.type_invisible.size_huge {
	margin: 30px 0;
	}

.l-section.width_full .g-cols:not(.offset_none) .vc_col-sm-12 > .wpb_text_column,
.l-section.width_full .g-cols:not(.offset_none) .w-tabs-section.no_indents .w-tabs-section-content-h > .wpb_text_column {
	padding: 0 3%;
	}
	
.woocommerce .sidebar_none .cart .variations td.label {
	width: auto;
	}
.woocommerce .sidebar_none .cart .single_variation_wrap {
	padding-left: 0;
	}
.sidebar_none .woocommerce-tabs {
	clear: both;
	float: none;
	width: 100%;
	}
.woocommerce .shop_table.cart {
	float: none;
	margin-bottom: 0 !important;
	width: 100%;
	}
.woocommerce .cart-collaterals {
	width: 50%;
	}
}

/* Below 900
   ========================================================================== */
   
@media (max-width: 900px) {

/* Hide vertical header */
.header_ver.header-show {
	overflow: hidden;
	}
.header_ver .w-header-show {
	display: block;
	}
.header_ver.admin-bar .w-header-show {
	top: 56px;
	}
	.header_ver .l-header {
		bottom: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: 4px 0 5px -2px rgba(0,0,0,0), 2px 0 1px -1px rgba(0,0,0,0);
		transition: transform 0.3s, box-shadow 0.3s;
		-webkit-transform: translate3d(-100%,0,0);
				transform: translate3d(-100%,0,0);
		}
	.header_ver.header-show .l-header {
		box-shadow: 4px 0 5px -2px rgba(0,0,0,0.1), 2px 0 1px -1px rgba(0,0,0,0.05);
		-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
		}
	.header_ver .l-canvas:after {
		content: '';
		position: fixed;
		z-index: 110;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		visibility: hidden;
		pointer-events: none;
		background-color: rgba(0,0,0,0);
		transition: all 0.3s;
		}
	.header_ver.header-show .l-canvas:after {
		visibility: visible;
		pointer-events: auto;
		background-color: rgba(0,0,0,0.75);
		}
		
.header_hor .l-subheader {
	padding-left: 15px !important;
	padding-right: 15px !important;
	}

.l-header.bg_transparent ~ .l-titlebar.size_large,
.l-header.bg_transparent ~ .l-titlebar.size_huge {
	padding-bottom: 0;
	}

.l-sidebar,
.l-content {
	float: none !important;
	width: 100% !important;
	}
	
.w-nav.type_desktop [class*="columns"] .w-nav-list.level_2,
.w-nav.type_desktop [class*="columns"] .w-nav-item.level_2 {
	padding: 0;
	}
.w-nav.type_desktop [class*="columns"] .w-nav-item.menu-item-has-children.level_2 {
	margin: 10px 0;
	}
.w-nav.type_desktop .columns_3 .w-nav-item.level_2,
.w-nav.type_desktop .columns_4 .w-nav-item.level_2,
.w-nav.type_desktop .columns_5 .w-nav-item.level_2 {
	width: 50%;
	}

.l-section.preview_modern .w-blog:after {
	height: 100%;
	}
.sidebar_none .l-header.bg_transparent.pos_static + .l-main .l-section.preview_trendy .w-blog {
	padding-top: 10%;
	}
	
.w-blog.cols_3 .w-blog-post,
.w-blog.cols_3.masonry .w-blog-post,
.w-blog.cols_5 .w-blog-post,
.l-content .w-portfolio:not(.cols_2) .w-portfolio-item {
	width: 50%;
	}
.l-content .w-portfolio:not(.cols_2) .w-portfolio-item.size_2x1,
.l-content .w-portfolio:not(.cols_2) .w-portfolio-item.size_2x2 {
	width: 100%;
	}
	.style_16 .w-portfolio-item-title {
		font-size: 22px;
		}
	.style_16 .w-portfolio-item-text {
		margin-top: 10px;
		}
		
.w-testimonial.style_2 {
	padding-top: 40px;
	}
	.w-testimonial.style_2:before {
		left: -20px;
		font-size: 7em;
		line-height: 70px;
		}
	.rtl .w-testimonial.style_2:before {
		left: auto;
		right: -10px;
		}
	
.mfp-container:after {
	font-size: 42px;
	line-height: 60px;
	width: 60px;
	}
	
.wpb_column.wooproduct,
.woocommerce .products .product {
	width: 50% !important;
	}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	float: none;
	width: auto;
	}
}

/* Below 767
   ========================================================================== */

@media (max-width: 767px) {
	
h1, h2, h3, h4, h5, h6,
.wpb_text_column h1:last-child,
.wpb_text_column h2:last-child,
.wpb_text_column h3:last-child,
.wpb_text_column h4:last-child,
.wpb_text_column h5:last-child,
.wpb_text_column h6:last-child {
	margin-bottom: 1rem;
	}
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	float: none;
	display: block;
	margin: 0 0 20px;
	}

.l-navigation {
	display: none;
	}
	
.w-actionbox {
	padding: 20px;
	}
.w-actionbox.controls_right {
	display: block;
	text-align: center;
	}
	.w-actionbox.controls_right .w-actionbox-text {
		display: block;
		}
	.w-actionbox.controls_right .w-actionbox-controls {
		display: block;
		text-align: center;
		padding: 20px 0 0;
		white-space: normal;
		}
		.w-actionbox.controls_right .w-btn {
			margin-left: 5px;
			margin-right: 5px;
			}
		
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
	margin-top: 25px;
	}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
	margin-left: 0;
	margin-right: 0;
	}
.w-blog-post {
	width: 100% !important;
	}
.w-blog.layout_classic.cols_1 .w-blog-post,
.w-blog.layout_smallcircle.cols_1 .w-blog-post,
.w-blog.layout_smallsquare.cols_1 .w-blog-post {
	margin-bottom: 50px;
	}
.w-blog.layout_related .w-blog-post {
	float: none;
	margin-bottom: 20px;
	}
.w-blog.layout_related .w-blog-post:last-child {
	margin-bottom: 0;
	}

.w-gallery-list {
	text-align: center;
	}
.w-gallery.cols_5 .w-gallery-item,
.w-gallery.cols_6 .w-gallery-item,
.w-gallery.cols_7 .w-gallery-item,
.w-gallery.cols_8 .w-gallery-item,
.w-gallery.cols_9 .w-gallery-item,
.w-gallery.cols_10 .w-gallery-item {
	width: 25%;
	}
	
.w-logos.type_grid.cols_3 .w-logos-item,
.w-logos.type_grid.cols_4 .w-logos-item,
.w-logos.type_grid.cols_5 .w-logos-item,
.w-logos.type_grid.cols_6 .w-logos-item,
.w-logos.type_grid.cols_7 .w-logos-item,
.w-logos.type_grid.cols_8 .w-logos-item {
	width: 50%;
	}
	
.w-pricing,
.w-pricing-item {
	display: block;
	}

.w-search.layout_fullscreen input {
	font-size: 30px;
	}
.w-search.layout_fullscreen .w-search-close {
	line-height: 80px;
	width: 80px;
	}
	
.w-tabs-item,
.w-tabs-section-header {
	font-size: 16px !important;
	line-height: 24px;
	}
.w-tabs-section-control {
	line-height: 24px;
	height: 24px;
	margin-top: -12px;
	}
.w-tabs-section.with_icon i + .w-tabs-section-title,
.w-tabs-section.with_icon .w-tabs-section-title + i {
	margin-left: 10px;
	}
.rtl .w-tabs-section.with_icon i + .w-tabs-section-title,
.rtl .w-tabs-section.with_icon .w-tabs-section-title + i {
	margin-right: 10px;
	}

.page-404:before {
	font-size: 100px;
	}
	
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .checkout .shop_table,
.woocommerce #payment,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	}
.woocommerce .login,
.woocommerce .checkout_coupon,
.woocommerce .register {
	padding: 20px 20px 5px;
	}
.woocommerce .login .form-row-first,
.woocommerce .checkout_coupon .form-row-first,
.woocommerce .register .form-row-first {
	margin-bottom: 10px;
	}
.woocommerce .col2-set .col-1,
.woocommerce .checkout .shop_table {
	margin-bottom: 30px;
	}
.woocommerce .woocommerce-ordering {
	float: none;
	display: inline-block;
	vertical-align: top;
	}
.woocommerce div.product .onsale {
	left: auto;
	right: 10%;
	margin: 0;
	}
.woocommerce div.product .images {
	float: none;
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
.woocommerce div.product .summary {
	float: none;
	width: 100% !important;
	}
.woocommerce .product-thumbnail {
	display: none !important;
	}
.woocommerce .shop_table.cart td.product-name,
.woocommerce .shop_table.cart td.product-quantity {
	padding-left: 0;
	padding-right: 0;
	}
.woocommerce .cart-collaterals {
	float: none;
	width: 100%;
	}
.woocommerce #payment .payment_methods img {
	display: none;
	}	
.woocommerce ul.order_details li {
	margin-right: 0;
	border: none;
	}	
.woocommerce-MyAccount-navigation {
	margin-bottom: 2rem;
	}
.woocommerce-MyAccount-content .shop_table {
	display: block;
	margin-bottom: 0;
	border: none;
	}
	.woocommerce-MyAccount-content .shop_table thead {
		display: none;
		}
	.woocommerce-MyAccount-content .shop_table tbody,
	.woocommerce-MyAccount-content .shop_table tr {
		display: block;
		}
	.woocommerce-MyAccount-content .shop_table th,
	.woocommerce-MyAccount-content .shop_table td {
		display: inline-block;
		padding: 0 15px 6px 0;
		border: none;
		}
	.woocommerce-MyAccount-content .shop_table td:last-child {
		display: block;
		text-align: left;
		padding: 0 0 20px;
		}
	.woocommerce-MyAccount-content .shop_table td .button {
		margin-left: 0;
		}
}

/* Below 600
   ========================================================================== */
   
@media (max-width: 600px) {

.admin-bar .l-header.sticky {
	top: 0; /* fix when WP admin bar is enabled */
	}
	
.g-cols.offset_medium,
.g-cols.offset_large {
	margin-left: -25px;
	margin-right: -25px;
	}
.g-cols.offset_medium > div,
.g-cols.offset_large > div {
	padding-left: 25px;
	padding-right: 25px;
	}
.g-cols.offset_none > div {
	padding: 25px;
	}

.header_ver .l-header {
	width: 280px;
	}
.header_ver .w-search.layout_simple {
	width: 240px;
	}
.header_ver .w-search.layout_modern.active {
	width: 266px;
	}
.w-header-show {
	top: 10px;
	right: 10px;
	}
.w-toplink {
	right: 10px;
	bottom: 10px;
	}
	
.l-titlebar.size_small .l-titlebar-h,
.l-titlebar.size_medium .l-titlebar-h {
	display: block;
	text-align: center;
	}
	.l-titlebar.size_small h1,
	.l-titlebar.size_medium h1,
	.l-titlebar.size_small p,
	.l-titlebar.size_medium p {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		}
	.l-titlebar.size_small .g-nav,
	.l-titlebar.size_medium .g-nav {
		display: inline-block;
		vertical-align: top;
		margin: 8px 0 -8px;
		}

.l-subfooter,
.l-titlebar,
.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main,
.l-canvas.sidebar_none .l-section {
	padding-left: 25px;
	padding-right: 25px;
	}
.l-titlebar.size_large .l-titlebar-h,
.l-titlebar.size_huge .l-titlebar-h,
.l-sidebar,
.l-section-h,
.l-section.height_large .l-section-h,
.l-section.height_huge .l-section-h {
	padding: 25px 0;
	}
.sidebar_left .l-section.preview_modern + .l-section .l-section-h,
.sidebar_right .l-section.preview_modern + .l-section .l-section-h {
	padding-top: 25px;
	}
	.l-section.preview_modern .w-blog {
		padding: 40% 25px 20px;
		}
	.l-section.preview_trendy .w-blog {
		padding: 24% 25px;
		}
	.l-section.preview_basic .w-blog-post-preview {
		margin-bottom: 15px;
		}
.l-section.for_tags .l-section-h {
	padding-bottom: 25px;
	}
.l-section.for_related .l-section-h {
	padding: 25px 0;
	}
.l-section.for_blogpost ~ .l-section.for_comments .l-section-h {
	padding-top: 25px;
	}

.header_hor .w-nav.type_mobile .w-nav-list.level_1 {
	left: -15px;
	right: -15px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.w-blog.layout_smallcircle .w-blog-post-preview,
.w-blog.layout_smallsquare .w-blog-post-preview {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}
.w-blog.layout_smallcircle .w-blog-post-body,
.w-blog.layout_smallsquare .w-blog-post-body {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}

.w-comments-childlist {
	margin-left: 15px;
	}
.rtl .w-comments-childlist {
	margin-right: 15px;
	}
	
.widget_us_portfolio .w-portfolio.cols_4 .w-portfolio-item,
.widget_us_portfolio .w-portfolio.cols_5 .w-portfolio-item {
	width: 33.3333%;
	}

.header_hor .w-search.layout_simple,
.header_hor .w-search.layout_modern {
	position: static;
	overflow: visible;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	min-width: 0;
	width: auto !important;
	}
	.header_hor .l-subheader-cell.at_left .w-search.layout_simple:first-child {
		margin-left: -12px;
		}
	.header_hor .l-subheader-cell.at_right .w-search.layout_simple:last-child {
		margin-right: -12px;
		}
	.header_hor .w-search.layout_simple .w-search-open,
	.header_hor .w-search.layout_modern .w-search-open {
		display: block;
		position: static;
		transform: none;
		}
	.header_hor .w-search.layout_simple .w-search-form,
	.header_hor .w-search.layout_modern .w-search-form {
		position: absolute;
		top: 0;
		left: -25px;
		right: -25px;
		height: 0;
		overflow: hidden;
		border-radius: 0;
		opacity: 1;
		z-index: 100;
		transition: height 0.3s cubic-bezier(.4,0,.2,1);
		}
	.header_hor .w-search.layout_simple.active .w-search-form,
	.header_hor .w-search.layout_modern.active .w-search-form {
		height: 100%;
		}
		.header_hor .w-search.layout_simple input,
		.header_hor .w-search.layout_modern input {
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -20px;
			padding: 0 50px 0 25px;
			}
		.rtl.header_hor .w-search.layout_simple input,
		.rtl.header_hor .w-search.layout_modern input {
			padding: 0 25px 0 50px;
			}
		.header_hor .w-search.layout_simple button {
			display: none;
			}
	.header_hor .w-search.layout_simple .w-search-close,
	.header_hor .w-search.layout_modern .w-search-close {
		display: block;
		top: 50%;
		margin-top: -20px;
		padding-right: 25px;
		width: auto;
		transform: none;
		}
	.rtl.header_hor .w-search.layout_simple .w-search-close,
	.rtl.header_hor .w-search.layout_modern .w-search-close {
		padding-left: 25px;
		padding-right: 0;
		}
.w-search.layout_fullwidth input {
	font-size: 15px;
	}
.w-search.layout_fullscreen input {
	font-size: 20px;
	}
	
.w-separator.type_short {
	width: auto;
	}
.w-separator.size_small {
	margin: 5px 0;
	}
.w-separator.size_medium {
	margin: 15px 0;
	}
.w-separator.size_large {
	margin: 25px 0;
	}
.w-separator.size_huge {
	margin: 35px 0;
	}
.w-separator.type_invisible.size_small {
	margin: 2px 0;
	}
.w-separator.type_invisible.size_medium {
	margin: 5px 0;
	}
.w-separator.type_invisible.size_large {
	margin: 10px 0;
	}
.w-separator.type_invisible.size_huge {
	margin: 15px 0;
	}

.w-tabs.accordion .w-tabs-section-content-h {
	padding-top: 10px;
	padding-bottom: 20px;
	}
.w-tabs.layout_timeline.accordion .w-tabs-section-content {
	padding: 60px 20px 20px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content {
	padding-left: 20px;
	padding-right: 20px;
	}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content-h {
	padding: 25px 0;
	}
	
.l-section.width_full .g-cols:not(.offset_none) .vc_col-sm-12 > .wpb_text_column,
.l-section.width_full .g-cols:not(.offset_none) .w-tabs-section.no_indents .w-tabs-section-content-h > .wpb_text_column {
	padding: 0 5%;
	}
	
.w-testimonial.style_1 {
	padding: 25px;
	}
	
.l-sidebar .widget {
	margin-bottom: 30px;
	}
	
.admin-bar .mfp-container:after {
	top: 0;
	}

.woocommerce div.product .onsale {
	right: -10px;
	}
.woocommerce-tabs .tabs {
	margin-bottom: 15px;
	}
.woocommerce .comment-respond {
	padding: 20px 25px;
	}
.woocommerce .related > h2,
.woocommerce .upsells > h2,
.woocommerce .cross-sells > h2 {
	margin-bottom: 0;
	}
.woocommerce .shop_table thead {
	display: none;
	}
.woocommerce .checkout #order_review {
	padding: 15px 25px 25px;
	}
}

/* Below 480
   ========================================================================== */

@media (max-width: 480px) {
	
.w-cart {
	position: static;
	}
	.w-cart-dropdown,
	.w-cart-notification {
		left: -15px !important;
		right: -15px !important;
		width: auto;
		border-radius: 0;
		}
	
.l-subfooter.at_bottom .w-menu-item {
	display: block;
	}
	.l-subfooter.at_bottom .btn.w-menu-item {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
		}

.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
	padding-left: 0;
	padding-right: 0;
	}
	.l-titlebar .g-breadcrumbs {
		display: none;
		}
	.l-titlebar .g-nav-item {
		display: inline-block;
		vertical-align: top;
		position: static;
		margin: 8px 0 -8px;
		}
		
.w-author {
	text-align: center;
	padding: 25px;
	}
.w-author + .w-blog {
	margin-top: 25px;
	}
	.w-author-img {
		float: none !important;
		margin-bottom: 10px;
		}
	.w-author-name,
	.w-author-meta,
	.w-author-url,
	.w-author-desc {
		margin-left: 0 !important;
		margin-right: 0 !important;
		}
		
.w-blog.layout_flat .w-blog-post-body,
.w-blog.layout_cards .w-blog-post-body,
.w-blog.layout_cards .format-quote .w-blog-post-body {
	padding: 30px;
	}
.w-blog.layout_flat .has-post-thumbnail .w-blog-post-body {
	padding-top: 15px;
	}
	.w-blog.layout_tiles .w-blog-post-meta-date,
	.w-blog.layout_tiles .w-blog-post-meta-author,
	.w-blog.layout_tiles .w-blog-post-meta-comments,
	.w-blog.layout_tiles .w-blog-post-meta-tags {
		display: none;
		}
	.w-blog.layout_cards .w-blog-post-meta-category {
		top: 30px;
		left: 30px;
		}
	.rtl .w-blog.layout_cards .w-blog-post-meta-category {
		left: auto;
		right: 30px;
		}

.w-blognav-prev {
	padding-left: 25px;
	padding-right: 5px;
	}
.w-blognav-next {
	padding-left: 5px;
	padding-right: 25px;
	}
.rtl .w-blognav-prev {
	padding-left: 5px;
	padding-right: 25px;
	}
.rtl .w-blognav-next {
	padding-left: 25px;
	padding-right: 5px;
	}
	.w-blognav-prev:before,
	.w-blognav-next:before {
		top: -9px;
		}
	.w-blognav-title {
		display: none;
		}
		
.w-cart-quantity {
	display: none;
	}
	
.g-filters {
	text-align: left;
	}
	.g-filters-item {
		font-size: 14px !important;
		text-align: center;
		margin: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		overflow: hidden;
		width: 50%;
		}

.w-form.for_cform .w-form-row.for_submit {
	float: none !important;
	display: block !important;
	margin: 0 !important;
	}
	.w-form.for_cform .w-form-row.for_submit .w-btn {
		width: 100%;
		}
.w-form.align_left .w-form-message.type_success,
.w-form.align_right .w-form-message.type_success {
	display: block;
	text-align: center;
	padding-top: 10px;
	}
.w-form.for_protectedpost .w-form-row.for_post_password {
	float: none !important;
	margin: 0 0 5px !important;
	}

.w-gallery.cols_3 .w-gallery-item,
.w-gallery.cols_4 .w-gallery-item,
.w-gallery.cols_5 .w-gallery-item,
.w-gallery.cols_6 .w-gallery-item,
.w-gallery.cols_7 .w-gallery-item {
	width: 50%;
	}
.w-gallery.cols_8 .w-gallery-item,
.w-gallery.cols_9 .w-gallery-item,
.w-gallery.cols_10 .w-gallery-item {
	width: 33.3333%;
	}

.l-section.height_auto.width_full .g-loadmore-btn {
	padding: 20px;
	}

.w-logos {
	padding: 0 !important;
	}
	.w-logos .owl-prev,
	.w-logos .owl-next {
		display: none !important;
		}
	.w-logos-item {
		width: 100% !important;
		}
	
.w-nav-anchor.level_2,
.w-nav-anchor.level_3,
.w-nav-anchor.level_4 {
	white-space: normal;
	}
	
.l-content .w-portfolio-item {
	float: none !important;
	width: 100% !important;
	}
	
.w-progbar.style_3 .w-progbar-title,
.w-progbar.style_3 .w-progbar-bar {
	width: 100%;
	}
	
.w-testimonial.style_4 {
	padding-left: 75px;
	}
.rtl .w-testimonial.style_4 {
	padding-left: 0;
	padding-right: 75px;
	}
	.w-testimonial.style_4:before {
		font-size: 24px;
		line-height: 60px;
		width: 60px;
		}
	.w-testimonial.style_4 .w-testimonial-person img {
		height: 60px;
		width: 60px;
		}
		
.woocommerce .login .clear + .form-row,
.woocommerce-account .login .form-row:nth-child(3),
.woocommerce .login .lost_password {
	float: none;
	}
.woocommerce .woocommerce-ordering {
	margin: 0;
	width: 100%;
	}
.wpb_column.wooproduct,
.woocommerce .products .product {
	width: 100% !important;
	}	
.woocommerce-tabs .tabs li {
	float: none;
	text-align: center;
	}
.woocommerce .shop_table.cart {
	display: block;
	border: none;
	}
.woocommerce .form-row .button,
.woocommerce .shop_table .button {
	display: block;
	width: 100%;
	margin: 2px 0 !important;
	}
.woocommerce .shop_table.cart tbody,
.woocommerce .shop_table.cart tfoot,
.woocommerce .shop_table.cart tr,
.woocommerce .shop_table.cart td,
.woocommerce .shop_table.cart tfoot th {
	display: block;
	position: relative;
	border: none;
	width: auto !important;
	}
.woocommerce .shop_table.cart tr {
	clear: both;
	}
.woocommerce .shop_table.cart td.product-remove {
	position: absolute;
	top: -2px;
	right: -10px;
	padding: 0;
	z-index: 3;
	}
.woocommerce .shop_table.cart td.product-name {
	padding: 0 40px 5px 0;
	}
.woocommerce .shop_table.cart td.product-price {
	float: left;
	text-align: left;
	line-height: 44px;
	padding: 0 12px 20px 0;
	}
.woocommerce .shop_table.cart td.product-quantity {
	float: left;
	text-align: left;
	padding-top: 0;
	}
.woocommerce .shop_table.cart td.product-subtotal {
	float: left;
	text-align: left;
	line-height: 44px;
	padding-top: 0;
	}
	.woocommerce .actions .coupon,
	.woocommerce .actions .coupon .input-text {
		float: none;
		width: 100%;
		margin: 0;
		}
.woocommerce .cart_totals {
	padding: 15px 25px 25px;
	margin: 0 -25px;
	}
.woocommerce .cart_totals td,
.woocommerce .cart_totals th {
	width: auto;
	}
.woocommerce .cart_totals .checkout-button {
	font-size: 15px;
	}
.woocommerce .checkout #order_review {
	margin: 0 -25px -25px;
	}
.wc-credit-card-form {
	padding: 0;
	}
.woocommerce .related,
.woocommerce .upsells,
.woocommerce .cross-sells {
	border-top: none;
	padding-top: 25px;
	}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	float: none;
	}
}

.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law form{margin-bottom:0}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{-ms-flex-direction:column;flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
