/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	a {
		text-decoration:none; }
	a img {
		 float:left; }
/* #Basic Styles
================================================== */
	body {
		background: url(../images/bg.gif) #1f1f1f;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #999;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	.left {
		float:left !important;
}
	.right {
		float:right !important;
}
	.white {
		color:#FFF !important;
}
	.heading {
		width:100%;
		font-size:22px;
		text-transform:uppercase;
		padding:0px 0px 20px 0px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
}
	.noback {
		background-image:none !important;
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #999;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		text-shadow:1px 1px #000;
		 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px;}
	h2 { font-size: 20px;}
	h3 { font-size: 18px;}
	h4 { font-size: 16px;}
	h5 { font-size: 14px;}
	h6 { font-size: 12px;}
	.subheader { color: #888888; }

	p { margin: 0 0 0px 0; font-size:11px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #888888;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #888888; }
	small { font-size: 80%; }
	.bold { font-weight: bold; }
/*	Blockquotes  */
	blockquote { 
		width:100%;
		float:left;
		margin:15px 0px; 
		padding:0px 0px 0px 40px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:url(../images/comma.png) no-repeat 0px 0px; 
	}
	blockquote .block{ 
		width:100%;
		float:left;
		padding:15px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:url(../images/black.png);
		box-shadow:inset 1px 1px 2px #000;
	}
	blockquote .block h5{ 
		float:left;
		padding-right:10px;
	}
	blockquote .block span{ 
		font-size:11px;
		color:#636262;
	}
	blockquote .block p{ 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#8e8f90;
	}

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #888; outline: 0; }
	a:hover, a:focus { color: #888; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { line-height: 18px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border:none;
		border-radius: 3px;
		display: inline-block;
		cursor: pointer;
		line-height: normal;
		box-shadow:inset 0px 1px 1px #3f3f3f;
		height:31px;
		display:inline-block;
		padding:0px 20px;
		font-size:12px;
		color:#fff !important;
		text-transform:uppercase;
		background:#2b2b2b;
		font-family: 'Oswald', sans-serif;
	}
	a.buttonsmall {
		border-radius: 4px;
		display: inline-block;
		cursor: pointer;
		line-height: normal;
		box-shadow:0px 0px 3px #b4b4b4;
		display:inline-block;
		padding:6px 10px 6px 10px;
		font-size:11px;
		color:#4c4c4c !important;
		text-transform:uppercase;
		background:#eaeaea;
		border:#bbbbbb solid 1px;
		text-shadow:1px 1px #fff;
		font-family: 'Oswald', sans-serif;
	}
	a.buttonsmall:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa;
	}
	a.button {
		padding-top:6px;
		height:25px;
	}
	a.buttonone {
		font-size:11px;
		padding:5px 10px;
		margin-top:6px;
		border-radius:3px;
		display:inline-block;
		background:url(../images/black.png);
		box-shadow:inset 1px 1px 2px #000;
	}
	a.buttonone:hover {
		color:#FFF;
	}
	a.buttonsmaller {
		font-size:10px;
		padding:2px 6px;
		border-radius:3px;
		display:inline-block;
		background:url(../images/black.png);
		box-shadow:inset 1px 1px 2px #000;
		
	}
	a.buttonsmaller:hover {
		color:#FFFFFF;
	}
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	a.bigbutton {
		border-radius: 3px;
		display: inline-block;
		cursor: pointer;
		line-height: normal;
		box-shadow:inset 0px 1px 1px #3f3f3f;
		width:100%;
		height:32px;
		padding-top:6px;
		display:inline-block;
		text-align:center;
		font-size:16px;
		color:#fff !important;
		text-transform:uppercase;
		background:#2b2b2b;
		font-family: 'Oswald', sans-serif;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #0b0b0b;
		padding: 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #474646;
		margin: 0;
		width: 340px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #0e0e0e; 
		box-shadow:inset 1px 1px 2px #000;}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		color: #444;
 		-moz-box-shadow: 0 0 0px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 0px rgba(0,0,0,.2);
		box-shadow:  0 0 0px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	
/* ====================================
====== MAIN WIDGETS ===================
==================================== */

/* w-actionbox */
.w-actionbox {
	margin-bottom: 0;
	padding: 30px 40px;
	border-radius: 5px;
	}
	.w-actionbox.controls_aside .w-actionbox-text {
		padding: 0;
		}
	.w-actionbox-text h1,
	.w-actionbox-text h2,
	.w-actionbox-text h3,
	.w-actionbox-text h4 {
		margin: 0 !important;
		}
		.no-touch .w-actionbox-text a:hover {
			border-bottom: 1px solid;
			}
		.w-actionbox-text h3 + p {
			margin: 12px 0 0;
			}
	.w-actionbox.controls_aside .w-actionbox-controls {
		margin-top: 30px;
		white-space: normal;
		}
		.w-actionbox.controls_aside .w-actionbox-button.g-btn {
			margin: 4px 8px;
			}
	.w-actionbox.color_primary {
		background-color: #d13a7a; /* variable */
		color: #fff;
		}
	.w-actionbox.color_secondary {
		background-color: #666; /* variable */
		color: #fff;
		}
		.g-html .w-actionbox.color_primary h1,
		.g-html .w-actionbox.color_primary h2,
		.g-html .w-actionbox.color_primary h3,
		.g-html .w-actionbox.color_primary h4,
		.g-html .w-actionbox.color_primary h5,
		.g-html .w-actionbox.color_primary h6,
		.g-html .w-actionbox.color_secondary h1,
		.g-html .w-actionbox.color_secondary h2,
		.g-html .w-actionbox.color_secondary h3,
		.g-html .w-actionbox.color_secondary h4,
		.g-html .w-actionbox.color_secondary h5,
		.g-html .w-actionbox.color_secondary h6 {
			color: #fff;
			}
		.w-actionbox.color_primary .w-actionbox-text a,
		.w-actionbox.color_secondary .w-actionbox-text a {
			color: #111;
			}
			.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.g-btn.color_transparent,
			.no-touch .w-actionbox.color_secondary a.g-btn.color_transparent {
				color: #fff;
				}
	.l-submain.color_alternate .w-actionbox.color_alternate,
	.l-submain.color_primary .w-actionbox.color_primary,
	.l-submain.color_secondary .w-actionbox.color_secondary {
		padding: 0;
		background-color: transparent;
		}


/* w-blog */
.w-blog-content {
	padding-bottom: 20px;
	}
	.w-blog-content .w-blog-meta {
		padding: 5px 0 20px;
		}
.w-blog-entry {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e8e8e8; /* variable */
	}
.w-blog-entry.sticky {
	padding: 20px 20px 25px;
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 5px;
	border: 2px solid #d13a7a; /* variable */
	}
	.w-blog-entry-h {
		position: relative;
		}
		.w-blog-entry-link {
			color: inherit;
			}
			.w-blog-entry-title {
				padding: 0;
				margin-bottom: 16px;
				}
			.w-blog-entry-preview + .w-blog-entry-link .w-blog-entry-title {
				margin-top: 20px;
				}
			.w-blog.imgpos_atleft .w-blog-entry-title,
			.w-blog.imgpos_attop .w-blog-entry-title {
				margin-bottom: 20px;
				}
				.w-blog-entry-title-h {
					-webkit-transition: color 0.25s;
							transition: color 0.25s;
					}
				.no-touch .w-blog-entry-link:hover .w-blog-entry-title-h {
					color: #d13a7a; /* variable */
					}
			.no-touch .w-blog-meta a:hover {
				border-bottom: 1px solid;
				}
			.w-blog-meta-date,
			.w-blog-meta-author,
			.w-blog-meta-tags,
			.w-blog-meta-category,
			.w-blog-meta-comments {
				display: inline-block;
				vertical-align: top;
				font-size: 13px;
				line-height: 20px;
				margin: 0 16px 8px 0;
				}
				.w-blog-meta-date i,
				.w-blog-meta-author i,
				.w-blog-meta-tags i,
				.w-blog-meta-category i,
				.w-blog-meta-comments i {
					font-size: 14px;
					margin-right: 3px;
					}
				.w-blog-meta-date i {
					margin: 0 3px 0 1px;
					}
		.w-blog-entry-short {
			padding-top: 10px;
			}
			.w-blog-entry-short p:last-child {
				margin-bottom: 0;
				}
		.w-blog-entry-more.g-btn {
			margin: 20px 0 0;
			}
		/* blog entry format: image */
		.w-blog.format-image .w-blog-preview {
			display: block;
			}
			.w-blog-entry.format-image .w-blog-entry-preview:after,
			.w-blog-entry.format-standard .w-blog-entry-preview:after {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				border-radius: 3px;
				-webkit-transition: background-color 0.25s;
						transition: background-color 0.25s;
				}
			.no-touch .w-blog-entry.format-image .w-blog-entry-link:hover .w-blog-entry-preview:after,
			.no-touch .w-blog-entry.format-standard .w-blog-entry-link:hover .w-blog-entry-preview:after {
				background-color: rgba(255,255,255,0.35);
				}
		/* blog entry format: quote */
		.w-blog-entry.format-quote .w-blog-entry-title {
			padding: 0;
			}
			.w-blog-entry.format-quote .w-blog-entry-title blockquote {
				font-size: 24px;
				line-height: 34px;
				font-style: normal;
				}
		/* blog entry format: gallery */
		.w-blog.format-gallery .w-blog-preview {
			display: block;
			}
		.w-blog-entry.format-gallery .w-blog-entry-preview .w-gallery {
			margin-bottom: 0;
			}
		/* blog entry format: video */
		.w-blog.format-video .w-blog-preview {
			display: block;
			}
		.w-blog-entry.format-video .w-blog-entry-preview {
			height: 0;
			padding-bottom: 56.25%;
			overflow: hidden;
			}
			.w-blog-entry.format-video .w-blog-entry-preview iframe,
			.w-blog-entry.format-video .w-blog-entry-preview object,
			.w-blog-entry.format-video .w-blog-entry-preview embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				}
	/* IMGPOS: atleft */
	.w-blog.imgpos_atleft .w-blog-entry-preview {
		max-width: 350px;
		}
		.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview,
		.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview,
		.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview,
		.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview,
		.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview,
		.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview {
			height: auto;
			padding-bottom: 0;
			}
			.w-blog.imgpos_atleft .w-blog-entry-preview-icon {
				display: block;
				height: 0;
				width: 100%;
				padding-bottom: 100%;
				position: relative;
				-webkit-transition: color 0.25s;
						transition: color 0.25s;
				background-color: #f2f2f2; /* variable */
				}
				.w-blog.imgpos_atleft .w-blog-entry-preview-icon i {
					display: block;
					position: absolute;
					top: 50%;
					left: 50%;
					font-size: 50px;
					text-align: center;
					line-height: 80px;
					height: 80px;
					width: 80px;
					margin: -40px 0 0 -40px;
					}
	/* IMGTYPE: circle */
	.w-blog.imgtype_circle .w-blog-entry-preview,
	.w-blog.imgtype_circle .w-blog-entry-preview-icon i {
		border-radius: 50%;
		overflow: hidden;
		}
	/* TYPE: masonry */
	.w-blog.type_masonry .w-blog-list {
		margin: 0;
		overflow: visible !important;
		}
	.l-body.page-template-page-grid_blog-php .l-submain {
		overflow: hidden;
		}
		.w-blog.type_masonry .w-blog-entry {
			border: none;
			padding: 0;
			margin-bottom: 0;
			text-align: center;
			width: 33.333333%;
			box-shadow: 0 1px 1px rgba(0,0,0,0);
			-webkit-transition: box-shadow 0.25s;
					transition: box-shadow 0.25s;
			}
			.no-touch .w-blog.type_masonry .w-blog-entry:hover {
				box-shadow: 0 2px 15px rgba(0,0,0,0.17);
				z-index: 3;
				}
		.w-blog.type_masonry .w-blog-entry.sticky {
			margin: 0;
			padding: 0;
			border: none;
			border-radius: 0;
			}
			.w-blog.type_masonry .w-blog-entry-link {
				display: block;
				}
			.w-blog.type_masonry .w-blog-entry-preview {
				position: relative;
				}
				.w-blog.type_masonry .w-blog-entry-preview:before {
					display: block;
					content: '';
					position: absolute;
					bottom: -17px;
					left: 50%;
					margin-left: -15px;
					height: 30px;
					width: 30px;
					border-radius: 5px;
					z-index: 1;
					-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
					background-color: #fff;
					}
			.w-blog.type_masonry .w-blog-entry-title {
				font-size: 20px;
				line-height: 30px;
				padding: 20px 30px 15px;
				margin: 0;
				}
			.w-blog.type_masonry .w-blog-entry.sticky .w-blog-entry-title {
				font-weight: 700;
				}
			.w-blog.type_masonry .w-blog-entry-body {
				padding: 0 30px 30px;
				}
				/* blog entry format: video */
				.w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-preview {
					height: auto;
					padding: 0;
					}
					.w-blog.type_masonry .w-blog-entry.format-video .w-blog-entry-preview:before {
						display: none;
						}
					.w-blog.type_masonry .w-blog-entry-preview-icon {
						display: inline-block;
						vertical-align: top;
						padding: 20px 0 0;
						font-size: 33px;
						-webkit-transition: color 0.25s;
								transition: color 0.25s;
						}
				/* blog entry format: quote */
				.w-blog.type_masonry .w-blog-entry.format-quote .w-blog-entry-title blockquote {
					font-size: 18px;
					line-height: 26px;
					font-style: italic;
					padding: 0;
					margin: 0;
					border: none;
					}
				.w-blog.type_masonry .w-blog-meta-date,
				.w-blog.type_masonry .w-blog-meta-author,
				.w-blog.type_masonry .w-blog-meta-tags,
				.w-blog.type_masonry .w-blog-meta-category,
				.w-blog.type_masonry .w-blog-meta-comments {
					font-size: 12px;
					line-height: 16px;
					margin: 0 8px 12px;
					}
			.w-blog.type_masonry .w-blog-entry-short {
				display: block;
				padding-top: 0;
				}	
	.w-blog.type_masonry + .w-blog-pagination {
		padding-top: 30px;
		}
	.w-blog-load {
		text-align: center;
		height: 58px;
		padding-top: 20px;
		}
		.w-blog-load .w-blog-entry-more {
			margin: 0;
			vertical-align: top;
			}
		.w-blog-load img {
			display: none;
			}

	
/* w-bloglist */
.w-bloglist {
	padding: 30px 0;
	border-top: 1px solid #e8e8e8; /* variable */
	}
.w-bloglist.date_atbottom {
	padding: 0;
	border: none;
	}
	.w-bloglist-title {
		margin-bottom: 18px;
		}
		.w-bloglist-title i {
			margin-right: 8px;
			}
	.w-bloglist-entry {
		margin-bottom: 8px;
		}
		.no-touch .w-bloglist-entry-link:hover {
			border-bottom: 1px solid;
			}
	.w-bloglist-entry-link {
		margin-right: 10px;
		}
	.w-bloglist-entry-date {
		font-size: 13px;
		white-space: nowrap;
		opacity: 0.5;
		}
	.w-bloglist.date_atbottom .w-bloglist-entry-date {
		display: block;
		}
	.w-bloglist-entry-author {
		font-size: 13px;
		opacity: 0.5;
		}
	.w-bloglist-entry-short {
		display: block;
		font-size: 14px;
		line-height: 20px;
		clear: both;
		padding: 6px 0;
		}


/* w-cart */
.w-cart {
	display: none;
	float: right;
	height: 100%;
	position: relative;
	z-index: 11;
	}
.w-cart.has_items {
	display: block;
	}
.l-header.logopos_right .l-subheader.at_middle .w-cart.has_items,
.l-canvas.headertype_centered .l-subheader.at_bottom .w-cart.has_items {
	float: none;
	display: inline-block;
	vertical-align: top;
	}
.l-subheader.at_middle .w-nav.touch_enabled ~ .w-cart.has_items {
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	}
.l-subheader.at_middle .w-nav.touch_enabled ~ .w-search ~ .w-cart.has_items {
	left: 86px;
	}
.l-canvas.headertype_centered .w-nav.touch_enabled ~ .w-cart.has_items {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	}
.l-canvas.headertype_centered .w-nav.touch_enabled ~ .w-search ~ .w-cart.has_items {
	right: 46px;
	}
	.w-cart-link {
		display: block;
		font-size: 20px;
		text-align: center;
		padding: 0 8px 0 20px;
		border: none;
		color: inherit;
		}
	.l-subheader.at_middle .w-nav.touch_enabled ~ .w-cart .w-cart-link,
	.l-canvas.headertype_centered .w-nav.touch_enabled ~ .w-cart .w-cart-link {
		padding-left: 8px;
		}
		.no-touch .w-cart-link:hover {
			color: #d13a7a; /* variable */
			}
		.w-cart-quantity {
			font-size: 16px;
			font-weight: bold;
			line-height: 1;
			margin: 0 1px 0 4px;
			color: #d13a7a; /* variable */
			}
	.w-cart-notification {
		display: none;
		position: absolute;
		right: 0;
		font-size: 13px;
		text-align: center;
		line-height: 20px;
		padding: 18px 20px;
		width: 285px;
		z-index: 11;
		background-color: rgba(0,0,0,0.85);
		color: #ccc;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-cart-notification {
		left: 0;
		right: auto;
		}
		.w-cart-notification .product-name {
			color: #fff;
			}
	.w-cart-dropdown {
		display: none;
		position: absolute;
		right: 0;
		text-align: left;
		padding: 20px 20px 0;
		min-width: 285px;
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		background-color: #fff; /* variable */
		}
	.no-touch .w-cart:hover .w-cart-dropdown {
		display: block;
		}
	.no-touch .l-body.woocommerce-cart .w-cart:hover .w-cart-dropdown,
	.no-touch .l-body.woocommerce-checkout .w-cart:hover .w-cart-dropdown {
		display: none;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-cart-dropdown {
		left: 0;
		right: auto;
		}
	

/* w-clients */
.w-clients {
	position: relative;
	}
	.w-clients-list {
		font-size: 0;
		overflow-x: hidden;
		white-space: nowrap;
		margin: 0 auto;
		}
		.w-clients-list-h {
			position: relative;
			left: 0;
			text-align: center;
			}
			.w-clients-item {
				display: inline-block;
				vertical-align: top;
				height: 136px;
				width: 204px;
				margin-right: 30px;
				border: 2px solid transparent;
				border-radius: 5px;
				overflow: hidden;
				-webkit-transition: border 0.25s;
						transition: border 0.25s;
				}
				.w-clients-item img {
					display: block;
					margin: 0 auto;
					}
			.no-touch .w-clients-item:hover {
				border-color: #d13a7a; /* variable */
				}
			.no-touch .l-submain.color_primary .w-clients-item:hover {
				border-color: #fff;
				}
	.w-clients-nav {
		position: absolute;
		right: 0;
		top: 0;
		top: 50%;
		margin-top: -25px;
		font-size: 30px;
		text-align: center;
		line-height: 50px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		box-shadow: 0 0 0 2px transparent inset;
		color: inherit;
		}
		.l-submain.color_primary .w-clients-nav:hover {
			box-shadow: 0 0 0 2px #fff inset;
			}
		.w-clients-nav.to_prev {
			left: -70px;
			}
		.l-canvas.type_boxed .w-clients-nav.to_prev {
			left: -50px;
			}
			.w-clients-nav.to_prev:before {
				display: block;
				content: '\f104';
				font-family: FontAwesome;
				margin-right: 3px;
				}
		.w-clients-nav.to_next {
			right: -70px;
			}
		.l-canvas.type_boxed .w-clients-nav.to_next {
			right: -50px;
			}
			.w-clients-nav.to_next:before {
				display: block;
				content: '\f105';
				font-family: FontAwesome;
				margin-left: 3px;
				}
		.w-clients-nav.disabled,
		.no-touch .w-clients-nav.disabled:hover {
			cursor: default;
			opacity: 0.15;
			box-shadow: none !important;
			color: inherit !important;
			}
		@media only screen and (max-width: 1300px) {
		.w-clients {
			padding: 0 40px;
			}
		.w-clients-nav.to_next {
			right: -20px;
			}
		.w-clients-nav.to_prev {
			left: -20px;
			}
		}


/* w-comments */
.w-comments {
	padding-top: 35px;
	border-top: 1px solid #e8e8e8; /* variable */
	}
	.w-comments-title {
		margin-bottom: 10px;
		}
		.w-comments-title i {
			margin-right: 10px;
			opacity: 0.33;
			}
	.w-comments-list {
		padding-bottom: 5px;
		}
		.w-comments-item {
			padding-top: 30px;
			border-top: 1px solid #e8e8e8; /* variable */
			}
		.w-comments-list > .w-comments-item:first-child {
			border-top: none;
			}
			.w-comments-item-meta {
				margin-bottom: 15px;
				}
				.w-comments-item-icon {
					top: 30px;
					line-height: 0;
					border-radius: 50%;
					overflow: hidden;
					}
				.w-comments-item-date {
					float: none;
					font-size: 13px;
					opacity: 0.5;
					color: inherit;
					}
			.w-comments-item-text {
				margin-bottom: -6px;
				}
		.no-touch .w-comments-item-meta a:hover,
		.no-touch .w-comments-item-text a:hover,
		.no-touch .w-comments-item-answer a:hover {
			border-bottom: 1px solid;
			}
	.w-comments .g-pagination {
		font-size: 13px;
		text-align: center;
		}
		.w-comments .g-pagination a {
			margin: 0 10px;
			}
			.no-touch .w-comments .g-pagination a:hover {
				border-bottom: 1px solid;
				}
			

/* w-contacts */
.w-contacts-item-name {
	display: none;
	}
.no-touch .w-contacts a:hover {
	border-bottom: 1px solid;
	}
.l-main .w-contacts-list {
	font-size: 0;
	margin: 0 -20px -20px;
	}
	.l-main .w-contacts-item {
		display: inline-block;
		vertical-align: middle;
		min-height: 50px;
		padding: 0 20px;
		margin-bottom: 20px;
		position: relative;
		}
		.l-main .w-contacts-item i {
			position: absolute;
			top: 0;
			left: 20px;
			text-align: center;
			font-size: 20px;
			line-height: 50px;
			height: 50px;
			width: 50px;
			border-radius: 50%;
			box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
			color: #d13a7a; /* variable */
			}
		.l-main .w-contacts-item-value {
			display: block;
			font-size: 16px;
			line-height: 26px;
			margin: 12px 0 0 65px;
			white-space: normal;
			}
	/* w-contacts in header */
	.l-subheader .w-contacts {
		margin-right: 15px;
		font-size: 0;
		}
	.l-subheader.at_top .w-contacts {
		float: left;
		}
	.l-subheader.at_middle .w-contacts {
		float: right;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-contacts {
		float: left;
		}
	.l-canvas.headertype_centered .l-subheader .w-contacts {
		display: none;
		}
		.l-subheader .w-contacts-list {
			display: inline-block;
			vertical-align: middle;
			font-size: 13px;
			line-height: 36px;
			margin: 0 -10px;
			}
		.l-subheader .w-contacts-item {
			display: inline-block;
			vertical-align: top;
			margin: 0 10px;
			white-space: nowrap;
			}
			.l-subheader .w-contacts-item i {
				opacity: 0.5;
				}
			.l-subheader .w-contacts-item-value {
				display: inline-block;
				vertical-align: top;
				margin: 0 0 0 5px;
				}
				.l-subheader .w-contacts-item-value a {
					color: inherit;
					}
					.no-touch .l-subheader .w-contacts-item-value a:hover {
						color: #666; /* variable */
						}
	/* w-contacts in footer */
	.l-subfooter .w-contacts-item {
		position: relative;
		}
		.l-subfooter .w-contacts-item i {
			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;
			}


/* w-copyright */
.w-copyright {
	float: left;
	}
	
	
/* w-counter */
.w-counter {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	}
	.w-counter-number {
		font: 70px/70px 'Noto Sans';
		color: #444; /* variable */
		}
		.w-counter.color_primary .w-counter-number {
			color: #d13a7a; /* variable */
			}
		.w-counter.color_secondary .w-counter-number {
			color: #666; /* variable */
			}
	.w-counter h6.w-counter-title {
		padding: 10px 0 8px;
		margin: 0;
		}
		

/* w-filters */
.w-filters {
	text-align: center;
	font-size: 0;
	background-color: #f2f2f2; /* variable */
	}
	.w-filters-item {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
		cursor: pointer;
		-webkit-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
		}
	.w-filters-item.active {
		cursor: default;
		}
	.no-touch .w-filters-item:hover {
		background-color: #d13a7a; /* variable */
		color: #fff;
		}
	.w-filters-item.active,
	.no-touch .w-filters-item.active:hover {
		background-color: #fff; /* variable */
		color: #d13a7a; /* variable */
		}
		
		
/* w-form */
.w-form-row {
    padding: 0 0 16px;
	}
	.w-form-label {
		margin: 0 0 6px;
		}
	.w-form-field {
		position: relative;
		}
		.w-form-field > input[type="text"],
		.w-form-field > input[type="password"],
		.w-form-field > input[type="email"],
		.w-form-field > textarea,
		.w-form-field > select {
			padding-left: 50px;
			}
		.w-form-field > i {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			font-size: 20px;
			text-align: center;
			line-height: 40px;
			width: 50px;
			opacity: 0.33;
			-webkit-transition: opacity 0.3s, color 0.3s;
					transition: opacity 0.3s, color 0.3s;
			}
		.w-form-field > input:focus + i,
		.w-form-field > textarea:focus + i {
			opacity: 1;
			color: #c20; /* variable */
			}
		.w-form-state {
			font-size: 14px;
			line-height: 24px;
			color: red;
			}
			.w-form-row.for_submit .g-btn i {
				display: none;
				position: absolute;
				top: 50%;
				left: 50%;
				font-size: 26px;
				line-height: 30px;
				height: 30px;
				width: 30px;
				margin: -15px 0 0 -15px;
				}
			.w-form-row.for_submit .g-btn.loading i {
				display: block;
				}
			.w-form-row.for_submit .g-btn.loading span {
				opacity: 0;
				}
		/* STATE: error */
		.w-form-row.check_wrong input[type="text"],
		.w-form-row.check_wrong input[type="password"],
		.w-form-row.check_wrong input[type="email"],
		.w-form-row.check_wrong input[type="url"],
		.w-form-row.check_wrong input[type="tel"],
		.w-form-row.check_wrong input[type="number"],
		.w-form-row.check_wrong input[type="date"],
		.w-form-row.check_wrong textarea,
		.w-form-row.check_wrong select {
			box-shadow: 0 0 0 1px red;
			}
		/* STATE: success */
		.w-form-row.check_correct input[type="text"],
		.w-form-row.check_correct input[type="password"],
		.w-form-row.check_correct input[type="email"],
		.w-form-row.check_correct input[type="url"],
		.w-form-row.check_correct input[type="tel"],
		.w-form-row.check_correct input[type="number"],
		.w-form-row.check_correct input[type="date"],
		.w-form-row.check_correct textarea,
		.w-form-row.check_correct select {
			box-shadow: 0 0 0 1px #5a0;
			}
	/* FORM: protected post */
	.w-form.protected-post-form .w-form-row:after {
		display: block;
		content: '';
		clear: both;
		}
		.w-form.protected-post-form .w-form-field {
			float: left;
			}
			.w-form.protected-post-form .g-btn {
				margin: 0 0 0 10px;
				}


/* w-gallery */
.w-gallery-tnail {
	position: relative;
	}
	.w-gallery-tnail img {
		display: block;
		}
	.w-gallery-tnail-title {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: box-shadow 0.25s;
				transition: box-shadow 0.25s;
		box-shadow: 0 0 0 1px transparent inset;
		}
		.no-touch .w-gallery-tnail:hover .w-gallery-tnail-title {
			box-shadow: 0 0 0 8px #fff inset;
			}
.w-gallery.type_masonry .w-gallery-tnail {
	width: 24.9999%;
	}
	

/* w-icon */
.w-icon {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
	}
	.w-icon-link {
		display: block;
		}
		.no-touch .w-icon-link:hover {
			border: none !important;
			}
	/* WITH: circle */
	.w-icon.with_circle {
		text-align: center;
		border-radius: 50%;
		overflow: hidden;
		}
	/* COLOR: text */
	.w-icon.color_text .w-icon-link {
		color: #666; /* variable */
		}
		.w-icon.color_text.with_circle .w-icon-link {
			background-color: #f2f2f2; /* variable */
			}
	.color_primary .w-icon.color_text .w-icon-link {
		color: #fff;
		}
		.color_primary .w-icon.color_text.with_circle .w-icon-link {
			color: #666; /* variable */
			}
	/* COLOR: border */
	.w-icon.color_border .w-icon-link {
		color: #e8e8e8; /* variable */
		}
		.w-icon.color_border.with_circle .w-icon-link {
			background-color: #e8e8e8; /* variable */
			color: #fff;
			}
	/* COLOR: primary */
	.w-icon.color_primary .w-icon-link {
		color: #d13a7a; /* variable */
		}
		.w-icon.color_primary.with_circle .w-icon-link {
			background-color: #d13a7a; /* variable */
			color: #fff !important;
			}
	/* COLOR: secondary */
	.w-icon.color_secondary .w-icon-link {
		color: #666; /* variable */
		}
		.w-icon.color_secondary.with_circle .w-icon-link {
			background-color: #666; /* variable */
			color: #fff !important;
			}
	/* COLOR: fade */
	.w-icon.color_fade .w-icon-link {
		color: #999; /* variable */
		}
		.w-icon.color_fade.with_circle .w-icon-link {
			background-color: #f2f2f2; /* variable */
			}
			.no-touch .w-icon.color_fade.with_circle .w-icon-link:hover {
				color: #999; /* variable */
				}
	/* SIZE: tiny */
	.w-icon.size_tiny {
		font-size: 24px;
		}
	.w-icon.size_tiny.with_circle {
		font-size: 16px;
		line-height: 36px;
		height: 36px;
		width: 36px;
		}
	/* SIZE: small */
	.w-icon.size_small {
		font-size: 36px;
		}
	.w-icon.size_small.with_circle {
		font-size: 24px;
		line-height: 48px;
		height: 48px;
		width: 48px;
		}
	/* SIZE: medium */
	.w-icon.size_medium {
		font-size: 48px;
		}
	.w-icon.size_medium.with_circle {
		font-size: 32px;
		line-height: 60px;
		height: 60px;
		width: 60px;
		}
	/* SIZE: big */
	.w-icon.size_big {
		font-size: 68px;
		}
	.w-icon.size_big.with_circle {
		font-size: 48px;
		line-height: 86px;
		height: 86px;
		width: 86px;
		}
	/* SIZE: huge */
	.w-icon.size_huge {
		font-size: 90px;
		}
	.w-icon.size_huge.with_circle {
		font-size: 64px;
		line-height: 110px;
		height: 110px;
		width: 110px;
		}


/* w-iconbox */
.w-iconbox-icon {
	-webkit-transition: color 0.3s;
			transition: color 0.3s;
	color: #d13a7a; /* variable */
	}
	.w-iconbox-icon i {
		vertical-align: top;
		line-height: inherit;
		position: relative;
		}
	.w-iconbox-icon img {
		line-height: inherit;
		position: relative;
		}
	.w-iconbox .w-iconbox-title {
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
		}
	.no-touch .w-iconbox-link:hover .w-iconbox-title {
		color: #d13a7a; /* variable */
		}
	/* ICONPOS: left */
	.w-iconbox.iconpos_left .w-iconbox-icon {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
		width: 40px;
		}
		.w-iconbox.iconpos_left.with_circle .w-iconbox-icon {
			font-size: 28px;
			line-height: 70px;
			height: 70px;
			width: 70px;
			}
	.w-iconbox.iconpos_left .w-iconbox-title {
		margin-left: 55px;
		padding-top: 5px;
		padding-bottom: 15px;
		}
		.w-iconbox.iconpos_left.with_circle .w-iconbox-title {
			margin-left: 96px;
			margin-bottom: 0;
			padding-top: 0;
			}
		.w-iconbox.iconpos_left.with_circle .w-iconbox-text {
			margin-left: 96px;
			}
	/* ICONPOS: top */
	.w-iconbox.iconpos_top .w-iconbox-icon {
		font-size: 70px;
		line-height: 90px;
		height: 90px;
		width: 90px;
		}
		.w-iconbox.iconpos_top.with_circle .w-iconbox-icon {
			font-size: 36px;
			}
	.w-iconbox.iconpos_top .w-iconbox-title {
		padding: 10px 0 18px;
		}
		.w-iconbox.iconpos_top.with_circle .w-iconbox-title {
			padding: 18px 0 15px;
			}
	/* WITH: circle */
	.w-iconbox.with_circle .w-iconbox-icon {
		text-align: center;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
		}
		.no-touch .w-iconbox.with_circle .w-iconbox-link:hover .w-iconbox-icon {
			color: #fff;
			}
		.no-touch .w-iconbox.with_circle .w-iconbox-icon:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 0;
			width: 100%;
			-webkit-transition: height 0.3s;
					transition: height 0.3s;
			background-color: #d13a7a; /* variable */
			}
			.no-touch .w-iconbox.with_circle .w-iconbox-link:hover .w-iconbox-icon:before {
				height: 100%;
				}
			.no-touch .w-iconbox.with_circle.with_img .w-iconbox-link:hover .w-iconbox-icon:before {
				height: 0;
				}


/* w-lang */
.l-subheader.at_top .w-lang {
	float: left;
	font-size: 0;
	z-index: 2;
	}
.l-subheader.at_middle .w-lang {
	float: right;
	margin-right: 20px;
	font-size: 0;
	}
.l-header.logopos_right .l-subheader.at_middle .w-lang {
	float: left;
	margin-right: 0;
	}
.l-canvas.headertype_centered .w-lang {
	display: none !important;
	}
	.w-lang-h {
		display: inline-block;
		vertical-align: middle;
		line-height: 36px;
		}
		.w-lang.layout_dropdown .w-lang-list {
			padding-top: 32px;
			padding-bottom: 4px;
			min-width: 100%;
			box-sizing: content-box;
			box-shadow: 0 0 0 0 rgba(0,0,0,0);
			-webkit-transition: box-shadow 0.5s;
					transition: box-shadow 0.5s;
			}
		.w-lang.layout_dropdown.active .w-lang-list {
			box-shadow: 0 0 1px 1px rgba(0,0,0,0.08);
			}
			.w-lang-item {
				padding: 0 30px 0 12px;
				}
			.w-lang-list .w-lang-item {
				text-align: left;
				line-height: 28px;
				padding-right: 12px;
				color: inherit;
				opacity: 0;
				}
			.w-lang.layout_dropdown.active .w-lang-list .w-lang-item {
				opacity: 1;
				}
				.w-lang-item-title {
					font-size: 13px;
					vertical-align: top;
					}
		.w-lang-current {
			position: relative;
			z-index: 1;
			cursor: pointer;
			-webkit-transition: color 0.25s;
					transition: color 0.25s;
			}
			.w-lang-current .w-lang-item:before {
				display: block;
				content: "\f107";
				position: absolute;
				top: 0;
				right: 10px;
				font-size: 20px;
				font-family: FontAwesome;
				cursor: pointer;
				}


/* w-logo */
.w-logo {
	float: left;
	z-index: 1;
	}
.l-header.logopos_right .w-logo {
	float: right;
	}
.l-canvas.headertype_centered .w-logo {
	float: none;
	}
	.w-logo-link {
		color: inherit;
		}
		.w-logo-title {
			font-size: 27px;
			font-family: 'Noto Sans';
			line-height: inherit;
			}
		.w-logo-img {
			height: 30px; /* variable */
			-webkit-transition: height 0.1s;
					transition: height 0.1s;
			}
		.l-canvas.headertype_standard .l-header.state_sticky .w-logo-img,
		.l-canvas.headertype_extended .l-header.state_sticky .w-logo-img {
			height: 30px; /* variable */
			}


/* w-map */
.w-map {
	margin: 20px;
	}
.no-touch .w-map {
	margin: 0;
	}
	.w-map img {
		max-width: none;
		}
	.w-map label {
		display: inline;
		width: auto;
		}
	.gm-style .gm-style-iw {
		width: auto !important;
		}
		.gmap_marker {
			color: #333;
			}


/* w-nav in header */
.l-header .w-nav {
	display: inline-block;
	vertical-align: top;
	}
	.w-nav-control {
		float: right;
		font-size: 21px;
		text-align: center;
		height: auto;
		width: 50px;
		cursor: pointer;
		}
	.l-header.logopos_right .w-nav-control,
	.l-subheader.at_bottom .w-nav-control {
		float: none;
		text-align: left;
		width: 40px;
		}
	.l-header .w-nav-list.level_1 {
		font-size: 0;
		}
	.l-header .w-nav-list.level_2,
	.l-header .w-nav-list.level_3 {
		min-width: 200px;
		}
		.l-header .w-nav-item {
			font-size: 0;
			line-height: inherit;
			}
			.l-header .w-nav-anchor {
				font-size: 16px; /* variable */
				}	
			.l-header .w-nav-anchor.level_1 {
				padding: 0 20px;
				height: 100%;
				color: inherit;
				}
				.l-header .w-nav-anchor.level_1 .w-nav-title {
					position: relative;
					}
				/* w-nav sublevel arrow */
				.l-header .w-nav-arrow {
					display: none;
					position: absolute;
					top: 0;
					right: 0;
					font-family: FontAwesome;
					font-size: 20px;
					font-weight: normal;
					line-height: inherit;
					height: 100%;
					width: 20px;
					}
					.l-header .w-nav-arrow:before {
						content: '\f107';
						}
				.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow {
					display: block;
					line-height: 40px;
					}
					.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before {
						content: '\f105';
						}
				.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title {
					padding-right: 20px;
					}
				/* w-nav underline hover effect */
				.no-touch .touch_disabled .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;
					-webkit-transition: all 0.25s;
							transition: all 0.25s;
					}
				.w-nav-title:after  {
					background-color: #d13a7a; /* variable */
					}
					.no-touch .touch_disabled .w-nav-item.level_1:hover .w-nav-title:after {
						bottom: -2px;
						opacity: 1;
						}
		/* w-nav dropdown lists */
		.l-header .w-nav-list.level_2,
		.l-header .w-nav-list.level_3 {
			box-shadow: 0 8px 15px rgba(0,0,0,0.1);
			background-color: #fff; /* variable */
			}
			.l-header .w-nav-anchor.level_2,
			.l-header .w-nav-anchor.level_3 {
				line-height: 20px;
				white-space: nowrap;
				-webkit-transition: color 0.1s, background-color 0.1s;
						transition: color 0.1s, background-color 0.1s;
				color: #666; /* variable */
				}
		/* w-nav dropdown columns list */
		.w-nav.touch_disabled [class*="columns"] .w-nav-list.level_2 {
			text-align: left;
			padding: 15px 0;
			}
			.w-nav.touch_disabled [class*="columns"] .w-nav-item.level_2 {
				padding: 0 15px;
				}
		.touch_disabled [class*="columns"] .w-nav-list.level_3 {
			box-shadow: none;
			}
		.touch_disabled [class*="columns"] .w-nav-anchor.level_2,
		.touch_disabled [class*="columns"] .w-nav-anchor.level_3 {
			white-space: normal;
			}
		.touch_disabled [class*="columns"] .has_sublevel .w-nav-anchor.level_2 {
			font-weight: 700;
			margin: 0 0 8px;
			background-color: transparent !important;
			}
			.touch_disabled [class*="columns"] .has_sublevel .w-nav-arrow {
				display: none !important;
				}
		/* w-nav icons */
		.w-nav-item[class*="fa-"]:before {
			display: none;
			content: '' !important;
			}
			.w-nav-item[class*="fa-"] > .w-nav-anchor > .w-nav-icon {
				display: inline;
				margin-right: 7px;
				position: relative;
				}
		/* w-nav button */
		.touch_disabled .btn .w-nav-anchor.level_1 {
			display: inline-block;
			vertical-align: middle;
			line-height: 40px;
			border-radius: 5px;
			margin: 0 10px;
			}
			.touch_disabled .btn .w-nav-title:after {
				display: none !important;
				}
			.touch_disabled .btn .w-nav-anchor.level_1:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 0;
				background-color: rgba(0,0,0,0.1);
				-webkit-transition: height 0.25s;
						transition: height 0.25s;
				}
				.no-touch .touch_disabled .btn .w-nav-anchor.level_1:hover:before {
					height: 100%;
					}
	/* TOUCH: enabled */
	.l-header .w-nav.touch_enabled {
		display: block;
		}
		.l-header .w-nav.touch_enabled .w-nav-control {
			display: block;
			}
		.l-header .w-nav.touch_enabled .w-nav-list.level_1 {
			clear: both;
			margin: 0 -40px;
			padding: 0 40px;
			overflow-y: auto;
			}
			.l-header .w-nav.touch_enabled .w-nav-item {
				float: none;
				width: 100%;
				line-height: 26px;
				}
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_1:after  {
					display: none;
					}
				.l-header .w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-arrow,
				.l-header .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow {
					display: block;
					font-size: 26px;
					text-align: center;
					line-height: 46px;
					width: 50px;
					}
					.l-header .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before {
						content: '\f107';
						}
				.l-header .w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-title,
				.l-header .w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title {
					padding-right: 50px;
					}
				.l-header .w-nav.touch_enabled .w-nav-item.level_1.open .w-nav-anchor.level_1 .w-nav-arrow,
				.l-header .w-nav.touch_enabled .w-nav-item.level_2.open .w-nav-anchor.level_2 .w-nav-arrow {
					-webkit-transform: rotate(180deg);
						-ms-transform: rotate(180deg);
							transform: rotate(180deg);
					}
		.l-header .w-nav.touch_enabled .w-nav-list.level_2,
		.l-header .w-nav.touch_enabled .w-nav-list.level_3 {
			display: block;
			position: static;
			box-shadow: none;
			}
			.l-header .w-nav.touch_enabled .w-nav-anchor.level_2,
			.l-header .w-nav.touch_enabled .w-nav-anchor.level_3 {
				line-height: 26px;
				}
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_1,
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_2,
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_3 {
					text-align: left;
					padding: 10px 0;
					margin: 0;
					box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
					}
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_1 {
					background-color: transparent !important;
					}
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_2 {
					padding-left: 20px;
					}
				.l-header .w-nav.touch_enabled .w-nav-anchor.level_3 {
					padding-left: 40px;
					}

