/*--------------
Elements
----------------*/

/*main containers*/
.wmts_container,
.wmts_members {
position: relative;
}

.wmts_members {
clear: both;
/*transition: .4s;  uncomment for smooth height transition */
}

.wmts_container.wmts_loaded{
max-height: none;
overflow: visible;
}

.wmts_container.wmts_loaded>*{
opacity: 1;
}

.wmts_container.wmts_loaded:after{
display: none;
}

/*-- loaded*/
.wmts_container:after,
.wmts_lightbox .wmts_image_centering:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px;
background: url(../images/loader.gif) no-repeat center center;
background-size: 25px 25px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
animation: wmts-3Drotate 1s infinite ease-in-out;
}

@keyframes wmts-3Drotate {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

/*general elements*/
.wmts_element{
font-size: 1em;
line-height: 1.2em;
color: inherit;
box-sizing: border-box;
}

.wmts_member>.wmts_element{
padding-left: 10px;
padding-right: 10px;
margin: 10px 0;
}

a.wmts_element{
cursor: pointer;
text-decoration: none;	
}

/*member container*/
.wmts_member{
font-size: 14px;
background: #F5F5F5;
border-radius: 3px;
display: inline-block;
overflow:hidden;
line-height: 1em;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
vertical-align: middle;
}

.wmts_member:hover{
/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);*/
}

/*image*/
.wmts_element.wmts_image_centering {
    position: relative;
    height: 250px;	
    max-height:100%;
    overflow: hidden;
    margin: 0;
	padding: 0;
}

.wmts_members img.wph_element{
  margin: 0;
  display:block;
}

/*name*/
#poststuff h2.wmts_name,
.wmts_name
{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: .2em 0;
  display:block;
  text-transform: uppercase;
}

a.wph_auto_a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: inherit;
}

/*job title*/ 
#poststuff h3.wmts_job_title,
.wmts_element.wmts_job_title
{
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
margin: 0 0 .5em;
  padding: .2em 0;
  display:block;
  text-shadow: none;
}

/*description*/ 
.wmts_element .wmts_description{
  position: relative;
  margin-top: 2em;
  font-size: .9em;
  line-height: 2em;
  display: block;
}

.wmts_element .wmts_description:before {
content: '';
position: absolute;  
top: -1em;
width: 20px;
border-bottom: 1px solid;
}

/*link*/
.wmts_element [data-wph-type="link"] i{
font-size: 1.4em;
line-height: 1.4em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
}

a.wmts_element[data-wph-type="link"]{
text-decoration: none;
margin: .1em .5em .1em 0;
}

a.wmts_element[data-wph-type="link"] span{
text-decoration: underline;
/* margin: 5px; */
}

/*pseudo links*/
.wmts_element[data-wph-href]{
	cursor: pointer;
}

/*
.wmts_attribute[data-wph-href] *{
	text-decoration: underline;
}
*/

.wmts_attribute[data-wph-href] i,
.wmts_attribute[data-wph-href] [data-wph-type="label"],
.wmts_attribute[data-wph-href] [data-wph-type="label"] span{
	text-decoration: none;
}

/*ribbon*/
.wmts_element.wmts_ribbon{
width: 240px;
margin: 0;
top: 35px;
right: -85px;
font-size: 1em;
line-height: 1em;
position: absolute;
z-index: 1;
text-align: center;
background: #1DA642;
color: white;
padding: 7px 50px;
transform: rotate( 45deg ) translate3d(0, 0, 0);
-webkit-transform: rotate( 45deg ) translate3d(0, 0, 0);
transform-origin: 50% 0%;
}

/*text container*/
.wmts_member>.wmts_text_container{
	padding: 20px;
	margin: 0;
}