/* w-nav in footer */
.l-subfooter.at_bottom .w-nav {
	float: right;
	}
	.l-subfooter.at_bottom .w-nav-item {
		font-size: inherit;
		line-height: inherit;
		}
		.l-subfooter.at_bottom .w-nav-anchor.level_1 {
			display: inline;
			padding: 0;
			margin: 0 10px;
			}
	.l-subfooter.at_bottom .w-nav-list.level_2 {
		display: none !important;
		}


/* w-pagehead */
.w-pagehead {
	text-align: center;
	}
	.g-html .w-pagehead h1 {
		margin: 0;
		}
	.w-pagehead p {
		line-height: 22px;
		margin: 6px 0 0;
		opacity: 0.65;
		}
	.w-pagehead .g-breadcrumbs {
		font-size: 13px;
		line-height: 24px;
		margin: 8px 0 4px;
		}
		.no-touch .g-breadcrumbs a:hover {
			border-bottom: 1px solid;
			}
		.g-breadcrumbs-item {
			margin: 0;
			}
		.g-breadcrumbs-separator {
			margin: 0 8px;
			}
	.w-pagehead-nav {
		font-size: 0;
		text-align: center;
		overflow: hidden;
		margin: 16px 0 -6px;
		}
		.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item {
			display: inline-block;
			vertical-align: top;
			font-size: 30px;
			line-height: 50px;
			height: 50px;
			width: 50px;
			margin: 0 2px;
			border-radius: 50%;
			box-shadow: 0 0 0 2px transparent inset;
			color: #999; /* variable */
			}
			.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_all {
				font-size: 21px;
				}
			.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_all:before {
				display: block;
				content: '\f00a';
				font-family: FontAwesome;
				margin-top: 2px;
				}
			.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_next:before {
				display: block;
				content: '\f105';
				font-family: FontAwesome;
				margin-left: 2px;
				}
			.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item.type_prev:before {
				display: block;
				content: '\f104';
				font-family: FontAwesome;
				margin-right: 2px;
				}
			.no-touch .w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item:hover {
				box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
				color: #d13a7a; /* variable */
				}
			.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item i {
				line-height: inherit;
				}
	/* TYPE: row */
	.w-pagehead.type_row h1 {
		float: left;
		font-size: 24px;
		line-height: 34px;
		margin: 3px 0;
		}
	.w-pagehead.type_row p {
		float: left;
		margin: 12px 0 0 22px;
		}
	.w-pagehead.type_row .g-breadcrumbs {
		float: right;
		}
	.w-pagehead.type_row .w-pagehead-nav {
		float: right;
		margin: -5px 0;
		}

/* w-portfolio */
.w-portfolio-pagination {
	padding-top: 30px;
	}
.w-portfolio.with_indents .w-portfolio-list {
	margin: 5px;
	}
.w-portfolio-item-anchor {
	cursor: pointer;
	background-color: #fff; /* variable */
	color: #444; /* variable */
	}
	.w-portfolio-item-image {
		background-color: inherit;
		}
	.w-portfolio-item-image img {
		width: 100%;
		}
	img.w-portfolio-item-image-second {
		display: none;
		}
	.w-portfolio-item-meta {
		padding: 14px 20px;
		position: relative;
		background-color: inherit;
		}
		.w-portfolio-item-meta-h {
			background-color: inherit;
			}
			.w-portfolio-item-title {
				font-size: 20px;
				color: inherit !important;
				}
			.w-portfolio-item-text {
				font-size: 0.9em;
				line-height: 18px;
				margin-top: 5px;
				opacity: 0.66;
				}
			.w-portfolio-item-arrow {
				display: block;
				position: absolute;
				top: -10px;
				left: 50%;
				margin-left: -15px;
				height: 24px;
				width: 24px;
				border-radius: 5px;
				-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
				background-color: inherit;
				}
	/* TYPE: 1 */
	.type_1 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
		.no-touch .type_1 .w-portfolio-item-image-first {
			-webkit-transition: -webkit-transform 0.35s;
					transition: transform 0.35s;
			}
			.no-touch .type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image-first {	
				-webkit-transform: translateY(-30px);
					-ms-transform: translateY(-30px);
						transform: translateY(-30px);
				}
		.no-touch .type_1 img.w-portfolio-item-image-second {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-transform: translateY(100%);
				-ms-transform: translateY(100%);
					transform: translateY(100%);
			-webkit-transition: -webkit-transform 0.35s;
					transition: transform 0.35s;
			}
			.no-touch .type_1 .w-portfolio-item-anchor:hover img.w-portfolio-item-image-second {	
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
				}
		.no-touch .type_1 .w-portfolio-item-meta {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			-webkit-transform: translateY(101%);
				-ms-transform: translateY(101%);
					transform: translateY(101%);
			-webkit-transition: -webkit-transform 0.35s;
					transition: transform 0.35s;
			}
			.no-touch .type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
			.type_1 .w-portfolio-item-title {
				position: relative;
				z-index: 1;
				}
			.type_1 .w-portfolio-item-arrow {
				-webkit-transition: top 0.3s;
						transition: top 0.3s;
				}
			.no-touch .type_1 .w-portfolio-item-arrow {
				top: 4px;
				}
				.no-touch .type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
					top: -10px;
					}
	/* TYPE: 2 */
	.type_2 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_2 img {
		-webkit-transition: -webkit-transform 0.35s;
				transition: transform 0.35s;
		}
		.no-touch .type_2 .w-portfolio-item-anchor:hover img {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
			}
	.no-touch .type_2 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
				transition: opacity 0.35s;
		background-color: inherit;
		}
		.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0.9;
			}
	.type_2 .w-portfolio-item-meta {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 60px 30px 25px;
		background: none;
		color: #fff;
		}
		.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			color: inherit;
			}
		.type_2 .w-portfolio-item-meta-h {
			position: relative;
			}
		.type_2 .w-portfolio-item-meta:before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: linear-gradient(to top, rgba(30,30,30,0.8) 0, transparent 100%) repeat-x;
			-webkit-transition: opacity 0.35s;
					transition: opacity 0.35s;
			}
			.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
				opacity: 0;
				}
			.type_2 .w-portfolio-item-arrow {
				display: none;
				}
	/* TYPE: 3 */
	.type_3 .w-portfolio-item-image:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.5;
		background-color: inherit;
		-webkit-transition: opacity 0.4s;
				transition: opacity 0.4s;
		}
		.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0;
			}
	.type_3 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: none;
		}
		.type_3 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.type_3 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
		.no-touch .type_3 .w-portfolio-item-title {
			opacity: 1;
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
				opacity: 0;
				-webkit-transform: translateY(-40px);
					-ms-transform: translateY(-40px);
						transform: translateY(-40px);
				}
		.no-touch .type_3 .w-portfolio-item-text {
			opacity: 0.66;
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0;
				-webkit-transform: translateY(40px);
					-ms-transform: translateY(40px);
						transform: translateY(40px);
				}
			.type_3 .w-portfolio-item-arrow {
				display: none;
				}
	/* TYPE: 4 */
	.no-touch .type_4 .w-portfolio-item-image:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background-color: inherit;
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
		}
		.no-touch .type_4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0.5;
			}
	.no-touch .type_4 .w-portfolio-item-meta {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 16px;
		background: none;
		}
		.no-touch .type_4 .w-portfolio-item-title {
			opacity: 0;
			-webkit-transform: translateY(-30px);
				-ms-transform: translateY(-30px);
					transform: translateY(-30px);
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_4 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
				opacity: 1;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
		.no-touch .type_4 .w-portfolio-item-text {
			opacity: 0;
			-webkit-transform: translateY(-15px);
				-ms-transform: translateY(-15px);
					transform: translateY(-15px);
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_4 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0.66;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
			.type_3 .w-portfolio-item-arrow {
				display: none;
				}
			.no-touch .type_4 .w-portfolio-item-arrow {
				display: none;
				}
	/* TYPE: 5 */
	.type_5 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_5 .w-portfolio-item-image {
		-webkit-transition: -webkit-transform 0.4s;
				transition: transform 0.4s;
		}
		.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
			}
	.no-touch .type_5 .w-portfolio-item-meta {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		padding: 20px;
		opacity: 0;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
				transition: transform 0.3s, opacity 0.3s;
		}
		.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			opacity: 0.9;
			-webkit-transform: scale(1);
				-ms-transform: scale(1);
					transform: scale(1);
			}
		.no-touch .type_5 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_5 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
			.no-touch .type_5 .w-portfolio-item-arrow {
				display: none;
				}
	/* TYPE: 6 */
	.type_6 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_6 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
				transition: opacity 0.35s;
		}
		.no-touch .type_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			opacity: 0.9;
			}
		.no-touch .type_6 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_6 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			-webkit-transform: scale(1.5);
				-ms-transform: scale(1.5);
					transform: scale(1.5);
			-webkit-transition: -webkit-transform 0.35s;
					transition: transform 0.35s;
			}
			.no-touch .type_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h {
				-webkit-transform: scale(1);
					-ms-transform: scale(1);
						transform: scale(1);
				}
		.no-touch .type_6 .w-portfolio-item-arrow {
			display: none;
			}
	/* TYPE: 7 */
	.type_7 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.type_7 .w-portfolio-item-image img {
		opacity: 0.7;
		position: relative;
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
				transition: transform 0.4s, opacity 0.4s;
		}
		.no-touch .type_7 .w-portfolio-item-anchor:hover .w-portfolio-item-image img {
			opacity: 0.3;
			-webkit-transform: scale(1);
				-ms-transform: scale(1);
					transform: scale(1);
			}
	.type_7 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px 44px 30px;
		background: none;
		}
		.type_7 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.type_7 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
		.no-touch .type_7 .w-portfolio-item-meta:after {
			content: '';
			position: absolute;
			top: 20px;
			left: 20px;
			right: 20px;
			bottom: 20px;
			border: 2px solid #fff;
			opacity: 0;
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
			-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
					transition: transform 0.4s, opacity 0.4s;
			}
			.no-touch .type_7 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:after {
				opacity: 1;
				-webkit-transform: scale(1);
					-ms-transform: scale(1);
						transform: scale(1);
				}
		.no-touch .type_7 .w-portfolio-item-text {
			opacity: 0;
			-webkit-transform: translateY(10px);
				-ms-transform: translateY(10px);
					transform: translateY(10px);
			-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
					transition: transform 0.4s, opacity 0.4s;
			}
			.no-touch .type_7 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0.66;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
		.type_7 .w-portfolio-item-arrow {
			display: none;
			}
	/* TYPE: 8 */
	.type_8 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_8 .w-portfolio-item-image img {
		position: relative;
		max-width: none;
		width: calc(100% + 20px);
		-webkit-transform: translateX(-20px);
			-ms-transform: translateX(-20px);
				transform: translateX(-20px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
				transition: transform 0.4s, opacity 0.4s;
		}
		.no-touch .type_8 .w-portfolio-item-anchor:hover .w-portfolio-item-image img {
			opacity: 0.5;
			-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
					transform: translateX(0);
			}
	.no-touch .type_8 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: none;
		}
		.no-touch .type_8 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_8 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
		.no-touch .type_8 .w-portfolio-item-title {
			opacity: 0;
			-webkit-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
					transform: translateX(-40px);
			-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
					transition: transform 0.3s, opacity 0.3s;
			}
			.no-touch .type_8 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
				opacity: 1;
				-webkit-transform: translateX(0);
					-ms-transform: translateX(0);
						transform: translateX(0);
				}
		.no-touch .type_8 .w-portfolio-item-text {
			opacity: 0;
			-webkit-transform: translateX(60px);
				-ms-transform: translateX(60px);
					transform: translateX(60px);
			-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
					transition: transform 0.3s, opacity 0.3s;
			}
			.no-touch .type_8 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0.66;
				-webkit-transform: translateX(0);
					-ms-transform: translateX(0);
						transform: translateX(0);
				}
		.no-touch .type_8 .w-portfolio-item-arrow {
			display: none;
			}
	/* TYPE: 9 */
	.no-touch .type_9 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_9 .w-portfolio-item-image img {
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
				transition: transform 0.4s, opacity 0.4s;
		}
		.no-touch .type_9 .w-portfolio-item-anchor:hover .w-portfolio-item-image img {
			opacity: 0;
			-webkit-transform: scale(4);
				-ms-transform: scale(4);
					transform: scale(4);
			}
	.no-touch .type_9 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background: none;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
				transition: transform 0.6s, opacity 0.6s;
		}
		.no-touch .type_9 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			opacity: 1;
			-webkit-transform: scale(1);
				-ms-transform: scale(1);
					transform: scale(1);
			}
		.no-touch .type_9 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_9 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
	/* TYPE: 10 */
	.no-touch .type_10 .w-portfolio-item-h {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.no-touch .type_10 .w-portfolio-item-meta {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 80px 30px 25px;
		background: none;
		color: #fff;
		}
		.no-touch .type_10 .w-portfolio-item-meta:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(to top, rgba(30,30,30,0.8) 0, transparent 100%) repeat-x;
			-webkit-transform: translateY(100%);
				-ms-transform: translateY(100%);
					transform: translateY(100%);
			-webkit-transition: -webkit-transform 0.3s, opacity 0.45s;
					transition: transform 0.3s, opacity 0.45s;
			}
			.no-touch .type_10 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
				opacity: 1;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
		.no-touch .type_10 .w-portfolio-item-title {
			position: relative;
			opacity: 0;
			-webkit-transform: translateY(10px);
				-ms-transform: translateY(10px);
					transform: translateY(10px);
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_10 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
				opacity: 1;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
		.no-touch .type_10 .w-portfolio-item-text {
			position: relative;
			opacity: 0;
			-webkit-transform: translateY(20px);
				-ms-transform: translateY(20px);
					transform: translateY(20px);
			-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
					transition: transform 0.35s, opacity 0.35s;
			}
			.no-touch .type_10 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0.66;
				-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
						transform: translateY(0);
				}
				

/* w-pricing */
.w-pricing {
	margin-bottom: 10px;
	}
	.w-pricing-item-h {
		margin: 10px 0;
		border-bottom: 1px solid #e8e8e8; /* variable */
		box-shadow: 1px 0 0 rgba(0,0,0,0.08) inset;
		}
		.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;
			}
		.l-submain.color_primary .w-pricing-item-h {
			border-color: 1px solid #fff;
			}
	.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;
			}
			.w-pricing-item-title {
				font: 20px/20px 'Noto Sans', sans-serif;
				padding: 25px 0 10px;
				box-shadow: 1px 0 0 rgba(0,0,0,0.05) inset;
				background-color: #f2f2f2; /* variable */
				color: #444; /* variable */
				}
				.w-pricing-item:first-child .w-pricing-item-title {
					border-radius: 8px 0 0 0;
					}
				.w-pricing-item:last-child .w-pricing-item-title {
					border-radius: 0 8px 0 0;
					}
			.w-pricing-item-price {
				font: 300 44px/44px 'Noto Sans', sans-serif;
				padding: 0 20px 20px;
				box-shadow: 1px 0 0 rgba(0,0,0,0.05) inset;
				background-color: #f2f2f2; /* variable */
				color: #444; /* variable */
				}
				.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;
			padding: 0;
			}
			.w-pricing-item .w-pricing-item-features li {
				padding: 10px;
				margin: 0;
				}
		.w-pricing-item-footer {
			padding: 30px 0;
			}
	.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-title {
			padding: 30px 0 15px;
			border-radius: 8px 8px 0 0;
			box-shadow: none;
			background-color: #d13a7a; /* variable */
			color: #fff;
			}
		.w-pricing-item.type_featured .w-pricing-item-price {
			box-shadow: none;
			background-color: #d13a7a; /* variable */
			color: #fff;
			}
		.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;
		}
		
		
/* w-progbar */
.w-progbar {
	position: relative;
	margin-bottom: 28px;
	}
	.w-progbar-title {
		margin-bottom: 8px !important;
		}
		.w-progbar-title-text {
			display: block;
			padding-right: 60px;
			}
		.w-progbar-title-count {
			position: absolute;
			top: 0;
			right: 0;
			}
	.w-progbar-bar {
		clear: both;
		height: 10px;
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
		background-color: #f2f2f2; /* variable */
		}
		.w-progbar-bar-h {
			height: 10px;
			border-radius: 5px;
			}	
		.w-progbar.color_primary .w-progbar-bar-h {
			background-color: #d13a7a; /* variable */
			}
		.w-progbar.color_secondary .w-progbar-bar-h {
			background-color: #666; /* variable */
			}
		
		