/*attribute*/
.wmts_attributes {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.wmts_attributes:empty{
	display: none;
}

.wmts_attribute{
display: inline-block;
width:100%;
font-size: .9em;
line-height: 1.5em;
margin: 5px 0;
}

/*-- attribute icons*/
.wmts_attribute span i{
width: 1.2em;
text-align:center;
}

/*-- attribute label*/
.wmts_attribute span[data-wph-type="label"]{
display: inline-block;
cursor: default;
}

.wmts_attribute span[data-wph-type="label"] i{
margin-right: 5px;
}

.wmts_attribute span[data-wph-type="label"] span{
margin-right: 5px;
}

.wmts_lightbox .wmts_attribute span[data-wph-type="label"] i{
margin-right: 10px;
}

/*-- attribute value*/
.wmts_attribute span[data-wph-type="value"]{
float: right;
display: inline-block;
}

.wmts_attribute span[data-wph-type="value"] a{
color: inherit;
}

.wmts_attribute span[data-wph-type="value"] i{
margin-left: 5px;
}

/*iFrame*/
.wmts_members [data-wph-type="video"] iframe{
max-width: 100%;
height: 200px;
}

/*Lightbox*/
.wmts_members .wmts_lightbox {
display: none;
}

.wmts_lightbox {
width: 810px;
min-width: 300px;
min-height: 100px;
background: rgba(0, 0, 0, 0.55);
display: block;
font-size: 1.5em;
position: relative;
margin: 0 auto;
box-sizing: border-box;
border-radius: 5px;
}

.wmts_lighbox_screen .mfp-arrow{
background-color: rgba(50, 50, 50, 1);
transition: .5s;
}

.wmts_lighbox_screen .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid rgba(255, 255, 255, 1);
}

.wmts_lighbox_screen .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: 27px solid rgba(255, 255, 255, 1);
}

.wmts_lighbox_screen .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #343434;
  margin-right: 40px;
}

.wmts_lighbox_screen .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #343434;
  margin-left: 40px;
}

.wmts_lightbox .wmts_image_centering {
    height: 450px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.wmts_lightbox .wmts_image_centering>img {
visibility: hidden;
max-width: 100%;
max-height: 100%;
}

.wmts_lightbox .wmts_name{
font-size: 1.2em;
}

.wmts_lightbox>.wmts_element{
	display:inline-block;
	padding: 10px;
}

.wmts_lightbox>.wmts_image_centering,
.wmts_lightbox>.wmts_text_container
{
vertical-align: middle;
padding: 0;
}

.wmts_lightbox .wmts_job_title{
font-size: .8em;
}

.wmts_lightbox .wmts_element{
color: #dfdfdf;
line-height: 1.4em;
}

.wmts_lightbox .wmts_links{
margin: 10px 0;
}

.wmts_lightbox .wmts_text_container {
  padding: 20px;
  width: 400px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
}

/*Lightbox Vertical orientation begins*/

.wmts_lightbox_vertical{
margin: 100px auto;
}

.wmts_lightbox_vertical .wmts_image_centering{
	width: 400px;
	height: 400px;
	display: block;
	margin: 30px auto 10px;
	border-radius: 100%;
	border: 15px solid rgba(255,255,255,0.1);
	z-index: 1;
}

.wmts_lightbox.wmts_lightbox_vertical{
	padding: 20px;
}

.wmts_lightbox_vertical .wmts_text_container{
display: block;
width: 100%!important;
text-align:center;
}

.wmts_lightbox_vertical .wmts_element,
.wmts_lightbox_vertical .wmts_element *{
color: white;
}

.wmts_lightbox.wmts_lightbox_vertical .wmts_description:before {
left: 50%;
top: -30px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 50px;
height: 5px;
border: none;
background: #ddd;
}

.wmts_lightbox.wmts_lightbox_vertical .wmts_description {
font-size: 16px;
line-height: 2em;
margin-top: 50px;
text-align: justify;
}

.wmts_lightbox_vertical .wmts_attribute {
margin: 15px 0;
}
/*Lightbox Vertical orientation ends*/

/*Lightbox Color Theme White begins*/
.wmts_lightbox_light{
background: white;
}

.wmts_lightbox_light .wmts_element,
.wmts_lightbox_light .wmts_element *{
color: black;
}

.wmts_lightbox_vertical.wmts_lightbox_light .wmts_image_centering{
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0, 0, 0);
}

/*Lightbox Color Theme White ends*/

@media screen and (max-width: 900px) {
	.wmts_lightbox,
	.wmts_lightbox .wmts_image_centering, 
	.wmts_lightbox .wmts_text_container{
		display: block;	
		width: 100%;
	}

	.wmts_lightbox .wmts_image_centering{
		max-height:300px;
		width: 100%;
		margin: 0;
	}

	.wmts_lightbox{
		padding: 0!important;
	}
	
}

.wmts_lightbox [data-wph-type="link"] i{
font-size: 1em;
margin: .1em .1em .1em 0;
}

.wmts_lightbox .wmts_description {
font-size: 13px;
line-height: 1.7em;
margin: 2em 0 1em 0;
}

.wmts_lightbox .wmts_description:before {
left: 8px;
transform: translateX( -50% );
-webkit-transform: translateX( -50% );
box-shadow: none;
border-color: inherit;
width: 15px;
}