/* w-search */
.w-search {
	margin-bottom: 40px;
	}
	.w-search-input input {
		padding: 0 10px;
		}
		.w-search.submit_inside .w-search-input input {
			padding-right: 42px;
			}
	.w-search.submit_inside .w-search-submit {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		border: none;
		height: 42px;
		width: 42px;
		}
		.w-search.submit_inside .w-search-submit:before {
			display: block;
			position: absolute;
			top: 0;
			left: 12px;
			content: '\f002';
			font-size: 16px;
			line-height: 42px;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			-webkit-transition: opacity 0.25s;
					transition: opacity 0.25s;
			opacity: 0.5;
			}
			.w-search.submit_inside .w-search-submit:hover:before {
				opacity: 1;
				}
		.w-search.submit_inside .w-search-submit input {
			position: absolute;
			top: 0;
			left: 0;
			height: 42px;
			width: 42px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
			box-shadow: none !important;
			background: none !important;
			border: none !important;
			}
	/* w-search in header */
	.l-subheader .w-search {
		float: right;
		line-height: inherit;
		width: 36px;
		margin: 0 0 0 6px;
		position: relative;
		z-index: 12;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-search,
	.l-canvas.headertype_centered .l-subheader.at_bottom .w-search {
		float: none;
		display: inline-block;
		vertical-align: top;
		}
	.l-canvas.headertype_centered .w-nav.touch_enabled ~ .w-search {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		}
	.l-subheader.at_middle .w-nav.touch_enabled ~ .w-search {
		display: block;
		position: absolute;
		top: 0;
		left: 40px;
		margin: 0;
		}
		.l-subheader .w-search-show {
			display: block;
			font-size: 18px;
			line-height: inherit;
			text-align: center;
			cursor: pointer;
			-webkit-transition: color 0.25s;
					transition: color 0.25s;
			}
			.no-touch .l-subheader .w-search-show:hover {
				color: #d13a7a; /* variable */
				}
			.l-subheader .w-search-show i {
				line-height: inherit;
				vertical-align: top;
				}
		.l-subheader .w-search-form {
			position: fixed;
			left: 0;
			top: -100%;
			height: 100%;
			width: 100%;
			z-index: 100;
			color: #fff; /* variable */
			}
			.l-subheader .w-search-form:before {
				display: block;
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				height: 100%;
				width: 100%;
				z-index: -1;
				opacity: 0.96;
				background-color: #d13a7a; /* variable */
				}
			.l-subheader .w-search-form-h {
				display: table;
				height: 100%;
				width: 100%;
				}
				.l-subheader .w-search-form-row {
					display: table-cell;
					vertical-align: middle;
					text-align: center;
					width: 100%;
					}
					.l-subheader .w-search-label {
						font-size: 2em;
						line-height: 1.6em;
						}
					.l-subheader .w-search-input {
						width: 80%;
						margin: 0 auto;
						}
						.l-subheader .w-search-input input {
							font-size: 5em;
							line-height: 1.5em;
							text-align: center;
							height: auto;
							width: 100%;
							padding: 0;
							border: none;
							border-radius: 0;
							box-shadow: none !important;
							background-color: transparent;
							}
					.l-subheader .w-search.submit_inside .w-search-submit {
						display: none;
						}
					.l-subheader .w-search-close {
						display: block;
						position: absolute;
						top: 0;
						right: 0;
						font-size: 40px;
						line-height: 80px;
						height: 80px;
						width: 80px;
						cursor: pointer;
						opacity: 0.5;
						-webkit-transition: opacity 0.25s;
								transition: opacity 0.25s;
						}
						.no-touch .l-subheader .w-search-close:hover {
							opacity: 1;
							}

							
/* w-sharing */
.w-sharing {
	font-size: 0;
	}
	.w-sharing-item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		font-size: 15px;
		text-align: center;
		color: inherit;
		}
	.no-touch .w-sharing-item:hover {
		color: inherit;
		}
		.w-sharing-icon {
			display: inline-block;
			vertical-align: top;
			position: relative;
			margin-right: 3px;
			}
		.w-sharing-count {
			display: inline-block;
			vertical-align: top;
			position: relative;
			}
	/* type_simple */
	.w-sharing.type_simple .w-sharing-item {
		padding: 2px 15px;
		border-right: 2px solid #e8e8e8; /* variable */
		}
	.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-right: none;
		}
		.w-sharing.type_simple .w-sharing-icon {
			font-size: 24px;
			opacity: 0.25;
			-webkit-transition: opacity 0.25s, color 0.25s;
					transition: opacity 0.25s, color 0.25s;
			}
		.w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
			opacity: 1;
			color: #3b5998;
			}
		.w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
			opacity: 1;
			color: #00acee;
			}
		.w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
			opacity: 1;
			color: #c63b1e;
			}
		.w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
			opacity: 1;
			color: #cb2027;
			}
	/* type_outlined */
	.w-sharing.type_outlined .w-sharing-item {
		padding: 5px 15px;
		margin-right: 4px;
		border-radius: 5px;
		overflow: hidden;
		}
	.w-sharing.type_outlined .w-sharing-item:last-child {
		margin-right: 0;
		}
		.w-sharing.type_outlined .w-sharing-icon {
			font-size: 18px;
			margin-right: 3px;
			}
		.no-touch .w-sharing.type_outlined .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);
			-webkit-transition: height 0.25s;
					transition: height 0.25s;
			}
			.no-touch .w-sharing.type_outlined .w-sharing-item:hover:before {
				height: 100%;
				}
	.w-sharing.type_outlined .w-sharing-item.facebook {
		box-shadow: 0 0 0 2px #3b5998 inset;
		color: #3b5998;
		}
		.w-sharing.type_outlined .w-sharing-item.facebook:before {
			background-color: #3b5998;
			}
	.w-sharing.type_outlined .w-sharing-item.twitter {
		box-shadow: 0 0 0 2px #00acee inset;
		color: #00acee;
		}
		.w-sharing.type_outlined .w-sharing-item.twitter:before {
			background-color: #00acee;
			}
	.w-sharing.type_outlined .w-sharing-item.gplus {
		box-shadow: 0 0 0 2px #c63b1e inset;
		color: #c63b1e;
		}
		.w-sharing.type_outlined .w-sharing-item.gplus:before {
			background-color: #c63b1e;
			}
	.w-sharing.type_outlined .w-sharing-item.pinterest {
		box-shadow: 0 0 0 2px #cb2027 inset;
		color: #cb2027;
		}
		.w-sharing.type_outlined .w-sharing-item.pinterest:before {
			background-color: #cb2027;
			}
	.no-touch .w-sharing.type_outlined .w-sharing-item:hover {
		color: #fff;
		}
	/* type_solid */
	.w-sharing.type_solid .w-sharing-item {
		padding: 5px 15px;
		margin-right: 4px;
		border-radius: 5px;
		}
	.w-sharing.type_solid .w-sharing-item:last-child {
		margin-right: 0;
		}
		.w-sharing.type_solid .w-sharing-icon {
			font-size: 18px;
			margin-right: 3px;
			}
		.no-touch .w-sharing.type_solid .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);
			-webkit-transition: height 0.25s;
					transition: height 0.25s;
			}
			.no-touch .w-sharing.type_solid .w-sharing-item:hover:before {
				height: 100%;
				}
	.w-sharing.type_solid .w-sharing-item.facebook {
		background-color: #3b5998;
		color: #fff;
		}
	.w-sharing.type_solid .w-sharing-item.twitter {
		background-color: #00acee;
		color: #fff;
		}
	.w-sharing.type_solid .w-sharing-item.gplus {
		background-color: #c63b1e;
		color: #fff;
		}
	.w-sharing.type_solid .w-sharing-item.pinterest {
		background-color: #cb2027;
		color: #fff;
		}
	/* fixed_left(right) */
	.w-sharing.fixed_left,
	.w-sharing.fixed_right {
		position: fixed;
		top: 50%;
		margin-top: -80px;
		}
	.w-sharing.fixed_left {
		left: 0;
		}
	.w-sharing.fixed_right {
		right: 0;
		}
		.w-sharing.fixed_left .w-sharing-item,
		.w-sharing.fixed_right .w-sharing-item {
			display: block;
			line-height: 40px;
			width: 40px;
			padding: 0;
			margin: 0;
			border-radius: 0;
			}
			.w-sharing.fixed_left .w-sharing-icon,
			.w-sharing.fixed_right .w-sharing-icon {
				margin: 0;
				}	
			.w-sharing.fixed_left .w-sharing-count,
			.w-sharing.fixed_right .w-sharing-count {
				display: none;
				}

		
/* w-shortblog */
.w-shortblog-list {
	overflow: hidden;
	}
.w-shortblog.columns_2 .w-shortblog-list,
.w-shortblog.columns_3 .w-shortblog-list {
	margin-left: -30px;
	margin-right: -30px;
	}
	.w-shortblog-entry {
		min-height: 80px;
		}
	.w-shortblog.columns_2 .w-shortblog-entry,
	.w-shortblog.columns_3 .w-shortblog-entry {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		}
	.w-shortblog.columns_2 .w-shortblog-entry {
		width: 50%;
		}
	.w-shortblog.columns_3 .w-shortblog-entry {
		width: 33.3333%;
		}
		.w-shortblog-entry-h {
			position: relative;
			}
			.w-shortblog.date_atleft .w-shortblog-entry-title,
			.w-shortblog.date_atleft .w-shortblog-entry-meta,
			.w-shortblog.date_atleft .w-shortblog-entry-short {
				margin-left: 110px;
				}
			.w-shortblog-entry-title {
				margin-bottom: 16px;
				color: inherit !important;
				}
				.no-touch .w-shortblog-entry-link:hover .w-shortblog-entry-title-h {
					border-bottom: 1px solid;
					}
			.w-shortblog-entry-meta-date {
				position: absolute;
				left: 0;
				top: 0;
				font-family: 'Noto Sans',sans-serif;
				text-align: center;
				height: 80px;
				width: 80px;
				padding: 18px 0 0;
				border-radius: 50%;
				box-shadow: 0 0 0 2px #999 inset; /* variable */
				}
				.w-shortblog-entry-meta-date-day {
					display: block;
					font-size: 26px;
					line-height: 32px;
					}
				.w-shortblog-entry-meta-date-month {
					display: block;
					font-size: 14px;
					line-height: 14px;
					text-transform: uppercase;
					}
				.w-shortblog-entry-meta-date-year {
					display: none;
					}
			.w-shortblog-entry .w-shortblog-entry-short p {
				margin-bottom: 0;
				}
	

/* w-socials */
.w-socials-list {
	margin: 0 0 -4px;
	}
	.w-socials-item {
		margin: 0 4px 4px 0;
		}
	.w-socials.align_center .w-socials-item {
		margin: 0 2px 4px;
		}
	.w-socials.align_right .w-socials-item {
		margin: 0 0 4px 4px;
		}
		.w-socials-item-link {
			position: relative;
			line-height: 36px;
			height: 36px;
			width: 36px;
			border-radius: 5px;
			overflow: hidden;
			box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
			color: inherit;
			}
		.l-subfooter.at_top .w-socials-item-link {
			box-shadow: 0 0 0 2px #222 inset;
			color: #808080;
			}
			.w-socials-item-link:hover {
				border: none !important;
				color: #fff !important;
				}
			.w-socials.size_normal .w-socials-item-link {
				height: 46px;
				width: 46px;
				}
			.w-socials.size_big .w-socials-item-link {
				height: 54px;
				width: 54px;
				}
			.w-socials-item-link i {
				font-size: 17px;
				line-height: 36px;
				position: relative;
				vertical-align: top;
				}
				.w-socials.size_normal .w-socials-item-link i {
					font-size: 20px;
					line-height: 46px;
					}
				.w-socials.size_big .w-socials-item-link i {
					font-size: 24px;
					line-height: 54px;
					}
			.w-socials-item .w-socials-item-link:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 0;
				width: 100%;
				-webkit-transition: height 0.3s;
						transition: height 0.3s;
				}
				.w-socials-item:hover .w-socials-item-link:before {
					height: 100%;
					}
			/* w-socials icons colors */
			.w-socials-item.rss .w-socials-item-link:before {
				background-color: #ff9702;
				}					
			.w-socials-item.facebook .w-socials-item-link:before {
				background-color: #3b5998;
				}
			.w-socials-item.twitter .w-socials-item-link:before {
				background-color: #00acee;
				}
			.w-socials-item.gplus .w-socials-item-link:before {
				background-color: #c63b1e;
				}
			.w-socials-item.linkedin .w-socials-item-link:before {
				background-color: #0073b2;
				}
			.w-socials-item.youtube .w-socials-item-link:before {
				background-color: #cd332d;
				}
			.w-socials-item.vimeo .w-socials-item-link:before {
				background-color: #20b9eb;
				}
			.w-socials-item.email .w-socials-item-link:before {
				background-color: #697277;
				}
			.w-socials-item.skype .w-socials-item-link:before {
				background-color: #00aff0;
				}
			.w-socials-item.flickr .w-socials-item-link:before {
				background-color: #ff0084;
				}
			.w-socials-item.pinterest .w-socials-item-link:before {
				background-color: #cb2027;
				}
			.w-socials-item.tumblr .w-socials-item-link:before {
				background-color: #2c4762;
				}
			.w-socials-item.blogger .w-socials-item-link:before {
				background-color: #fc9947;
				}
			.w-socials-item.dribbble .w-socials-item-link:before {
				background-color: #ea4c89;
				}
			.w-socials-item.vk .w-socials-item-link:before {
				background-color: #4e7299;
				}
			.w-socials-item.instagram .w-socials-item-link:before {
				background-color: #a17357;
				}
			.w-socials-item.behance .w-socials-item-link:before {
				background-color: #1769ff;
				}
			.w-socials-item.xing .w-socials-item-link:before {
				background-color: #026466;
				}
			.w-socials-item.yelp .w-socials-item-link:before {
				background-color: #c41200;
				}
			.w-socials-item.twitch .w-socials-item-link:before {
				background-color: #6441a5;
				}
		.w-socials-item-popup {
			display: block;
			left: 0;
			bottom: 44px;
			border-radius: 3px;
			}
			.w-socials.size_normal .w-socials-item-popup {
				bottom: 56px;
				}
			.w-socials.size_big .w-socials-item-popup {
				bottom: 62px;
				}
	/* w-socials in header */
	.l-subheader .w-socials {
		float: right;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-socials {
		float: left;
		margin-right: 20px;
		}
	.l-canvas.headertype_centered .l-subheader .w-socials {
		display: none;
		}
		.l-subheader .w-socials-list {
			margin: 0;
			}
			.l-subheader .w-socials-item {
				vertical-align: middle;
				margin: 0;
				}
				.l-subheader.at_top .w-socials-item-link {
					border-radius: 0;
					box-shadow: none;
					}
				.l-subheader.at_middle .w-socials-item-link {
					border-radius: 3px;
					box-shadow: none;
					}
				.l-subheader .w-socials-item-popup {
					display: none !important;
					}


/* w-tabs */
.w-tabs-list {
	background-color: #f2f2f2; /* variable */
	}
	.w-tabs-item {
		padding: 14px 24px;
		border-top: 2px solid transparent;
		-webkit-transition: background-color 0.25s, color 0.25s;
				transition: background-color 0.25s, color 0.25s;
		}	
	.no-touch .w-tabs-item:hover {
		background-color: rgba(0,0,0,0.025);
		}	
	.w-tabs-item.active,
	.no-touch .w-tabs-item.active:hover {
		background-color: #fff; /* variable */
		border-color: #d13a7a; /* variable */
		color: #d13a7a; /* variable */
		}
		.w-tabs-item-icon {
			font-size: 18px;
			line-height: 26px;
			text-align: center;
			top: 14px;
			left: 22px;
			}
		.w-tabs-item-title,
		.w-tabs-section-title {
			font-size: 18px;
			line-height: 26px;
			color: inherit;
			white-space: normal;
			margin-bottom: 0 !important;
			}
	.w-tabs-section-header {
		padding: 14px 20px;
		white-space: nowrap;
		}
		.w-tabs-section-icon {
			font-size: 18px;
			line-height: 24px;
			text-align: center;
			top: 14px;
			left: 18px;
			opacity: 0.5;
			-webkit-transition: opacity 0.25s;
					transition: opacity 0.25s;
			}
			.no-touch .w-tabs-section-header:hover .w-tabs-section-icon,
			.w-tabs-section.active .w-tabs-section-icon {
				opacity: 1;
				}
		.w-tabs-section-title {
			color: inherit !important;
			}
	.w-tabs-section-content {
		padding: 0;
		}
		.w-tabs-section-content-h {
			padding: 30px 0 20px;
			}
			.w-tabs-section-content-h p:last-child,
			.w-tabs-section-content-h ul:last-child,
			.w-tabs-section-content-h ol:last-child {
				margin-bottom: 0;
				}
	/* LAYOUT: accordion */
	.w-tabs.layout_accordion {
		border-bottom: 1px solid #e8e8e8; /* variable */
		}
		.w-tabs.layout_accordion .w-tabs-section {
			border-top: 1px solid #e8e8e8; /* variable */
			}
			.w-tabs-section-header {
				-webkit-transition: background-color 0.25s, color 0.25s;
						transition: background-color 0.25s, color 0.25s;
				}
			.no-touch .w-tabs-section-header:hover {
				background-color: rgba(0,0,0,0.04);
				}
		.w-tabs-section-content-h {
			padding: 15px 20px 30px;
			}
			.w-tabs-section-control {
				top: 14px;
				right: 20px;
				font-size: 24px;
				line-height: 26px;
				height: 26px;
				width: 24px;
				text-align: center;
				transition: transform 0.3s;
				-webkit-transform: rotate(0deg);
					-ms-transform: rotate(0deg);
						transform: rotate(0deg);
				}
			.w-tabs-section.active .w-tabs-section-control {
				-webkit-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
						transform: rotate(180deg);
				}
				.w-tabs-section-control i {
					vertical-align: top;
					line-height: inherit;
					}

	
/* w-tags */
.w-tags {
	overflow: hidden;
	padding-bottom: 35px;
	}
	.w-tags-title {
		float: left;
		font-size: 14px;
		line-height: 24px;
		padding: 3px 0;
		margin: 0 10px 0 0;
		}
	.w-tags-item {
		float: left;
		margin: 0 3px 3px 0;
		}
		.w-tags-item-link {
			display: block;
			padding: 3px 10px 4px;
			font-size: 13px;
			border-radius: 3px;
			box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
			color: inherit;
			}
			.no-touch .w-tags-item-link:hover {
				box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
				color: #d13a7a; /* variable */
				}
		.w-tags-item-separator {
			display: none;
			}


/* w-team */
.w-team {
	max-width: 350px;
	}
	.no-touch .w-team-image {
		height: 0;
		padding-bottom: 100%;
		border-radius: 15%;
		overflow: hidden;
		}
		.w-team-image img {
			border-radius: 50%;
			}
		.w-team-links {
			font-size: 0;
			text-align: center;
			width: 100%;
			height: 100%;
			z-index: 10;
			}
		.no-touch .w-team-links {
			position: absolute;
			top: -100%;
			-webkit-transition: top 0.3s;
					transition: top 0.3s;
			background-color: #FD4239; /* variable */
			}
		.no-touch .w-team:hover .w-team-links {
			top: 0;
			}
			.w-team-links:before {
				content: '';
				display: inline-block;
				height: 100%;
				vertical-align: middle;
				}
			.w-team-links-list {
				display: inline-block;
				vertical-align: middle;
				line-height: 0;
				padding: 8px 0;
				}
				.w-team-links-item {
					font-size: 18px;
					line-height: 40px;
					height: 40px;
					width: 40px;
					margin: 4px;
					position: relative;
					overflow: hidden;
					border-radius: 50%;
					box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
					color: inherit;
					}
				.no-touch .w-team-links-item {
					font-size: 22px;
					line-height: 50px;
					height: 50px;
					width: 50px;
					box-shadow: 0 0 0 2px #fff inset;
					color: #fff;
					}
					.no-touch .w-team-links-item:before {
						display: block;
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						height: 0;
						width: 100%;
						-webkit-transition: height 0.3s;
								transition: height 0.3s;
						background-color: #fff;
						}
					.no-touch .w-team-links-item:hover:before {
						height: 100%;
						}
					.w-team-links-item i {
						position: relative;
						}
					.color_alternate .w-team-links-item {
						color: #fff;
						}
					.no-touch .w-team-links-item:hover,
					.no-touch .l-submain.color_alternate .w-team-links-item:hover,
					.no-touch .l-submain.color_primary .w-team-links-item:hover {
						color: #444;
						}
	.w-team-content {
		margin-left: 0;
		min-height: 0;
		padding: 0;
		text-align: center;
		}
	.no-touch .w-team-content {
		padding-top: 15px;
		}
		.w-team-content .w-team-name {
			margin-bottom: 6px;
			}
		.w-team-link .w-team-name {
			color: #d13a7a; /* variable */
			-webkit-transition: color 0.2s;
					transition: color 0.2s;
			}
			.no-touch .w-team-link:hover .w-team-name {
				color: #666; /* variable */
				}
				.no-touch .w-team-link:hover .w-team-name span {
					border-bottom: 1px solid;
					} 
		.w-team-role {
			font-size: 13px;
			margin-bottom: 10px;
			opacity: 0.5;
			}
		.w-team-description p {
			margin-bottom: 0;
			}


/* w-testimonial */
.w-testimonial {
	position: relative;
	padding: 30px 32px;
	border-radius: 5px;
	-webkit-transition: box-shadow 0.25s, color 0.25s;
			transition: box-shadow 0.25s, color 0.25s;
	box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
	}
	.no-touch .w-testimonial:hover {
		box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
		}
	.w-testimonial blockquote {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		}
	.w-testimonial  .w-testimonial-text {
		display: block;
		font-size: 18px;
		font-style: italic;
		line-height: 28px;
		}
	.w-testimonial-person {
		font-size: 13px;
		padding: 16px 0 0;
		position: relative;
		}
		.w-testimonial-person i {
			font-size: 20px;
			margin-right: 10px;
			opacity: 0.5;
			}
		.w-testimonial-person-name {
			font-weight: bold;
			}


/* w-timeline */
.w-timeline-list {
	margin: 10px 0 35px;
	}
	.w-timeline-list:before {
		height: 2px;
		top: 39px;
		left: 1px;
		right: 1px;
		width: auto;
		background-color: #e8e8e8; /* variable */
		}
		.w-timeline-item {
			height: 80px;
			width: 80px;
			overflow: hidden;
			border-radius: 50%;
			-webkit-transition: color 0.25s;
					transition: color 0.25s;
			box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
			background-color: #fff; /* variable */
			}
			.w-timeline-item:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 0;
				width: 100%;
				-webkit-transition: height 0.3s;
						transition: height 0.3s;
				background-color: #d13a7a; /* variable */
				}
				.no-touch .w-timeline-item:hover:before,
				.w-timeline-item.active:before {
					height: 100%;
					}
			.no-touch .w-timeline-item:hover,
			.w-timeline-item.active {
				color: #fff;
				}
			.w-timeline-item-title {
				font-size: 17px;
				line-height: 80px;
				position: relative;
				}
	.w-timeline-section {
		overflow: hidden;
		}
		.w-timeline.type_vertical .w-timeline-section:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			height: 100%;
			width: 4px;
			margin-left: -2px;
			background-color: #d13a7a; /* variable */
			}
		.w-timeline-section-title {
			height: 60px;
			padding: 0;
			margin: 10px auto 0;
			z-index: 12;
			overflow: hidden;
			border-radius: 50%;
			-webkit-transition: color 0.25s;
					transition: color 0.25s;
			box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
			background-color: #fff; /* variable */
			}
			.w-timeline-section-title:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 0;
				width: 100%;
				-webkit-transition: height 0.3s;
						transition: height 0.3s;
				background-color: #d13a7a; /* variable */
				}
				.no-touch .w-timeline-section-title:hover:before,
				.w-timeline-section.active .w-timeline-section-title:before {
					height: 100%;
					}
			.w-timeline-section:first-child .w-timeline-section-title {
				margin-top: 0;
				}
			.no-touch .w-timeline-section-title:hover,
			.w-timeline-section.active .w-timeline-section-title {
				color: #fff;
				}
			.w-timeline-section-title-text {
				font-size: 16px;
				height: 60px;
				line-height: 60px;
				margin-left: 0;
				position: relative;
				z-index: 13;
				}
		.w-timeline-section-content {
			border-radius: 5px;
			padding: 0 0 15px;
			}
		.w-timeline.type_vertical .w-timeline-section-content {
			padding: 49px 20px 15px;
			margin-top: -30px;
			border: 1px solid #e8e8e8; /* variable */
			background-color: #fff; /* variable */
			}
			
			
/* w-toplink */
.w-toplink {
	display: block;
	position: fixed;
	bottom: -52px;
	right: 15px;
	text-align: center;
	font-size: 30px;
	line-height: 48px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	z-index: 100;
	-webkit-transition: background-color 0.25s;
			transition: background-color 0.25s;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	}
	.w-toplink.active {
		bottom: 15px;
		}
	.no-touch .w-toplink.active:hover {
		background-color: #d13a7a; /* variable */
		color: #fff;
		}
	.w-toplink.active:active {
		color: #fff;
		}
	.w-toplink i {
		line-height: inherit;
		}


/* w-video */
.w-video {
	margin-bottom: 0;
	}


/* 404 page */
.page-404 {
	text-align: center;
	}
	.page-404 i {
		font-size: 200px;
		color: #e8e8e8; /* variable */
		}

		
/* WPB Visual Composer Elements */
.g-html .wpb_text_column:last-child h1:last-child,
.g-html .wpb_text_column:last-child h2:last-child,
.g-html .wpb_text_column:last-child h3:last-child,
.g-html .wpb_text_column:last-child h4:last-child,
.g-html .wpb_text_column:last-child h5:last-child,
.g-html .wpb_text_column:last-child h6:last-child,
.g-html .wpb_text_column:last-child p:last-child,
.g-html .wpb_text_column:last-child ul:last-child,
.g-html .wpb_text_column:last-child ol:last-child {
	margin-bottom: 0;
	}
.wpb_button.align_left {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	}
.wpb_button.align_center {
	display: block;
	text-align: center;
	}
.wpb_button.align_right {
	float: right;
	margin-left: 10px;
	}
.wpb_single_image {
	line-height: 0;
	margin-bottom: 40px;
	}
	.wpb_single_image.align_left {
		display: inline;
		float: left;
		margin-right: 30px;
		}
	.wpb_single_image.align_right {
		display: inline;
		float: right;
		margin-left: 30px;
		}
	.wpb_single_image.align_center {
		clear: both;
		text-align: center;
		}
	.one-half .wpb_single_image,
	.one-third .wpb_single_image,
	.two-thirds .wpb_single_image,
	.one-quarter .wpb_single_image,
	.three-quarters .wpb_single_image {
		margin-bottom: 20px;
		}
	.wpb_single_image:last-child,
	.l-submain.full_width .wpb_single_image {
		margin-bottom: 0;
		}
	.wpb_single_image + h1,
	.wpb_single_image + h2,
	.wpb_single_image + h3,
	.wpb_single_image + h4,
	.wpb_single_image + h5,
	.wpb_single_image + h6 {
		padding-top: 0;
		}
		
		
/* ====================================
====== WordPress widgets ==============
==================================== */
.widget {
	margin-bottom: 45px;
	}
	.widgettitle {
		font-size: 22px;
		margin-bottom: 20px;
		}
	.g-html .widget ul {
		list-style-type: none;
		margin: 0;
		}

/* Comment Form */
.comment-reply-title {
	font-size: 22px;
	margin-bottom: 16px;
	}
	.comment-reply-title small {
		font-size: 13px;
		margin-left: 10px;
		}
		.no-touch .comment-reply-title a:hover {
			border-bottom: 1px solid;
			}
	.w-comments-form .comment-form p {
		margin-bottom: 20px;
		}
		.w-comments-form p label {
			display: block;
			margin-bottom: 5px;
			}
		.w-comments-form p input[type="text"],
		.w-comments-form p input[type="email"] {
			max-width: 400px;
			}

/* Search Form */
.widget_search form label {
	display: none;
	}
.widget_search form input[type="text"] {
	height: 42px;
	padding: 10px 80px 10px 10px;
	}
.widget_search form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	line-height: 40px;
	height: 42px;
	width: 70px;
	padding: 0;
	}

/* Archives */
.widget_archive ul li {
	line-height: 1.5em;
	padding: 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_archive ul li:before {
		position: absolute;
		top: 7px;
		left: 2px;
		content: '\f105';
		font-size: 18px;
		font-family: "FontAwesome";
		opacity: 0.5;
		}

/* Calendar */
#wp-calendar {
	margin: 0;
	width: 100%;
	}
	#wp-calendar caption {
		padding: 8px 20px 2px;
		}
	#wp-calendar thead th,
	#wp-calendar tbody td,
	#wp-calendar tfoot td {
		padding: 0;
		border-top: 1px solid #e8e8e8; /* variable */
		border-bottom: 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-weight: bold;
		}
	#wp-calendar tbody td#today {
		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 18px;
	margin: 0;
	position: relative;
	}
	.widget.widget_categories .children {
		margin: 7px 0 -7px;
		}
	.widget_categories ul li:before {
		position: absolute;
		top: 7px;
		left: 2px;
		content: '\f105';
		font-size: 18px;
		font-family: "FontAwesome";
		opacity: 0.5;
		}

/* Custom Menu */
.widget_nav_menu li.menu-item {
	padding: 0;
	margin: 0;
	}
	.widget_nav_menu .menu-item a {
		display: block;
		padding: 12px 20px 12px 25px;
		font-size: 15px;
		line-height: 20px;
		position: relative;
		-webkit-transition: color 0.1s, background-color 0.1s, border-color 0.1s;
				transition: color 0.1s, background-color 0.1s, border-color 0.1s;
		border-bottom: none !important;
		border-top: 1px solid #e8e8e8; /* variable */
		color: inherit;
		}
	.no-touch .widget_nav_menu .menu-item a:hover {
		background-color: #f5f5f5; /* variable */
		}
	.widget_nav_menu .menu-item.current-menu-item > a,
	.no-touch .widget_nav_menu .menu-item.current-menu-item > a:hover {
		background-color: #d13a7a; /* variable */
		color: #fff;
		}
		.widget_nav_menu .menu-item a:before {
			position: absolute;
			top: 12px;
			left: 10px;
			content: '\f105';
			font-size: 18px;
			font-family: FontAwesome;
			opacity: 0.5;
			}
	.widget_nav_menu .sub-menu > .menu-item > a {
		padding: 12px 20px 12px 45px;
		}
		.widget_nav_menu .sub-menu .menu-item a:before {
			left: 30px;
			}
	.widget_nav_menu .sub-menu .sub-menu > .menu-item > a {
		padding: 12px 20px 12px 65px;
		}
		.widget_nav_menu .sub-menu .sub-menu .menu-item a:before {
			left: 50px;
			}
	.l-footer .widget_nav_menu .menu-item a {
		background-color: transparent !important;
		}
	.l-footer .widget_nav_menu .menu-item.current-menu-item > a {
		font-weight: bold;
		color: inherit !important;
		}

/* Meta */
.widget_meta ul li {
	line-height: 1.5em;
	padding: 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget_meta ul li:before {
		position: absolute;
		top: 7px;
		left: 2px;
		content: '\f105';
		font-size: 18px;
		font-family: "FontAwesome";
		opacity: 0.5;
		}

/* Pages */
.widget_pages ul li {
	line-height: 1.5em;
	padding: 7px 18px;
	margin: 0;
	position: relative;
	}
	.widget.widget_pages ul.children {
		margin: 7px 0 -7px;
		}
	.widget_pages ul li:before {
		position: absolute;
		top: 7px;
		left: 2px;
		content: '\f105';
		font-size: 18px;
		font-family: "FontAwesome";
		opacity: 0.5;
		}
		
/* Recent Comments */
.widget_recent_comments .recentcomments {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding-left: 22px;
	margin-bottom: 14px;
	}
	.widget_recent_comments .recentcomments:before {
		display: block;
		position: absolute;
		top: 1px;
		left: 2px;
		content: '\f075';
		font-size: 12px;
		font-family: "FontAwesome";
		font-style: normal;
		font-weight: normal;
		opacity: 0.5;
		}

/* Recent Posts */
.widget_recent_entries ul li {
	line-height: 1.5em;
	margin-bottom: 18px;
	position: relative;
	}
	.widget_recent_entries ul li span {
		display: block;
		padding-top: 3px;
		font-size: 13px;
		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;
		display: block;
		content: '\f143';
		font-size: 25px;
		font-family: "FontAwesome";
		}
.widget_rss ul li {
	line-height: 1.5em;
	padding-bottom: 14px;
	margin-bottom: 14px;
	}
	.widget_rss ul li span {
		display: block;
		padding-top: 5px;
		font-size: 12px;
		opacity: 0.5;
		}
	.widget_rss ul li cite {
		font-size: 12px;
		font-style: normal;
		opacity: 0.5;
		}
	.widget_rss ul li div {
		display: block;
		font-size: 12px;
		padding: 6px 0;
		}

/* Tags */
.widget_tag_cloud .tagcloud a {
	color: #999; /* variable */
	}
	.no-touch .widget_tag_cloud .tagcloud a:hover {
		border-bottom: 1px solid;
		color: #666; /* variable */
		}

/* WP-captions */
.g-html .wp-caption {
	line-height: 0;
	margin: 0 0 30px;
	max-width: 100%;
	position: relative;
	}
	.g-html .wp-caption-text {
		display: block;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin: 0 auto;
		padding: 5px 10px;
		}
.g-html .wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}
.g-html .wp-caption.alignleft {
	float: left;
	margin-right: 30px;
	}
.g-html .wp-caption.alignright {
	float: right;
	margin-left: 30px;
	}
	
/* Flickr stream */
.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;
	}
	
.gallery-caption {
	font-size: inherit;
	}
.bypostauthor {
	font-size: inherit;
	}
img#wpstats {
	display: none;
	}
	
	
/* ====================================
====== WPML ===========================
==================================== */
.menu-item-language {
	display: none;
	}
#lang_sel {
	display: block;
	height: auto;
	}
	#lang_sel li {
		float: none;
		width: 100%;
		}
		#lang_sel a,
		#lang_sel a:visited {
			line-height: 40px;
			padding-left: 15px;
			border-color: #e5e5e5; /* variable */
			color: inherit !important;
			}
		#lang_sel a:hover,
		#lang_sel ul ul a:hover {
			background-color: rgba(0,0,0,0.05);
			}
		#lang_sel a.lang_sel_sel {
			position: relative;
			border-radius: 5px;
			background: none !important;
			}
			#lang_sel 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 li:hover a.lang_sel_sel {
				border-radius: 5px 5px 0 0;
				}
			#lang_sel img.iclflag {
				top: 2px;
				}
		#lang_sel ul ul {
			top: 42px;
			z-index: 1;
			height: auto;
			width: 100%;
			border: none;
			background-color: #fff; /* variable */
			}
			#lang_sel ul ul a,
			#lang_sel ul ul a:visited {
				line-height: 16px;
				padding: 12px 15px;
				border-radius: 0;
				background: none;
				}
			#lang_sel ul ul li:last-child a {
				border-radius: 0 0 5px 5px;
				}

/*
----------------------------------------------------------------

MotionCSS Framework widgets styles

----------------------------------------------------------------
*/

/*
 ************************** Widget w-actionbox basic styles ************************/
.w-actionbox {
	display: table;
	text-align: left;
	position: relative;
	width: 100%;
	}
	.w-actionbox-text {
		display: table-cell;
		vertical-align: middle;
		}
		.w-actionbox-text h1,
		.w-actionbox-text h2,
		.w-actionbox-text h3,
		.w-actionbox-text h4,
		.w-actionbox-text h5,
		.w-actionbox-text h6 {
			margin: 0;
			}
		.w-actionbox-text p {
			margin: 15px 0 0; /* Temp */
			}
	.w-actionbox-controls {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		padding-left: 30px;
		margin: 0;
		}
		.w-actionbox-button {
			margin: 5px 0 5px 10px;
			}
			.w-actionbox-button:first-child {
				margin-left: 0;
				}
				
/*
  ************************** Widget w-blog basic styles ************************/
.w-blog-list {
	position: relative;
	}
	.w-blog-list:after {
		display: table;
		content: '';
		clear: both;
		}
	.w-blog-preview {
		display: none;
		line-height: 0;
		padding-bottom: 20px; /* Temp */
		}
	.w-blog-entry {
		position: relative;
		}
		.w-blog-entry:after {
			display: table;
			content: '';
			clear: both;
			}
		.w-blog-entry-preview {
			display: none;
			line-height: 0;
			width: 100%;
			position: relative;
			}
		.w-blog-meta-date,
		.w-blog-meta-author,
		.w-blog-meta-category,
		.w-blog-meta-tags,
		.w-blog-meta-comments {
			display: inline-block;
			vertical-align: top;
			margin-right: 10px; /* Temp */
			margin-bottom: 10px; /* Temp */
			}
		.w-blog-entry-short p:last-child {
			margin-bottom: 0;
			}
		.w-blog-entry-more.g-btn {
			margin: 20px 0 0; /* Temp */
			}

/*
 * .COLUMNS_* (show blog posts in columns)
 */
.w-blog.columns_2 .w-blog-entry,
.w-blog.columns_3 .w-blog-entry,
.w-blog.columns_4 .w-blog-entry,
.w-blog.columns_5 .w-blog-entry {
	float: left;
	}
.w-blog.columns_2 .w-blog-entry {
	width: 50%;
	}
.w-blog.columns_3 .w-blog-entry {
	width: 33.3333%;
	}
.w-blog.columns_4 .w-blog-entry {
	width: 25%;
	}
.w-blog.columns_5 .w-blog-entry {
	width: 20%;
	}
	
/*
 * .TYPE_MASONRY (show blog posts masonry)
 */
.w-blog.type_masonry .w-blog-entry {
	float: left;
	}
	
/*
 * .IMGPOS_ATTOP (show blog picture at top)
 */
.w-blog.imgpos_attop .w-blog-preview,
.w-blog.imgpos_attop .w-blog-entry-preview {
	display: block;
	}
.w-blog.imgpos_attop .w-blog-entry-preview + .w-blog-entry-title {
	padding-top: 20px; /* Temp */
	}

/*
 * .IMGPOS_ATLEFT (show blog picture at left)
 */
.w-blog.imgpos_atleft .w-blog-entry-preview {
	display: block;
	float: left;
	width: 30%; /* Temp */
	}
.w-blog.imgpos_atleft .w-blog-entry-title {
	margin-left: 35%; /* Temp */
	padding-top: 0;
	}
.w-blog.imgpos_atleft .w-blog-entry-body {
	margin-left: 35%; /* Temp */
	}
	
/*
 ************************** Widget w-comments basic styles ************************/
.w-comments-title a {
	border-bottom: 1px dotted;
	}
.w-comments-list:after {
	content: '';
	display: table;
	clear: both;
	}
	.w-comments-item {
		margin-bottom: 30px; /* temp */
		position: relative;
		}
	.w-comments-childlist {
		margin-left: 30px; /* temp */
		}
		.w-comments-item-meta,
		.w-comments-item-text,
		.w-comments-item-answer {
			margin-left: 70px; /* temp */
			}
		.w-comments-item-meta {
			margin-bottom: 10px; /* temp */
			}
			.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: 50px; /* temp */
				width: 50px; /* temp */
				}
			.w-comments-item-author {
				float: left;
				font-weight: bold;
				margin-right: 20px; /* temp */
				}
			.w-comments-item-date {
				float: left;
				}
		.w-comments-item-text {
			margin-bottom: 10px; /* temp */
			}
			
/*
 ************************ Widget w-gallery basic styles **********************/
.w-gallery-tnails {
	font-size: 0;
	position: relative;
	}
	.w-gallery-tnail {
		display: inline-block;
		vertical-align: top;
		}
		.w-gallery-tnail-title {
			display: none;
			font-size: 14px;
			line-height: normal;
			}
		
/*
 * .TYPE_MASONRY (show as masonry)
 */
.w-gallery.type_masonry .w-gallery-tnail {
	float: left;
	display: block;
	height: auto;
	width: 25%;
	}
	
/*
 * .SIZE_*
 */
.w-gallery.size_xs .w-gallery-tnail {
	width: 114px;
	height: 114px;
	}
.w-gallery.size_s .w-gallery-tnail {
	width: 190px;
	height: 190px;
	}
.w-gallery.size_m .w-gallery-tnail {
	width: 228px;
	height: 228px;
	}
.w-gallery.size_l .w-gallery-tnail {
	width: 285px;
	height: 285px;
	}

/*
 ********************** Widget w-iconbox basic styles *********************/
.w-iconbox {
	position: relative;
	}
	.w-iconbox-link {
		display: inline;
		}
		.w-iconbox-icon {
			text-align: center;
			margin: 0 auto;
			position: relative;
			}
			.w-iconbox-icon img {
				display: none;
				vertical-align: top;
				margin: 0 auto;
				}
		.w-iconbox .w-iconbox-title {
			margin-bottom: 0;
			}
	.w-iconbox-text p,
	.w-iconbox-text ul,
	.w-iconbox-text ol {
		margin-bottom: 10px; /* temp */
		}

/* .CUSTOM_IMG */
.w-iconbox.custom_img .w-iconbox-icon i {
	display: none;
	}
.w-iconbox.custom_img .w-iconbox-icon img {
	display: inline-block;
	}
	
/* ICONPOS: top */
.w-iconbox.iconpos_top {
	text-align: center;
	margin: 0 auto;
	max-width: 350px; /* temp */
	}

/* 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;
		}
	
/* SIZE: tiny */
.w-iconbox.size_tiny .w-iconbox-icon {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	}
.w-iconbox.size_tiny .w-iconbox-icon img {
	max-width: 30px;
	}
.w-iconbox.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.size_tiny.iconpos_left .w-iconbox-text {
	margin-left: 44px; /* temp */
	}
	
/* SIZE: small */
.w-iconbox.size_small .w-iconbox-icon {
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	}
.w-iconbox.size_small .w-iconbox-icon img {
	max-width: 40px;
	}
.w-iconbox.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.size_small.iconpos_left .w-iconbox-text {
	margin-left: 56px; /* temp */
	}
	
/* SIZE: medium */
.w-iconbox.size_medium .w-iconbox-icon {
	font-size: 50px;
	line-height: 50px;
	width: 50px;
	}
.w-iconbox.size_medium .w-iconbox-icon img {
	max-width: 50px;
	}
.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
	margin-left: 68px; /* temp */
	}
	
/* SIZE: big */
.w-iconbox.size_big .w-iconbox-icon {
	font-size: 70px;
	line-height: 70px;
	width: 70px;
	}
.w-iconbox.size_big .w-iconbox-icon img {
	max-width: 70px;
	}
.w-iconbox.size_big.iconpos_left .w-iconbox-title,
.w-iconbox.size_big.iconpos_left .w-iconbox-text {
	margin-left: 92px; /* temp */
	}
	
/* SIZE: huge */
.w-iconbox.size_huge .w-iconbox-icon {
	font-size: 100px;
	line-height: 100px;
	width: 100px;
	}
.w-iconbox.size_huge .w-iconbox-icon img {
	max-width: 100px;
	}
.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
	margin-left: 120px; /* temp */
	}

/*
  ************************** Widget w-lang basic styles ************************/
.w-lang {
	position: relative;
	}
	.w-lang-item {
		text-align: left;
		padding: 0 10px;
		}
		.w-lang-item-icon,
		.w-lang-item-title {
			display: inline-block;
			vertical-align: middle;
			cursor: pointer;
			}
	.w-lang-current {
		display: none;
		}

/*
 * .LAYOUT_HOR (languages display horizontal at the list)
 */
.w-lang.layout_hor .w-lang-list {
	overflow: hidden;
	}
	.w-lang.layout_hor .w-lang-item {
		float: left;
		}

/*
 * .LAYOUT_DROPDOWN (languages display vertical at the list)
 */
.w-lang.layout_dropdown .w-lang-list {
	display: none;
	position: absolute;
	z-index: 1;
	padding-top: 30px;
	}
	.w-lang.layout_dropdown .w-lang-item,
	.w-lang.layout_dropdown .w-lang-current {
		display: block;
		}

/*
 * .HAS_TITLE (show only title of the languages)
 */
.w-lang.has_title .w-lang-item-icon {
	display: none;
	}

/*
 * .HAS_ICON (show only icon of the languages)
 */
.w-lang.has_icon .w-lang-item-title {
	display: none;
	}

/*
 * .HAS_ICONTITLE (show icon and title of the languages)
 */
.w-lang.has_icontitle .w-lang-item-icon {
	margin-right: 5px;
	}

/*
  ************************** Widget w-logo basic styles ************************/
.w-logo {
	clear: both;
	height: 100%;
	position: relative;
	}
	.w-logo-link {
		display: block;
		font-size: 0;
		height: 100%;
		}
		.w-logo-img {
			display: inline-block;
			vertical-align: middle;
			}
		.w-logo-title {
			display: none;
			font-size: 2em;
			white-space: normal;
			}
	.w-logo-slogan {
		display: none;
		vertical-align: baseline;
		}

/*
 * .WITH_TITLE (show logo text)
 */
.w-logo.with_title .w-logo-img {
	display: none;
	}