.wmts_lightbox .wmts_description h2,
.wmts_lightbox .wmts_description h3,
.wmts_lightbox .wmts_description h4,
.wmts_lightbox .wmts_description h5
{
margin-top: 1.2em;
}

.wmts_lightbox .wmts_attribute {
font-size: 13px;
display: block;
}

.wmts_lightbox .wmts_attribute [data-wph-type=value] {
float: none;
}

.wmts_element button.mfp-close{
color: #888;
top: 5px;
right: 5px;
font-weight: bold;
transition: .2s;
}

@media screen and (max-width: 600px) {
	.wmts_element button.mfp-close{
		right: 0;
		top: 0;
		background: rgba( 0, 0, 0, .5 );
		border: none;
		border-radius: 0;
		transform: none;
	}

	.wmts_lighbox_screen .mfp-arrow{
		transform: scale(.5);
		opacity: .7;
	}

}

/*Search*/
.wmts_search{
	float: right;
}

@media (max-width:950px){
	.wmts_search{
		float: left;
		clear: left;
	}
}

.wp-admin .wmts_search>*,
.wmts_search>*{
	font-size: 16px;
    line-height: 1.2em;
    margin: 0 15px 15px 0;
    padding: 10px;
    height: auto;
    width: auto;
    vertical-align: top;
}

.wmts_search>select {
    -webkit-appearance: menulist!important;
}

.wp-admin .wmts_search>*:last-child,
.wmts_search>*:last-child{
	margin: 0 0 10px 0!important;
}

.wmts_search span.wmts_search_submit {
	color: #828282;
    background-color: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.wmts_search .wmts_search_submit>i {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    text-align:center;
    width:0;
    transition: .5s;
	position: relative;
	top: 2px;
}

.wmts_search_submit.wmts_loading>i:first-child,
.wmts_search_submit.wmts_init>i:last-child
{
    width: 1.2em;	
    margin: 0 3px;	
    opacity: .7;
    top: 2px;
}

.wmts_clear{
	display: block;
	width: 100%;
	clear: both;
	float: none;
}

.wmts_clear_search_trigger_container{
	text-align:center;
}

.wmts_clear_search_trigger{
	display: inline-block;
    text-align: center;
    font-size: 1.5em;
    margin: 30px 0;
}

/*Filters*/
.wmts_filters{
    float: left;
}

.wmts_filters span.wph_filter{
	font-size: 16px;
    line-height: 1.2em;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.wmts_filters span.wmts_selected_filter,
.wmts_filters span.wph_filter:hover{
background: rgba(0, 0, 0, 0.07);
}

.wmts_filters span.wph_filter i{
	margin-right: 8px;
}

/*Pagination*/
.wmts_pagination{
	display: block;
	text-align:center;
	margin-top:15px;
}

.wmts_pagination a.page-numbers, .wmts_pagination span.page-numbers, .wph_pagination_load_more {
font-size: 16px;
line-height: 16px;
color:black;
cursor:pointer;
text-decoration:none;
padding: 8px 10px;
background:rgba(0,0,0,.07);
border:1px solid rgba(0,0,0,.1);
border-bottom-width: 3px;
min-width: 35px;
display:inline-block;
margin:2px;
border-radius:2px;
position:relative;
transition:.2s background;
box-sizing: border-box;
}

.wmts_pagination span.dots{
cursor: default;	
}

.wmts_pagination a.page-numbers:hover, .wmts_pagination span.page-numbers:hover, .wmts_pagination .current.page-numbers{
background: rgba(0, 0, 0, .2);
}

.wmts_pagination .wmts_loading .fa-refresh{
position: absolute;
width: 100%;
text-align: center;
top: 7px;
left: 0;
color: rgba(0, 0, 0, .7);
font-size: 13px;line-height: 18px;
}

.wph_pagination_load_more{
	padding: 15px 40px;
	color: rgba(0, 0, 0, .8);
	transition: .3s;
	overflow: hidden;
	position: relative;
}

.wmts_pagination .wmts_loading.page-numbers{
color: transparent;
}

.wmts_pagination .wmts_loading.wph_pagination_load_more{
color: rgba(0, 0, 0, .4);
padding-left: 50px;
padding-right: 30px;
}

.wmts_pagination .wmts_loading.wph_pagination_load_more .fa-refresh {
	position: absolute;
	top: 15px;
	left: 20px;
	width: auto;
	color: rgba(0, 0, 0, .6);
}

.wmts_loading.wmts_members{
	opacity: .4;
}

.wmts_hide{
display: none;
}

/*--------------
Templates
----------------*/

/*Vertical Dark*/

.wmts_vertical_dark>.wmts_element.wmts_image_centering{
	height: 300px;
}

.wmts_vertical_dark a[href]{
	text-decoration: none;
}

.wmts_vertical_dark .wmts_text_container{
	color: #fff;
}

#poststuff .wmts_vertical_dark h2.wmts_name, .wmts_vertical_dark .wmts_name {
    font-size: 1.2em;
    line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#poststuff .wmts_vertical_dark h3.wmts_job_title, .wmts_vertical_dark .wmts_job_title {
    margin-top: 5px;
	font-style: italic;
	color: #2DF33C;
}

/*Horizontal*/
.wmts_horizontal .wmts_attribute [data-wph-type=value]{
	float:none;
	display: inline;
}

.wmts_horizontal .wmts_element.wmts_image_centering{
	position: relative!important;
}

@media screen and (min-width: 600px) {

	.wmts_member.wmts_horizontal{
		padding: 0 10px;
		min-height: 150px;
	}

	.wmts_horizontal .wmts_element.wmts_image_centering{
		width: 40%;
		height: 100%;
		display: inline-block;
		margin-bottom: 0;
		position: absolute!important;
		top:0px;
		left:-10px;
	}

	.wmts_horizontal .wmts_text_container{
		width: 59.5%;
		display: inline-block;
		margin: 5px 0 0.5em 40%;
		padding: 10px;
	}

	.wmts_horizontal .wmts_attributes{
		margin: 0;
	}

	.wmts_links{
		margin: 5px 0;
	}

	.wmts_horizontal .wmts_description {
		margin: 0 0 5px;
		padding: 0;
	}

	.wmts_horizontal .wmts_description:before {
		display: none;
	}

	.wmts_element [data-wph-type="link"] i {
	  font-size: 1.2em;
	  line-height: 1.2em;
	}
	
	.wmts_lightbox .wmts_element [data-wph-type="link"] i {
		font-size: .9em;
	}

}

/*Horizontal Round*/
.wmts_horizontal_round .wmts_attribute span[data-wph-type="value"] {
    float: none;
    display: inline-block;
    margin-left: 5px
}

.wmts_horizontal_round .wmts_description{
	display: inline-block;	
	margin-top: auto;
}

.wmts_horizontal_round .wmts_description:before {
display: none;
}

/*Overlay*/
.wmts_members>.wmts_overlay{
	position:relative;
	padding: 0;
	-webkit-perspective: 1000;
}

.wmts_overlay .wmts_overlay_container{
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.33) inset;
	-webkit-perspective: 1000;
	opacity: 0;
	position:relative;
	height: 100%;
	margin: 0;
	transition: .3s opacity;
}