.w-logo.with_title .w-logo-title {
	display: block;
	}

/*
 * .SLOGANAT_RIGHT (show slogan on right side of the logo)
 */
.w-logo.sloganat_right .w-logo-link {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 30px; /* temp */
	}
.w-logo.sloganat_right .w-logo-slogan {
	display: inline-block;
	}

/*
 * .SLOGANAT_BOTTOM (show slogan on bottom side of the logo)
 */
.w-logo.sloganat_bottom .w-logo-slogan {
	display: block;
	}

/*
 ************************** Widget w-nav basic styles ************************/
.w-nav:after {
	content: '';
	display: block;
	clear: both;
	}
.w-nav-control {
	display: none;
	}
.w-nav-list {
	display: block;
	width: auto;
	min-width: 150px; /* temp */
	}
.g-html .w-nav-list {
	list-style: none;
	margin: 0;
	}
.w-nav-list.level_2 {
	display: none;
	position: absolute;
	left: auto;
	top: auto;
	z-index: 10;
	}
.w-nav-list.level_3 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 11;
	}
	.w-nav-item:hover > .w-nav-list {
		display: block;
		}
	.w-nav-item {
		display: block;
		position: relative;
		}
		.w-nav-anchor {
			display: block;
			text-align: left;
			text-decoration: none;
			padding: 10px 20px; /* temp */
			overflow: hidden;
			position: relative;
			}
			.w-nav-icon {
				display: none;
				vertical-align: top;
				margin-right: 5px; /* temp */
				}

/*
 * .LAYOUT_HOR (horizontal layout)
 */
.w-nav.layout_hor > .w-nav-list:after {
	display: table;
	content: '';
	clear: both;
	}
	.w-nav.layout_hor > .w-nav-list > .w-nav-item {
		float: left;
		}

	/*
	 * .layout_hor.WIDTH_STRETCH (width: 100%, list acts like a table)
	 */
	.w-nav.layout_hor.width_stretch > .w-nav-list {
		display: table;
		width: 100%;
		}
		.w-nav.layout_hor.width_stretch > .w-nav-list > .w-nav-item {
			float: none;
			display: table-cell;
			}
			.w-nav.layout_hor.width_stretch > .w-nav-list > .w-nav-item > .w-nav-anchor {
				text-align: center;
				}
		
/*
 * .LAYOUT_VER (vertical layout)
 */	
.w-nav.layout_ver .w-nav-list.level_2 {
	left: 100%;
	top: 0;
	}
	
	/*
	 * .layout_ver.PLACE_INSIDE (locates sublevel list inside the parent item)
	 */
	.w-nav.layout_ver.place_inside .w-nav-list {
		display: block;
		position: static;
		}
		.w-nav.layout_ver.place_inside .w-nav-list.level_2 .w-nav-anchor.level_2 {
			padding-left: 40px; /* temp */
			}
		.w-nav.layout_ver.place_inside .w-nav-list.level_3 .w-nav-anchor.level_3 {
			padding-left: 60px; /* temp */
			}

/*
 * .WITH_ICONS (show item with icon)
 */
.w-nav.with_icons .w-nav-icon {
	display: inline;
	}
.w-nav.with_icons .w-nav-title {
	text-align: left;
	}
	
/*
 * .touch_disabled .COLUMNS_* (dropdown list divides by columns)
 */
.w-nav.touch_disabled [class*="columns"] {
	position: static;
	}
	.w-nav.touch_disabled [class*="columns"] .w-nav-list.level_2 {
		left: 0;
		right: 0;
		font-size: 0;
		line-height: 0;
		width: 100%;
		}
		.w-nav.touch_disabled [class*="columns"] .w-nav-item.level_2 {
			display: inline-block;
			vertical-align: top;
			}
		.w-nav.touch_disabled .columns_2 .w-nav-item.level_2 {
			width: 50%;
			}
		.w-nav.touch_disabled .columns_3 .w-nav-item.level_2 {
			width: 33.3333%;
			}
		.w-nav.touch_disabled .columns_4 .w-nav-item.level_2 {
			width: 25%;
			}
		.w-nav.touch_disabled .columns_5 .w-nav-item.level_2 {
			width: 20%;
			}
			.w-nav.touch_disabled [class*="columns"] .w-nav-list.level_3 {
				display: block;
				position: static;
				}

/*
 * .w-nav-item.DROP_LEFT (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 {
	left: auto;
	right: 100%;
	}

/*
 ********************** Widget w-portfolio basic styles *********************/
.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;
			height: 100%;
			width: 100%;
			position: relative;
			}
			.w-portfolio-item-image img {
				display: block;
				margin: 0 auto;
				}
			.w-portfolio-item-title {
				font-size: 1.5em; /* temp */
				margin-bottom: 0;
				}
			.w-portfolio-item-text {
				display: block;
				}

/*
 * .META_ONHOVER
 */
.w-portfolio.meta_onhover .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	}

/*
 * .WITH_INDENTS
 */
.w-portfolio.with_indents .w-portfolio-list {
	margin: -5px; /* temp */
	}
	.w-portfolio.with_indents .w-portfolio-item {
		padding: 5px; /* temp */
		}
	 
/*
 * .COLUMNS_*
 */
.w-portfolio.columns_5 .w-portfolio-item {
	width: 20%;
	}
.w-portfolio.columns_4 .w-portfolio-item {
	width: 25%;
	}
.w-portfolio.columns_3 .w-portfolio-item {
	width: 33.3333%;
	}
.w-portfolio.columns_2 .w-portfolio-item {
	width: 50%;
	}
	
/*
 ********************** Widget w-preloader basic styles *********************/
.w-preloader {
	display: inline-block;
	position: relative;
	font-size: 16px; /* temp */
	width: 3em;
	height: 3em;
	background-color: #fff; /* temp */
	color: #c20; /* temp */
	}
	
	/* TYPE 1 */
	.w-preloader.type_1:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8em;
		height: 2.8em;
		border-radius: 50%;
		border-width: 0.1em;
		border-style: solid;
		border-color: transparent;
		border-top-color: inherit;
		-webkit-animation: rotation 1s infinite linear;
				animation: rotation 1s infinite linear;
		}
	@-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 */
	.w-preloader.type_2:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8em;
		height: 2.8em;
		border: 0.1em solid;
		border-radius: 50%;
		opacity: 0.2;
		}
	.w-preloader.type_2:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8em;
		height: 2.8em;
		border-radius: 50%;
		border-width: 0.1em;
		border-style: solid;
		border-color: transparent;
		border-top-color: inherit;
		-webkit-animation: rotation 1s infinite linear;
				animation: rotation 1s infinite linear;
		}
		
	/* TYPE 3 */
	.w-preloader.type_3:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8em;
		height: 2.8em;
		border: 0.1em solid;
		border-radius: 50%;
		}
	.w-preloader.type_3 .w-preloader-h {
		position: relative;
		top: 0.2em;
		left: 0.2em;
		width: 2.6em;
		height: 2.6em;
		border-radius: 50%;
		background-color: inherit;
		-webkit-animation: rotation 1s infinite linear;
				animation: rotation 1s infinite linear;
		}
	.w-preloader.type_3 .w-preloader-h:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		margin: -0.4em 0 0 -0.25em;
		width: 0.5em;
		height: 0.5em;
		background-color: inherit;
		}
		
	/* TYPE 4 */
	.w-preloader.type_4 .w-preloader-h {
		position: relative;
		width: 3em;
		height: 3em;
		background: inherit;
		border-radius: 50%;
		border: 0.1em solid;
		}
	.w-preloader.type_4 .w-preloader-h:before {
		content: '';
		position: absolute;
		top: -0.2em;
		left: -0.2em;
		width: 1.6em;
		height: 3.3em;
		background: inherit;
		-webkit-transform-origin: 1.6em 1.6em;
				transform-origin: 1.6em 1.6em;
		-webkit-animation: rotation 2s infinite ease 1.5s;
				animation: rotation 2s infinite ease 1.5s;
		}
	.w-preloader.type_4 .w-preloader-h:after {
		content: '';
		position: absolute;
		top: -0.2em;
		left: 1.4em;
		width: 1.6em;
		height: 3.3em;
		background: inherit;
		-webkit-transform-origin: 0px 1.6em;
				transform-origin: 0px 1.6em;
		-webkit-animation: rotation 2s infinite ease;
				animation: rotation 2s infinite ease;
		}
		
	/* TYPE 5 */
	.w-preloader.type_5:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2.8em;
		height: 2.8em;
		border: 0.1em solid;
		border-radius: 50%;
		opacity: 0.2;
		}
	.w-preloader.type_5 .w-preloader-h {
		position: relative;
		width: 3em;
		height: 3em;
		-webkit-animation: rotation 1s infinite ease-out;
				animation: rotation 1s infinite ease-out;
		}
	.w-preloader.type_5 .w-preloader-h:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		margin: -0.2em 0 0 -0.2em;
		width: 0;
		height: 0;
		border-radius: 50%;
		border: 0.3em solid;
		}
		
	/* TYPE 6 */
	.w-preloader.type_6 .w-preloader-h {
		width: 3em;
		height: 3em;
		background-color: inherit;
		border: 1.5em solid;
		border-radius: 50%;
		}
	.w-preloader.type_6 .w-preloader-h:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		background-color: inherit;
		-webkit-animation: scale 1.6s infinite ease;
				animation: scale 1.6s infinite ease;
		}
	@-webkit-keyframes scale {
		0% { -webkit-transform: scale(0); }
		50% { -webkit-transform: scale(1); }
		100% { -webkit-transform: scale(0); }
		}
	@keyframes scale {
		0% { transform: scale(0); }
		50% { transform: scale(1); }
		100% { transform: scale(0); }
		}
		
	/* TYPE 7 */
	.w-preloader.type_7 .w-preloader-h {
		width: 3em;
		height: 3em;
		background-color: inherit;
		border: 0.1em solid;
		border-radius: 50%;
		-webkit-animation: scale2 1.6s infinite ease;
				animation: scale2 1.6s infinite ease;
		}
	@-webkit-keyframes scale2 {
		0% { -webkit-transform: scale(0.1); border-width: 1.5em; }
		50% { -webkit-transform: scale(1); border-width: 0.1em; }
		100% { -webkit-transform: scale(0.1); border-width: 1.5em; }
		}
	@keyframes scale2 {
		0% { transform: scale(0.1); border-width: 1.5em; }
		50% { transform: scale(1); border-width: 0.1em; }
		100% { transform: scale(0.1); border-width: 1.5em; }
		}

/*
 ********************** Widget w-pricing basic styles *********************/
.w-pricing {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	}
	.w-pricing-item {
		display: table-cell;
		vertical-align: top;
		text-align: center;
		}
		.w-pricing-item-title {
			padding: 10px; /* temp */
			}
		.w-pricing-item-price {
			font-size: 2em; /* temp */
			padding: 10px; /* temp */
			}
			.w-pricing-item-price small {
				font-size: 0.5em; /* temp */
				}
		.w-pricing-item-feature {
			padding: 10px; /* temp */
			}
		.w-pricing-item-footer {
			padding: 10px; /* temp */
			}

/*
  ************************** Widget w-search basic styles ************************/
.w-search-form {
	position: relative;
	min-width: 100px;
	}
	.w-search-input {
		position: relative;
		}
		.w-search input[type="text"] {
			width: auto;
			}
		.w-search input[type="submit"] {
			display: none;
			}

/*
 * .SUBMIT_OUTSIDE (button submit outside search container)
 */
.w-search.submit_outside .w-search-input:after {
	display: block;
	content: '';
	clear: both;
	}
.w-search.submit_outside input[type="text"],
.w-search.submit_outside input[type="submit"] {
	display: block;
	float: left;
	}

/*
 * .SUBMIT_INSIDE (button submit inside search container)
 */
.w-search.submit_inside input[type="text"] {
	width: 100%;
	}
.w-search.submit_inside input[type="submit"] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	}
	
/*
  ************************** Widget w-socials basic styles ************************/
.w-socials-list {
	font-size: 0;
	}
	.w-socials-item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		}
		.w-socials-item-link {
			display: block;
			text-align: center;
			font-size: 18px; /* temp */
			line-height: 40px; /* temp */
			height: 40px; /* temp */
			width: 40px; /* temp */
			}
		.w-socials-item-popup {
			position: absolute;
			left: 0;
			bottom: 50px; /* temp */
			font-size: 13px; /* temp */
			line-height: 26px; /* temp */
			padding: 0 10px; /* temp */
			visibility: hidden;
			z-index: 10;
			opacity: 0;
			background-color: rgba(0,0,0,0.8);
			color: #fff;
			transform: translateY(-20px);
			transition: transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
			}
			.w-socials-item:hover .w-socials-item-popup {
				visibility: visible;
				opacity: 1;
				transform: translateY(0);
				}
			.w-socials-item-popup:after {
				content: '';
				display: block;
				position: absolute;
				bottom: -6px;
				left: 10px; /* temp */
				width: 0;
				height: 0;
				border-left: 6px solid transparent;
				border-right: 6px solid transparent;
				border-top: 6px solid rgba(0,0,0,0.8);
				}

/*
 * .SIZE_NORMAL
 */
.w-socials.size_normal .w-socials-item-link {
	font-size: 22px; /* temp */
	line-height: 50px; /* temp */
	height: 50px; /* temp */
	width: 50px; /* temp */
	}
	.w-socials.size_normal .w-socials-item-popup {
		bottom: 60px; /* temp */
		}

/*
 * .SIZE_BIG
 */
.w-socials.size_big .w-socials-item-link {
	font-size: 28px; /* temp */
	line-height: 60px; /* temp */
	height: 60px; /* temp */
	width: 60px; /* temp */
	}
	.w-socials.size_big .w-socials-item-popup {
		bottom: 70px; /* temp */
		}

/*
 ************************** Widget w-tabs basic styles ************************/
.w-tabs-list {
	position: relative;
	}
	.w-tabs-list:after {
		content: '';
		display: block;
		clear: both;
		}
	.w-tabs-item {
		float: left;
		padding: 10px;
		cursor: pointer;
		}
		.w-tabs-item-icon {
			display: none;
			vertical-align: top;
			}
		.w-tabs-item-title {
			display: inline-block;
			vertical-align: top;
			}
.w-tabs-section {
	position: relative;
	}
	.w-tabs-section-header {
		display: none;
		position: relative;
		cursor: pointer;
		padding: 10px; /* temp */
		}
		.w-tabs-section-icon {
			display: none;
			vertical-align: top;
			}
		.w-tabs-section-title {
			display: inline-block;
			vertical-align: top;
			margin: 0;
			padding-right: 40px; /* temp */
			}
		.g-html .w-tabs-section-title {
			padding-top: 0;
			}
		.w-tabs-section-control {
			display: block;
			position: absolute;
			top: 10px; /* temp */
			right: 10px; /* temp */
			width: 24px; /* temp */
			line-height: 24px; /* temp */
			}
	.w-tabs-section-content {
		display: none;
		padding: 10px; /* temp */
		}
	.w-tabs-section.active .w-tabs-section-content {
		display: block;
		}

/*
 * .WITH_ICON (display icons in tab's titles)
 */
.w-tabs-item.with_icon .w-tabs-item-icon,
.w-tabs-section.with_icon .w-tabs-section-icon {
	display: inline-block;
	}
	.w-tabs-item.with_icon .w-tabs-item-title,
	.w-tabs-section.with_icon .w-tabs-section-title {
		margin-left: 10px; /* temp */
		}
	
/*
 * .LAYOUT_ACCORDION (tabs to accordion)
 */
.w-tabs.layout_accordion .w-tabs-list {
	display: none;
	}
	.w-tabs.layout_accordion .w-tabs-section-header {
		display: block;
		}
		
/*
 ********************** Widget w-team basic styles *********************/
.w-team {
	margin: 0 auto;
	position: relative;
	max-width: 450px; /* temp */
	}
	.w-team-image {
		line-height: 0;
		position: relative;
		}
	.w-team-name {
		margin-bottom: 10px; /* temp */
		}
	.w-team-role {
		margin-bottom: 10px; /* temp */
		}
	.w-team-links-item {
		display: inline-block;
		vertical-align: top;
		}

/*
 ************************** Widget w-timeline basic styles ************************/
.w-timeline-list {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: justify;
	}
	.w-timeline-list:before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: -2px; /* temp */
		height: 4px; /* temp */
		}
	.w-timeline-list:after {
		display: inline-block;
		content: '';
		height: 0;
		width: 100%;
		overflow: hidden;
		visibility: hidden;
		}
	.w-timeline-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 16px; /* temp */
		line-height: 30px; /* temp */
		width: 60px; /* temp */
		cursor: pointer;
		position: relative;
		z-index: 1;
		}
.w-timeline-section {
	position: relative;
	}
	.w-timeline-section-title {
		display: none;
		text-align: center;
		margin: 10px auto; /* temp */
		line-height: 30px; /* temp */
		width: 60px; /* temp */
		cursor: pointer;
		position: relative;
		}
	.w-timeline-section-content {
		position: relative;
		}

/*
 * .TYPE_VERTICAL
 */
.w-timeline.type_vertical .w-timeline-list {
	display: none;
	}
.w-timeline.type_vertical .w-timeline-section-title {
	display: block;
	}
.w-timeline.type_vertical .w-timeline-section:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px; /* temp */
	width: 4px; /* temp */
	height: 100%;
	}

/*
  ************************** Widget w-video basic styles ************************/
.w-video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	}
	.w-video iframe,
	.w-video object,
	.w-video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}

/*
 * .RATIO_4-3 (4:3 aspect ratio)
 */
.w-video.ratio_4-3 {
	padding-bottom: 75%;
	}
	
/*
 * .RATIO_3-2 (3:2 aspect ratio)
 */
.w-video.ratio_3-2 {
	padding-bottom: 66.667%;
	}
	
/*
 * .RATIO_1-1 (1:1 aspect ratio square format)
 */
.w-video.ratio_1-1 {
	padding-bottom: 100%;
	}
/* ==========================================================================
   Common styles
   ========================================================================== */
   
.i-cf:before,
.i-cf:after {
	content: ' ';
	display: table;
	}
.i-cf:after {
	clear: both;
	}
	
.g-html .thin {
	font-weight: 300;
	}
.g-html .bold {
	font-weight: 700;
	}
	
.g-html .align_left {
	text-align: left;
	}
.g-html .align_right {
	text-align: right;
	}
.g-html .align_center {
	text-align: center;
	}
.g-html .align_justify {
	text-align: justify;
	}

/*
 ************************************* GRID **********************************/
.l-header {
	position: relative;
	}
	.l-subheader {
		position: relative;
		margin: 0 auto;
		}
		.l-subheader-h {
			margin: 0 auto;
			max-width: 1200px;
			}
.l-main {
	position: relative;
	}
	.l-submain {
		position: relative;
		margin: 0 auto;
		}
		.l-submain-h {
			position: relative;
			margin: 0 auto;
			max-width: 1200px;
			}
			.l-content {
				width: 70%;
				}
			.l-sidebar {
				width: 25%;
				}
.l-footer {
	position: relative;
	}
	.l-subfooter {
		position: relative;
		margin: 0 auto;
		}
		.l-subfooter-h {
			margin: 0 auto;
			max-width: 1200px;
			}
				
	/* Canvas MODs */
	.l-canvas.type_boxed,
	.l-canvas.type_boxed .l-subheader,
	.l-canvas.type_boxed ~ .l-footer .l-subfooter {
		max-width: 1300px;
		margin: 0 auto;
		}

	/* Sidebar variations */
	.col_cont .l-content {
		width: 100%;
		}
	.col_cont .l-sidebar {
		display: none;
		}
	.col_contside .l-content,
	.col_sidecont .l-sidebar {
		float: left;
		}
	.col_contside .l-sidebar,
	.col_sidecont .l-content {
		float: right;
		}

/*
 ******************************** HTML elements ******************************/

a {
	text-decoration: none;
	}
	
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	}
.g-html > h1:last-child,
.g-html > h2:last-child,
.g-html > h3:last-child,
.g-html > h4:last-child,
.g-html > h5:last-child,
.g-html > h6:last-child {
	margin-bottom: 0;
	}
.g-html h2,
.g-html h3,
.g-html h4,
.g-html h5,
.g-html h6 {
	padding-top: 10px;
	}
.g-html h2:first-child,
.g-html h3:first-child,
.g-html h4:first-child,
.g-html h5:first-child,
.g-html h6:first-child,
.g-html h1 + h2,
.g-html h1 + h3,
.g-html h1 + h4,
.g-html h1 + h5,
.g-html h1 + h6,
.g-html h2 + h3,
.g-html h2 + h4,
.g-html h2 + h5,
.g-html h2 + h6,
.g-html h3 + h4,
.g-html h3 + h5,
.g-html h3 + h6,
.g-html h4 + h6,
.g-html h4 + h5,
.g-html h5 + h6,
.g-html .g-hr + h2,
.g-html .g-hr + h3,
.g-html .g-hr + h4,
.g-html .g-hr + h5,
.g-html .g-hr + h6 {
	padding-top: 0;
	}

/* Paragraph */
.g-html p {
	margin-bottom: 20px;
	}
	
/* Lists */
.g-html ul,
.g-html ol {
	margin-left: 35px;
	margin-bottom: 20px;
	}
.g-html ul {
    list-style-type: disc;
	}
.g-html ol {
    list-style-type: decimal;
	}
	.g-html li ul,
	.g-html li ol {
		margin-bottom: 5px;
		margin-top: 5px;
		}
			
/* Address */
.g-html address {
	margin-bottom: 20px;
	}
	
/* Preformat */
.g-html pre {
	display: block;
	font-family: Consolas, Lucida Console, monospace;
	overflow-x: auto;
	width: 100%;
	margin-bottom: 20px;
	}
.g-html code {
	display: inline-block;
	vertical-align: top;
	font-family: Consolas, Lucida Console, monospace;
	}
.g-html pre code {
	display: block;
	padding: 0;
	overflow-wrap: normal;
	}
	
/* Blockquote */
.g-html blockquote {
	margin-bottom: 20px;
	}
	.g-html blockquote q,
	.g-html blockquote p {
		font: inherit;
		margin: 0;
		}
	.g-html blockquote cite {
		display: block;
		font-size: 80%;
		}
		
/*
 ******************************** COLUMNS ******************************/
.g-cols:before,
.g-cols:after {
	display: table;
	line-height: 0;
	content: '';
	}
.g-cols:after {
	clear: both;
	}
.g-cols > div {
	float: left;
	width: 100%;
	}

/* Default offset */
.g-cols.offset_default > div {
	margin-left: 4.0000%;
	}
	.g-cols.offset_default > div:first-child,
	.g-cols.offset_default > div.full-width {
		margin-left: 0;
		}
.g-cols.offset_default > .one-half,
.g-cols.offset_default > .two-quarters,
.g-cols.offset_default > .two-fourths,
.g-cols.offset_default > .three-sixths {
	width: 48.0000%;
	}
.g-cols.offset_default > .one-third,
.g-cols.offset_default > .two-sixths {
	width: 30.6666%;
	}
	.g-cols.offset_default > .two-thirds,
	.g-cols.offset_default > .four-sixths {
		width: 65.3333%;
		}
.g-cols.offset_default > .one-quarter,
.g-cols.offset_default > .one-fourth {
	width: 22.0000%;
	}
	.g-cols.offset_default > .three-quarters,
	.g-cols.offset_default > .three-fourths {
		width: 74.0000%;
		}
.g-cols.offset_default > .one-fifth {
	width: 16.8000%;
	}
	.g-cols.offset_default > .two-fifths {
		width: 37.6000%;
		}
	.g-cols.offset_default > .three-fifths {
		width: 58.4000%;
		}
	.g-cols.offset_default > .four-fifths {
		width: 79.2000%;
		}
.g-cols.offset_default > .one-sixth {
	width: 13.3333%;
	}
	.g-cols.offset_default > .five-sixths {
		width: 82.6666%;
		}
		
/* Wide offset */
.g-cols.offset_wide > div {
	margin-left: 6%;
	}
	.g-cols.offset_wide > div:first-child,
	.g-cols.offset_wide > div.full-width {
		margin-left: 0;
		}
.g-cols.offset_wide > .one-half,
.g-cols.offset_wide > .two-quarters,
.g-cols.offset_wide > .two-fourths,
.g-cols.offset_wide > .three-sixths {
	width: 47%;
	}
.g-cols.offset_wide > .one-third,
.g-cols.offset_wide > .two-sixths {
	width: 29.3333%;
	}
	.g-cols.offset_wide > .two-thirds,
	.g-cols.offset_wide > .four-sixths {
		width: 64.6666%;
		}
.g-cols.offset_wide > .one-quarter,
.g-cols.offset_wide > .one-fourth {
	width: 20.5000%;
	}
	.g-cols.offset_wide > .three-quarters,
	.g-cols.offset_wide > .three-fourths {
		width: 73.5000%;
		}
.g-cols.offset_wide > .one-fifth {
	width: 15.2000%;
	}
	.g-cols.offset_wide > .two-fifths {
		width: 36.4000%;
		}
	.g-cols.offset_wide > .three-fifths {
		width: 57.6000%;
		}
	.g-cols.offset_wide > .four-fifths {
		width: 78.8000%;
		}
.g-cols.offset_wide > .one-sixth {
	width: 11.6666%;
	}
	.g-cols.offset_wide > .five-sixths {
		width: 82.3333%;
		}

/* Without offset */
.g-cols.offset_none > .one-half,
.g-cols.offset_none > .two-quarters,
.g-cols.offset_none > .two-fourths,
.g-cols.offset_none > .three-sixths {
	width: 50%;
	}
.g-cols.offset_none > .one-third,
.g-cols.offset_none > .two-sixths {
	width: 33.3333%;
	}
	.g-cols.offset_none > .two-thirds,
	.g-cols.offset_none > .four-sixths {
		width: 66.6666%;
		}
.g-cols.offset_none > .one-quarter,
.g-cols.offset_none > .one-fourth {
	width: 25%;
	}
	.g-cols.offset_none > .three-quarters,
	.g-cols.offset_none > .three-fourths {
		width: 75%;
		}
.g-cols.offset_none > .one-fifth {
	width: 20%;
	}
	.g-cols.offset_none > .two-fifths {
		width: 40%;
		}
	.g-cols.offset_none > .three-fifths {
		width: 60%;
		}
	.g-cols.offset_none > .four-fifths {
		width: 80%;
		}
.g-cols.offset_none > .one-sixth {
	width: 16.6666%;
	}
	.g-cols.offset_none > .five-sixths {
		width: 83.3333%;
		}

/*
 **************************** ALERTS *****************************/
.g-alert {
	position: relative;
	text-align: left;
	margin-bottom: 20px; /* temp */
	}
	.g-alert-close {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		padding: 14px; /* temp */
		cursor: pointer;
		}
	.g-alert-body {
		padding: 14px 20px; /* temp */
		}
		
/* WITH_CLOSE */
.g-alert.with_close .g-alert-close {
	display: block;
	}
.g-alert.with_close .g-alert-body {
	padding-right: 50px;
	}
	
/* TYPE */
.g-alert.type_error {
	background-color: #ffd9d9;
	color: #a24141;
	}
.g-alert.type_success {
	background-color: #c9f7b2;
	color: #587549;
	}
.g-alert.type_info {
	background-color: #cef;
	color: #3a648e;
	}
.g-alert.type_attention {
	background-color: #fff2b2;
	color: #846534;
	}
/* ====================================
====== ANIMATION ======================
==================================== */

.animate_start {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	}

/* 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;
	}


/* Rotate From Center */
@keyframes rfc {
	from { opacity: 0; transform: scale(0.01) rotate(360deg); }
	to { opacity: 1; transform: scale(1) rotate(0); }
	}
@-webkit-keyframes rfc {
	from { opacity: 0; -webkit-transform: scale(0.01) rotate(360deg); }
	to { opacity: 1; -webkit-transform: scale(1) rotate(0); }
	}
.animate_rfc {
	opacity: 0;
	}
.animate_rfc.animate_start {
	-webkit-animation-name: rfc;
			animation-name: rfc;
	opacity: 1;
	}
	
/* Rotate From Left */
@keyframes rfl {
	from { opacity: 0; transform: translateX(-100px) rotate(-180deg); }
	to { opacity: 1; transform: translateX(0) rotate(0); }
	}
@-webkit-keyframes rfl {
	from { opacity: 0; -webkit-transform: translateX(-100px) rotate(-180deg); }
	to { opacity: 1; -webkit-transform: translateX(0) rotate(0); }
	}
.animate_rfl {
	opacity: 0;
	}
.animate_rfl.animate_start {
	-webkit-animation-name: rfl;
			animation-name: rfl;
	opacity: 1;
	}
		
/* Rotate From Right */
@keyframes rfr {
	from { opacity: 0; transform: translateX(100px) rotate(180deg); }
	to { opacity: 1; transform: translateX(0) rotate(0); }
	}
@-webkit-keyframes rfr {
	from { opacity: 0; -webkit-transform: translateX(100px) rotate(180deg); }
	to { opacity: 1; -webkit-transform: translateX(0) rotate(0); }
	}
.animate_rfr {
	opacity: 0;
	}
.animate_rfr.animate_start {
	-webkit-animation-name: rfr;
			animation-name: rfr;
	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;
	}	
	
/* Disable animation */
.disable_animation .animate_afc,
.disable_animation .animate_aft,
.disable_animation .animate_afb,
.disable_animation .animate_afl,
.disable_animation .animate_afr,
.disable_animation .animate_wfc,
.disable_animation .animate_hfc,
.disable_animation .animate_rfl,
.disable_animation .animate_rfr,
.disable_animation .animate_rfc {
	opacity: 1;
	-webkit-animation: none !important;
			animation: none !important;
	}
	
	
/* ====================================
====== Print Styles ===================
==================================== */
@media print {
.l-header,
.l-footer {
	display: none;
	}
.l-main,
.l-submain {
	padding: 0 !important;
	}
}

/* ====================================
====== MAIN GRID ======================
==================================== */

.l-body { 
	height: auto;
	min-width: 1220px;
	background-color: #ddd; /* variable */
	}

.l-canvas {
	background-color: #fff; /* variable */
	color: #666; /* variable */
	}
	
.l-canvas.type_boxed,
.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed ~ .l-footer .l-subfooter {
	max-width: 1240px;
	}
	.l-canvas.type_wide .l-subheader,
	.l-canvas.type_boxed .l-submain {
		max-width: 100%;
		}
		.l-canvas.type_wide .l-subheader-h,
		.l-canvas.type_wide .l-submain-h,
		.l-canvas.type_wide ~ .l-footer .l-subfooter-h,
		.l-canvas.type_boxed .l-subheader-h,
		.l-canvas.type_boxed .l-submain-h,
		.l-canvas.type_boxed ~ .l-footer .l-subfooter-h {
			max-width: 1140px;
			}

.l-subheader.at_top {
	display: none;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background-color: #f5f5f5; /* variable */
	}
.l-subheader.at_middle {
	text-align: right;
	line-height: 120px; /* temp */
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
	background-color: #fff; /* variable */
	}
.l-header.logopos_right .l-subheader.at_middle {
	text-align: left;
	}
.l-subheader.at_bottom {
	display: none;
	clear: both;
	line-height: 50px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background-color: #f5f5f5; /* variable */
	}
	.l-subheader-h {
		height: 100%;
		position: relative;
		}
	/* HEADER POS: fixed */
	.l-canvas.headerpos_fixed .l-header {
		position: fixed;
		left: 0;
		width: 100%;
		min-width: 1220px;
		z-index: 101;
		}
	.l-canvas.headerpos_fixed .l-header.no_fixed {
		position: static;
		}
	/* HEADER TYPE: extended */
	.l-canvas.headertype_extended .l-subheader.at_top {
		display: block;
		}
	/* HEADER TYPE: advanced & centered */
	.l-canvas.headertype_advanced .l-subheader.at_middle,
	.l-canvas.headertype_centered .l-subheader.at_middle {
		box-shadow: none;
		}
	.l-canvas.headerpos_fixed.headertype_advanced .l-header.state_sticky .l-subheader.at_middle,
	.l-canvas.headerpos_fixed.headertype_centered .l-header.state_sticky .l-subheader.at_middle {
		overflow: hidden;
		}
	.l-canvas.headertype_advanced .l-subheader.at_bottom,
	.l-canvas.headertype_centered .l-subheader.at_bottom {
		display: block;
		-webkit-transition: box-shadow 0.25s, top 0.4s;
				transition: box-shadow 0.25s, top 0.4s;
		}
	.l-header.state_sticky .l-subheader.at_bottom {
		box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
		}
	.l-canvas.headertype_centered .l-subheader.at_middle,
	.l-canvas.headertype_centered .l-subheader.at_bottom {
		text-align: center;
		}

.l-main {
	z-index: 1;
	box-shadow: 0 1px 0 rgba(0,0,0,0.08);
	}
.l-canvas.headertype_advanced .l-main {
	box-shadow: none;
	}
.l-canvas.headerpos_fixed .l-main {
	padding-top: 120px; /* temp */
	}
.l-canvas.headerpos_fixed .l-header.no_fixed + .l-main {
	padding-top: 0 !important;
	}
	.l-submain {
		padding: 50px 40px;
		}
		.l-submain-h {
			z-index: 1;
			}
		.l-submain-img {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			background-position: center center;
			-webkit-background-size: cover;
					background-size: cover;
			}
		/* FOR: pagehead */
		.l-submain.for_pagehead {
			padding: 30px 40px 32px;
			box-shadow: 0 -2px 0 -1px rgba(0,0,0,0.08) inset;
			}
		.l-submain.for_pagehead.size_small {
			padding-top: 16px;
			padding-bottom: 18px;
			}
		.l-submain.for_pagehead.color_alternate {
			box-shadow: none;
			}
		/* FULL: width */
		.l-submain.full_width {
			padding-left: 0;
			padding-right: 0;
			}
			.l-submain.full_width .l-submain-h {
				max-width: 100%;
				}
		/* FULL: height */
		.l-submain.full_height {
			padding-top: 0;
			padding-bottom: 0;
			}
		/* PARALLAX: ver */
		.l-submain.parallax_ver .l-submain-img {
			display: block;
			}
		.no-touch .l-submain.parallax_ver .l-submain-img {
			background-attachment: fixed;
			}
		/* PARALLAX: hor */
		.l-submain.parallax_hor {
			overflow: hidden;
			}
			.l-submain.parallax_hor .l-submain-img {
				display: block;
				width: 130%;
				}
				.l-submain.parallax_hor.bgwidth_110 .l-submain-img {
					width: 110%;
					}
				.l-submain.parallax_hor.bgwidth_120 .l-submain-img {
					width: 120%;
					}
				.l-submain.parallax_hor.bgwidth_140 .l-submain-img {
					width: 140%;
					}
				.l-submain.parallax_hor.bgwidth_150 .l-submain-img {
					width: 150%;
					}
		/* COLOR: alternate */
		.l-submain.color_alternate {
			background-color: #f2f2f2; /* variable */
			color: #555; /* variable */
			}
		/* COLOR: primary & secondary */
		.l-submain.color_primary {
			background-color: #d13a7a; /* variable */
			color: #fff;
			color: rgba(255,255,255,0.8);
			}
		.l-submain.color_secondary {
			background-color: #666; /* variable */
			color: #fff;
			color: rgba(255,255,255,0.8);
			}
			.l-submain.color_primary .g-html h1,
			.l-submain.color_primary .g-html h2,
			.l-submain.color_primary .g-html h3,
			.l-submain.color_primary .g-html h4,
			.l-submain.color_primary .g-html h5,
			.l-submain.color_primary .g-html h6,
			.l-submain.color_secondary .g-html h1,
			.l-submain.color_secondary .g-html h2,
			.l-submain.color_secondary .g-html h3,
			.l-submain.color_secondary .g-html h4,
			.l-submain.color_secondary .g-html h5,
			.l-submain.color_secondary .g-html h6 {
				color: #fff;
				}
			.l-submain.color_primary a,
			.l-submain.color_secondary a {
				color: #fff;
				}
				.no-touch .color_primary a:hover,
				.no-touch .color_secondary a:hover {
					color: #fff;
					}
			.l-submain.color_primary .g-hr-h:before,
			.l-submain.color_primary .g-hr-h:after,
			.l-submain.color_secondary .g-hr-h:before,
			.l-submain.color_secondary .g-hr-h:after {
				background-color: #fff;
				background-color: rgba(255,255,255,0.5);
				}
				.l-submain.color_primary .g-hr-h i,
				.l-submain.color_secondary .g-hr-h i {
					color: #fff;
					color: rgba(255,255,255,0.5);
					}
			.l-submain.color_primary .w-pagehead-nav-item,
			.l-submain.color_secondary .w-pagehead-nav-item {
				color: #fff !important;
				}
				.no-touch .l-submain.color_primary .w-pagehead-nav-item:hover,
				.no-touch .l-submain.color_secondary .w-pagehead-nav-item:hover {
					box-shadow: 0 0 0 2px #fff inset !important;
					}
		/* WITH: video */
		.l-submain-video {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-submain.with_video {
			overflow: hidden;
			}
		.l-submain.with_video .l-submain-video {
			display: block;
			}
		.l-submain.with_video .l-submain-img {
			background-attachment: scroll !important;
			}
		/* WITH: overlay */
		.l-submain-overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-submain-overlay.black_10 {
			background-color: rgba(0,0,0,0.1);
			}
		.l-submain-overlay.black_20 {
			background-color: rgba(0,0,0,0.2);
			}
		.l-submain-overlay.black_30 {
			background-color: rgba(0,0,0,0.3);
			}
		.l-submain-overlay.black_40 {
			background-color: rgba(0,0,0,0.4);
			}
		.l-submain-overlay.black_50 {
			background-color: rgba(0,0,0,0.5);
			}
		.l-submain-overlay.black_60 {
			background-color: rgba(0,0,0,0.6);
			}
		.l-submain-overlay.black_70 {
			background-color: rgba(0,0,0,0.7);
			}
		.l-submain-overlay.black_80 {
			background-color: rgba(0,0,0,0.8);
			}
		.l-submain-overlay.black_90 {
			background-color: rgba(0,0,0,0.9);
			}
		.l-submain-overlay.white_10 {
			background-color: rgba(255,255,255,0.1);
			}
		.l-submain-overlay.white_20 {
			background-color: rgba(255,255,255,0.2);
			}
		.l-submain-overlay.white_30 {
			background-color: rgba(255,255,255,0.3);
			}
		.l-submain-overlay.white_40 {
			background-color: rgba(255,255,255,0.4);
			}
		.l-submain-overlay.white_50 {
			background-color: rgba(255,255,255,0.5);
			}
		.l-submain-overlay.white_60 {
			background-color: rgba(255,255,255,0.6);
			}
		.l-submain-overlay.white_70 {
			background-color: rgba(255,255,255,0.7);
			}
		.l-submain-overlay.white_80 {
			background-color: rgba(255,255,255,0.8);
			}
		.l-submain-overlay.white_90 {
			background-color: rgba(255,255,255,0.9);
			}
			
/* Blank Page Template */
.page-template-page-blank-php {
	height: 100%;
	}
	.page-template-page-blank-php .l-canvas {
		height: 100%;
		max-width: none;
		font-size: 0;
		}
	.page-template-page-blank-php .l-canvas:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		}
	.page-template-page-blank-php .l-canvas .l-main {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-size: 14px;
		padding: 0 !important;
		box-shadow: none;
		}

.l-subfooter.at_top {
	font-size: 13px;
	line-height: 21px;
	padding: 50px 40px 20px;
	background-color: #1a1a1a; /* variable */
	color: #808080; /* variable */
	}
	.l-subfooter.at_top p {
		font-size: 13px;
		line-height: 21px;
		margin: 0 0 20px;
		}
		.l-subfooter.at_top p:last-child {
			margin-bottom: 0;
			}
	.l-subfooter.at_top h1,
	.l-subfooter.at_top h2,
	.l-subfooter.at_top h3,
	.l-subfooter.at_top h4,
	.l-subfooter.at_top a {
		color: #ccc;
		}
		.no-touch .l-subfooter.at_top a:hover {
			color: #fff;
			}
		.no-touch .l-subfooter.at_top p a:hover,
		.no-touch .l-subfooter.at_top li a:hover {
			border-bottom: 1px solid;
			}
.l-subfooter.at_bottom {
	font-size: 13px;
	line-height: 20px;
	padding: 30px 40px;
	background-color: #222; /* variable */
	color: #666; /* variable */
	}
	.l-subfooter.at_bottom a {
		color: #999; /* variable */
		}	
		.no-touch .l-subfooter.at_bottom a:hover {
			border-bottom: 1px solid;
			color: #fff; /* variable */
			}

.l-subfooter.at_top .widget {
	margin-bottom: 30px;
	}
.l-sidebar .widget {
	margin-bottom: 45px;
	}
	.l-sidebar .widget h4 {
		margin-bottom: 18px;
		}

/* ====================================
====== TYPOGRAPHY =====================
==================================== */

/* Main font */
body {
	font: 14px/24px 'Open Sans', sans-serif;
	}

/* Headers */
h1 {
	font-size: 38px;
	line-height: 1.3;
	}
h2 {
	font-size: 32px;
	line-height: 1.4;
	}
h3 {
	font-size: 26px;
	line-height: 1.4;
	}
h4 {
	font-size: 22px;
	line-height: 1.4;
	}
h5 {
	font-size: 20px;
	line-height: 1.4;
	}
h6 {
	font-size: 18px;
	line-height: 1.4;
	}	
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', sans-serif;
	color: #444;
	}

/* Paragraph */
.g-html .g-cols > div > p:last-child,
.g-html > p:last-child {
	margin-bottom: 0;
	}
	.no-touch .g-html p a:hover {
		border-bottom: 1px solid;
		}