.wmts_overlay:hover .wmts_overlay_container{
	opacity: 1;
	transition: .3s opacity;
}

.wmts_overlay .wmts_text_container{
	position: absolute;
	text-align:center;
	top:50%;
	left:0;
	padding: 10px;
	margin:0;
	width:100%;
	transform: translateY( -50% ); 
	-webkit-transform: translateY( -50% ); 
}

.wmts_overlay .wmts_text_container *{
	color: white;
}

.wmts_overlay .wmts_attributes{
	margin: .4em 0;
}

.wmts_overlay .wmts_attribute{
	clear: left;
	font-size: .85em;
}

.wmts_overlay .wmts_attribute [data-wph-type="value"]{
float: none;
}

.wmts_overlay .wmts_description{
	font-size: .8em;
}

.wmts_overlay .wmts_description:before {
	left: 50%;
	-webkit-transform: translateX( -50% ); 
	transform: translateX( -50% ); 
	box-shadow: none;
	border-color: inherit;
	opacity : .8;
	width: 10px;
}

.wmts_overlay .wmts_image_centering{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.wmts_overlay [data-wph-type="link"] i{
font-size: 1.2em;
line-height: 1.4em;
margin: .3em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.wmts_overlay .wmts_links [data-wph-type="link"]:last-child{
margin-right: 0;
}

/*Table*/
.wmts_table{
	vertical-align: middle;
	padding: 0;
	border-radius:0;
	box-shadow: none;
	background: #efefef;
}

.wmts_table:nth-of-type(even){
	background: #fff;
}

.wmts_table:hover {
	background: #ccc;
	box-shadow: none;
}

.wmts_table>.wmts_element{
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  width: calc( 20% - 35px );
  padding: 0;
}

.wmts_table>.wmts_image_centering{
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#poststuff .wmts_table>h2.wmts_name,
.wmts_table>.wmts_name
{
	margin: 0 10px!important;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	padding: 10px 0;
}

.wmts_table:hover>.wmts_name{
	text-decoration:underline;
}

.wmts_table>.wmts_name .fa
{
	opacity: .3;
	transition: .2s;
	margin-left: 3px;
}

.wmts_table:hover>.wmts_name .fa
{
	opacity: .7;
}

.wmts_table:hover>.wmts_email [data-wph-type=value]{
	text-decoration:underline;
}

#poststuff .wmts_table>h3.wmts_job_title,
.wmts_table>h3.wmts_job_title
{
	margin: 0 10px!important;
	display: inline-block;
}

.wmts_table .wmts_attribute span[data-wph-type=value]{
	float: none;
}

@media screen and (min-width: 700px) {

	.wmts_table>.wmts_email{
		width: 22%;
	}

	.wmts_table>.wmts_mobile{
		width: calc( 20% - 50px);
	}

	.wmts_table>.wmts_links{
		width: auto;
	}
}

@media screen and (max-width: 700px) {
	.wmts_table>.wmts_element{
		width: 50%;
	}	

	.wmts_table>.wmts_image_centering{
		padding: 0 calc( 25% - 50px );
	}
}

@media screen and (max-width: 500px) {
	.wmts_table>.wmts_element{
		display: block;
		margin: 5px 10px;
		width: 100%;
	}	

	.wmts_table>.wmts_image_centering{
		padding: 0;
		width: 50px;
	}
}

.wmts_table>.wmts_lightbox{
	display: none;
}

/*Vertical Right*/
.wmts_vertical_right .wmts_description:before {
left: auto;
right: 3px;
border-bottom-color:#999;
}

/*Vertical Round*/
.wmts_vertical_round{
	overflow: visible;
}

.wmts_vertical_round .wmts_description:before {
display: none;
}

.wmts_vertical_round .wmts_description{
margin-top:.5em;
}

.wmts_vertical_round .wmts_attribute [data-wph-type="value"]{
float: none;
}

.wmts_vertical_round .wmts_attributes + .wmts_description{
	margin-top:0;
}

/*Round*/
.wmts_round.wmts_member{
overflow: visible;
}

.wmts_round .wmts_text_container {
position: absolute;
bottom: 0px;
right: 2%;
width: 75%;
text-align: right;
color: white;
}

.wmts_round .wmts_text_container>*{
padding: 8px 12px!important;
margin-bottom: 3px!important;
width: auto!important;
display: inline-block!important;
float: right;
clear:both;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)!important;
}

.wmts_round .wmts_text_container  i {
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)!important;
color: #FFF!important;
}

.wmts_round .wmts_description:before {
display: none;
}

/*Framed Round*/
.wmts_framed_round .wmts_attribute span[data-wph-type="value"] {
    float: none;
}

/*Tooltip*/
.wmts_member .wmts_tooltip{
	display: none;
}

.wmts_tooltip{
	font-size: 1.3em;
	padding: 0;	
}

.qtip.wmts_tooltip_theme,
.qtip.wmts_tooltip_theme .qtip-tip
{
	background: #444;
	color: white;
	border-color: #777;
	padding: 5px;
}

.qtip.wmts_tooltip_theme .qtip-tip{
	box-shadow: none;	
	width: 20px;
	height: 20px;
}

.wmts_tooltip .wmts_description{
margin-bottom:.5em;
}

.wmts_clearfix{
display: block!important;  
clear: both!important;
padding: 0!important;
margin: 0!important;
}

.wmts_element.wmts_rounded{
border-radius: 100%!important;
}

.wmts_isotope_arranging,
.wmts_isotope_arranging>.wmts_members>*
{
transition: none!important;
}

/*grayscale*/
.wmts_grayscale>img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
	
.wmts_grayscale_>canvas {
transition: .3s;
}

.wmts_member:hover .wmts_grayscale_>canvas {
opacity: 0;
}

/* qTip2 v2.2.1 | Plugins: tips viewport modal | Styles: core | qtip2.com | Licensed MIT | Mon Sep 08 2014 09:34:41 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}


/* Magnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right: 17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left: 17px solid #343434;margin-left: 30px;}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left: 27px solid rgba(255, 255, 255, 1);}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}