/* Lists */
.g-html .g-cols > div > ul:last-child,
.g-html > ul:last-child,
.g-html .g-cols > div > ol:last-child,
.g-html > ol:last-child {
	margin-bottom: 0;
	}
	.g-html ul li,
	.g-html ol li {
		margin-bottom: 6px;
		padding-left: 2px;
		}
		.no-touch .g-html li a:hover {
			border-bottom: 1px solid;
			}
		.g-html ul > li ul,
		.g-html ul > li ol,
		.g-html ol > li ul,
		.g-html ol > li ol {
			margin-bottom: 6px;
			margin-top: 6px;
			}

/* Image */
.g-html img + h1,
.g-html img + h2,
.g-html img + h3,
.g-html img + h4,
.g-html img + ul,
.g-html img + ol,
.g-html img + p {
	margin-top: 20px;
	}
	.g-html div[class^="animate"] {
		margin-bottom: 20px;
		}
.g-html img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
.g-html img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.g-html img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.no-touch .g-html a.image-link:hover {
		border-bottom: none;
		}
	.g-html a.image-link img {
		-webkit-transition: opacity 0.25s;
				transition: opacity 0.25s;
		}
		.no-touch .g-html a.image-link:hover img {
			opacity: 0.8;
			}

/* Preformat */
.g-html pre {
	font-size: 13px;
	line-height: 19px;
	padding: 12px 15px;
	background-color: #faf6e1;
	color: #333;
	}
.g-html p + pre {
	margin-top: -16px;
	}
.g-html code {
	padding: 0 5px;
	background-color: #faf6e1;
	color: #333;
	}
	
/* Blockquote */
.g-html blockquote {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding: 0 0 0 32px;
	border-left: 5px solid #d13a7a; /* variable */
	}
	.g-html blockquote:before {
		display: none;
		content: '\201C';
		position: absolute;
		top: 0;
		left: 0;
		font-size: 60px;
		line-height: 60px;
		height: 60px;
		width: 40px;
		}
	
/* Dividers */
.g-hr {
	text-align: center;
	height: 20px;
	width: 100%;
	margin: 35px 0;
	padding: 2px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	}
	.g-hr-h:before,
	.g-hr-h:after {
		display: inline-block;
		content: "";
		height: 1px;
		width: 50%;
		margin-top: 7px;
		vertical-align: top;
		position: relative;
		background-color: #e8e8e8; /* variable */
		}
	.g-hr-h:before {
		left: -13px;
		margin-left: -50%;
		}
	.g-hr-h:after {
		left: 13px;
		margin-right: -50%;
		}
		.g-hr-h i {
			font-size: 16px;
			line-height: 16px;
			height: 16px;
			width: 20px;
			vertical-align: top;
			text-align: center;
			color: #e8e8e8; /* variable */
			}
	/* SIZE: small */
	.g-hr.size_small {
		margin: 25px 0;
		}
	/* SIZE: big */
	.g-hr.size_big {
		margin: 45px 0;
		}
	/* SIZE: huge */
	.g-hr.size_huge {
		margin: 65px 0;
		}
	/* TYPE: invisible */
	.g-hr.type_invisible {
		height: 0;
		margin: 20px 0;
		}
		.g-hr.type_invisible.size_small {
			margin: 10px 0;
			}
		.g-hr.type_invisible.size_big {
			margin: 30px 0;
			}
		.g-hr.type_invisible.size_huge {
			margin: 50px 0;
			}
		.g-hr.type_invisible .g-hr-h {
			display: none;
			}
	/* TYPE: short */
	.g-hr.type_short {
		width: 30%;
		margin-left: auto !important;
		margin-right: auto !important;
		}
	/* TYPE: fullwidth */
	.g-hr.type_fullwidth {
		overflow: visible;
		}
	.type_boxed .g-hr.type_fullwidth {
		overflow: hidden;
		margin-left: -50px;
		margin-right: -50px;
		width: auto;
		}
		.g-hr.type_fullwidth .g-hr-h:before,
		.g-hr.type_fullwidth .g-hr-h:after {
			width: 90%;
			}
	/* NO: icon */
	.g-hr.no_icon {
		font-size: 0;
		}
		.g-hr.no_icon .g-hr-h:before,
		.g-hr.no_icon .g-hr-h:after {
			left: 0;
			}
		.g-hr.no_icon .g-hr-h i {
			display: none;
			}
	/* WITH: text */
	.g-hr.with_text {
		padding: 0;
		}
		.g-hr.with_text .g-hr-h:before,
		.g-hr.with_text .g-hr-h:after {
			margin-top: 11px;
			}
		.g-hr.with_text .g-hr-h h6 {
			display: inline-block;
			vertical-aligN: top;
			line-height: 20px;
			margin: 0;
			}

/* Misc */
.g-html .highlight {
	color: #31c5c7;
	}
	
.g-html .thin {
	font-weight: 300;
	}
.g-html .bold {
	font-weight: 700;
	}
	
.g-html .align_left {
	text-align: left;
	}
.g-html .align_right {
	text-align: right;
	}
.g-html .align_center {
	text-align: center;
	}
.g-html .align_justify {
	text-align: justify;
	}
	
	
.l-footer input[type="text"],
.l-footer input[type="password"],
.l-footer input[type="email"],
.l-footer input[type="url"],
.l-footer input[type="tel"],
.l-footer input[type="number"],
.l-footer input[type="date"],
.l-footer textarea,
.l-footer select {
	background-color: rgba(0,0,0,0.05);
	}


/* Buttons */
.g-btn,
button,
input[type="submit"] {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 36px;
	margin: 5px 0;
	border: none !important;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: color 0.25s, background-color 0.25s;
	        transition: color 0.25s, background-color 0.25s;
	}
	.no-touch .g-btn:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		-webkit-transition: height 0.25s;
				transition: height 0.25s;
		}
		.no-touch .g-btn:hover:before {
			height: 100%;
			}
	.g-btn span {
		position: relative;
		}
		.g-btn i {
			font-size: 1em;
			line-height: inherit;
			margin: 0 8px 0 -2px;
			}
	/* SIZE: small */
	.g-btn.size_small,
	input.g-btn.size_small {
		padding: 8px 26px;
		font-size: 13px;
		border-radius: 4px;
		}
	/* SIZE: big */
	.g-btn.size_big,
	input.g-btn.size_big {
		padding: 16px 50px;
		font-size: 18px;
		}
	/* TYPE: outlined */
	.g-btn.outlined {
		background-color: transparent !important;
		}
	/* COLOR: transparent */
	.g-btn.color_transparent {
		font-weight: normal;
		text-transform: none;
		overflow: visible;
		padding: 0 2px !important;
		border: none !important;
		background: none !important;
		}
		.no-touch .g-btn.color_transparent:before {
			display: none;
			}
		.no-touch .g-btn.color_transparent:hover span {
			border-bottom: 1px solid;
			}
	/* COLOR: white */
	.g-btn.color_white,
	a.g-btn.color_white {
		background-color: #fff;
		color: #444;
		}
	.no-touch .g-btn.color_white:before {
		background-color: rgba(0,0,0,0.06);
		}
		.no-touch .g-btn.color_white:hover,
		.no-touch a.g-btn.color_white:hover {
			color: #444;
			}
		/* COLOR: white outlined */
		.g-btn.color_white.outlined,
		a.g-btn.color_white.outlined {
			box-shadow: 0 0 0 2px #fff inset;
			color: #fff;
			}
			.no-touch .g-btn.color_white.outlined:hover,
			.no-touch a.g-btn.color_white.outlined:hover {
				color: #444;
				}
			.g-btn.color_white.outlined:before {
				background-color: #fff;
				}
	/* COLOR: default */
	.g-btn.color_default {
		background-color: #e8e8e8; /* variable */
		color: #666; /* variable */
		}
		.no-touch .g-btn.color_default:hover {
			color: #444;
			}
		.g-btn.color_default:before {
			background-color: rgba(0,0,0,0.06);
			}
		/* COLOR: default outlined */
		.g-btn.color_default.outlined {
			box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
			color: #666; /* variable */
			}
			.no-touch .g-btn.color_default.outlined:hover,
			.no-touch .color_alternate .g-btn.color_default.outlined:hover {
				color: #444; /* variable */
				}
			.g-btn.color_default.outlined:before {
				background-color: #e8e8e8; /* variable */
				}
	/* COLOR: primary */
	button,
	.g-btn.color_primary,
	input[type="submit"]	{
		background-color: #d13a7a; /* variable */
		color: #fff;
		}
		.no-touch button:hover,
		.no-touch .g-btn.color_primary:hover,
		.no-touch input[type="submit"]:hover {
			color: #fff;
			}
		/* COLOR: primary outlined */
		.g-btn.color_primary.outlined {
			box-shadow: 0 0 0 2px #d13a7a inset; /* variable */
			color: #d13a7a; /* variable */
			}
			.no-touch .g-btn.color_primary.outlined:hover,
			.no-touch .color_alternate .g-btn.color_primary.outlined:hover {
				color: #fff;
				}
			.g-btn.color_primary.outlined:before {
				background-color: #d13a7a; /* variable */
				}
	/* COLOR: secondary */
	.g-btn.color_secondary {
		background-color: #666; /* variable */
		color: #fff;
		}
		.no-touch .g-btn.color_secondary:hover {
			color: #fff;
			}
		/* COLOR: secondary outlined */
		.g-btn.color_secondary.outlined {
			box-shadow: 0 0 0 2px #666 inset; /* variable */
			color: #666; /* variable */
			}
			.no-touch .g-btn.color_secondary.outlined:hover,
			.no-touch .color_alternate .g-btn.color_secondary.outlined:hover {
				color: #fff;
				}
			.g-btn.color_secondary.outlined:before {
				background-color: #666; /* variable */
				}
	/* COLOR: contrast */
	.g-btn.color_contrast {
		background-color: #444; /* variable */
		color: #fff; /* variable */
		}
		.no-touch .g-btn.color_contrast:hover {
			color: #fff; /* variable */
			}
		.g-btn.color_contrast:before {
			background-color: rgba(0,0,0,0.06);
			}
		/* COLOR: default outlined */
		.g-btn.color_contrast.outlined {
			box-shadow: 0 0 0 2px #444 inset; /* variable */
			color: #444; /* variable */
			}
			.no-touch .g-btn.color_contrast.outlined:hover,
			.no-touch .color_alternate .g-btn.color_contrast.outlined:hover {
				color: #fff; /* variable */
				}
			.g-btn.color_contrast.outlined:before {
				background-color: #444; /* variable */
				}
	/* COLOR: pink */
	.g-btn.color_pink {
		background-color: #ff6b6b;
		color: #fff;
		}
		.no-touch .g-btn.color_pink:hover {
			color: #fff;
			}
		/* COLOR: pink outlined */
		.g-btn.color_pink.outlined {
			box-shadow: 0 0 0 2px #ff6b6b inset;
			color: #ff6b6b;
			}
			.no-touch .g-btn.color_pink.outlined:hover {
				color: #fff;
				}
			.g-btn.color_pink.outlined:before {
				background-color: #ff6b6b;
				}
	/* COLOR: blue */
	.g-btn.color_blue {
		background-color: #5ac8ed;
		color: #fff;
		}
		.no-touch .g-btn.color_blue:hover {
			color: #fff;
			}
		/* COLOR: blue outlined */
		.g-btn.color_blue.outlined {
			box-shadow: 0 0 0 2px #5ac8ed inset;
			color: #5ac8ed;
			}
			.no-touch .g-btn.color_blue.outlined:hover {
				color: #fff;
				}
			.g-btn.color_blue.outlined:before {
				background-color: #5ac8ed;
				}
	/* COLOR: midnight */
	.g-btn.color_midnight {
		background-color: #2c3e50;
		color: #fff;
		}
		.no-touch .g-btn.color_midnight:hover {
			color: #fff;
			}
		/* COLOR: midnight outlined */
		.g-btn.color_midnight.outlined {
			box-shadow: 0 0 0 2px #2c3e50 inset;
			color: #2c3e50;
			}
			.no-touch .g-btn.color_midnight.outlined:hover {
				color: #fff;
				}
			.g-btn.color_midnight.outlined:before {
				background-color: #2c3e50;
				}
	/* COLOR: purple */
	.g-btn.color_purple {
		background-color: #8560a8;
		color: #fff;
		}
		.no-touch .g-btn.color_purple:hover {
			color: #fff;
			}
		/* COLOR: purple outlined */
		.g-btn.color_purple.outlined {
			box-shadow: 0 0 0 2px #8560a8 inset;
			color: #8560a8;
			}
			.no-touch .g-btn.color_purple.outlined:hover {
				color: #fff;
				}
			.g-btn.color_purple.outlined:before {
				background-color: #8560a8;
				}
	/* COLOR: navy */
	.g-btn.color_navy {
		background-color: #1265a8;
		color: #fff;
		}
		.no-touch .g-btn.color_navy:hover {
			color: #fff;
			}
		/* COLOR: navy outlined */
		.g-btn.color_navy.outlined {
			box-shadow: 0 0 0 2px #1265a8 inset;
			color: #1265a8;
			}
			.no-touch .g-btn.color_navy.outlined:hover {
				color: #fff;
				}
			.g-btn.color_navy.outlined:before {
				background-color: #1265a8;
				}
	/* COLOR: green */
	.g-btn.color_green {
		background-color: #59ba41;
		color: #fff;
		}
		.no-touch .g-btn.color_green:hover {
			color: #fff;
			}
		/* COLOR: green outlined */
		.g-btn.color_green.outlined {
			box-shadow: 0 0 0 2px #59ba41 inset;
			color: #59ba41;
			}
			.no-touch .g-btn.color_green.outlined:hover {
				color: #fff;
				}
			.g-btn.color_green.outlined:before {
				background-color: #59ba41;
				}
	/* COLOR: yellow */
	.g-btn.color_yellow {
		background-color: #fac000;
		color: #fff;
		}
		.g-btn.color_yellow:before {
			background-color: rgba(0,0,0,0.06);
			}
		.no-touch .g-btn.color_yellow:hover {
			color: #fff;
			}
		/* COLOR: yellow outlined */
		.g-btn.color_yellow.outlined {
			box-shadow: 0 0 0 2px #fac000 inset;
			color: #fac000;
			}
			.no-touch .g-btn.color_yellow.outlined:hover {
				color: #fff;
				}
			.g-btn.color_yellow.outlined:before {
				background-color: #fac000;
				}
	/* COLOR: teal */
	.g-btn.color_teal {
		background-color: #008b83;
		color: #fff;
		}
		.no-touch .g-btn.color_teal:hover {
			color: #fff;
			}
		/* COLOR: teal outlined */
		.g-btn.color_teal.outlined {
			box-shadow: 0 0 0 2px #008b83 inset;
			color: #008b83;
			}
			.no-touch .g-btn.color_teal.outlined:hover {
				color: #fff;
				}
			.g-btn.color_teal.outlined:before {
				background-color: #008b83;
				}
	/* COLOR: brown */
	.g-btn.color_brown {
		background-color: #6a4530;
		color: #fff;
		}
		.no-touch .g-btn.color_brown:hover {
			color: #fff;
			}
		/* COLOR: brown outlined */
		.g-btn.color_brown.outlined {
			box-shadow: 0 0 0 2px #6a4530 inset;
			color: #6a4530;
			}
			.no-touch .g-btn.color_brown.outlined:hover {
				color: #fff;
				}
			.g-btn.color_brown.outlined:before {
				background-color: #6a4530;
				}
	/* COLOR: cream */
	.g-btn.color_cream {
		background-color: #f5ddbf;
		color: #605c57;
		}
		.g-btn.color_cream:before {
			background-color: rgba(0,0,0,0.06);
			}
		.no-touch .g-btn.color_cream:hover {
			color: #605c57;
			}
		/* COLOR: cream outlined */
		.g-btn.color_cream.outlined {
			box-shadow: 0 0 0 2px #f5ddbf inset;
			color: #f5ddbf;
			}
			.no-touch .g-btn.color_cream.outlined:hover {
				color: #605c57;
				}
			.g-btn.color_cream.outlined:before {
				background-color: #f5ddbf;
				}
	/* COLOR: red */
	.g-btn.color_red {
		background-color: #f40;
		color: #fff;
		}
		.no-touch .g-btn.color_red:hover {
			color: #fff;
			}
		/* COLOR: red outlined */
		.g-btn.color_red.outlined {
			box-shadow: 0 0 0 2px #f40 inset;
			color: #f40;
			}
			.no-touch .g-btn.color_red.outlined:hover {
				color: #fff;
				}
			.g-btn.color_red.outlined:before {
				background-color: #f40;
				}
	/* COLOR: lime */
	.g-btn.color_lime {
		background-color: #baeb59;
		color: #656c57;
		}
		.g-btn.color_lime:before {
			background-color: rgba(0,0,0,0.06);
			}
		.no-touch .g-btn.color_lime:hover {
			color: #656c57;
			}
		/* COLOR: lime outlined */
		.g-btn.color_lime.outlined {
			box-shadow: 0 0 0 2px #baeb59 inset;
			color: #baeb59;
			}
			.no-touch .g-btn.color_lime.outlined:hover {
				color: #656c57;
				}
			.g-btn.color_lime.outlined:before {
				background-color: #baeb59;
				}
		
/* Alerts */
.g-alert-close {
	font-size: 20px;
	opacity: 0.3;
	-webkit-transition: opacity 0.25s;
			transition: opacity 0.25s;
	}
	.no-touch .g-alert-close:hover {
		opacity: 1;
		}
	.g-alert-body p {
		margin: 0;
		}

/* Pagination */
.g-pagination {
	font-size: 0;
	margin-bottom: 20px;
	}
	.g-pagination-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding: 0;
		margin: 0 3px;
		font-size: 17px;
		line-height: 50px;
		height: 50px;
		width: 50px;
		position: relative;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 0 0 0 2px #e8e8e8 inset; /* variable */
		color: inherit;
		}
		.g-pagination-item span {
			position: relative;
			}
	.no-touch .g-pagination-item:hover {
		color: #fff;
		}
	.no-touch .g-pagination-item:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		-webkit-transition: height 0.3s;
				transition: height 0.3s;
		background-color: #d13a7a; /* variable */
		}
		.no-touch .g-pagination-item:hover:before {
			height: 100%;
			}
	.g-pagination-item.active {
		box-shadow: none !important;
		background-color: #d13a7a; /* variable */
		color: #fff !important;
		}
	.g-pagination-item.disabled {
		display: none;
		}
	.g-pagination-item.to_prev,
	.g-pagination-item.to_next {
		display: none;
		padding: 0 35px 0 15px;
		width: auto;
		box-shadow: none;
		}
	
	
	
/*
 ********************* Responsive w-actionbox **********************/
 @media only screen and (max-width: 767px) {
.w-actionbox {
	display: block;
	text-align: center;
	}
	.w-actionbox-text {
		display: block;
		}
	.w-actionbox-controls {
		display: block;
		text-align: center;
		padding: 15px 0 0;
		}
}

/*
 ********************* Responsive w-blog **********************/
@media only screen and (max-width: 1023px) {
.w-blog.type_masonry .w-blog-entry {
	width: 50%;
	}
}
@media only screen and (max-width: 599px) {
.w-blog.type_masonry .w-blog-entry {
	width: 100%;
	}
.w-blog.imgpos_atleft .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry-title,
.w-blog.imgpos_atleft .w-blog-entry-body {
	margin-left: 0;
	}
	.w-blog.imgpos_atleft .w-blog-entry-preview {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		}
}


/*
 ********************* Responsive w-gallery **********************/
@media (min-width : 768px) and (max-width : 1023px) {
.w-gallery.type_masonry .w-gallery-tnail {
	width: 33.3333%;
	}
}
 
@media (min-width : 480px) and (max-width : 767px) {
.w-gallery.type_masonry .w-gallery-tnail {
	width: 50%;
	}
}

@media (max-width : 479px) {
.w-gallery.type_masonry .w-gallery-tnail {
	width: 100%;
	}
}

/*
 ********************* Responsive w-portfolio **********************/
@media only screen and (min-width: 900px) and (max-width: 1279px) {
.w-portfolio.columns_4 .w-portfolio-item,
.w-portfolio.columns_5 .w-portfolio-item {
	width: 33.3333%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 899px) {
.w-portfolio.columns_3 .w-portfolio-item,
.w-portfolio.columns_4 .w-portfolio-item,
.w-portfolio.columns_5 .w-portfolio-item {
	width: 50%;
	}
}
@media only screen and (max-width: 479px) {
.w-portfolio-list {
	margin: 0 !important;
	}
.w-portfolio-item {
	width: 100% !important;
	padding: 0 !important;
	}
}

/*
 ********************* Responsive w-pricing **********************/
@media only screen and (max-width: 767px) {
.w-pricing {
	display: block;
	}
	.w-pricing-item {
		display: block;
		}
}
