@charset "UTF-8";
#navigation{position:relative}#navigation ul,#navigation ul li,#navigation ul ul{list-style:none;margin:0;padding:0}#navigation ul{position:relative;z-index:9999}#navigation ul li{zoom:1}#navigation ul li.hover,#navigation ul li:hover{position:relative;z-index:9999;cursor:default}#navigation ul,#navigation ul li,#navigation ul ul{list-style:none;margin:0;padding:0}#navigation li{margin:0;float:left;zoom:1}#navigation ul li.hover,#navigation ul li:hover{position:relative;z-index:9999;cursor:default}#navigation ul ul{visibility:hidden;position:absolute;min-width:160px;z-index:9998;width:auto;padding:0}#navigation ul li li a{display:block;text-decoration:none;position:relative;border-right:0}#navigation ul ul li{float:none;white-space:nowrap;margin:0;border-radius:0;-moz-border-radius:0;-khtml-border-radius:0;-webkit-border-radius:0}#navigation ul ul ul{top:-1px;left:100%}#navigation ul li:hover>ul{visibility:visible}.sf-sub-indicator{padding-left:2px}/*
Theme Name: Brooklyn
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 3.3.3
Author: United Themes
Author URI: http://www.unitedthemes.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-header, full-width-template, theme-options, translation-ready
*/

/*
##########################################################################################

BROOKLYN THEME BY UNITED THEMES

WEB DEVELOPMENT FORGE EST.2011
 
WWW.UNITEDTHEMES.COM 

COPYRIGHT 2011 - 2016 ALL RIGHTS RESERVED BY UNITED THEMES

##########################################################################################
*/

/* #Reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0;
 font-family: inherit;
 font-size: 100%;
 font-style: inherit;
 font-weight: inherit;
 margin: 0;
 outline: 0;
 padding: 0;
 vertical-align: baseline;
}
html {
	font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	line-height:1;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
nav, 
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, 
th, 
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content: "";
}
blockquote, 
q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover, 
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* #General
================================================== */

* {
	margin:0;
	padding:0;
}
*, *:after, *::before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	height:100% !important;
	min-height:100% !important;
}
body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	width:100%;
	background: #FFFFFF;
	font: 14px/22px "ralewayregular", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #888888;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.5px;
    overflow-x:hidden;
}

::-moz-selection {
    color: #FFFFFF;
}
::selection {
	color: #FFFFFF;
}

/* #Typography & HTML Standard Tags
================================================== */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #222222;
	line-height:150%;
	font-weight: normal;
	margin-top:0;
}
h1 {
	font-size:30px;
	margin-bottom:5px;
}
h2 {
	font-size:22px;
	margin-bottom:10px;
}
h3 {
	font-size:17px;
	margin-bottom:15px;
}
h4 {
	font-size:15px;
	margin-bottom:12px;
}
h5 {
	font-size:14px;
	margin-bottom:5px;
}
h6 {
	font-size:12px;
	margin-bottom:5px;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color:#222222;
}
p img {
	margin: 0;
}
.children, 
.entry-content ol ol, 
.entry-content ol ul, 
.entry-content ul ul, 
.entry-content ul ol, 
.comment-content ol ol, 
.comment-content ol ul, 
.comment-content ul ul, 
.comment-content ul ol {
	margin-bottom: 0;
}
.comment-content ul, 
.entry-content ul {
	list-style-type: disc;
}
.comment-content ol, 
.entry-content ol {
	list-style-type: decimal;
}
ul, 
ol, 
dl {
	margin-left: 30px;
}
table {
	border: 1px solid #EFEFEF;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
	width:100%;
}
.ut-footer-dark .ut-footer-area table {
	border-color:#222222;
}
table .even {
	background: #DDDDDD;
}
tr {
	border-bottom: 1px solid #EFEFEF;
}
.ut-footer-dark .ut-footer-area tr {
	border-color: #222222;
}
th {
	font-weight:bold;
}
th, 
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
caption {
	text-align: left;
}
var, 
kbd, 
samp, 
code, 
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F1F1F1;
}
b, 
strong, 
dfn, 
kbd {
	font-weight: bold;
	color:#222222;
}
.hero-description strong,
.hero-description-bottom strong {
    color:inherit;   
}
dfn, 
cite, 
em, 
i, 
address, 
q, 
samp, 
var {
	font-style: italic;
}
address {
	color:#222222;
}
q {
	color:#222222;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote {
	color:#222222;
	position:relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	font-size:20px;
	line-height:150%;
	padding-left:10px;
	border-left:2px solid;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
blockquote cite {
	font-size:11px;
	font-style:normal;
	display:block;
}
.format-quote blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size:26px;
	line-height:150%;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 20px;
	clear: both;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
var, 
kbd, 
code {
	padding: 3px;
}
abbr[title], 
acronym[title], 
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666666;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
mark, ins {
	text-decoration: none;
	padding:3px;
	color:#FFFFFF;
}
sup {
	font-size: 11px;
	vertical-align: top;
}
sub {
	font-size: 11px;
	vertical-align: bottom;
}
small {
	font-size: 11px;
}
big {
	font-size: 150%;
    font-weight:bold;
}
figure {
	margin: 0;
}
p, 
pre, 
ul, 
ol, 
dl, 
dd, 
blockquote, 
address, 
table, 
fieldset, 
form {
	margin-bottom: 20px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Removing the dotted outline */

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

/* #Links
================================================== */

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;
	cursor:pointer;
}
a:hover {
	color: #222222;
	cursor:pointer;
}
.light a:hover {
    color:#FFFFFF;
}
a img {
	border: none;
	vertical-align: bottom;
}

/* #Images & Media
================================================== */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align:bottom;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
i.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
i.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
.alignright.ut-custom-icon {
	margin:0 0 0 10px;
}
.alignleft.ut-custom-icon {
	margin:0 10px 0 0;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}
img.wp-smiley, 
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, 
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	width: 100% !important;
	margin:0 0 20px !important;
}

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

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	vertical-align:middle;
}
.wp-caption {
	position:relative;
	height:auto !important;
	overflow:hidden;
	max-width: 100%;
	padding:0;
	text-align:left;
	margin-bottom:20px;
}
.gallery-item a img, 
.wp-caption a img {
	-webkit-box-shadow:0 0 0 #222222;
	-moz-box-shadow:0 0 0 #222222;
	box-shadow:0 0 0 #222222;
}
.gallery-item {
	margin-left:0 !important;
}
.gallery-item a img:hover, 
.wp-caption a img:hover {
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption img, 
img[class*="wp-image-"] {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	margin:0;
	padding:5px;
}
.wp-caption-text {
	background: #222222;
	bottom: -50px;
	left: 0;
	margin: 0 !important;
	opacity: 0;
	padding: 1em 0;
	position: absolute;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	width: auto;
	color:#FFFFFF;
	font-size:11px;
	-webkit-border-radius:0 0 0 3px;
	-moz-border-radius:0 0 0 3px;
	border-radius:0 0 0 3px;
}
.wp-caption:hover .wp-caption-text {
	bottom:0;
	opacity:0.8;
}
.gallery-caption {
	position:inherit !important;
	-webkit-transition:inherit !important;
	-moz-transition:inherit !important;
	transition:inherit !important;
	opacity:1 !important;
	background:none !important;
	color:#999999;
}
.site-content .gallery {
	margin-bottom: 20px;
}
.gallery-caption {
}
.gallery img {
	border:none !important;
}
.gallery-item {
	margin-top:0 !important;
	overflow:hidden;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	width: 100%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
embed, iframe, object {
	max-width: 100%;
}
.ut-video {
	margin-bottom:20px;
}

/* #Top Header & Bordered Layout + Navigation
================================================== */

#ut-top-header {
    position:relative;
    top:0;
    width:100%;
    left:0;
    height:30px;
    line-height:30px;
    overflow:hidden;
    font-size:12px;
    background:#FFFFFF;
}
#ut-top-header-left ul,
#ut-top-header-right ul {
    margin:0;
    list-style:none;
}
#ut-top-header-left ul li,
#ut-top-header-right ul li {
    display:inline;
    float:left;
}
#ut-top-header-left {
    float:left;
    width:50%;
}
#ut-top-header-left ul li i {
    padding-right:10px;   
}
#ut-top-header-left ul li {
    padding-right:25px;   
}
#ut-top-header-right {
    float:right;
    width:50%;
}
#ut-top-header-right a i {
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;
	cursor:pointer;
}
#ut-top-header-right ul {
    float:right;
}
#ut-top-header-right ul li {
    padding-left:25px;
}
#ut-top-header-right ul li a {
    display:block;
    height:30px;
}
.ha-header.bordered-top {
    top:30px;   
}
.ha-header.bordered-navigation,
.ha-header.bordered-navigation.ha-transparent  {
    left:30px;
    width:calc(100% - 60px);
}
.ha-header.ut-header-light.bordered-navigation {
    background:#FFFFFF;
    box-shadow:none;   
}
.ha-header.ut-header-dark.bordered-navigation {
    background:#121212;
    box-shadow:none;   
}
.ha-header.ha-transparent.bordered-navigation:hover {
    background:none;   
}

/* #Header Section
================================================== */

#header-section {
	line-height:80px;
}
.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	padding: 0;
	z-index: 10000;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.25);
}
.ha-header.ha-transparent {
	background:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.ha-header.ha-transparent:hover {
	background:rgb(18,18,18);
	background:rgba(18,18,18,0.5);
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.ha-header.ut-header-light {
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.95);
}
.ha-header.ut-header-dark {
	background:rgb(18,18,18);
	background:rgba(18,18,18,0.95);
}
.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;/*overflow: hidden; */
}
.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ha-header-small {
	height: 80px;
}
.ha-header-hide {
	height: 80px;
	overflow:hidden;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ha-header-show {
	height: 80px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.site-logo {
	text-align:left;
	margin:0;
	height:80px;
	color:#222222;
	text-transform:uppercase;
	line-height:80px;
	position:relative;
}
.ha-header.ha-transparent .site-logo .logo a,
.ut-header-dark .site-logo .logo a {
	color:#FFFFFF;
}
.site-logo .logo {
	font-size:20px;
	margin:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:0;
}
.site-logo img {
	max-height:60px;
	vertical-align:middle;
}
.page-header, 
.parallax-header, 
.section-header {
	text-align:center;
	padding-bottom:30px;
	position:relative;
}
.page-title, 
.parallax-title, 
.section-title {
	font-size:30px;
	margin-bottom:20px;
	position:relative;
}
.header-left {
    text-align:left;
}
.header-right {
    text-align:right;
}
.pt-style-1 .parallax-title {
	background-attachment: scroll;
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/divider.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:20px;
	display:inline-block;
}
.pt-style-1 .page-title, 
.pt-style-1 .section-title {
	background-attachment: scroll;
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/divider.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.pt-style-1 .page-title span, 
.pt-style-1 .section-title span {
	padding:0 20px;
}
.pt-style-1.header-left .page-title span, 
.pt-style-1.header-left .section-title span {
    padding-left:0;
}
.pt-style-2 .page-title:after, 
.pt-style-2 .parallax-title:after, 
.pt-style-2 .section-title:after {
	content: "";
	display: block;
	background-color: #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.light .pt-style-2 .page-title:after, 
.light .pt-style-2 .parallax-title:after, 
.light .pt-style-2 .section-title:after {
	background-color: #FFFFFF;
}
.pt-style-2.header-left .page-title:after, 
.pt-style-2.header-left .parallax-title:after, 
.pt-style-2.header-left .section-title:after {
    margin:15px 0 0;
}
.pt-style-3 .page-title, 
.pt-style-3 .parallax-title, 
.pt-style-3 .section-title {
	margin-bottom:25px;
}
.pt-style-3 .page-title span, 
.pt-style-3 .parallax-title span, 
.pt-style-3 .section-title span {
	color:#FFFFFF;
	padding:5px 10px;
	border: 3px solid #FFFFFF;
	display:inline-block;
}
.pt-style-4 .page-title span, 
.pt-style-4 .parallax-title span, 
.pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #222222;
	padding:4px 8px;
}
.light .pt-style-4 .parallax-title span, 
.light .pt-style-4 .section-title span {
	display:inline-block;
	border:3px solid #FFFFFF;
	padding:4px 8px;
}
.pt-style-5 .page-title, 
.pt-style-5 .parallax-title, 
.pt-style-5 .section-title {
	margin-bottom:25px;
}
.pt-style-5 .page-title span, 
.pt-style-5 .section-title span {
	color:#FFFFFF;
	padding:5px 10px;
	border: 3px solid #FFFFFF;
	display:inline-block;
	background:#222222;
	-webkit-box-shadow:0 0 0 3px #222222;
	-moz-box-shadow:0 0 0 3px #222222;
	box-shadow:0 0 0 3px #222222;
}
.pt-style-5 .parallax-title span {
	color:#222222;
	padding:5px 10px;
	border: 3px solid #222222;
	display:inline-block;
	background:#FFFFFF;
	-webkit-box-shadow:0 0 0 3px #FFFFFF;
	-moz-box-shadow:0 0 0 3px #FFFFFF;
	box-shadow:0 0 0 3px #FFFFFF;
}
.pt-style-6 .page-title:after, 
.pt-style-6 .parallax-title:after, 
.pt-style-6 .section-title:after {
	content: "";
	display: block;
	border-bottom:1px dotted #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
}
.light .pt-style-6 .page-title:after, 
.light .pt-style-6 .parallax-title:after, 
.light .pt-style-6 .section-title:after {
	border-bottom:1px dotted #FFFFFF;
}
.pt-style-6.header-left .page-title:after, 
.pt-style-6.header-left .parallax-title:after, 
.pt-style-6.header-left .section-title:after {
    margin:15px 0 0;
}
.page-title span span, 
.page-title .vcard {
	padding:0 !important;
}
.page-title .vcard a:hover {
	color:#222222;
}
.lead, 
.taxonomy-description {
	font-size:1.125em;
	line-height:150%;
}

/* #Hero Section
================================================== */

.home section {
	overflow:hidden;
}
.ut-offset-anchor {
	width:0px;
	height:0px;
	position:relative;
	display:block;
	overflow:hidden;
	visibility:hidden;
	top: -79px; /* must be the same pixel value as for header height */
}

/* Hero Slider */

.ut-hero-slider {
	border:none !important;
	height:100%;
	position:relative;
}
.hero.slider {
	background:#FFFFFF;
}
.hero.slider .parallax-overlay {
	z-index:3;
	display:none;
}
.ut-hero-slider .flex-viewport {
	width:100%;
	height:100%;
}
.ut-hero-slider .slides {
	height: 100%;
	position: relative;
	width: 100%;
}
.ut-hero-slider .slides li {
	background-position: center center !important;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	background-size: cover !important;
	height: 100%;
	position: relative;
}
.ut-hero-captions {
	position:absolute !important;
	width: 100%;
	z-index:10;
	background: none;
	border: none;
	top: 0;
}
a.ut-flex-control  { 
	display: block; 
	width: 60px; 
	height: 60px; 
	margin: 0; 
	position: absolute;
	top:50%; 
	z-index: 11;
	margin-top:-30px;
	overflow: hidden; 
	opacity: 1; 
	cursor: pointer; 
	color:#ffffff; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align:center;
}
a.ut-flex-control:before  { font-family: 'FontAwesome'; font-size: 40px; line-height:60px; display: inline-block; content: '\f104'; }
a.ut-flex-control.next:before  { content: '\f105'; }

a.ut-flex-control.prev { left:0; -webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; }
a.ut-flex-control.next { right:0; -webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; }

a.ut-flex-control.prev:hover { background:rgba(255, 255, 255, 0.15); color:#FFFFFF; }
a.ut-flex-control.next:hover { background:rgba(255, 255, 255, 0.15); color:#FFFFFF; }

.hero-title.extralight {
	font-family: 'ralewayextralight', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero-title.light {
	font-family: 'ralewaylight', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero-title.regular {
	font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero-title.medium {
	font-family: 'ralewaymedium', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero-title.semibold {
	font-family: 'ralewaysemibold', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.hero-title.bold {
	font-family: 'ralewaybold', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* Hero Unit */

.hero {
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.hero .grid-container {
	height:100%;
	min-height:100%;
	position:relative;
}
.hero-holder {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}
.hero-inner {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	width:100%;
}
.hero-inner .grid-50 {
    vertical-align:middle;
    display:table-cell;   
}
.hero-inner a {
	color:#FFFFFF;
}
.hero-inner a:hover {
	color:#FFFFFF;
}
.hero-inner p {
	font-size:20px;
	line-height:150%;
}
.ut-split-image img {
    margin:0 auto;
    display:block;
}
.hdh, 
.hth, 
.hdb {
	display:block;
	margin:0 auto;
	width:100%;
}
.hero-title {
	margin:0;
	color:#FFFFFF;
	display:inline-block;
	font-size:5.000em;
    line-height:125%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.ut-split-hero .hero-title {
    font-size:3.571em;
}
.hero-title span {
	font-weight:normal;
}
.hero-description {
	color:#FFFFFF;
	letter-spacing:0.5px;
	font-size:0.857em;
	margin:0 auto;
	text-transform:uppercase;
	display:inline-block;
    padding-bottom:5px;
}
.hero-description-bottom {
	color:#FFFFFF;
	letter-spacing:0.5px;
	font-size:1.125em;
	margin:10px auto 0 auto;
	display:inline-block;
}
.hero-description-bottom p {
    margin:0;
    font-size:1.125em;
}
.ut-hero-style-4 .hero-description-bottom,
.ut-hero-style-6 .hero-description-bottom,
.ut-hero-style-7 .hero-description-bottom,
.ut-hero-style-8 .hero-description-bottom,
.ut-hero-style-9 .hero-description-bottom,
.ut-hero-style-10 .hero-description-bottom {
    margin:20px auto 0 auto;
}
.ut-hero-style-1 .hero-title {
	background-attachment: scroll;
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/divider.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top:14px;
}
.ut-hero-style-3 .hero-description {
	border-bottom:3px solid rgb(255, 255, 255);
	border-bottom:3px solid rgba(255, 255, 255, 0.15);
	margin-bottom:5px;
}
.ut-hero-style-4 .hero-title {
	background:#FFFFFF;
	padding:8px 12px;
	color:#222222;
	border:3px solid #222222;
	-webkit-box-shadow:0 0 0 3px #FFFFFF;
 	-moz-box-shadow:0 0 0 3px #FFFFFF;
	box-shadow:0 0 0 3px #FFFFFF;
}
.ut-hero-style-5 .hero-description {
	font-size:1.214em;
	border-bottom:3px solid;
	margin-bottom:5px;
}
.ut-hero-style-6 .hero-title {
	padding:0.429em;
	border:1px solid rgb(255, 255, 255);
	border:1px solid rgba(255, 255, 255, 0.15);
}
.ut-hero-style-4 .hero-description,
.ut-hero-style-6 .hero-description,
.ut-hero-style-7 .hero-description,
.ut-hero-style-8 .hero-description {
	margin-bottom:10px;
    padding-bottom:0;
}
.ut-hero-style-7 .hero-title {
	padding:8px 12px;
	border:3px solid rgb(255, 255, 255);
}
.ut-hero-style-8 .hero-title {
	border-top:2px solid rgb(255, 255, 255);
	border-bottom:2px solid rgb(255, 255, 255);
	padding:10px 0;
}
.ut-hero-style-9 .hero-title {
	border-right:3px solid rgb(255, 255, 255);
	border-left:3px solid rgb(255, 255, 255);
	padding:0 20px;
	margin-top:0;
}
.ut-hero-style-10 .hero-title {
	border-right:3px dashed rgb(255, 255, 255);
	border-left:3px dashed rgb(255, 255, 255);
	padding:0 20px;
	margin-top:0;
}
.ut-hero-style-11 .hero-description {
	 font-size:72px;
     line-height:100%;
     width:100%;
}
.ut-hero-style-11 .hero-title {
     margin:0;
     width:100%;
}
.ut-hero-style-11 .hero-description-bottom {
    font-size:1.429em;
    font-style:italic;
    width:100%; 
}
.ut-hero-style-11 .hero-btn,
.ut-hero-style-11 .hero-second-btn {
	background:rgb(0,0,0);
    background:rgba(0,0,0, 0.8);
	color:#DDDDDD;
	padding:12px 14px;
	font-size:1.000em;
    letter-spacing:1px;
	font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif;
	text-decoration:none !important;
    border:none !important;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.ut-hero-style-11 .hero-btn:hover,
.ut-hero-style-11 .hero-second-btn:hover {
	color:#FFFFFF;
    background:rgb(0,0,0);
	background:rgba(0,0,0, 1);
}
.hero-btn-holder {
	display:block;
	margin-top:20px;
}
.hero-btn,
.hero-second-btn {
	background:transparent;
	color:#FFFFFF;
	border:1px solid rgb(255, 255, 255);
	border:1px solid rgba(255, 255, 255, 0.15);
	padding:8px 12px;
	font-size:0.786em;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	text-decoration:none !important;
}
.hero-second-btn {
    margin-left:10px;
}
.hero-btn strong,
.hero-second-btn strong {
    color:#FFFFFF !important;
}
.hero-btn:hover,
.hero-second-btn:hover {
	color:#FFFFFF;
	background:rgba(255, 255, 255, 0.15);
}
.ut-hero-style-5 .hero-btn,
.ut-hero-style-5 .hero-second-btn {
	border:1px solid rgb(255, 255, 255);
	border:1px solid rgba(255, 255, 255, 0.15);
}
.ut-hero-style-4 .hero-btn, 
.ut-hero-style-7 .hero-btn, 
.ut-hero-style-8 .hero-btn, 
.ut-hero-style-9 .hero-btn,
.ut-hero-style-4 .hero-second-btn, 
.ut-hero-style-7 .hero-second-btn, 
.ut-hero-style-8 .hero-second-btn, 
.ut-hero-style-9 .hero-second-btn  {
	border:1px solid rgb(255, 255, 255);
}
.ut-hero-style-10 .hero-btn,
.ut-hero-style-10 .hero-second-btn {
	border:1px dashed rgb(255, 255, 255);
}

/* Ut Hero Split Video */

.ut-hero-video .ut-video {
    margin-bottom:0;
}
.ut-hero-video-boxed {
    padding:20px;
    margin:0;
    -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
}
.ut-hero-video-boxed.ut-hero-video-dark {
    background:rgba(0,0,0,0.2);
    border:1px solid rgba(0,0,0,0.4);
}
.ut-hero-video-boxed.ut-hero-video-light {
    background:rgba(255,255,255,0.2);
    border:1px solid rgba(255,255,255,0.4);
}

/* UT Slider Tablet */
.ut-tablet-holder {
	height: 100%;
	width: 100%;
	display: table;
}
.ut-tablet-inner {
    display:table-cell;
    position: relative;
    vertical-align: bottom;
    width: 100%;
	text-align:left;
	color:#FFFFFF;
}
.ut-tablet-title {
	color:#FFFFFF;
	margin-bottom:30px;
}
.ut-right-tablet-button {
	margin-right:0;
}
ul.ut-tablet-nav {
	margin:0 0 40px 0;
	padding:0;
}
ul.ut-tablet-nav a {
	color:#FFFFFF;
}
ul.ut-tablet-nav li {
	position:relative;
	padding:0 0 0 15px;
	margin:0;
}
ul.ut-tablet-nav li:before {
    content: "\f096";
    font-family: "FontAwesome";
    font-size: 12px;
	top: 0;
    left: 0;
    position: absolute;
}
ul.ut-tablet-nav li.selected:before {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 12px;
	top: 0;
    left: 0;
    position: absolute;
}
.ut-tablet-headline {
}
ul.ut-tablet {
	margin:0;
	padding:0;
	padding-top:11.5%;	
	padding-right:10.1%;		
	padding-left:10.1%;
	overflow:hidden;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}
ul.ut-tablet.white {
    background:url(//www.groupehld.com/wp-content/themes/brooklyn/images/pad_white.png);
    background-size:cover;
}
ul.ut-tablet.black {
    background:url(//www.groupehld.com/wp-content/themes/brooklyn/images/pad_black.png);
    background-size:cover;
}
ul.ut-tablet.shadow {
    box-shadow: 20px 0px 80px 0px rgba(0, 0, 0, 0.8);
}
ul.ut-tablet li {
	display:none;
	position:relative;
	padding:2px 2px 0;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
ul.ut-tablet li img {
	width:100%;
	margin:0;
	padding:0;
}
ul.ut-tablet li.show {
	display:block;
}
.ut-tablet-single-title {
	color:#FFFFFF;
}
.ut-tablet-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.9);
	opacity:0;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	transition:0.2s linear;
	text-align:center;
	color:#FFFFFF !important;
	overflow:hidden;
}
.ut-tablet .show:hover .ut-tablet-overlay {
	opacity:1;
}
.ut-tablet-overlay-content-wrap {
    width: 100%;
    height: 100%;
    display:table;   
}
.ut-tablet-overlay-content {
	height:100%;
    display:table-cell;
    vertical-align:middle;
}
.ut-tablet-overlay .ut-btn {
	font-weight:bold;
}

/* Hero Video */

.ut-video-container {
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index:-1;
}
.ut-video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ut-hero-video-position {
    top:-100% !important;
    position:relative !important;
    height: 100%;
}

/* #Navigation
================================================== */

#navigation {
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	float:right;
}
#navigation ul {
	position: relative;
	float:right;
}
#navigation ul li {
	position:relative;
	display:block;
	float:left;
}
#navigation ul li a {
	white-space:nowrap;
	padding-left:25px;
	color: #555555;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:11px;
	position:relative;
	text-decoration: none;
	display:block;
}
.ha-transparent #navigation ul li a {
	color:#FFFFFF;
}
.ut-header-dark #navigation ul li a {
	color: #999999;
}
.ha-transparent #navigation ul li a:after {
	content:"\2022";
	position:absolute;
	top:0;
	color:#FFFFFF;
	left:9px;
}
#navigation ul li a:after {
	content:"\2022";
	position:absolute;
	top:0;
	color:#222222;
	left:9px;
}
.ut-header-dark #navigation ul li a:after {
	content:'•';
	position:absolute;
	top:0;
	color:#999999;
	left:9px;
}
#navigation ul li:first-child a:after {
	display: none;
}

/* Nav Sublevel  */

#navigation ul.sub-menu {
	margin-left:25px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
#navigation ul.sub-menu ul, #navigation ul.sub-menu li {
	margin-left:0;
}
#navigation ul.sub-menu li a:after {
	display: none;
}
#navigation ul.sub-menu li > a {
	height: 32px;
	line-height: 32px;
	min-width: 165px;
	position: static;
	color:#999999;
	background:rgb(18,18,18);
	background:rgba(18,18,18,0.95);
	margin:0;
	padding:0 15px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	font-size:10px !important;
}
#navigation ul.sub-menu {
	border-top:2px solid;
}
#navigation ul.sub-menu li a:hover {
	background:#121212;
}
#navigation ul li ul li ul li {
	display:block;
}
#navigation ul li ul li ul li {
	display:block;
}

/* Responsive Menu */

.ut-mm-trigger {
	cursor:pointer;
	text-align:right;
	position:relative;
	line-height:80px;
	height:80px;
}
.ut-mm-button {
	border:none;
	height:50px;
	cursor:pointer;
	margin:15px 0;
	padding:0;
	background:transparent;
}
.ut-mm-button:before {
	content: "\f0ca";
	font-family:'FontAwesome';
	font-size:25px;
	text-align:center;
	background:transparent;
	color:#FFFFFF;
	-webkit-transition:.2s color linear;
	-moz-transition:.2s color linear;
	transition:.2s color linear;
}
.ut-mm-button:hover,
.ut-mm-button:focus,
.ut-mm-button.active {
	background:transparent;
	outline: none !important;
}
#ut-mobile-nav {
	margin:0;
}
.ut-mobile-menu {
	line-height: 150%;
	margin: 0;
}
#ut-mobile-menu {
	margin:30px 0;
	padding:0;
	border-top:1px solid #EFEFEF;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
     margin-bottom: 100px !important;
}
.ut-mobile-menu .sub-menu {
	margin:0;
}
.ha-transparent .ut-mobile-menu a,
.ut-header-dark .ut-mobile-menu a,
.ut-mobile-menu a {
	color:#555555;
	padding:10px 0;
	border-bottom:1px solid #EFEFEF;
	display:block;
	padding-left:30px;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.ut-header-dark .ut-mobile-menu a,
.ut-header-dark #ut-mobile-menu {
    border-color:#000;   
}
.ut-header-light #ut-mobile-nav {
	background:#FFFFFF;
}
.ut-header-dark #ut-mobile-nav {
	background:#121212;
}
.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
    border-color:#999999;   
}
.ut-header-dark #ut-mobile-menu
.ut-header-dark .ut-mobile-menu a {
	border-color:#222222;
}
.ut-mobile-menu a:after {
	content:'•';
	position:absolute;
	top:10px;
	left:15px;
}
.ut-mobile-menu a:hover:after,
.ut-mobile-menu a:hover {
	color:#FFFFFF;
}
.ut-mobile-menu li {
	padding:0;
	margin:0;
}
/* mobile menu scroll */
#ut-mobile-nav {
	overflow:hidden;
	position:relative;
	left:-10px;
	display: none;
}
.ut-scroll-pane {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

/* #Team Section
================================================== */

.member-wrap {
	margin-left:-10px !important;
	margin-right:-10px !important;
}
.member-box {
	margin-bottom:0;
	position:relative;
	overflow:hidden;
}
.ut-hide-member-details {
	color:#222222;
	font-size:24px;
	float:right;
}
.light .ut-hide-member-details:hover {
	color:#FFFFFF;
}
.light .ut-overlay {
	background:#111111;
}
.ut-overlay {
	background:#FFFFFF;
}
.mp-holder {
	margin: 0 auto 20px auto;
	position:relative;
	z-index:1;
}
.mp-holder .member-photo {
	margin: 0;
	position: relative;
}
.mp-holder .member-photo img {
	width: 100%;
	display: block;
	position: relative;
	-webkit-box-shadow:0 0 0 #000000;
	-moz-box-shadow:0 0 0 #000000;
	box-shadow:0 0 0 #000000;
}
.mp-holder .member-description {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #222222;
	background:rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}
.mp-holder .member-description h3 {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-transform:uppercase;
}
.mp-holder .member-description .ut-member-details i {
	padding-left:5px;
}
.mp-holder .member-description .ut-member-details {
	display: inline-block;
	font-size:11px;
	text-transform:uppercase;
}
.mp-holder .member-description a:hover {
	color:#FFFFFF;
}
.mp-holder .member-description span {
	font-size:11px;
	text-transform:uppercase;
}
.mp-holder .member-photo {
	overflow: hidden;
}
.mp-holder .member-photo img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touchevents .mp-holder .member-photo:hover img, .mp-holder .member-photo.cs-hover img {
	-webkit-transform: translateY(-0px);
	-moz-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
}
.mp-holder .member-description {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touchevents .mp-holder .member-photo:hover .member-description, .mp-holder .member-photo.cs-hover .member-description {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mp-holder .member-description .ut-member-details {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.ut-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 998;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
}
.ut-modal-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity:0;
}
.ut-overlay-show {
	visibility: visible;
	opacity: 1;
}
.ut-box-show {
	visibility: visible;
}
.ut-modal-box-effect .member-detail-box {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.ut-box-show.ut-modal-box-effect .member-detail-box {
	opacity: 1;
}
.member-detail-box {
}
.ut-member-name {
	margin-bottom:0;
	color:#222222;
	font-size:17px;
}
.ut-member-title {
	display:block;
	font-size:11px;
	letter-spacing:0.5px;
	line-height:150%;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:20px;
}
.team-bio .member-box {
	text-align:center;
}
.team-bio .member-box h3 {
	margin-top:0;
}
.team-bio .member-photo {
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin-right:0;
}
.ut-mfh {
	position:relative;
}
.member-photo-large {
	margin-bottom:20px;
}
.team-bio .member-photo img {
	border:4px solid #F1F4F5;
}
.bio-desc h3 {
	color:#222222;
}
.member-social {
	margin:0;
	position:absolute;
	bottom:20px;
	left:30px;
}
.member-social a {
	text-align:center;
	display:inline-block;
	line-height:40px;
	color:#FFFFFF;
	margin-right:10px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.member-social a:hover {
	color:#FFFFFF;
}

/* Style 2 */ 

.no-touchevents .ut-member-style-2 .mp-holder .member-photo:hover img, 
.ut-member-style-2 .mp-holder .member-photo.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.ut-member-style-2 .ut-so-link {
	color:#FFFFFF;
	background:#222222;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	width:30px;
	line-height:30px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	margin-right:10px;
}
.ut-member-style-2 .ut-so-link:hover {
	color:#FFFFFF !important;	
}
.ut-member-style-2 .ut-so-link:last-child {
	margin-right:0;
}
.ut-member-style-2 .member-description .ut-member-title .ut-member-name {
	color:#ffffff;
}
.ut-member-style-2 .mp-holder .member-description {
	background:#121212;
	color:#898989;
}

/* Style 3 */

.ut-member-style-3 .mp-holder {
	border-bottom:1px solid #EFEFEF;
}
.light .ut-member-style-3 .mp-holder {
	border-bottom:1px solid #FFFFFF;
}
.member-description-style-3 {
	padding:20px;
	text-align:center;
}
.ut-member-style-3 .member-social {
	position:relative;
	top:0;
	left:0;	
}
.ut-member-style-3 .member-social a {
	color:#DDDDDD;
	border:1px solid #DDDDDD;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
    height:40px;
	width:40px;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.light .ut-member-style-3 .member-social a {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.ut-member-style-3 .member-social a:last-child {
	margin-right:0;
}

/* Style 4 */

.member-photo-style-4-wrap {
    position:relative;
    margin-bottom:20px;
    overflow:hidden;
}
.member-photo-style-4-wrap:hover .member-photo-style-4 {
    display:none;   
}
.member-photo-style-4-wrap:hover .member-photo-style-4-hover {
    display:inherit;   
}
.member-photo-style-4-hover {
    display:none;
}
.member-description-style-4 {
    text-align:center;
}
.member-photo-style-4 img,
.member-photo-style-4-hover img {
    margin:0 auto;
    display:block;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.member-photo-style-4-wrap .member-social {
    left:20px;
    bottom:5px;
}
.member-photo-style-4-wrap .member-social a:hover {
    color:#222222 !important;
}

/* #Parallax
================================================== */

.parallax-section {
	overflow:hidden;
    position:relative;
}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.normal-background, 
.parallax-background {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat:repeat-y;
}
.normal-background {
	background-position:center center;
}
.parallax-overlay-pattern {
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/overlay-pattern.png);
}
.parallax-overlay {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
    position: relative;
    z-index:1;
}
.parallax-scroll-container {
    width:100% !important;
    height:100%;
    min-height:100%;
    position:absolute;
    -webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
    background-repeat: repeat-y;
    transform: translateZ(0);
    top:0px;
    left:0px !important;
}
.parallax-scroll-container.fixed {
    background-attachment:fixed;
}

/* #Blog
================================================== */

.site-header {
	margin-bottom:70px;
}
#primary {
	padding-top:160px;
	padding-bottom:60px;
}
#primary > .post:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.blog #primary {
	padding-top:80px;
}
.search .hentry, .post {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:1px solid #EFEFEF;
}
.single-post .post {
	margin:0;
	padding:0;
	border:none;
}
.entry-title {
	margin:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform:uppercase;
	font-size:22px;
}
h1.entry-title {
	font-size:22px;
}
.entry-header {
	margin-bottom:20px;
}
.ut-post-thumbnail {
	margin-bottom:20px;
}
.entry-thumbnail {
	margin:0;
	position:relative;
}
.entry-thumbnail img {
	margin:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.page-links {
	margin:0 0 20px 0;
	font-size:11px;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.page-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.page-links ul li {
	display:inline;
	margin-right:10px;
}
.page-links ul li a {
	font-weight:bold;
}

/* #Blog Posts & Post Formats
================================================== */

.ut-sticky {
	display:none;
}
.sticky .entry-meta .ut-sticky {
	display:block;
}
.entry-meta {
	font-size:11px;
	text-align:right;
	margin-bottom:20px;
	color:#222222;
}
.entry-header .entry-meta {
	text-align:left;
	margin-top:5px;
	margin-bottom:0;
}
.reply-link i, .edit-link i, .tags-links i, .entry-meta i {
	padding-right:5px;
	color:#222222;
}
.entry-meta .author-links, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .edit-link {
	color:#222222;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.entry-header .entry-meta .date-format, .entry-header .entry-meta .author-links, .entry-header .entry-meta .cat-links, .entry-header .entry-meta .comments-link {
	display:inline-block;
	margin-right:10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links a, .entry-meta a {
	color:#888888;
}
.permalink {
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links {
	margin-bottom:20px;
	font-size:11px;
	color:#222222;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.date-format {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #EFEFEF;
	font-family:'Helvetica', Arial, Sans-serif !important;
}
.entry-header .date-format {
	margin:0;
	padding:0;
	border:none;
	font-family:inherit;
}
.date-format .day {
	font-size:60px;
	display:block;
	line-height:50px;
	font-weight:bold;
	color:#222222;
}
.date-format .month {
	color:#222222;
	display:block;
	text-transform:uppercase;
	font-size:14px;
}
a.more-link {
	color:#222222;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
a.more-link .more-link {
	text-align:right;
	display:block;
	width:auto;
}
.author-link i, a.more-link i {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
	padding-left:5px;
}
.author-link:hover i, a.more-link:hover i {
	padding-left:10px;
}

/* About the Author */

.author-info {
	margin-top:30px;
	padding-top:50px;
	margin-bottom:20px;
	border-top:1px solid #EFEFEF;
}
.author-avatar {
	float:left;
	margin-right:20px;
}
.author-avatar img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.author-bio {
	color:#222222;
}
.the-author {
	display:block;
	font-weight:bold;
}

/* Format chat */

.format-chat p {
	margin:0;
	padding:3px;
}
.format-chat p:nth-child(2n+1) {
	background:#F0F0F0;
}
.format-chat .entry-content {
	margin-bottom:20px;
}
/* Format gallery */ 

.ut-gallery-wrap {
	overflow:hidden;
}
.ut-gallery-slider {
	margin: 0;
	padding: 0;
}
.ut-gallery-slider {
	height:320px;
	background:url(//www.groupehld.com/wp-content/themes/brooklyn/images/loaders/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.ut-gallery-slider.loaded {
	background:none;
}
.ut-gallery-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.ut-gallery-slider .slides > li img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ut-gallery-slider .slides {
	zoom: 1;
}
.ut-gallery-slider {
	margin: 0 0 20px;
	background: #FFFFFF;
	position: relative;
	zoom: 1;
}
.ut-gallery-slider .flex-direction-nav {
 	*height: 0;
	list-style:none;
}
.ut-gallery-slider .flex-direction-nav a  { 
	display: block; 
	width: 30px; 
	height: 30px; 
	margin: 0; 
	position: absolute;
	bottom:10px; 
	z-index: 10; 
	overflow: hidden; 
	opacity: 1; 
	cursor: pointer; 
	color:#ffffff; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
}
.ut-gallery-slider .flex-direction-nav a:before  { font-family: 'FontAwesome'; font-size: 20px; line-height:30px; display: inline-block; content: '\f104'; }
.ut-gallery-slider .flex-direction-nav a.flex-next:before  { content: '\f105'; }

.ut-gallery-slider .flex-direction-nav .flex-prev { right:45px !important; }
.ut-gallery-slider .flex-direction-nav .flex-next { right:10px; }

.ut-gallery-slider .flex-direction-nav .flex-prev:hover { background:#121212; }
.ut-gallery-slider .flex-direction-nav .flex-next:hover { background:#121212; }

/* Format Audio */

.mejs-container, .mejs-embed, .mejs-embed body {
	background:#222222 !important;
	margin-bottom:20px;
}
.mejs-container .mejs-controls {
	background:none !important;
}
.mejs-controls .mejs-button button:focus {
	outline:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	background:#222222 !important;
	color:#FFFFFF !important;
	border-color:#222222 !important;
}

/* Format Quote */

.format-quote blockquote {
	text-transform:uppercase;
	font-size:22px;
}

/* Format Link */ 

.format-link .entry-header a {
	padding:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
}
.format-link .entry-header a .entry-title,
.format-link .entry-header .entry-title a {
	color:#FFFFFF;
}
.format-link .entry-header a:hover {
	background:#222222 !important;
	color:#FFFFFF;
}
.format-link .entry-header .entry-title i {
	padding-right:5px;
}

/* #Blog Navigation
================================================== */

#ut-blog-navigation {
	margin:0;
	padding:10px 0;
	color:#222222;
	background:#F1F1F1;
}
#ut-blog-navigation a {
	color:#222222;
	font-size:60px;
	line-height:60px;
}
#ut-blog-navigation .nav-previous {
	float:left;
}
#ut-blog-navigation .nav-next {
	float:right;
}
/* #Comments
================================================== */

#comments {
	padding-top:50px;
	margin-top:30px;
	border-top:1px solid #EFEFEF;
}
.author-title, #reply-title, .comments-title {
	text-transform:uppercase;
	font-size:17px;
	margin-bottom:20px;
}
#reply-title {
	margin-bottom:10px;
}
.comment-body {
	background:#F1F1F1;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
}
.ut-arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #F1F1F1;
	position:absolute;
	left:90px;
	top:40px;
}
.comment-list {
	margin-left:0;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #EFEFEF;
}
.comment-list li.comment {
	position:relative;
}
.comment-list li article {
	margin-bottom:20px;
}
#comment-nav-above, #comment-nav-below {
	margin-bottom:50px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	padding-bottom:50px;
	border-bottom:1px solid #EFEFEF;
}
.comment-avatar {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.comment-avatar .avatar {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.bypostauthor {
	color:inherit;
}
.fn {
	font-size:inherit;
	color:#222222;
	font-style:inherit;
	font-weight:bold;
}
.fn a {
	color:#222222;
}
.comment-footer {
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
}
.comment-footer .edit-link {
	margin-left:10px;
}
.comment-footer a {
	color:#222222;
}
.comment-metadata {
	font-size:11px;
	color:#888888;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.comment-metadata a {
	color:#888888;
}
.comment-header, .comment-metadata, .comment-footer {
}
.comment-header {
	margin-bottom:20px;
}
#commentform p.comment-form-author, #commentform p.comment-form-email {
	float: left;
	margin-right: 2%;
	width: 32%;
}
#commentform p.comment-form-url {
	float: left;
	width: 32%;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	width:100%;
	display:block;
	margin-bottom:0;
}
#commentform textarea {
	width:100%;
	display:block;
	min-height:200px;
}
#commentform #submit {
	margin:0;
}
#searchform label, .comment-awaiting-moderation, #commentform label {
	color:#222222;
}
#searchform label, .comment-awaiting-moderation, #cancel-comment-reply-link, #commentform label {
	font-size:11px;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
#cancel-comment-reply-link:hover {
	color:#222222;
}
.comment-edit-link:hover, .comment-reply-link:hover {
	color:#888888;
}
.pingback {
	margin-bottom:20px;
}
.comment-subscription-form {
    clear:both;
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    overflow: hidden;
}
.comment-subscription-form #subscribe_blog,
.comment-subscription-form #subscribe_comments {
    display: inline !important;
    float: none !important;
    font-size: 0.75rem;
    font-weight: normal;
    margin:0 !important;
}

/* #Sidebar & Widgets
================================================== */

#secondary {
	padding-top:160px;
	font-size:12px;
	color:#888888;
	margin-bottom:80px;
}
#secondary ul.sidebar {
	padding-left:25px;
}
#secondary ul.sidebar li:last-child {
    margin-bottom:0;
    padding-bottom:0;
}
.blog #secondary {
	padding-top:80px;
}
.page-template-templatestemplate-archive-php a, 
#secondary a {
	color:#222222;
}
ul.sidebar, .widget-container ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget-title {
	font-size:13px;
	color:#222222;
	text-transform:uppercase;
	margin-bottom:20px;
}
.widget-container {
	margin-bottom:30px;
}
.widget-container select, 
.widget-container ul {
	margin-bottom:20px;
}
.widget-container ul.sub-menu, 
.widget-container ul.children {
	margin:0;
}
.widget_tag_cloud {
	margin-bottom:45px;
}
.ut-archive-tags a, .widget_tag_cloud a {
	display:inline-block;
	font-size:10px !important;
	border:1px solid #888888;
	color:#888888 !important;
	padding:3px 6px;
	margin:0 2px 5px 0;
	text-transform:uppercase;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.ut-footer-dark .ut-footer-area .widget_tag_cloud a {
	border:1px solid #777777;
	color:#777777 !important;
}
.ut-archive-tags a:hover, .widget_tag_cloud a:hover {
	border-color:#222222;
	color:#222222 !important;
}
.widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_archive ul {
	margin-bottom:15px;
}
.widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_meta li, .widget_archive li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EFEFEF;
	padding-left:10px;
	position:relative;
}
.ut-footer-dark .ut-footer-area .widget_categories li, 
.ut-footer-dark .ut-footer-area .widget_pages li, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li, 
.ut-footer-dark .ut-footer-area .widget_recent_entries li, 
.ut-footer-dark .ut-footer-area .widget_recent_comments li, 
.ut-footer-dark .ut-footer-area .widget_meta li, 
.ut-footer-dark .ut-footer-area .widget_archive li {
	border-bottom:1px solid #222222;
}
.widget_recent_comments li {
	padding-left:0;
}
.widget_categories li:before, 
.widget_pages li:before, 
.widget_nav_menu li:before, 
.widget_recent_entries li:before, 
.widget_meta li:before, 
.widget_archive li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	color:#222222;
}
.ut-footer-dark .ut-footer-area .widget_categories li:before, 
.ut-footer-dark .ut-footer-area .widget_pages li:before, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li:before, 
.ut-footer-dark .ut-footer-area .widget_recent_entries li:before, 
.ut-footer-dark .ut-footer-area .widget_meta li:before, 
.ut-footer-dark .ut-footer-area .widget_archive li:before {
    color:#777777;
}
.widget_pages li.page_item_has_children, 
.widget_nav_menu li.menu-item-has-children {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.widget_pages li.page_item_has_children .children, 
.widget_nav_menu li.menu-item-has-children .sub-menu {
	margin:0;
}
.widget_pages li.page_item_has_children .children li:first-child, 
.widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #EFEFEF;
}
.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children .children li:first-child, 
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
	border-top:1px solid #222222;
}
.widget_pages li.page_item_has_children .children li:first-child:before, 
.widget_nav_menu li.menu-item-has-children .sub-menu li:first-child:before {
	top:5px;
}
.ut-flickr-item {
	width:75px;
	height:75px;
	background:url(//www.groupehld.com/wp-content/themes/brooklyn/images/loaders/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.ut-flickr-item.loaded {
	background:none;
}
.ut_widget_flickr .flickr_items {
	margin-bottom:15px;
}
.ut_widget_flickr li {
	float:left;
	margin:0 5px 5px 0;
}
.ut_widget_flickr li img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	opacity:1;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.ut_widget_flickr li img:hover {
	opacity:0.5;
}
.widget_rss .rsswidget img {
	vertical-align:middle;
}
.widget_rss li {
	margin-bottom:10px;
}
.widget_rss .rss-date {
	display:block;
}
.tweet-left {
	display:none;
}
.tweet_list li {
	padding-left:20px;
	position:relative;
}
.ut-footer-dark .tweet_list li {
    border-color:#222222;
}
.tweet_list li:before {
	font-family: 'FontAwesome';
	content: "\f099";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	color:#222222;
}
.ut-footer-dark .tweet_list li:before { 
    color:#777777;
}

/* #Default Pages
================================================== */

.page-header .entry-meta {
	text-align:center;
}

/* #Archive Template
================================================== */

.ut-archive-tags {
	margin-bottom:45px;
}
.ut-daily-archive-list, .ut-monthly-archive-list, .ut-monthly-archive-list, .ut-yearly-archive-list, .ut-contributors-archive-list, .ut-categories-archive-list, .ut-latest-posts-list {
	list-style:none;
	margin:0 0 20px 0;
}
.ut-daily-archive-list li, .ut-monthly-archive-list li, .ut-monthly-archive-list li, .ut-yearly-archive-list li, .ut-contributors-archive-list li, .ut-categories-archive-list li, .ut-latest-posts-list li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EFEFEF;
	padding-left:10px;
	position:relative;
	list-style:none;
}
.ut-daily-archive-list li:before, .ut-monthly-archive-list li:before, .ut-monthly-archive-list li:before, .ut-yearly-archive-list li:before, .ut-contributors-archive-list li:before, .ut-categories-archive-list li:before, .ut-latest-posts-list li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
}
.ut-archive-template-title {
	text-transform:uppercase;
	font-size:17px;
}

/* #Contact Section
================================================== */

.wpcf7-not-valid-tip, .post-password-form label, 
.wpcf7-form {
	font-size:11px !important;
	text-transform:uppercase;
}
#contact-section .background-map {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:0;
}
#contact-section ul,
#contact-section ol {
	text-transform:uppercase;
	font-size:11px;
    list-style:outside;
    margin-left:15px;
}
.light .ut-left-footer-area,
.light .ut-right-footer-area {
	padding:30px 30px 10px 30px;
	background:rgba(255, 255, 255, 0.15);
}
.ut-left-footer-area {
	margin-bottom:0;
}
.contact-section.contact-map {
	position:relative;
}
.contact-section .wpcf7-form p, 
.contact-section .wpcf7-form .wpcf7-response-output {
	margin:0 !important;
}
.light#contact-section a:hover {
	color:#FFFFFF;
}
.contact-section .wpcf7-form .ajax-loader {
	display:none;
}
.dark .wpcf7-form {
	color:#222222;
}
.wpcf7-not-valid-tip {
	background:#222222 !important;
	color:#FFF !important;
	border:none !important;
	padding-left:10px !important;
}
.fa-ul li .fa {
	line-height:inherit;
}
.fa-ul li {
	list-style:none !important;
}
.fa-ul {
    list-style:none !important;
}

/* #Footer
================================================== */

.footer {
	padding: 30px 0 0;
	background:#FFFFFF;
	position:relative;
}
.footer.ut-footer-dark {
	background:#121212;
}
.footer.ut-footer-dark h1,
.footer.ut-footer-dark h2,
.footer.ut-footer-dark h3,
.footer.ut-footer-dark h4,
.footer.ut-footer-dark h5,
.footer.ut-footer-dark h6,
.footer.ut-footer-dark strong, 
.footer.ut-footer-dark b {
	color:#777777;
}
a.toTop {
	display: block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
    z-index:2;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color:#222222;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
    text-align:center;
}
.ut-footer-dark a.toTop {
	background:#121212;
	color:#FFFFFF;
}
.toTop:hover {
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.toTop i {
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.copyright {
	padding:0;
	margin:0;
	letter-spacing:0.5px;
	font-size:10px;
	color:#999999;
	display:block;
}
.ut-footer-area {
    padding-top:20px;
}
.footer-content {
    text-align:center;
    padding-bottom:30px;
}
.ut-footer-area ul.sidebar a {
    color:#222222;
}
.ut-footer-dark .ut-footer-area ul.sidebar a {
    color:#777777;
}
.ut-footer-dark .widget-title {
    color:#ffffff !important;
}
.ut-footer-area {
    color:#888888;
}
.footer-content h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.footer-content a,
.copyright a {
	color:#222222;
	text-transform:uppercase;
}
.ut-footer-dark .footer-content a,
.ut-footer-dark .copyright a {
	color:#777777;
	text-transform:uppercase;
}
.ut-footer-so {
    margin:20px 0 15px 0;
    padding:0;
    display:block;   
}
.ut-footer-so li {
    display:inline-block;
}
.ut-footer-so li a {
    margin:0 5px; 
    width:30px;
    height:30px;
    display:block;
    text-align:center;
}
.ut-footer-so li a {
    line-height:30px;
}
.ut-footer-so li a i {
    color:#999999 !important;
    font-size:15px;
    vertical-align:inherit !important;
    -webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.ut-footer-so li a  {
    border:1px solid #999999;
    -webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}

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

.light button, .light input[type="submit"], .light input[type="button"] {
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:8px 12px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-align:center;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-appearance: none;
	width:auto;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.light button:hover, .light input[type="submit"]:hover, .light input[type="button"]:hover, .light button:focus, .light input[type="submit"]:focus, .light input[type="button"]:focus {
	color: #FFFFFF;
	background: #111111;
	border:none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

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

form {
	margin:0;
}
.light input, .light textarea {
	border: 1px solid transparent;
	padding: 10px;
	outline: none;
	color: #FFFFFF;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.50);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
}
.contact-section textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
}
.light input:focus, .light textarea:focus {
	border: 1px solid transparent;
	color: #FFFFFF;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.success-message, .alert-message, .error-message {
	display:none;
	font-size:12px;
	letter-spacing:0.5px;
}
.widget_search .search-submit, .widget_search #searchform span {
	display:none;
}
select {
	width:100%;
	max-width:100%;
	color: #222222;
	padding:10px;
	border:none;
	outline:none;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius:0;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition:.2s border linear;
	-moz-transition:.2s border linear;
	transition:.2s border linear;
}

/* Global */

input[type="radio"], input[type="checkbox"] {
	display:inherit !important;
	width:inherit !important;	
}
input[type="checkbox"] {
	-webkit-appearance: checkbox!important;
}
.dark .wpcf7-form input, .dark .wpcf7-form textarea,
input, textarea {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #b2b2b6;
	letter-spacing:0.5px;
	padding: 10px;
	outline: none;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s border linear;
	-moz-transition:0.2s border linear;
	transition:0.2s border linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
}
#secondary input, #secondary textarea, #secondary select {
	font-size:12px;
}
input:focus, textarea:focus, select:focus, .dark .wpcf7-form input:focus, .dark .wpcf7-form textarea:focus, .dark .wpcf7-form select:focus {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	border-color: #cfcfcf;
	background: #FFFFFF;
	color: #222222;
}
button, input[type="button"], input[type="submit"], .dark button, .dark input[type="button"], .dark input[type="submit"] {
	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:8px 12px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-align:center;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-appearance: none;
	width:auto;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:focus, input[type="submit"]:focus, input[type="button"]:focus, .dark button:hover, .dark input[type="submit"]:hover, .dark input[type="button"]:hover, .dark button:focus, .dark input[type="submit"]:focus, .dark input[type="button"]:focus {
	background-color:#222222;
	color:#FFFFFF;
	border:none;
}

/* #Split Screen Section
================================================== */

.ut-split-screen-poster {
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-attachment:scroll !important;
    margin:0 auto;
}
.ut-split-screen .parallax-header, 
.ut-split-screen .section-header {
	text-align:left;	
}
.ut-split-content-right,
.ut-split-content-left {
	margin-top:140px;
    margin-bottom:70px;
}
.ut-split-screen .pt-style-6 .page-title:after, 
.ut-split-screen .pt-style-6 .parallax-title:after, 
.ut-split-screen .pt-style-6 .section-title:after,
.ut-split-screen .pt-style-2 .page-title:after, 
.ut-split-screen .pt-style-2 .parallax-title:after, 
.ut-split-screen .pt-style-2 .section-title:after {
	margin:15px 0;	
}
.ut-split-screen .pt-style-1 .page-title span, 
.ut-split-screent .pt-style-1 .section-title span {
	padding:0 20px 0 0;
}
.ut-split-content-left .pt-style-1 .section-title span,
.ut-split-content-right .pt-style-1 .section-title span,
.ut-split-content-left .pt-style-1 .page-title span,
.ut-split-content-right .pt-style-1 .page-title span {
    padding-left:0;
}

/* #Misc
================================================== */

.add-padding {
	padding-right:20px !important;
	padding-left:20px !important;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.ut-half-height {
	height:50% !important;
}
.section-content {
	position:relative;
}
.ut-section-shadow {
	-webkit-box-shadow:0 -5px 4px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow:0 -5px 4px rgba(0, 0, 0, 0.08) inset;
	box-shadow:0 -5px 4px rgba(0, 0, 0, 0.08) inset;
}
.ut-new-hide {
    display:none;
}
.dark blockquote {
	color:#222222;
}
.dark cite, 
.dark, 
.dark .lead {
	color:#888888;
}
.dark .lead {
	font-size:1.125em;
}
.dark b, .dark strong {
	color:#222222;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#222222;
}
.light cite, 
.light blockquote, 
.light, .light .lead {
	color:#FFFFFF;
}
.light .lead {
	font-size:1.125em;
}
.light b, .light strong {
	color:#FFFFFF;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
	color:#FFFFFF;
}
.ut-rounded {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ut-circle {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
span.ut-word-rotator {
	color:inherit !important;
}
div.pp_default .pp_content .ppt {
	font-size:13px;
	color:#222222 !important;
}
.error404 .search-submit, .search-no-results .search-submit {
	margin-bottom:0;
}
#qLpercentage {
	font-size:12px !important;
	text-transform:uppercase;
	font-family: 'ralewaysemibold';
}
.playerBox {
	max-width:inherit !important;
}
.ut-video-control,
.ut-audio-control {
  bottom: 20px;
  position: absolute;
  text-indent:-9999px;
  width:25px;
  height:25px;
  left: 50%;
  margin-left:-12px;
  display:block;
  z-index:2;
}
#contact-section .ut-video-control {
  top:20px;
  bottom: auto;
}
.ut-mute {
	background-attachment: scroll;
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/ut-unmute.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.ut-unmute {
	background-attachment: scroll;
	background-image: url(//www.groupehld.com/wp-content/themes/brooklyn/images/ut-mute.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.ut-video-section,
.ut-video-section .parallax-overlay {
    position:relative;
}
#ut-loader-logo {
	width:400px;
	height:300px;
	display:block;
	position: absolute;
	fontSize: 3em;
	top: 50%;
	left: 50%;
	margin-left: -200px !important;
	overflow:hidden;
}
.ut-loader-overlay {
	position:fixed;
	height:100%;
	width:100%;
	z-index:2501;
	top:0;
	left:0;
}
#wpstats {
	display:none;
}
.ut_widget_twitter a {
    word-break:break-all;
}

/* message div for theme activation */

.ut-install-note {
	margin-top:40px;
	margin-bottom:40px;
}

/* fit text fix for slider */

.js .slides .hero-holder {
	opacity:0;
}
.js .slides .hero-holder.show {
	opacity:1;
}

/* team member popup */

.ut-modal-box {
	margin-left:-25%; /* center box */
}

/* hidden avatar fix for chrome */

.ut-rotate-avatar {
	min-height:200px;
}

/* background color for video backgrounds */

.main-content-background {
	background:#FFFFFF;
}
.home:not(.blog) .main-content-background {
	background: transparent !important;
}

/* Revolution Slider */

.tp-bullets.simplebullets.round .bullet {
	background:none !important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:14px;
	height:14px;
	border:1px solid rgb(255,255,255);
	border:1px solid rgba(255,255,255, 0.15);	
}
.tp-bullets.simplebullets.round .selected {
	border-color:#FFFFFF !important;	
}
.themecolor-bg {
	padding:3px 5px;
	color:#FFFFFF;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	background: none !important;
}
.tp-rightarrow.default:hover:before,
.tp-leftarrow.default:hover:before {
	color:#FFFFFF;
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;
}
.tp-rightarrow.default:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size:65px;
	color:rgb(255,255,255);
	color:rgba(255,255,255, 0.15);	
}
.tp-leftarrow.default:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size:65px;
	color:rgb(255,255,255);
	color:rgba(255,255,255, 0.15);	
}
.hero-title.ut-glow {
    color:#FFFFFF;
    text-shadow:0 0 40px #FFFFFF, 
                2px 2px 3px black; 
}
.light .section-title.ut-glow,
.light .parallax-title.ut-glow,
.light .page-title.ut-glow,
.light .section-title.ut-glow {
    color:#FFFFFF;
    text-shadow:0 0 40px #FFFFFF, 
                2px 2px 3px black;
}
.dark .section-title.ut-glow,
.dark .parallax-title.ut-glow,
.dark .page-title.ut-glow,
.dark .section-title.ut-glow {
    color:#222222;
    text-shadow:0 0 40px #222222, 
                2px 2px 3px black;
}

/* #Media Queries
================================================== */

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {

html {
    border:none !important;
}
.ha-header.bordered-navigation, .ha-header.bordered-navigation.ha-transparent {
    left:0;
    width:100%;
}
.ha-header.bordered-top {
    top:0;
}
.parallax-section {
	background-position:center center !important;
	background-repeat:repeat-y !important;
	/*background-attachment:fixed !important;*/
	background-size:cover !important;
}
#header-section.fullwidth {
    padding:0 10px;
}

/* Hero */
.hero-title,
.ut-split-hero .hero-title {
    font-size:2.143em;
}
.ut-hero-style-1 .hero-title {
	background:none;
	padding:0;
}
.ut-hero-style-4 .hero-title,
.ut-hero-style-6 .hero-title,
.ut-hero-style-7 .hero-title  {
	padding:5px;
}
.ut-hero-style-9 .hero-title,
.ut-hero-style-10 .hero-title {
    border:none;
    padding:0;   
}
.hero-second-btn {
    margin-top:10px;
}

/* Header Styles */

.pt-style-1 .page-title, .pt-style-1 .section-title {
	background:none;
}
.pt-style-1 .page-title span, .pt-style-1 .section-title span {
	padding:0;
}
.portfolio-title {
	font-size:0.857em !important;
}
#secondary {
	padding-top:0 !important;
}
.sidebar {
	padding-left:0 !important;
}
a.ut-flex-control {
    top:auto;
	bottom:0 !important;
}
.ut-half-height {
	height:100% !important;	
}
.hero-inner {
	text-align:center !important;
}
.ut-split-content-left,
.ut-split-content-right {
	padding-left:20px;
    padding-right:20px;
}
.member-photo-style-4-wrap .member-social {
    display:none;
}
.hero-holder.ut-split-hero {
    margin-top:0 !important;
}
.light .ut-left-footer-area,
.light .ut-right-footer-area {
	padding:10px;
}
.lead {
	padding:0 !important;
}
.parallax-header,
.page-header,
.section-header {
    margin-left:0 !important;
    margin-right:0 !important;
}

}

/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

html {
    border:none !important;
}
.ha-header.bordered-navigation, .ha-header.bordered-navigation.ha-transparent {
    left:0;
    width:100%;
}
.ha-header.bordered-top {
    top:0;
}
.parallax-section {
	background-position:center center !important;
	background-repeat:repeat-y !important;
	/*background-attachment:fixed !important;*/
	background-size:cover !important;
}
#header-section.fullwidth {
    padding:0 10px;
}
.hero-title {
    font-size:3.571em;   
}
.ut-split-hero .hero-title {
    font-size:2.857em;
}
.portfolio-title {
	font-size:0.857em !important;
}
.ut-tablet-overlay {
	padding:50px 50px 50px;
}
.ut-left-tablet-button {
	margin-right:0;
}
.hero-second-btn {
    margin-top:10px;
    margin-left:0;
}
.lead {
	padding:0 !important;
}
.parallax-header,
.page-header,
.section-header {
    margin-left:0 !important;
    margin-right:0 !important;
}

}

/* #WPML
================================================== */

.menu-item-language img.iclflag {
	margin-right:5px;
	vertical-align:middle !important;
}

/* #Rain
================================================== */

.hero canvas {
	z-index:-1;
}
#ut-rain-background {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -2;
  overflow: hidden;
  max-width: none !important;
  visibility:hidden;
}
.hero-audio-holder {
	display:none;
	visibility:hidden;
}

/* #Canvas Animation Effect
================================================== */

#ut-animation-canvas {
    position:absolute;
    top:0;
    left:0;
    z-index:inherit;
}

/* #Single Portfolio
================================================== */

.single-portfolio .ut-portfolio-info {
    font-weight:bold;
}
.dark .single-portfolio .ut-portfolio-info {
    color:#222222;
    font-weight:bold;
}
.single-portfolio .ut-portfolio-info span {
    color:#888888;
    font-weight:normal;
}
.ut-single-video iframe {
    height: 100%;
    position: relative;
    width: 100%;
}
.ut-project-sc {
    margin:30px 0 20px 0;
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    padding:10px 0;   
}
.ut-project-sc.no-border {
    border:none !important;
}
.light .ut-project-sc {
    border-color:#999999;   
}
.ut-project-sc li {
    float:left;
    display:block;
    margin-right:15px;
}
.ut-project-sc li a {
    color:#999999;
}
.ut-project-sc li a:hover {
    color:#222222;   
}
.light .ut-project-sc li a:hover {
    color:#FFFFFF;
}
body {
text-align: justify;
}
.page-id-5211 #primary, .page-id-5291 #primary, .page-id-5232 #primary, .page-id-5401 #primary, .page-id-5566 #primary, .page-id-5564 #primary, .page-id-5533 #primary, .page-id-5565 #primary {
padding-bottom: 60px;
padding-top: 40px;
}
.page-title {
text-transform: uppercase;
}
blockquote {
}
.vc_separator h4 {
font-size: 22px !important;
}
.pt-style-2 .page-title::after {
background-color: transparent;
content: "";
display: none;
height: 0;
margin: 0;
width: 0;
}
.pt-style-2 .lead::after, .archive .pt-style-2 .page-title::after, .page-id-5168 .page-title::after, .page-id-5173 .page-title::after, .page-id-5211 .page-title::after, .post-5232 .page-title::after, .post-5291 .page-title::after, .post-3524 .page-title::after, .post-5531 .page-title::after, .post-5546 .page-title::after, .post-5567 .page-title::after, .page-id-5566 .page-title::after, .page-id-5533 .page-title::after {
background-color: #FF5A06;
content: "";
display: block;
height: 2px;
margin: 15px auto 0;
width: 30px;
}
.page-title, .parallax-title, .section-title {
font-size: 30px;
margin-bottom: 0;
position: relative;
text-transform: uppercase;
}
.pt-style-1 .page-title span, .pt-style-1 .section-title span {
background-color: #fff;
padding: 0 20px;
}
.socialsider.socialsider_bgdark_white a::after {
background: #51443F none repeat scroll 0 0;
color: #fff;
}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider="twitter"]:hover::after {
background: #ff5a06 none repeat scroll 0 0;
}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider="linkedin"]:hover::after {
background: #ff5a06 none repeat scroll 0 0;
}
.socialsider.socialsider_bgdark_white.socialsider_colorize a[data-socialsider="youtube"]:hover::after {
background: #ff5a06 none repeat scroll 0 0;
}  #navigation {
float: left;
font-family: "ralewaymedium",Helvetica,Arial,sans-serif;
}
#navigation {
display: inline-block;
position: relative;
width: 60%;
}
#lang_sel_list {
background-color: transparent;
border: medium none;
clear: none;
display: inline-block;
float: right;
width: 10%;
}
#lang_sel_list li a {
background-color: transparent;
}
#navigation ul li.menu-item{
padding-top: 8px !important;
}
#navigation ul.sub-menu li{
padding-top: 0px !important;
} #chiffres .ut-one-third:nth-child(2) .ut-count::after {
content: " M€";
}
#chiffres .ut-one-third:nth-child(1) .ut-count::after {
content: "%";
}
#chiffres .fa-cutlery {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-HLD.png);
background-size: 80px auto;
height: 80px;
width: 80px;
}
#chiffres .fa-users {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-euro.png);
background-size: 80px auto;
height: 80px;
width: 80px;
}
#chiffres .fa-thumbs-up {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-salarie.png);
background-size: 80px auto;
height: 80px;
width: 80px;
} #numbers .ut-one-third:nth-child(2) .ut-count::after {
content: " M€";
}
#numbers .ut-one-third:nth-child(1) .ut-count::after {
content: "%";
}
#numbers .fa-cutlery {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-HLD.png);
background-size: 80px auto;
height: 80px;
width: 80px;
}
#numbers .fa-users {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-euro.png);
background-size: 80px auto;
height: 80px;
width: 80px;
}
#numbers .fa-thumbs-up {
background-image: url(http://www.groupehld.com/wp-content/uploads/2016/06/icon-salarie.png);
background-size: 80px auto;
height: 80px;
width: 80px;
} #hld.page-title, .parallax-title, .section-title {
color: red;
font-size: 47px;
margin-bottom: 20px;
position: relative;
font-weight: 900;
}
#hld h2 {
color: #51443f;
}
.section-header.pt-style-2 .section-title::after, .pt-style-2 .parallax-title::after {
background-color: #ff5a06;
height: 3px;
margin: 0 auto;
width: 15%;
}
.pt-style-2 .parallax-title {
text-transform: uppercase;
}
.ut-two-thirds.info {
line-height: 33px;
}
.ut-two-thirds.ut-column-last {
line-height: 33px;
}
#hld ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#hld li {
background: url(http://www.groupehld.com/wp-content/uploads/2016/06/bullet.png) no-repeat left top;
height: 36px;
padding-left: 44px;
padding-top: 3px;
} #portfolio .ut-one-fourth div, #portfolio .ut-one-third div {
border: 1px solid #D1D1D1;
display: table-cell;
height: 100%;
padding: 5px;
vertical-align: middle;
text-align: center;
position: relative;
}
#portfolio .ut-one-third {
height: 160px;
display: table;
width: 30%;
}
#portfolio .ut-animate-image {
border: none;
max-width: 230px;
}
#portfolio .ut-one-fourth {
height: 160px;
display: table;
width: 22%;
}
#portfolio .ut-animate-image {
border: none;
}
#portfolio .ut-one-fourth:hover {
color: rgba(81,67,63,0.5)
} #portfolio-section .ut-one-third div {
border: 1px solid #d1d1d1;
display: table-cell;
height: 100%;
padding: 5px;
position: relative;
text-align: center;
vertical-align: middle;
}
#portfolio-section .ut-one-fourth div {
border: 1px solid #D1D1D1;
display: table-cell;
height: 100%;
padding: 5px;
vertical-align: middle;
text-align: center;
position: relative;
}
#portfolio-section .ut-animate-image {
border: none;
max-width: 230px;
}
#portfolio-section .ut-one-third {
height: 160px;
display: table;
width: 30%;
}
#portfolio-section .ut-one-fourth {
height: 160px;
display: table;
width: 22%;
}
#portfolio-section .ut-animate-image {
border: none;
}
#portfolio-section .ut-one-fourth:hover {
color: rgba(81,67,63,0.5)
} .widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_meta li, .widget_archive li {
text-align: left;
}
#actualites-section-two .entry-meta::after, #news .entry-meta::after {
background-color: #ff5a06;
content: "";
display: block;
height: 2px;
margin: 15px 0;
width: 45%;
}
#actualites-section-two .type-post .date-format::after, #news .type-post .date-format::after {
background-color: transparent
}
#navigation ul#menu-new-home-fr li.menu-item-type-post_type:nth-child(2), #navigation ul li.menu-item-type-post_type:nth-child(4), #navigation ul li.menu-item-type-post_type:nth-child(5), #navigation ul#menu-new-menu-en li.menu-item-type-post_type:nth-child(2) {
display: none;
float: left;
position: relative;
}
.ut-header-dark #navigation ul li a::after {
color: none;
content: "";
left: 9px;
position: absolute;
top: 0;
}
.footer-content a, .copyright a {
color: #222222;
text-transform: none;
} .footer-content {
background-color: #fff;
padding: 30px 0;
text-align: center;
}
.footer {
background: #2f2927 none repeat scroll 0 0;
padding: 30px 0 0;
position: relative;
}
.footer-content h5 {
color: #6d6d6d;
}
.footer-content a {
color: #6d6d6d;
}
.footer a.toTop {
background: #2f2927 none repeat scroll 0 0;
border-radius: 3px 3px 0 0;
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
color: #fff;
display: block;
font-size: 28px;
height: 40px;
left: 0;
line-height: 38px;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: -40px;
transition: all 0.2s linear 0s;
width: 40px;
z-index: 2;
}
.ut-footer-area ul.sidebar a {
color: #dddddd;
}
.footer .widget-title {
color: #fff;
font-size: 15px;
margin-bottom: 20px;
text-transform: uppercase;
}
.footer .widget_categories li, .footer .widget_pages li, .footer .widget_nav_menu li, .footer .widget_recent_entries li, .footer .widget_recent_comments li, .footer .widget_meta li, .footer .widget_archive li {
border-bottom: 1px solid #4f403b;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 10px;
position: relative;
} .implantations-home h3 {
margin-bottom: 5px; 
}
.implantations-home p {
margin-bottom: 10px;
}
.implantations-home hr {
margin-bottom: 10px;
}/*/*//**/.ha-header.ut-header-dark {
background: rgba(48,42,39, 0.95) none repeat scroll 0 0;
}
.pt-style-4 .page-title span, .pt-style-4 .parallax-title span, .pt-style-4 .section-title span {
border: 2px solid #ff5a06;
display: inline-block;
padding: 4px 8px;
text-transform: uppercase;
}/*/*//**/.single-post #secondary {
color: #888888;
font-size: 12px;
margin-bottom: 80px;
padding-top: 101px;
}
.date-format {
border-bottom: none;
}
.type-post .date-format::after {
background-color: #C9C9C9;
content: "";
display: block;
float: right;
height: 1px;
margin: 18px auto auto;
width: 83%;
}
.btn-widget {
border: 1px solid #ff5a06;
}
.btn-widget .ut-btn.theme-btn {
border: none;
}
.btn-widget .ut-btn.medium {
font-size: 13px;
height: 26px;
line-height: 27px;
padding: 0 20px;
}
.btn-archive {
margin: 20px auto;
}
article .entry-meta::after {
background-color: transparent;
}
article .entry-title {
font-size: 16px;
margin: 0;
text-transform: uppercase;
word-wrap: break-word;
text-align: left;
}
.date-format .day, .date-format .month {
color: #ff5a06;
}
.archive .grid-75 {
float: right;
width: 75%;
}
.entry-thumbnail img {
border-radius: 3px;
margin: 0;
border: #c9c9c9 1px solid;
}
.previous-page, .next-page {
display: inline-block;
font-size: 17px;
margin: 0 20px;
text-transform: uppercase;
vertical-align: middle;
}
.addtoany_share_save_container {
border-top: 1px solid #c9c9c9;
clear: both;
margin: 16px 0;
padding-top: 10px;
}/*/*//**/.alignleft.interflora.size-medium {
float: right;
height: 150px;
width: auto;
}
.post.ivycat-post {
border-bottom: none;
float: left;
margin-bottom: 50px;
padding-bottom: 30px;
padding-right: 34px;
width: 33%;
text-align: left;
}
.ivycat-post .entry-title {
font-size: 17px;
margin: 0;
text-transform: uppercase;
word-wrap: break-word;
}
.ivycat-post .entry-summary {
font-size: 14px;
}
.ivycat-post .entry-meta {
text-align: left;
}
.ivycat-post .entry-meta::after {
background-color: #ff5a06;
content: "";
display: block;
height: 2px;
margin: 15px 0;
width: 45%;
}
@media screen and (max-width: 700px) {
.post.ivycat-post {
border-bottom: none;
float: left;
margin-bottom: 0px;
padding-bottom: 10px;
padding-right: 34px;
width: 100%;
}
}
.arti-parti::after {
background-color: #ff5a06;
content: "";
display: block;
height: 2px;
margin: 15px auto 0;
width: 30px;
}
.grid-100 strong {
color: #FF5A06;
font-family: ralewaymedium;
text-transform: uppercase;
}/*/*//**/  .bt-asso {
background-color: #e6e5e1 !important;
color: #373230 !important;
display: block !important;
font-size: 8pt !important;
letter-spacing: 0 !important;
margin: 0 auto !important;
text-align: center !important; 
padding: 8px!important;
}
.post-6661 .grid-100 strong, .post-6733 .grid-100 strong,.post-6734 .grid-100 strong,.post-6743 .grid-100 strong {
color: inherit;
font-family: ralewaymedium;
text-transform: none;
}
.vc_separator.vc_separator_align_left h4 {
color: #FF5A06 !important;
}
.post-6661 h2,.post-6733 h2,.post-6734 h2,.post-6743 h2 {
color: #FF5A06 !important;
}
.icons-asso {
border: 1px solid #cacaca;
}
.icons-asso .vc_icon_element {
font-size: 14px;
line-height: 0;
margin-bottom: 0;
}/*/*//**/.mp-holder .member-description {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
color: #ffffff;
left: 0;
padding: 20px;
position: absolute;
top: 0;
}
.mp-holder .member-description span {
font-size: 15px;
text-transform: none;
}
.ut-overlay {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.ut-modal-box {
margin-left: 0;
}
.member-detail-box {
background: #2f2927 none repeat scroll 0 0;
}
.ut-modal-box {
max-width: 400px;
left: inherit;
right: 0;
}
.member-detail-box .ut-mfh.grid-70 {
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.member-photo-large {
margin-bottom: 0px;
}
.member-detail-box .lhea-close-modal {
background: #2f2927 none repeat scroll 0 0;
border-radius: 0;
display: inline-block;
font-size: 1.5em;
height: 2em;
line-height: 2em;
margin: 0;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
transition-duration: 0.3s;
transition-property: all;
width: 2em;
z-index: 1106;
}
.member-detail-box .grid-70 {
background-color: #fff;
margin: 0;
padding: 20px;
width: 100%;
}
.lhea-modal-picture-hover h3 {
background: rgba(255, 90, 6, 0.8) none repeat scroll 0 0;
}
.lhea-modal-picture-hover span {
background: #51443f none repeat scroll 0 0;
}
.lhea-modal-picture-hover .lhea-modal-position {
font-size: 17px;
}
.lhea-modal-picture-hover .lhea-modal-position {
color: #fafafa;
display: inline-block;
font-weight: 100;
}
.ut-member-title {
letter-spacing: 0.5px;
line-height: 150%;
margin-bottom: 0;
margin-top: 0;
padding: 0 17px;
text-transform: none;
}
.ut-member-name {
color: #fff;
display: block;
font-size: 22px;
margin-bottom: 10px;
padding: 0 17px;
white-space: nowrap;
}
.lhea-modal-picture-hover {
bottom: 0;
}
.lhea-modal-picture-hover {
bottom: 10px;
display: inline-block;
left: 0;
position: absolute;
}
.social-profil.grid-70 {
background: #2f2927 none repeat scroll 0 0;
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.member-social {
bottom: 0;
display: inline-block;
margin: 0 auto;
position: relative;
left: 0;
}
.member-social a {
color: #ffffff;
display: block;
line-height: 40px;
margin-right: 0;
padding: 5px 17px;
transition: all 0.2s linear 0s;
}
.social-profil .member-social a:hover {
background-color: #FF5A06;
color: #fff;
}/*/*/.lhea-sorting-style-3 .lhea-term-filter {
font-size: 15px;
}
.lhea-modal-container {
width: 100%;
height: 100%;
max-width: 600px;
margin: 0 auto;
margin-top: 100px;
}
@media screen and (max-width: 767px) {
.lhea-modal-contents .lhea-modal-picture-hover {
bottom: -47px;
}
}/*/*//**/.mp-holder .member-description h3 {
color: #FF5A06;
text-transform: uppercase;
}
.mp-holder .member-description p {
color: #FFF;
}
.member-description br {
display: block;
margin: 5px 0;
padding-bottom: 15px;
}
.member-description strong {
text-transform: none;
font-weight: 600;
color: #fff;
}/*/*/.ut-btn.btn-right.theme-btn.medium {
float: right;
margin-right: 0;
}
.ut-one-third.btn-midl {
text-align: center;
}
.ut-one-third.btn-midl a {
margin-right: 0
}/**/#post-5211 .ut-one-third, #post-5401 .ut-one-third, #post-5291 .ut-one-third, #post-5232 .ut-one-third, #post-5266 .ut-one-third, #post-5565 .ut-one-third, #post-5564 .ut-one-third, #post-5533 .ut-one-third {
margin-right: 0;
width: 33.3%;
}
.post-5211 li, .post-5566 li {
background: rgba(0, 0, 0, 0) url(http://www.groupehld.com/wp-content/uploads/2016/06/bullet-pt.png) no-repeat scroll left 5px;
padding-bottom: 7px;
padding-left: 30px;
padding-top: 3px;
}
.post-5211 ul, .post-5566 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.post-5291 ul, .post-5564 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.post-5291 li, .post-5564 li {
background: rgba(0, 0, 0, 0) url(http://www.groupehld.com/wp-content/uploads/2016/06/bullet-pt.png) no-repeat scroll left 5px;
padding-bottom: 7px;
padding-left: 30px;
padding-top: 3px;
} .ut-portfolio-info span {
display: none;
font-size: 11px;
letter-spacing: 0.5px;
text-transform: uppercase;
}/*/*//**/#post-5567 p strong,#post-5173 p strong {
text-transform: none;
}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.eot?v=4.6.1);src:url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.woff2?v=4.6.1) format('woff2'),url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.woff?v=4.6.1) format('woff'),url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.ttf?v=4.6.1) format('truetype'),url(http://www.groupehld.com/wp-content/plugins/menu-icons/includes/library/icon-picker/css/types/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#powerTip{cursor:default;background-color:#333;background-color:rgba(0,0,0,.8);border-radius:6px;color:#fff;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647}#powerTip:before{content:"";position:absolute}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.e:before{border-right:10px solid #333;border-right:10px solid rgba(0,0,0,.8);left:-10px}#powerTip.s:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.w:before{border-left:10px solid #333;border-left:10px solid rgba(0,0,0,.8);right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before{left:auto;right:10px}#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:0;border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);bottom:auto;top:-10px}#powerTip.se-alt:before{left:auto;right:10px}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .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; }
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.lhea-member img, .lhea-member-style-1 img, .lhea-member-style-2 img, .lhea-member-style-3 img, .lhea-member-style-4 img, .lhea-member-style-5 img, .lhea-member-style-6 img, .lhea-member-style-7 img, .lhea-member-style-8 img, ul.lhea-heroes {
max-width: 100%
}
.lhea-member-style-7:after, .lhea-member-style-8:after, .lhea-modal-contents .lhea-modal-skill:after, ul.lhea-heroes:after {
clear: both;
content: " "
}
#layers-heroes-assemble {
font-size: 1.5rem;
line-height: 1.5
}
.lhea-section-title {
padding: 0 15px;
font-size: 2em
}
.lhea-color-flatui .lhea-section-title {
color: #2C3E50
}
.lhea-color-seawolf .lhea-section-title {
color: #1E1E20
}
.lhea-color-techoffice .lhea-section-title {
color: #595241
}
.lhea-color-japangarden .lhea-section-title {
color: #363942
}
.lhea-color-mustang44 .lhea-section-title {
color: #000
}
.lhea-color-harbor .lhea-section-title {
color: #2F3738
}
.lhea-color-paris .lhea-section-title {
color: #C44741
}
.lhea-color-winterroad .lhea-section-title {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-section-title {
color: #321433
}
.lhea-color-creamygrey .lhea-section-title {
color: #3F3E37
}
.lhea-color-desert .lhea-section-title {
color: #385052
}
.lhea-color-retrovintage .lhea-section-title {
color: #CF4747
}
.lhea-gallery .lhea-section-title {
padding: 0
}
.lhea-section-excerpt {
padding: 0 15px
}
.lhea-gallery .lhea-section-excerpt {
padding: 0
}
#powerTip {
font-size: .875em;
background: #000
}
ul.lhea-heroes {
display: block;
padding: 0;
margin: .875em auto 0;
list-style: none
}
ul.lhea-heroes:after {
display: block
}
ul.lhea-heroes *, ul.lhea-heroes :after, ul.lhea-heroes :before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
ul.lhea-heroes>li {
list-style: none;
width: 33.33333%;
float: left;
margin: 0;
padding: 0 15px 15px
}
ul.lhea-heroes>li.lhea-no-heroes {
width: 100%;
float: left;
padding-left: .51692%;
padding-right: .51692%
}
ul.lhea-heroes.lhea-1col>li {
width: 100%;
float: left;
padding: 0 15px 15px
}
ul.lhea-heroes.lhea-2col>li {
width: 50%;
float: left;
padding: 0 15px 15px
}
ul.lhea-heroes.lhea-4col>li {
width: 25%;
float: left;
padding: 0 15px 15px
}
ul.lhea-heroes.lhea-5col>li {
width: 20%;
float: left;
padding: 0 15px 15px
}
ul.lhea-heroes.lhea-6col>li {
width: 16.66667%;
float: left;
padding: 0 15px 15px
}
@media (max-width:730px) {
ul.lhea-heroes.lhea-4col>li, ul.lhea-heroes.lhea-5col>li, ul.lhea-heroes.lhea-6col>li, ul.lhea-heroes>li {
width: 33.33333%;
float: left;
padding: 0 15px 15px
}
}
@media (max-width:630px) {
ul.lhea-heroes.lhea-4col>li, ul.lhea-heroes.lhea-5col>li, ul.lhea-heroes.lhea-6col>li, ul.lhea-heroes>li {
width: 50%;
float: left;
padding: 0 15px 15px
}
}
@media (max-width:480px) {
ul.lhea-heroes.lhea-2col>li, ul.lhea-heroes.lhea-4col>li, ul.lhea-heroes.lhea-5col>li, ul.lhea-heroes.lhea-6col>li, ul.lhea-heroes>li {
width: 100%;
float: left;
padding: 0 15px 15px
}
}
.lhea-gallery ul.lhea-heroes>li {
padding: 0
}
.lhea-member, .lhea-member-style-1, .lhea-member-style-2, .lhea-member-style-3, .lhea-member-style-4, .lhea-member-style-5, .lhea-member-style-6, .lhea-member-style-7, .lhea-member-style-8 {
display: block;
line-height: 1.5
}
.lhea-member .lhea-modal-link-container, .lhea-member-style-1 .lhea-modal-link-container, .lhea-member-style-2 .lhea-modal-link-container, .lhea-member-style-3 .lhea-modal-link-container, .lhea-member-style-4 .lhea-modal-link-container, .lhea-member-style-5 .lhea-modal-link-container, .lhea-member-style-6 .lhea-modal-link-container, .lhea-member-style-7 .lhea-modal-link-container, .lhea-member-style-8 .lhea-modal-link-container {
text-align: center;
padding: .675em 0;
background: #f1f1f1;
-moz-transition-property: background;
-webkit-transition-property: background;
-o-transition-property: background;
-ms-transition-property: background;
transition-property: background;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member .lhea-modal-link, .lhea-member-style-1 .lhea-modal-link, .lhea-member-style-2 .lhea-modal-link, .lhea-member-style-3 .lhea-modal-link, .lhea-member-style-4 .lhea-modal-link, .lhea-member-style-5 .lhea-modal-link, .lhea-member-style-6 .lhea-modal-link, .lhea-member-style-7 .lhea-modal-link, .lhea-member-style-8 .lhea-modal-link {
display: inline-block;
padding: 5px 10px;
font-size: .75em;
color: #fafafa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
text-transform: uppercase
}
.lhea-color-flatui .lhea-member .lhea-modal-link, .lhea-color-flatui .lhea-member-style-1 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-2 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-3 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-4 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-5 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-6 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-7 .lhea-modal-link, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-link {
background: #3498DB
}
.lhea-color-seawolf .lhea-member .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-1 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-2 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-3 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-4 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-5 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-6 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-7 .lhea-modal-link, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-link {
background: #DC3522
}
.lhea-color-techoffice .lhea-member .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-1 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-2 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-3 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-4 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-5 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-6 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-7 .lhea-modal-link, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-link {
background: #8A0917
}
.lhea-color-japangarden .lhea-member .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-1 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-2 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-3 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-4 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-5 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-6 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-7 .lhea-modal-link, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-link {
background: #5C832F
}
.lhea-color-mustang44 .lhea-member .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-1 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-2 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-3 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-4 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-5 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-6 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-7 .lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-link {
background: #FF9800
}
.lhea-color-harbor .lhea-member .lhea-modal-link, .lhea-color-harbor .lhea-member-style-1 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-2 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-3 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-4 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-5 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-6 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-7 .lhea-modal-link, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-link {
background: #59D8E5
}
.lhea-color-paris .lhea-member .lhea-modal-link, .lhea-color-paris .lhea-member-style-1 .lhea-modal-link, .lhea-color-paris .lhea-member-style-2 .lhea-modal-link, .lhea-color-paris .lhea-member-style-3 .lhea-modal-link, .lhea-color-paris .lhea-member-style-4 .lhea-modal-link, .lhea-color-paris .lhea-member-style-5 .lhea-modal-link, .lhea-color-paris .lhea-member-style-6 .lhea-modal-link, .lhea-color-paris .lhea-member-style-7 .lhea-modal-link, .lhea-color-paris .lhea-member-style-8 .lhea-modal-link {
background: #2C343B
}
.lhea-color-creamygrey .lhea-member .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-1 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-2 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-3 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-4 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-5 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-6 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-7 .lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-link {
background: #7F7D6E
}
.lhea-color-desert .lhea-member .lhea-modal-link, .lhea-color-desert .lhea-member-style-1 .lhea-modal-link, .lhea-color-desert .lhea-member-style-2 .lhea-modal-link, .lhea-color-desert .lhea-member-style-3 .lhea-modal-link, .lhea-color-desert .lhea-member-style-4 .lhea-modal-link, .lhea-color-desert .lhea-member-style-5 .lhea-modal-link, .lhea-color-desert .lhea-member-style-6 .lhea-modal-link, .lhea-color-desert .lhea-member-style-7 .lhea-modal-link, .lhea-color-desert .lhea-member-style-8 .lhea-modal-link {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-member .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-1 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-2 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-3 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-4 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-5 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-6 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-7 .lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-link {
background: #524656
}
.lhea-color-winterroad .lhea-member .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-1 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-2 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-3 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-4 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-5 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-6 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-7 .lhea-modal-link, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-link {
background: #425955
}
.lhea-color-sparklingsife .lhea-member .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-1 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-2 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-3 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-4 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-5 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-6 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-link {
background: #B23467
}
.lhea-member .lhea-modal-link:hover, .lhea-member-style-1 .lhea-modal-link:hover, .lhea-member-style-2 .lhea-modal-link:hover, .lhea-member-style-3 .lhea-modal-link:hover, .lhea-member-style-4 .lhea-modal-link:hover, .lhea-member-style-5 .lhea-modal-link:hover, .lhea-member-style-6 .lhea-modal-link:hover, .lhea-member-style-7 .lhea-modal-link:hover, .lhea-member-style-8 .lhea-modal-link:hover {
color: #fafafa
}
.lhea-color-flatui .lhea-member .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-link:hover {
background: #2980B9
}
.lhea-color-seawolf .lhea-member .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-link:hover {
background: #374140
}
.lhea-color-techoffice .lhea-member .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-link:hover {
background: #B8AE9C
}
.lhea-color-japangarden .lhea-member .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-link:hover {
background: #284907
}
.lhea-color-mustang44 .lhea-member .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-link:hover {
background: #7E8AA2
}
.lhea-color-harbor .lhea-member .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-link:hover {
background: #9FBCBF
}
.lhea-color-paris .lhea-member .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-8 .lhea-modal-link:hover {
background: #52616D
}
.lhea-color-sparklingsife .lhea-member .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-link:hover {
background: #B23467
}
.lhea-color-creamygrey .lhea-member .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-link:hover {
background: #E5E2C6
}
.lhea-color-desert .lhea-member .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-8 .lhea-modal-link:hover {
background: #128085
}
.lhea-color-retrovintage .lhea-member .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-link:hover {
background: #EA7A58
}
.lhea-color-winterroad .lhea-member .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-1 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-2 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-3 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-4 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-5 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-6 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-7 .lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-link:hover {
background: #BFBD9F
}
.lhea-member .lhea-modal-link i, .lhea-member-style-1 .lhea-modal-link i, .lhea-member-style-2 .lhea-modal-link i, .lhea-member-style-3 .lhea-modal-link i, .lhea-member-style-4 .lhea-modal-link i, .lhea-member-style-5 .lhea-modal-link i, .lhea-member-style-6 .lhea-modal-link i, .lhea-member-style-7 .lhea-modal-link i, .lhea-member-style-8 .lhea-modal-link i {
margin-right: 3px;
font-size: 1.5em;
line-height: 1.1;
vertical-align: middle
}
.lhea-member h2, .lhea-member-style-1 h2, .lhea-member-style-2 h2, .lhea-member-style-3 h2, .lhea-member-style-4 h2, .lhea-member-style-5 h2, .lhea-member-style-6 h2, .lhea-member-style-7 h2, .lhea-member-style-8 h2 {
font-size: 2.2rem;
line-height: 1.5
}
.lhea-member h3, .lhea-member-style-1 h3, .lhea-member-style-2 h3, .lhea-member-style-3 h3, .lhea-member-style-4 h3, .lhea-member-style-5 h3, .lhea-member-style-6 h3, .lhea-member-style-7 h3, .lhea-member-style-8 h3 {
font-size: 1.8rem;
line-height: 1.5
}
.lhea-member h4, .lhea-member p, .lhea-member-style-1 h4, .lhea-member-style-1 p, .lhea-member-style-2 h4, .lhea-member-style-2 p, .lhea-member-style-3 h4, .lhea-member-style-3 p, .lhea-member-style-4 h4, .lhea-member-style-4 p, .lhea-member-style-5 h4, .lhea-member-style-5 p, .lhea-member-style-6 h4, .lhea-member-style-6 p, .lhea-member-style-7 h4, .lhea-member-style-7 p, .lhea-member-style-8 h4, .lhea-member-style-8 p {
font-size: 1.5rem;
line-height: 1.5
}
.lhea-member button.lhea-member-modal-trigger, .lhea-member-style-1 button.lhea-member-modal-trigger, .lhea-member-style-2 button.lhea-member-modal-trigger, .lhea-member-style-3 button.lhea-member-modal-trigger, .lhea-member-style-4 button.lhea-member-modal-trigger, .lhea-member-style-5 button.lhea-member-modal-trigger, .lhea-member-style-6 button.lhea-member-modal-trigger, .lhea-member-style-7 button.lhea-member-modal-trigger, .lhea-member-style-8 button.lhea-member-modal-trigger {
padding: 0;
margin: 0;
border: none
}
.lhea-color-flatui .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-flatui .lhea-member:hover .lhea-modal-link-container {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-seawolf .lhea-member:hover .lhea-modal-link-container {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-techoffice .lhea-member:hover .lhea-modal-link-container {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-japangarden .lhea-member:hover .lhea-modal-link-container {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-mustang44 .lhea-member:hover .lhea-modal-link-container {
background: #000
}
.lhea-color-harbor .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-harbor .lhea-member:hover .lhea-modal-link-container {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-paris .lhea-member:hover .lhea-modal-link-container {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-winterroad .lhea-member:hover .lhea-modal-link-container {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-sparklingsife .lhea-member:hover .lhea-modal-link-container {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-creamygrey .lhea-member:hover .lhea-modal-link-container {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-desert .lhea-member:hover .lhea-modal-link-container {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-1:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-2:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-3:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-4:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-5:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-6:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-7:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member-style-8:hover .lhea-modal-link-container, .lhea-color-retrovintage .lhea-member:hover .lhea-modal-link-container {
background: #CF4747
}
.lhea-member-style-1 .lhea-member-picture {
position: relative;
background: #000;
overflow: hidden
}
.lhea-member-style-1 .lhea-member-picture img {
width: 100%;
height: auto;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=90);
opacity: .9;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-1 .lhea-member-picture .animated {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.lhea-member-style-1 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
margin: -30px 0 0 -30px
}
@media (max-width:630px) {
.lhea-member-style-1 .lhea-member-picture .lhea-member-hover {
display: none
}
}
.lhea-member-style-1 .lhea-member-picture .lhea-member-name-position {
position: absolute;
bottom: 10px;
left: 10px;
z-index: 5;
display: inline-block
}
.lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
display: block;
padding: 5px 17px;
margin: 0;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #3498DB
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #DC3522
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #8A0917
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #FF9800
}
.lhea-color-harbor .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #59D8E5
}
.lhea-color-paris .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #2C343B
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #660C47
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #7F7D6E
}
.lhea-color-desert .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
background: #524656
}
.lhea-color-flatui .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position, .lhea-color-flatui .lhea-member-style-1 ul.lhea-member-social {
background: #2C3E50
}
.lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
display: inline-block;
font-size: .75em;
font-weight: 300;
padding: 5px 17px;
color: #fafafa
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #000
}
.lhea-color-harbor .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: #CF4747
}
.lhea-member-style-1 .lhea-external-link, .lhea-member-style-1 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-1 .lhea-external-link .fa-stack, .lhea-member-style-1 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-1 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-1 .lhea-external-link .fa-stack-1x, .lhea-member-style-1 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-1 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-1 .lhea-external-link.lhea-modal-link, .lhea-member-style-1 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-1 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:630px) {
.lhea-member-style-1 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-1 .lhea-member-details {
display: block;
padding: 10px 20px;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
text-align: center
}
.lhea-member-style-1 .lhea-member-details, .lhea-member-style-1 .lhea-member-details .lhea-member-position {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-1 .lhea-member-details .lhea-member-name {
display: block;
padding: 0
}
.lhea-color-flatui .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-member-details .lhea-member-name {
color: #524656
}
.lhea-member-style-1 .lhea-member-details .lhea-member-position {
font-size: .75em;
font-weight: 100;
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-1 .lhea-member-details .lhea-member-position, .lhea-member-style-1 ul.lhea-member-social {
margin: 0;
padding: 0;
display: block;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-1 .lhea-member-details .lhea-member-position {
color: #CF4747
}
.lhea-member-style-1 ul.lhea-member-social {
list-style: none;
text-align: center;
-moz-transition-property: background;
-webkit-transition-property: background;
-o-transition-property: background;
-ms-transition-property: background;
transition-property: background;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-seawolf .lhea-member-style-1 ul.lhea-member-social {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1 ul.lhea-member-social {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-1 ul.lhea-member-social {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-1 ul.lhea-member-social {
background: #000
}
.lhea-color-harbor .lhea-member-style-1 ul.lhea-member-social {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-1 ul.lhea-member-social {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-1 ul.lhea-member-social {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1 ul.lhea-member-social {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-1 ul.lhea-member-social {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-1 ul.lhea-member-social {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-1 ul.lhea-member-social {
background: #CF4747
}
.lhea-member-style-1 ul.lhea-member-social>li {
display: inline-block;
margin: 0;
padding: 0
}
.lhea-member-style-1 ul.lhea-member-social a {
display: block;
padding: 10px 12px;
color: #fafafa;
border-bottom: none;
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-1 .lhea-member-excerpt, .lhea-member-style-1 ul.lhea-member-social a {
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-1 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-1 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-1 ul.lhea-member-social.lhea-inverse {
background: #f1f1f1
}
.lhea-color-flatui .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #000
}
.lhea-color-harbor .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-1 ul.lhea-member-social.lhea-inverse a {
color: #CF4747
}
.lhea-member-style-1 .lhea-member-excerpt {
padding: 20px;
text-align: center;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-1 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-1:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25;
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
.lhea-color-flatui .lhea-member-style-1:hover .lhea-member-excerpt {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-1:hover .lhea-member-excerpt {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-1:hover .lhea-member-excerpt {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-1:hover .lhea-member-excerpt {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-1:hover .lhea-member-excerpt {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-1:hover .lhea-member-excerpt {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-1:hover .lhea-member-excerpt {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-1:hover .lhea-member-excerpt {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-1:hover .lhea-member-excerpt {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-1:hover .lhea-member-excerpt {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-1:hover .lhea-member-excerpt {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-1:hover .lhea-member-excerpt {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-1:hover .lhea-member-details {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-1:hover .lhea-member-details {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-1:hover .lhea-member-details {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-1:hover .lhea-member-details {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-1:hover .lhea-member-details {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-1:hover .lhea-member-details {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-1:hover .lhea-member-details {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-1:hover .lhea-member-details {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-1:hover .lhea-member-details {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-1:hover .lhea-member-details {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-1:hover .lhea-member-details {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-1:hover .lhea-member-details {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-1:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #000
}
.lhea-color-harbor .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse {
background: #CF4747
}
.lhea-color-flatui .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-1:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-member-style-2 {
border: 1px solid #ddd;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-2, .lhea-member-style-2 .lhea-member-picture img {
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-2 .lhea-member-picture {
background: #000;
position: relative;
overflow: hidden
}
.lhea-member-style-2 .lhea-member-picture img {
display: block;
width: 100%;
height: auto;
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-2 .lhea-member-picture .animated {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.lhea-member-style-2 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
margin: -30px 0 0 -30px
}
.lhea-member-style-2 .lhea-external-link, .lhea-member-style-2 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-2 .lhea-external-link .fa-stack, .lhea-member-style-2 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-2 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-2 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-2 .lhea-external-link .fa-stack-1x, .lhea-member-style-2 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-2 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-2 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-2 .lhea-external-link.lhea-modal-link, .lhea-member-style-2 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-2 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:630px) {
.lhea-member-style-2 .lhea-member-picture .lhea-member-hover {
display: none
}
.lhea-member-style-2 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-2 .lhea-member-details {
padding: 15px;
background: #fafafa;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-2 .lhea-member-details, .lhea-member-style-2 ul.lhea-member-social a {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-2 ul.lhea-member-social {
display: block;
padding: 0;
margin: .475em 0 0;
list-style: none;
text-align: right
}
.lhea-member-style-2 ul.lhea-member-social>li {
display: inline-block;
padding: 0;
margin: 0
}
.lhea-member-style-2 ul.lhea-member-social a {
display: block;
padding: 5px 12px;
border-bottom: none;
transition-property: all;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-2 .lhea-member-name, .lhea-member-style-2 ul.lhea-member-social a {
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-2 ul.lhea-member-social a {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-2 ul.lhea-member-social a {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-2 ul.lhea-member-social a {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-2 ul.lhea-member-social a {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-2 ul.lhea-member-social a {
color: #000
}
.lhea-color-harbor .lhea-member-style-2 ul.lhea-member-social a {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-2 ul.lhea-member-social a {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-2 ul.lhea-member-social a {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-2 ul.lhea-member-social a {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-2 ul.lhea-member-social a {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-2 ul.lhea-member-social a {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-2 ul.lhea-member-social a {
color: #CF4747
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-2 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-2 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-2 .lhea-member-name {
transition-property: color;
-moz-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-2 .lhea-member-name, .lhea-member-style-2 .lhea-member-position {
margin: 0;
padding: 0;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color
}
.lhea-color-flatui .lhea-member-style-2 .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-2 .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-2 .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-2 .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-2 .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-2 .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-2 .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-2 .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-2 .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-2 .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-2 .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-2 .lhea-member-name {
color: #524656
}
.lhea-member-style-2 .lhea-member-position {
font-size: .875em;
font-weight: 300;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-2 .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-2 .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-2 .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-2 .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-2 .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-2 .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-2 .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-2 .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-2 .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-2 .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-2 .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-2 .lhea-member-position {
color: #CF4747
}
.lhea-member-style-2 .lhea-member-excerpt {
margin-top: .675em
}
.lhea-member-style-2 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-2 .lhea-modal-link-container {
background: #fafafa;
text-align: right;
padding: 0 15px 15px
}
.lhea-member-style-2:hover {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15), 0 10px 10px -6px rgba(0,0,0,.35);
box-shadow: 0 0 5px 0 rgba(0,0,0,.15), 0 10px 10px -6px rgba(0,0,0,.35)
}
.lhea-member-style-4, .lhea-member-style-7 {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2)
}
.lhea-member-style-2:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25;
transform: scale(1.3)
}
.lhea-member-style-2:hover .lhea-member-picture img, .lhea-member-style-3:hover .lhea-member-picture img {
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3)
}
.lhea-member-style-2:hover .lhea-member-picture .lhea-member-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-color-flatui .lhea-member-style-2:hover .lhea-member-details {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-2:hover .lhea-member-details {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-2:hover .lhea-member-details {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-2:hover .lhea-member-details {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-2:hover .lhea-member-details {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-2:hover .lhea-member-details {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-2:hover .lhea-member-details {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-2:hover .lhea-member-details {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-2:hover .lhea-member-details {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-2:hover .lhea-member-details {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-2:hover .lhea-member-details {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-2:hover .lhea-member-details {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-2:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-sparklingsife .lhea-member-style-2:hover .lhea-member-details .lhea-member-name {
color: #B23467
}
.lhea-color-retrovintage .lhea-member-style-2:hover .lhea-member-details .lhea-member-name {
color: #E4DCCB
}
.lhea-color-flatui .lhea-member-style-2:hover ul.lhea-member-social a {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-2:hover ul.lhea-member-social a {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-2:hover ul.lhea-member-social a {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-2:hover ul.lhea-member-social a {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-2:hover ul.lhea-member-social a {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-2:hover ul.lhea-member-social a {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-2:hover ul.lhea-member-social a {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-2:hover ul.lhea-member-social a {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-2:hover ul.lhea-member-social a {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-2:hover ul.lhea-member-social a {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-2:hover ul.lhea-member-social a {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-2:hover ul.lhea-member-social a {
color: #fafafa
}
.lhea-member-style-3 .lhea-member-picture {
position: relative;
background: #000;
overflow: hidden
}
.lhea-member-style-3 .lhea-member-picture img {
width: 100%;
height: auto;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=90);
opacity: .9;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-3 .lhea-member-picture .animated {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-hover {
top: 40%;
left: 50%;
filter: alpha(opacity=0);
transition-property: opacity;
-moz-transition-duration: .3s;
transition-duration: .3s;
margin: -30px 0 0 -30px
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-hover, .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
position: absolute;
opacity: 0;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-hover.lhea-with-social {
top: 25%
}
@media (max-width:700px) {
.lhea-member-style-3 .lhea-member-picture .lhea-member-hover {
display: none
}
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position {
bottom: 10px;
left: 0;
z-index: 5;
display: block;
width: 100%;
filter: alpha(opacity=0);
transition-property: opacity;
-moz-transition-duration: .3s;
transition-duration: .3s;
text-align: center
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
display: block;
margin: 0;
padding: 0 0 5px;
font-size: 1.125em;
font-weight: 700;
text-transform: uppercase
}
.lhea-color-flatui .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #59D8E5
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #BFBD9F
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #F0AD44
}
.lhea-color-paris .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #C44741
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #B23467
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #E4DCCB
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
display: block;
font-size: .75em;
font-weight: 300;
margin: 0;
padding: 0 0 10px
}
.lhea-color-flatui .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
@media (max-width:700px) {
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position {
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1;
padding: 0 10px;
z-index: 7
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
padding-top: 5px;
background: rgba(0,0,0,.75)
}
.lhea-member-style-3 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
background: rgba(0,0,0,.75)
}
}
.lhea-member-style-3 ul.lhea-member-social {
display: block;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-3 ul.lhea-member-social, .lhea-member-style-3 ul.lhea-member-social a {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-color-flatui .lhea-member-style-3 ul.lhea-member-social {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3 ul.lhea-member-social {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3 ul.lhea-member-social {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3 ul.lhea-member-social {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3 ul.lhea-member-social {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3 ul.lhea-member-social {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3 ul.lhea-member-social {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3 ul.lhea-member-social {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3 ul.lhea-member-social {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3 ul.lhea-member-social {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3 ul.lhea-member-social {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3 ul.lhea-member-social {
color: #fafafa
}
.lhea-member-style-3 ul.lhea-member-social>li {
display: inline-block;
padding: 0;
margin: 0
}
.lhea-member-style-3 ul.lhea-member-social a {
display: block;
padding: 5px 12px;
color: #fafafa;
border-bottom: none;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-3 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-3 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
@media (max-width:700px) {
.lhea-member-style-3 ul.lhea-member-social {
background: rgba(0,0,0,.75)
}
}
.lhea-member-style-3 ul.lhea-member-social.lhea-inverse {
background: #f1f1f1
}
.lhea-color-flatui .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #000
}
.lhea-color-harbor .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-3 ul.lhea-member-social.lhea-inverse a {
color: #CF4747
}
.lhea-member-style-3 .lhea-member-details {
padding: 10px 20px;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
text-align: center
}
.lhea-member-style-3 .lhea-member-details, .lhea-member-style-3 .lhea-member-details .lhea-member-position {
display: block;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-3 .lhea-member-details .lhea-member-name {
display: block;
padding: 0
}
.lhea-color-flatui .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-member-details .lhea-member-name {
color: #524656
}
.lhea-member-style-3 .lhea-member-details .lhea-member-position {
font-size: .75em;
font-weight: 100;
padding: 0;
margin: 0;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-member-details .lhea-member-position {
color: #CF4747
}
.lhea-member-style-3 .lhea-external-link, .lhea-member-style-3 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-3 .lhea-external-link .fa-stack, .lhea-member-style-3 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-3 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-3 .lhea-external-link .fa-stack-1x, .lhea-member-style-3 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-3 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-3 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-3 .lhea-external-link.lhea-modal-link, .lhea-member-style-3 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-3 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:700px) {
.lhea-member-style-3 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-3 .lhea-member-excerpt {
padding: 20px;
text-align: center;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-3 .lhea-member-excerpt, .lhea-member-style-4 .lhea-member-picture img {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-3 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-3:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25;
transform: scale(1.3)
}
.lhea-member-style-3:hover .lhea-member-picture .lhea-member-hover, .lhea-member-style-3:hover .lhea-member-picture .lhea-member-name-position {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-color-flatui .lhea-member-style-3:hover .lhea-member-excerpt {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3:hover .lhea-member-excerpt {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3:hover .lhea-member-excerpt {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3:hover .lhea-member-excerpt {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3:hover .lhea-member-excerpt {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3:hover .lhea-member-excerpt {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3:hover .lhea-member-excerpt {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3:hover .lhea-member-excerpt {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3:hover .lhea-member-excerpt {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3:hover .lhea-member-excerpt {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3:hover .lhea-member-excerpt {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3:hover .lhea-member-excerpt {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-3:hover .lhea-member-details {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3:hover .lhea-member-details {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3:hover .lhea-member-details {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3:hover .lhea-member-details {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3:hover .lhea-member-details {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3:hover .lhea-member-details {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3:hover .lhea-member-details {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3:hover .lhea-member-details {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3:hover .lhea-member-details {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3:hover .lhea-member-details {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3:hover .lhea-member-details {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3:hover .lhea-member-details {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #000
}
.lhea-color-harbor .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse {
background: #CF4747
}
.lhea-color-flatui .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-3:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-member-style-4 {
border: 1px solid #ddd;
box-shadow: 0 0 5px 0 rgba(0,0,0,.2)
}
.lhea-member-style-4 .lhea-member-picture {
background: #000;
position: relative;
overflow: hidden
}
.lhea-member-style-4 .lhea-member-picture img {
display: block;
width: 100%;
height: auto;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-4 .lhea-member-picture .animated {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.lhea-member-style-4 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: -30px 0 0 -30px
}
.lhea-member-style-4 .lhea-member-picture .lhea-member-hover.lhea-with-social {
top: 40%
}
.lhea-member-style-4 .lhea-external-link, .lhea-member-style-4 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-4 .lhea-external-link .fa-stack, .lhea-member-style-4 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-4 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-4 .lhea-external-link .fa-stack-1x, .lhea-member-style-4 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-4 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-4 .lhea-external-link.lhea-modal-link, .lhea-member-style-4 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-4 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:630px) {
.lhea-member-style-4 .lhea-member-picture .lhea-member-hover {
display: none
}
.lhea-member-style-4 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-4 .lhea-member-details {
padding: 15px;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-4 .lhea-member-details, .lhea-member-style-4 ul.lhea-member-social a {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-color-flatui .lhea-member-style-4 .lhea-member-details {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-member-details {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-member-details {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-member-details {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-member-details {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-4 .lhea-member-details {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-4 .lhea-member-details {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-member-details {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-member-details {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-member-details {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-4 .lhea-member-details {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-member-details {
background: #CF4747;
color: #fafafa
}
.lhea-member-style-4 ul.lhea-member-social {
position: absolute;
bottom: 0;
left: 0;
z-index: 7;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.lhea-member-style-4 ul.lhea-member-social>li {
display: inline-block;
padding: 0;
margin: 0 5px 5px 0
}
.lhea-member-style-4 ul.lhea-member-social a {
display: block;
padding: 5px 8px;
border-bottom: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=65);
opacity: .65;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-4 ul.lhea-member-social a {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-4 ul.lhea-member-social a {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-4 ul.lhea-member-social a {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-4 ul.lhea-member-social a {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-4 ul.lhea-member-social a {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-4 ul.lhea-member-social a {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-4 ul.lhea-member-social a {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-4 ul.lhea-member-social a {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-4 ul.lhea-member-social a {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-4 ul.lhea-member-social a {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-4 ul.lhea-member-social a {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-4 ul.lhea-member-social a {
background: #CF4747;
color: #fafafa
}
.lhea-member-style-4 ul.lhea-member-social a i {
font-size: .875em
}
.lhea-member-style-4 ul.lhea-member-social a:focus, .lhea-member-style-4 ul.lhea-member-social a:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-4 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-4 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-4 ul.lhea-member-social.lhea-inverse {
position: relative
}
.lhea-member-style-4 .lhea-member-name {
padding: 0;
margin: 0;
text-align: center
}
.lhea-color-flatui .lhea-member-style-4 .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-4 .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-4 .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-member-name {
color: #BFBD9F
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-4 .lhea-member-name {
color: #F0AD44
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-member-name {
color: #B23467
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-member-name {
color: #E4DCCB
}
.lhea-member-style-4 .lhea-member-position {
text-align: center;
font-size: .875em;
font-weight: 300;
padding: 0;
margin: 0;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-4 .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-4 .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-4 .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-4 .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-member-position {
color: #fafafa
}
.lhea-member-style-4 .lhea-member-excerpt {
text-align: center;
margin-top: .675em
}
.lhea-color-flatui .lhea-member-style-4 .lhea-member-excerpt {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-member-excerpt {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-member-excerpt {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-4 .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-4 .lhea-member-excerpt {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-member-excerpt {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-member-excerpt {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-member-excerpt {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-4 .lhea-member-excerpt {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-member-excerpt {
color: #fafafa
}
.lhea-member-style-4 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-color-flatui .lhea-member-style-4 .lhea-modal-link-container {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-4 .lhea-modal-link-container {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-4 .lhea-modal-link-container {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-4 .lhea-modal-link-container {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-4 .lhea-modal-link-container {
background: #000
}
.lhea-color-harbor .lhea-member-style-4 .lhea-modal-link-container {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-4 .lhea-modal-link-container {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-4 .lhea-modal-link-container {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-4 .lhea-modal-link-container {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-4 .lhea-modal-link-container {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-4 .lhea-modal-link-container {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-4 .lhea-modal-link-container {
background: #CF4747
}
.lhea-member-style-4:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25;
transform: scale(1.3)
}
.lhea-member-style-4:hover .lhea-member-picture img, .lhea-member-style-5:hover .lhea-member-picture img {
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3)
}
.lhea-member-style-4:hover .lhea-member-picture .lhea-member-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-fb-link {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-twitter-link {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-gplus-link {
color: #fafafa;
background: #d64937
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-linkedin-link {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-instagram-link {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-youtube-link {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-4:hover ul.lhea-member-social a.lhea-vimeo-link {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-5 .lhea-member-picture {
position: relative;
background: #000;
overflow: hidden
}
.lhea-member-style-5 .lhea-member-picture img {
width: 100%;
height: auto;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=90);
opacity: .9;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-5 .lhea-member-picture .animated {
-webkit-animation-duration: .5s;
animation-duration: .5s
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: -30px 0 0 -30px
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-hover.lhea-with-social {
top: 25%
}
@media (max-width:700px) {
.lhea-member-style-5 .lhea-member-picture .lhea-member-hover {
display: none
}
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-name-position {
position: absolute;
bottom: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
padding: 10px
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
display: inline-block;
margin: 0;
padding: 10px;
font-size: 1.125em;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
background: rgba(0,0,0,.75)
}
.lhea-color-flatui .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #59D8E5
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #BFBD9F
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #F0AD44
}
.lhea-color-paris .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #C44741
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #B23467
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-name {
color: #CF4747
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
display: inline-block;
text-transform: none;
font-size: .65em;
font-weight: 300;
line-height: 1.2;
vertical-align: middle;
font-style: italic;
margin: 0;
padding: 0 0 0 10px
}
.lhea-color-flatui .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-member-picture .lhea-member-name-position .lhea-member-position {
color: #fafafa
}
.lhea-member-style-5 .lhea-member-picture .lhea-member-name-position:before {
content: " ";
display: inline-block;
position: absolute;
top: 0;
width: 0;
height: 0;
vertical-align: middle;
margin-left: 10px;
border-bottom: 10px solid rgba(0,0,0,.75);
border-right: 10px solid transparent;
border-left: 10px solid transparent
}
.lhea-member-style-5 ul.lhea-member-social {
display: block;
padding: 0;
margin: 0;
list-style: none;
background: #222;
text-align: center;
-moz-transition-property: background;
-webkit-transition-property: background;
-o-transition-property: background;
-ms-transition-property: background;
transition-property: background;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-mustang44 .lhea-member-style-5 ul.lhea-member-social {
background: #FF9800
}
.lhea-member-style-5 ul.lhea-member-social>li {
display: inline-block;
margin: 0;
padding: 0;
border-left: 1px solid #373737
}
.lhea-member-style-5 ul.lhea-member-social>li:last-child {
border-right: 1px solid #373737
}
.lhea-color-mustang44 .lhea-member-style-5 ul.lhea-member-social>li {
border-color: #FFBE63
}
.lhea-member-style-5 ul.lhea-member-social a {
display: block;
padding: 5px 12px;
color: #fafafa;
border-bottom: none;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-5 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-5 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
@media (max-width:700px) {
.lhea-member-style-5 ul.lhea-member-social {
background: rgba(0,0,0,.75)
}
}
.lhea-member-style-5 ul.lhea-member-social.lhea-inverse {
background: #f1f1f1
}
.lhea-member-style-5 ul.lhea-member-social.lhea-inverse>li {
border: none
}
.lhea-color-flatui .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #000
}
.lhea-color-harbor .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-5 ul.lhea-member-social.lhea-inverse a {
color: #CF4747
}
.lhea-member-style-5 .lhea-external-link, .lhea-member-style-5 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-5 .lhea-external-link .fa-stack, .lhea-member-style-5 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-5 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-5 .lhea-external-link .fa-stack-1x, .lhea-member-style-5 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-5 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-color-flatui .lhea-member-style-5 .lhea-member-details .lhea-member-name, .lhea-color-flatui .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-member-style-5 .lhea-external-link.lhea-modal-link, .lhea-member-style-5 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-5 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:700px) {
.lhea-member-style-5 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-5 .lhea-member-details {
padding: 10px 20px;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
text-align: center
}
.lhea-member-style-5 .lhea-member-details, .lhea-member-style-5 .lhea-member-details .lhea-member-position {
display: block;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-5 .lhea-member-details .lhea-member-name {
display: block;
padding: 0;
margin: 0
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-member-details .lhea-member-name {
color: #524656
}
.lhea-member-style-5 .lhea-member-details .lhea-member-position {
font-size: .75em;
font-weight: 100;
padding: 0;
margin: 0;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-5 .lhea-member-details .lhea-member-position {
color: #CF4747
}
.lhea-member-style-5 .lhea-member-excerpt {
padding: 20px;
text-align: center;
background: #f1f1f1;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-5 .lhea-member-excerpt, .lhea-member-style-6 .lhea-member-picture img {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-member-style-5 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-5:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25;
transform: scale(1.3)
}
.lhea-member-style-5:hover .lhea-member-picture .lhea-member-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-color-flatui .lhea-member-style-5:hover .lhea-member-excerpt {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-5:hover .lhea-member-excerpt {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-5:hover .lhea-member-excerpt {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-5:hover .lhea-member-excerpt {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-5:hover .lhea-member-excerpt {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-5:hover .lhea-member-excerpt {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-5:hover .lhea-member-excerpt {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-5:hover .lhea-member-excerpt {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-5:hover .lhea-member-excerpt {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-5:hover .lhea-member-excerpt {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-5:hover .lhea-member-excerpt {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-5:hover .lhea-member-excerpt {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-5:hover .lhea-member-details {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-5:hover .lhea-member-details {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-5:hover .lhea-member-details {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-5:hover .lhea-member-details {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-5:hover .lhea-member-details {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-member-style-5:hover .lhea-member-details {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-member-style-5:hover .lhea-member-details {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-5:hover .lhea-member-details {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-5:hover .lhea-member-details {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-5:hover .lhea-member-details {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-5:hover .lhea-member-details {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-5:hover .lhea-member-details {
background: #CF4747;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-5:hover .lhea-member-details .lhea-member-position {
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #000
}
.lhea-color-harbor .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse {
background: #CF4747
}
.lhea-color-flatui .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-5:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-member-style-6 .lhea-member-picture {
background: #000;
position: relative;
max-width: 150px;
margin: 0 auto;
border-radius: 150px;
-moz-border-radius: 150px;
-webkit-border-radius: 150px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
overflow: hidden
}
.lhea-member-style-6 .lhea-member-picture img {
display: block;
width: 100%;
height: auto;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
border-radius: 150px;
-moz-border-radius: 150px;
-webkit-border-radius: 150px
}
.lhea-member-style-6 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: -30px 0 0 -30px
}
.lhea-member-style-6 .lhea-external-link, .lhea-member-style-6 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-6 .lhea-external-link .fa-stack, .lhea-member-style-6 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-seawolf .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-6 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-6 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-6 .lhea-external-link .fa-stack-1x, .lhea-member-style-6 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-6 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-6 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-6 .lhea-external-link.lhea-modal-link, .lhea-member-style-6 .lhea-modal-trigger.lhea-modal-link {
padding: 5px 10px
}
.lhea-member-style-6 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:630px) {
.lhea-member-style-6 .lhea-member-picture .lhea-member-hover {
display: none
}
.lhea-member-style-6 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-6 .lhea-member-details {
padding-bottom: 15px;
text-align: center
}
.lhea-member-style-6 ul.lhea-member-social {
display: block;
width: 100%;
padding: 0;
margin: 10px 0 0;
list-style: none;
text-align: center
}
.lhea-member-style-6 ul.lhea-member-social>li {
display: inline-block;
margin: 0 5px 5px 0;
padding: 0
}
.lhea-member-style-6 ul.lhea-member-social a {
display: block;
padding: 0;
border-bottom: none;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
color: #c2c2c2
}
.lhea-member-style-6 ul.lhea-member-social a i {
font-size: 1.5em
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-fb-link:hover {
color: #3b5997
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #41b7d8
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #d64937
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #0073b2
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #2E5E86
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #C8312B
}
.lhea-member-style-6 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-6 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #1BB6EC
}
.lhea-member-style-6 .lhea-member-name {
margin: 0;
padding: 0;
text-align: center
}
.lhea-color-flatui .lhea-member-style-6 .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-6 .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-6 .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-6 .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-6 .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-6 .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-6 .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-6 .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-6 .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-6 .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-6 .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-6 .lhea-member-name {
color: #524656
}
.lhea-member-style-6 .lhea-member-position {
display: inline-block;
text-align: center;
padding: 5px 8px;
margin: 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: .75em;
font-weight: 300;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-6 .lhea-member-position {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-6 .lhea-member-position {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-6 .lhea-member-position {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-6 .lhea-member-position {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-6 .lhea-member-position {
background: #000
}
.lhea-color-harbor .lhea-member-style-6 .lhea-member-position {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-6 .lhea-member-position {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-6 .lhea-member-position {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-6 .lhea-member-position {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-6 .lhea-member-position {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-6 .lhea-member-position {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-6 .lhea-member-position {
background: #CF4747
}
.lhea-member-style-6 .lhea-member-excerpt {
text-align: center;
margin-top: .675em
}
.lhea-member-style-6 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-6 .lhea-modal-link-container {
background: 0 0
}
.lhea-member-style-6:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25
}
.lhea-member-style-6:hover .lhea-member-picture .lhea-member-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-modal .zoom-anim-dialog, .lhea-modal.mfp-bg {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
opacity: 0
}
.lhea-member-style-6:hover .lhea-modal-link-container {
background: 0 0!important
}
.lhea-member-style-7 {
max-width: 100%;
margin-left: auto;
margin-right: auto;
border: 1px solid #ddd;
box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
-moz-transition-property: background;
-webkit-transition-property: background;
-o-transition-property: background;
-ms-transition-property: background;
transition-property: background;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-7:after {
display: block
}
.lhea-member-style-7 *, .lhea-member-style-7 :after, .lhea-member-style-7 :before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.lhea-color-flatui .lhea-member-style-7 {
background: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-7 {
background: #fafafa
}
.lhea-color-techoffice .lhea-member-style-7 {
background: #FFF
}
.lhea-color-japangarden .lhea-member-style-7 {
background: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-7 {
background: #FFF
}
.lhea-color-harbor .lhea-member-style-7 {
background: #fafafa
}
.lhea-color-paris .lhea-member-style-7 {
background: #FFF
}
.lhea-color-sparklingsife .lhea-member-style-7 {
background: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-7 {
background: #FFFBDC
}
.lhea-color-retrovintage .lhea-member-style-7 {
background: #fafafa
}
.lhea-color-winterroad .lhea-member-style-7 {
background: #BFBD9F
}
.lhea-color-desert .lhea-member-style-7 {
background: #fafafa
}
.lhea-member-style-7 p {
font-size: 1.3rem
}
.lhea-member-style-7 .lhea-member-picture-col {
width: 33.33333%;
float: left;
padding: 10px
}
@media (max-width:757px) {
.lhea-member-style-7 .lhea-member-picture-col {
width: 100%;
float: left;
padding: 10px
}
}
.lhea-member-style-7 .lhea-member-details-col {
width: 66.66667%;
float: left;
padding: 10px
}
@media (max-width:757px) {
.lhea-member-style-7 .lhea-member-details-col {
width: 100%;
float: left;
padding: 10px
}
}
.lhea-member-style-7 .lhea-member-full-col {
width: 100%;
float: left;
padding: 10px
}
.lhea-member-style-7 .lhea-member-picture {
overflow: hidden
}
.lhea-member-style-7 .lhea-member-picture img {
display: block;
width: 100%;
height: auto;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-7 ul.lhea-member-social {
display: block;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-7 ul.lhea-member-social, .lhea-member-style-7 ul.lhea-member-social a {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-color-flatui .lhea-member-style-7 ul.lhea-member-social {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-7 ul.lhea-member-social {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-7 ul.lhea-member-social {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-7 ul.lhea-member-social {
background: #363942
}
.lhea-color-harbor .lhea-member-style-7 ul.lhea-member-social {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-7 ul.lhea-member-social {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-7 ul.lhea-member-social {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7 ul.lhea-member-social {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-7 ul.lhea-member-social {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-7 ul.lhea-member-social {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-7 ul.lhea-member-social {
background: #CF4747
}
.lhea-color-mustang44 .lhea-member-style-7 ul.lhea-member-social {
background: #FF9800
}
.lhea-member-style-7 ul.lhea-member-social>li {
display: inline-block;
padding: 0;
margin: 0
}
.lhea-member-style-7 ul.lhea-member-social a {
display: block;
padding: 5px 12px;
color: #fafafa;
border-bottom: none;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-7 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-7 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-7 ul.lhea-member-social.lhea-inverse {
text-align: left;
background: 0 0
}
.lhea-color-flatui .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #363942
}
.lhea-color-harbor .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #CF4747
}
.lhea-color-mustang44 .lhea-member-style-7 ul.lhea-member-social.lhea-inverse a {
color: #FF9800
}
.lhea-member-style-7 .lhea-member-name {
margin: 0;
padding: 0;
text-transform: uppercase;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-7 .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-7 .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-7 .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-7 .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-7 .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-7 .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-7 .lhea-member-name {
color: #2C343B
}
.lhea-color-creamygrey .lhea-member-style-7 .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-7 .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-7 .lhea-member-name {
color: #524656
}
.lhea-color-winterroad .lhea-member-style-7 .lhea-member-name {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7 .lhea-member-name {
color: #B23467
}
.lhea-member-style-7 .lhea-member-position {
font-size: .75em;
font-weight: 100;
margin: 0;
padding: 0;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-7 .lhea-member-excerpt, .lhea-member-style-7 .lhea-member-position {
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color
}
.lhea-color-flatui .lhea-member-style-7 .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-7 .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-7 .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-7 .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-7 .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-7 .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-7 .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-7 .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7 .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-7 .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-7 .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-7 .lhea-member-position {
color: #CF4747
}
.lhea-member-style-7 .lhea-member-excerpt {
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: .675em 0;
font-size: .875em
}
.lhea-member-style-7 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-7 .lhea-modal-trigger-wrapper {
text-align: right
}
.lhea-member-style-7 .lhea-external-link, .lhea-member-style-7 .lhea-modal-trigger {
padding: 5px 10px;
font-size: .75em;
background: 0 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border: 1px solid #ddd;
transition-property: all;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
text-transform: uppercase
}
.lhea-member-style-7 .lhea-external-link, .lhea-member-style-7 .lhea-modal-trigger, .lhea-member-style-8 .lhea-member-picture img {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
-moz-transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-7 .lhea-external-link, .lhea-color-flatui .lhea-member-style-7 .lhea-modal-trigger {
border-color: #3498DB;
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-7 .lhea-external-link, .lhea-color-seawolf .lhea-member-style-7 .lhea-modal-trigger {
border-color: #DC3522;
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-7 .lhea-external-link, .lhea-color-techoffice .lhea-member-style-7 .lhea-modal-trigger {
border-color: #8A0917;
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-7 .lhea-external-link, .lhea-color-japangarden .lhea-member-style-7 .lhea-modal-trigger {
border-color: #5C832F;
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-7 .lhea-external-link, .lhea-color-mustang44 .lhea-member-style-7 .lhea-modal-trigger {
border-color: #FF9800;
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-7 .lhea-external-link, .lhea-color-harbor .lhea-member-style-7 .lhea-modal-trigger {
border-color: #59D8E5;
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-7 .lhea-external-link, .lhea-color-paris .lhea-member-style-7 .lhea-modal-trigger {
border-color: #2C343B;
color: #2C343B
}
.lhea-color-creamygrey .lhea-member-style-7 .lhea-external-link, .lhea-color-creamygrey .lhea-member-style-7 .lhea-modal-trigger {
border-color: #7F7D6E;
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-7 .lhea-external-link, .lhea-color-desert .lhea-member-style-7 .lhea-modal-trigger {
border-color: #F0AD44;
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-7 .lhea-external-link, .lhea-color-retrovintage .lhea-member-style-7 .lhea-modal-trigger {
border-color: #524656;
color: #524656
}
.lhea-color-winterroad .lhea-member-style-7 .lhea-external-link, .lhea-color-winterroad .lhea-member-style-7 .lhea-modal-trigger {
color: #1B1D26;
border-color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7 .lhea-external-link, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-modal-trigger {
color: #B23467;
border-color: #B23467
}
.lhea-color-flatui .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-flatui .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-flatui .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-flatui .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #2980B9;
color: #2980B9
}
.lhea-color-seawolf .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-seawolf .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-seawolf .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-seawolf .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #374140;
color: #374140
}
.lhea-color-techoffice .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-techoffice .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-techoffice .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-techoffice .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #B8AE9C;
color: #B8AE9C
}
.lhea-color-japangarden .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-japangarden .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-japangarden .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-japangarden .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #284907;
color: #284907
}
.lhea-color-mustang44 .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-mustang44 .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-mustang44 .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-mustang44 .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #7E8AA2;
color: #7E8AA2
}
.lhea-color-harbor .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-harbor .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-harbor .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-harbor .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #9FBCBF;
color: #9FBCBF
}
.lhea-color-paris .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-paris .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-paris .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-paris .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #52616D;
color: #52616D
}
.lhea-color-winterroad .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-winterroad .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-winterroad .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-winterroad .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #425955;
color: #425955
}
.lhea-color-sparklingsife .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-sparklingsife .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #B23467;
color: #B23467
}
.lhea-color-creamygrey .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-creamygrey .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-creamygrey .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-creamygrey .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #E5E2C6;
color: #E5E2C6
}
.lhea-color-desert .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-desert .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-desert .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-desert .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #128085;
color: #128085
}
.lhea-color-retrovintage .lhea-member-style-7 .lhea-external-link:focus, .lhea-color-retrovintage .lhea-member-style-7 .lhea-external-link:hover, .lhea-color-retrovintage .lhea-member-style-7 .lhea-modal-trigger:focus, .lhea-color-retrovintage .lhea-member-style-7 .lhea-modal-trigger:hover {
border-color: #EA7A58;
color: #EA7A58
}
.lhea-member-style-7 .lhea-external-link i, .lhea-member-style-7 .lhea-modal-trigger i {
margin-right: 3px;
font-size: 1.5em;
line-height: 1.1;
vertical-align: middle
}
.lhea-member-style-7:hover {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15), 0 10px 10px -6px rgba(0,0,0,.35);
box-shadow: 0 0 5px 0 rgba(0,0,0,.15), 0 10px 10px -6px rgba(0,0,0,.35)
}
.lhea-color-flatui .lhea-member-style-7:hover {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-7:hover {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-7:hover {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-7:hover {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-7:hover {
background: #000
}
.lhea-color-harbor .lhea-member-style-7:hover {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-7:hover {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-7:hover {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7:hover {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-7:hover {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-7:hover {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-7:hover {
background: #CF4747
}
.lhea-color-flatui .lhea-member-style-7:hover .lhea-member-position {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-7:hover .lhea-member-position {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-7:hover .lhea-member-position {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-7:hover .lhea-member-position {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-7:hover .lhea-member-position {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-7:hover .lhea-member-position {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-7:hover .lhea-member-position {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-7:hover .lhea-member-position {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-7:hover .lhea-member-position {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-7:hover .lhea-member-position {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-7:hover .lhea-member-position {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-7:hover .lhea-member-position {
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-7:hover .lhea-member-excerpt {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-7:hover .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-7:hover .lhea-member-excerpt {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-7:hover .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-7:hover .lhea-member-excerpt {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-7:hover .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-7:hover .lhea-member-excerpt {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-7:hover .lhea-member-excerpt {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-7:hover .lhea-member-excerpt {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-7:hover .lhea-member-excerpt {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-7:hover .lhea-member-excerpt {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-7:hover .lhea-member-excerpt {
color: #fafafa
}
.lhea-color-winterroad .lhea-member-style-7:hover .lhea-member-name {
color: #BFBD9F
}
.lhea-color-retrovintage .lhea-member-style-7:hover .lhea-member-name {
color: #E4DCCB
}
.lhea-color-winterroad .lhea-member-style-7:hover .lhea-external-link, .lhea-color-winterroad .lhea-member-style-7:hover .lhea-modal-trigger {
color: #BFBD9F;
border-color: #BFBD9F
}
.lhea-color-retrovintage .lhea-member-style-7:hover .lhea-external-link, .lhea-color-retrovintage .lhea-member-style-7:hover .lhea-modal-trigger {
color: #E4DCCB;
border-color: #E4DCCB
}
.lhea-color-flatui .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #595241
}
.lhea-color-japangarden .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #363942
}
.lhea-color-mustang44 .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #000
}
.lhea-color-harbor .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #2F3738
}
.lhea-color-paris .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #C44741
}
.lhea-color-winterroad .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #321433
}
.lhea-color-creamygrey .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #3F3E37
}
.lhea-color-desert .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #385052
}
.lhea-color-retrovintage .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse {
background: #CF4747
}
.lhea-color-flatui .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-techoffice .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-japangarden .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-mustang44 .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-harbor .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-color-paris .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #FFF
}
.lhea-color-winterroad .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #FFFBDC
}
.lhea-color-desert .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-member-style-7:hover ul.lhea-member-social.lhea-inverse a {
color: #fafafa
}
.lhea-member-style-8 {
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.lhea-member-style-8:after {
display: block
}
.lhea-member-style-8 *, .lhea-member-style-8 :after, .lhea-member-style-8 :before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.lhea-member-style-8 .lhea-member-picture-col {
width: 33.33333%;
float: left;
padding: 10px
}
@media (max-width:757px) {
.lhea-member-style-8 .lhea-member-picture-col {
width: 100%;
float: left;
padding: 10px
}
}
.lhea-member-style-8 .lhea-member-details-col {
width: 66.66667%;
float: left;
padding: 10px
}
.lhea-member-style-8 .lhea-member-full-col {
width: 100%;
float: left;
padding: 10px
}
@media (max-width:757px) {
.lhea-member-style-8 .lhea-member-details-col {
width: 100%;
float: left;
padding: 10px;
text-align: center
}
.lhea-member-style-8 .lhea-member-full-col {
text-align: center
}
}
.lhea-member-style-8 .lhea-member-picture {
background: #000;
position: relative;
overflow: hidden;
max-width: 150px;
margin: 0 auto;
border-radius: 150px;
-moz-border-radius: 150px;
-webkit-border-radius: 150px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.3)
}
.lhea-member-style-8 .lhea-member-picture img {
display: block;
width: 100%;
height: auto;
transition-property: all;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
border-radius: 150px;
-moz-border-radius: 150px;
-webkit-border-radius: 150px
}
.lhea-member-style-8 .lhea-member-picture .lhea-member-hover {
position: absolute;
top: 50%;
left: 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: -30px 0 0 -30px
}
.lhea-member-style-8 .lhea-external-link, .lhea-member-style-8 .lhea-modal-trigger {
padding: 0;
margin: 0;
border: none;
background: 0 0
}
.lhea-member-style-8 .lhea-external-link .fa-stack, .lhea-member-style-8 .lhea-modal-trigger .fa-stack {
width: 60px;
height: 60px
}
.lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
font-size: 60px;
line-height: 60px;
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-paris .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-desert .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-external-link .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-trigger .fa-stack-2x {
color: #524656
}
.lhea-member-style-8 .lhea-external-link .fa-stack-1x, .lhea-member-style-8 .lhea-modal-trigger .fa-stack-1x {
font-size: 30px;
line-height: 60px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #000
}
.lhea-color-harbor .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-paris .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-desert .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-external-link:hover .fa-stack-2x, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-trigger:hover .fa-stack-2x {
color: #CF4747
}
.lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
font-size: .75em;
padding: 5px 10px;
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #3498DB
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #DC3522
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #8A0917
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #FF9800
}
.lhea-color-harbor .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #59D8E5
}
.lhea-color-paris .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-paris .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #2C343B
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #7F7D6E
}
.lhea-color-desert .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-desert .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #524656
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #425955
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-external-link.lhea-modal-link, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link {
background: #B23467
}
.lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
color: #fafafa
}
.lhea-color-flatui .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-flatui .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #2980B9
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-seawolf .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #374140
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-techoffice .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #B8AE9C
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-japangarden .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #284907
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-mustang44 .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #7E8AA2
}
.lhea-color-harbor .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-harbor .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #9FBCBF
}
.lhea-color-paris .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-paris .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #52616D
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-sparklingsife .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #B23467
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-creamygrey .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #E5E2C6
}
.lhea-color-desert .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-desert .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #128085
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-retrovintage .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #EA7A58
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-external-link.lhea-modal-link:hover, .lhea-color-winterroad .lhea-member-style-8 .lhea-modal-trigger.lhea-modal-link:hover {
background: #BFBD9F
}
.lhea-member-style-8 .lhea-member-modal-trigger {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
display: none
}
@media (max-width:630px) {
.lhea-member-style-8 .lhea-member-picture .lhea-member-hover {
display: none
}
.lhea-member-style-8 .lhea-member-modal-trigger {
display: block
}
}
.lhea-member-style-8 ul.lhea-member-social {
display: block;
padding: 0;
margin: 0;
list-style: none
}
.lhea-member-style-8 ul.lhea-member-social>li {
display: inline-block;
margin: 0 5px 5px 0;
padding: 0
}
.lhea-member-style-8 ul.lhea-member-social a {
display: block;
font-size: 15px;
line-height: 30px;
width: 30px;
border-bottom: none;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
text-align: center;
color: #fafafa;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-member-style-8 ul.lhea-member-social a {
background: #3498DB
}
.lhea-color-seawolf .lhea-member-style-8 ul.lhea-member-social a {
background: #DC3522
}
.lhea-color-techoffice .lhea-member-style-8 ul.lhea-member-social a {
background: #8A0917
}
.lhea-color-japangarden .lhea-member-style-8 ul.lhea-member-social a {
background: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-8 ul.lhea-member-social a {
background: #FF9800
}
.lhea-color-harbor .lhea-member-style-8 ul.lhea-member-social a {
background: #59D8E5
}
.lhea-color-paris .lhea-member-style-8 ul.lhea-member-social a {
background: #2C343B
}
.lhea-color-winterroad .lhea-member-style-8 ul.lhea-member-social a {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-8 ul.lhea-member-social a {
background: #660C47
}
.lhea-color-creamygrey .lhea-member-style-8 ul.lhea-member-social a {
background: #7F7D6E
}
.lhea-color-desert .lhea-member-style-8 ul.lhea-member-social a {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-8 ul.lhea-member-social a {
background: #524656
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-fb-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-twitter-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-gplus-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-linkedin-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-instagram-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-youtube-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-member-style-8 ul.lhea-member-social a.lhea-vimeo-link:focus, .lhea-member-style-8 ul.lhea-member-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-member-style-8 .lhea-member-name {
margin: 0;
padding: 0;
text-transform: uppercase
}
.lhea-color-flatui .lhea-member-style-8 .lhea-member-name {
color: #3498DB
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-member-name {
color: #DC3522
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-member-name {
color: #8A0917
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-member-name {
color: #5C832F
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-member-name {
color: #FF9800
}
.lhea-color-harbor .lhea-member-style-8 .lhea-member-name {
color: #59D8E5
}
.lhea-color-paris .lhea-member-style-8 .lhea-member-name {
color: #2C343B
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-member-name {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-member-name {
color: #660C47
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-member-name {
color: #7F7D6E
}
.lhea-color-desert .lhea-member-style-8 .lhea-member-name {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-member-name {
color: #524656
}
.lhea-member-style-8 .lhea-member-position {
font-size: 1.3rem;
font-weight: 400;
margin: 0;
padding: 0;
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-member-style-8 .lhea-member-excerpt, .lhea-member-style-8 .lhea-member-position {
-moz-transition-property: color;
-webkit-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color
}
.lhea-color-flatui .lhea-member-style-8 .lhea-member-position {
color: #2C3E50
}
.lhea-color-seawolf .lhea-member-style-8 .lhea-member-position {
color: #1E1E20
}
.lhea-color-techoffice .lhea-member-style-8 .lhea-member-position {
color: #595241
}
.lhea-color-japangarden .lhea-member-style-8 .lhea-member-position {
color: #363942
}
.lhea-color-mustang44 .lhea-member-style-8 .lhea-member-position {
color: #000
}
.lhea-color-harbor .lhea-member-style-8 .lhea-member-position {
color: #2F3738
}
.lhea-color-paris .lhea-member-style-8 .lhea-member-position {
color: #C44741
}
.lhea-color-winterroad .lhea-member-style-8 .lhea-member-position {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-member-style-8 .lhea-member-position {
color: #321433
}
.lhea-color-creamygrey .lhea-member-style-8 .lhea-member-position {
color: #3F3E37
}
.lhea-color-desert .lhea-member-style-8 .lhea-member-position {
color: #385052
}
.lhea-color-retrovintage .lhea-member-style-8 .lhea-member-position {
color: #CF4747
}
.lhea-member-style-8 .lhea-member-excerpt {
transition-property: color;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s;
margin: .675em 0
}
.lhea-member-style-8 .lhea-member-excerpt p {
font-size: 1.3rem
}
.lhea-member-style-8 .lhea-member-excerpt p:last-child {
margin-bottom: 0
}
.lhea-member-style-8 .lhea-modal-link-container {
padding: 15px 0 0
}
.lhea-member-style-8:hover .lhea-member-picture img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=25);
opacity: .25
}
.lhea-member-style-8:hover .lhea-member-picture .lhea-member-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-sorting-container {
display: block;
margin: .875em 0 0
}
.lhea-sorting-container.lhea-sorting-alignleft {
text-align: left
}
.lhea-sorting-container.lhea-sorting-aligncenter {
text-align: center
}
.lhea-sorting-container.lhea-sorting-alignright {
text-align: right
}
.lhea-sorting-style-1 {
padding: 0 15px
}
.lhea-sorting-style-1 .lhea-term-filter {
display: inline-block;
margin: 0 5px 10px 0;
padding: 5px 10px;
width: auto;
font-size: 1em;
font-weight: 700;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-sorting-style-1 .lhea-term-filter {
background: #3498DB;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-1 .lhea-term-filter {
background: #DC3522;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-1 .lhea-term-filter {
background: #8A0917;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-1 .lhea-term-filter {
background: #5C832F;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-1 .lhea-term-filter {
background: #FF9800;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-1 .lhea-term-filter {
background: #59D8E5;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-1 .lhea-term-filter {
background: #2C343B;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-1 .lhea-term-filter {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-sorting-style-1 .lhea-term-filter {
background: #660C47;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-1 .lhea-term-filter {
background: #7F7D6E;
color: #FFFBDC
}
.lhea-color-desert .lhea-sorting-style-1 .lhea-term-filter {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter {
background: #524656;
color: #fafafa
}
.lhea-color-winterroad .lhea-sorting-style-1 .lhea-term-filter {
color: #1B1D26
}
.lhea-color-desert .lhea-sorting-style-1 .lhea-term-filter {
background: #385052
}
.lhea-color-flatui .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-flatui .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-flatui .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-seawolf .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-seawolf .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-techoffice .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-techoffice .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-japangarden .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-japangarden .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-mustang44 .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-mustang44 .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-harbor .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-harbor .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-paris .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-paris .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-winterroad .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-winterroad .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-sparklingsife .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-sparklingsife .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-creamygrey .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-creamygrey .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #CF4747
}
.lhea-color-desert .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-desert .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-desert .lhea-sorting-style-1 .lhea-term-filter:hover {
background: #F0AD44;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-1 .lhea-term-filter:hover {
color: #fafafa
}
.lhea-gallery .lhea-sorting-style-1 {
padding: 0
}
.lhea-sorting-style-2 {
padding: 0 15px
}
.lhea-sorting-style-2 .lhea-term-filter {
padding: 5px 10px;
font-size: 1em;
font-weight: 700;
background: 0 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
transition-property: all;
-o-transition-duration: .3s;
transition-duration: .3s
}
.lhea-sorting-style-2 .lhea-term-filter, .lhea-sorting-style-3 .lhea-term-filter {
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-ms-transition-duration: .3s;
display: inline-block;
margin: 0 5px 10px 0;
width: auto;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-color-flatui .lhea-sorting-style-2 .lhea-term-filter {
color: #2C3E50
}
.lhea-color-seawolf .lhea-sorting-style-2 .lhea-term-filter {
color: #1E1E20
}
.lhea-color-techoffice .lhea-sorting-style-2 .lhea-term-filter {
color: #595241
}
.lhea-color-japangarden .lhea-sorting-style-2 .lhea-term-filter {
color: #363942
}
.lhea-color-mustang44 .lhea-sorting-style-2 .lhea-term-filter {
color: #000
}
.lhea-color-harbor .lhea-sorting-style-2 .lhea-term-filter {
color: #2F3738
}
.lhea-color-paris .lhea-sorting-style-2 .lhea-term-filter {
color: #C44741
}
.lhea-color-winterroad .lhea-sorting-style-2 .lhea-term-filter {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-sorting-style-2 .lhea-term-filter {
color: #321433
}
.lhea-color-creamygrey .lhea-sorting-style-2 .lhea-term-filter {
color: #3F3E37
}
.lhea-color-desert .lhea-sorting-style-2 .lhea-term-filter {
color: #385052
}
.lhea-color-retrovintage .lhea-sorting-style-2 .lhea-term-filter {
color: #CF4747
}
.lhea-color-flatui .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-flatui .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-flatui .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #3498DB;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-seawolf .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-seawolf .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #DC3522;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-techoffice .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-techoffice .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #8A0917;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-japangarden .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-japangarden .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #5C832F;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-mustang44 .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-mustang44 .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #FF9800;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-harbor .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-harbor .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #59D8E5;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-paris .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-paris .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #2C343B;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-winterroad .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-winterroad .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #BFBD9F;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-sparklingsife .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-sparklingsife .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #660C47;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-creamygrey .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-creamygrey .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #7F7D6E;
color: #FFFBDC
}
.lhea-color-desert .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-desert .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-desert .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #F0AD44;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-2 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-2 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-2 .lhea-term-filter:hover {
background: #524656;
color: #fafafa
}
.lhea-gallery .lhea-sorting-style-2 {
padding: 0
}
.lhea-sorting-style-3 {
padding: 0 15px
}
.lhea-sorting-style-3 .lhea-term-filter {
padding: 8px 15px;
border: 1px solid rgba(255,255,255,0);
font-weight: 300;
font-size: .875em;
background: 0 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
transition-property: all;
-o-transition-duration: .3s;
transition-duration: .3s
}
.lhea-color-flatui .lhea-sorting-style-3 .lhea-term-filter {
color: #2C3E50
}
.lhea-color-seawolf .lhea-sorting-style-3 .lhea-term-filter {
color: #1E1E20
}
.lhea-color-techoffice .lhea-sorting-style-3 .lhea-term-filter {
color: #595241
}
.lhea-color-japangarden .lhea-sorting-style-3 .lhea-term-filter {
color: #363942
}
.lhea-color-mustang44 .lhea-sorting-style-3 .lhea-term-filter {
color: #000
}
.lhea-color-harbor .lhea-sorting-style-3 .lhea-term-filter {
color: #2F3738
}
.lhea-color-paris .lhea-sorting-style-3 .lhea-term-filter {
color: #C44741
}
.lhea-color-winterroad .lhea-sorting-style-3 .lhea-term-filter {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-sorting-style-3 .lhea-term-filter {
color: #321433
}
.lhea-color-creamygrey .lhea-sorting-style-3 .lhea-term-filter {
color: #3F3E37
}
.lhea-color-desert .lhea-sorting-style-3 .lhea-term-filter {
color: #385052
}
.lhea-color-retrovintage .lhea-sorting-style-3 .lhea-term-filter {
color: #CF4747
}
.lhea-color-flatui .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-flatui .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-flatui .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #3498DB;
border-color: #3498DB
}
.lhea-color-seawolf .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-seawolf .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-seawolf .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #DC3522;
border-color: #DC3522
}
.lhea-color-techoffice .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-techoffice .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-techoffice .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #8A0917;
border-color: #8A0917
}
.lhea-color-japangarden .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-japangarden .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-japangarden .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #5C832F;
border-color: #5C832F
}
.lhea-color-mustang44 .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-mustang44 .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-mustang44 .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #FF9800;
border-color: #FF9800
}
.lhea-color-harbor .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-harbor .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-harbor .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #59D8E5;
border-color: #59D8E5
}
.lhea-color-paris .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-paris .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-paris .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #2C343B;
border-color: #2C343B
}
.lhea-color-winterroad .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-winterroad .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-winterroad .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #BFBD9F;
border-color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-sparklingsife .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-sparklingsife .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #660C47;
border-color: #660C47
}
.lhea-color-creamygrey .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-creamygrey .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-creamygrey .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #7F7D6E;
border-color: #7F7D6E
}
.lhea-color-desert .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-desert .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-desert .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #F0AD44;
border-color: #F0AD44
}
.lhea-color-retrovintage .lhea-sorting-style-3 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-3 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-3 .lhea-term-filter:hover {
color: #524656;
border-color: #524656
}
.lhea-gallery .lhea-sorting-style-3 {
padding: 0
}
.lhea-sorting-style-4 {
padding: 0 15px
}
.lhea-sorting-style-4 .lhea-term-filter {
padding: 8px 0;
margin: 0 10px 10px;
border-bottom: 2px solid rgba(255,255,255,0);
-moz-border-radius: 0;
-webkit-border-radius: 0;
transition-property: all;
transition-duration: .3s
}
.lhea-sorting-style-4 .lhea-term-filter, .lhea-sorting-style-5 .lhea-term-filter {
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
display: inline-block;
width: auto;
font-size: .875em;
font-weight: 300;
background: 0 0;
border-radius: 0
}
.lhea-color-flatui .lhea-sorting-style-4 .lhea-term-filter {
color: #2C3E50
}
.lhea-color-seawolf .lhea-sorting-style-4 .lhea-term-filter {
color: #1E1E20
}
.lhea-color-techoffice .lhea-sorting-style-4 .lhea-term-filter {
color: #595241
}
.lhea-color-japangarden .lhea-sorting-style-4 .lhea-term-filter {
color: #363942
}
.lhea-color-mustang44 .lhea-sorting-style-4 .lhea-term-filter {
color: #000
}
.lhea-color-harbor .lhea-sorting-style-4 .lhea-term-filter {
color: #2F3738
}
.lhea-color-paris .lhea-sorting-style-4 .lhea-term-filter {
color: #C44741
}
.lhea-color-winterroad .lhea-sorting-style-4 .lhea-term-filter {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-sorting-style-4 .lhea-term-filter {
color: #321433
}
.lhea-color-creamygrey .lhea-sorting-style-4 .lhea-term-filter {
color: #3F3E37
}
.lhea-color-desert .lhea-sorting-style-4 .lhea-term-filter {
color: #385052
}
.lhea-color-retrovintage .lhea-sorting-style-4 .lhea-term-filter {
color: #CF4747
}
.lhea-color-flatui .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-flatui .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-flatui .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #3498DB;
border-color: #3498DB
}
.lhea-color-seawolf .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-seawolf .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-seawolf .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #DC3522;
border-color: #DC3522
}
.lhea-color-techoffice .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-techoffice .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-techoffice .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #8A0917;
border-color: #8A0917
}
.lhea-color-japangarden .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-japangarden .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-japangarden .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #5C832F;
border-color: #5C832F
}
.lhea-color-mustang44 .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-mustang44 .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-mustang44 .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #FF9800;
border-color: #FF9800
}
.lhea-color-harbor .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-harbor .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-harbor .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #59D8E5;
border-color: #59D8E5
}
.lhea-color-paris .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-paris .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-paris .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #2C343B;
border-color: #2C343B
}
.lhea-color-winterroad .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-winterroad .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-winterroad .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #BFBD9F;
border-color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-sparklingsife .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-sparklingsife .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #660C47;
border-color: #660C47
}
.lhea-color-creamygrey .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-creamygrey .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-creamygrey .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #7F7D6E;
border-color: #7F7D6E
}
.lhea-color-desert .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-desert .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-desert .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #F0AD44;
border-color: #F0AD44
}
.lhea-color-retrovintage .lhea-sorting-style-4 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-4 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-4 .lhea-term-filter:hover {
color: #524656;
border-color: #524656
}
.lhea-gallery .lhea-sorting-style-4 {
padding: 0
}
.lhea-sorting-style-5 {
padding: 0 15px
}
.lhea-sorting-style-5 .lhea-term-filter {
padding: 8px 15px;
margin: 0 0 10px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
transition-property: all;
transition-duration: .3s
}
.lhea-color-flatui .lhea-sorting-style-5 .lhea-term-filter {
background: #3498DB;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-5 .lhea-term-filter {
background: #DC3522;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-5 .lhea-term-filter {
background: #8A0917;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-5 .lhea-term-filter {
background: #5C832F;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-5 .lhea-term-filter {
background: #FF9800;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-5 .lhea-term-filter {
background: #59D8E5;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-5 .lhea-term-filter {
background: #2C343B;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-5 .lhea-term-filter {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-sorting-style-5 .lhea-term-filter {
background: #660C47;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-5 .lhea-term-filter {
background: #7F7D6E;
color: #FFFBDC
}
.lhea-color-desert .lhea-sorting-style-5 .lhea-term-filter {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter {
background: #524656;
color: #fafafa
}
.lhea-color-winterroad .lhea-sorting-style-5 .lhea-term-filter {
color: #1B1D26
}
.lhea-color-desert .lhea-sorting-style-5 .lhea-term-filter {
background: #385052
}
.lhea-color-flatui .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-flatui .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-flatui .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-seawolf .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-seawolf .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-techoffice .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-techoffice .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-japangarden .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-japangarden .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-mustang44 .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-mustang44 .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-harbor .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-harbor .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-paris .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-paris .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-winterroad .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-winterroad .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-sparklingsife .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-sparklingsife .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-creamygrey .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-creamygrey .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #CF4747
}
.lhea-color-desert .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-desert .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-desert .lhea-sorting-style-5 .lhea-term-filter:hover {
background: #F0AD44;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter.filter-activated, .lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter:focus, .lhea-color-retrovintage .lhea-sorting-style-5 .lhea-term-filter:hover {
color: #fafafa
}
.lhea-sorting-style-5 .lhea-term-filter:first-child {
border-radius: 15px 0 0 15px;
-moz-border-radius: 15px 0 0 15px;
-webkit-border-radius: 15px 0 0 15px
}
.lhea-sorting-style-5 .lhea-term-filter:last-child {
border-radius: 0 15px 15px 0;
-moz-border-radius: 0 15px 15px 0;
-webkit-border-radius: 0 15px 15px 0
}
@media (max-width:630px) {
.lhea-sorting-style-5 .lhea-term-filter {
margin: 0 5px 10px 0
}
.lhea-sorting-style-5 .lhea-term-filter:first-child, .lhea-sorting-style-5 .lhea-term-filter:last-child {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
}
.lhea-gallery .lhea-sorting-style-5 {
padding: 0
}
.lhea-sorting-style-6 {
padding: 0 15px
}
.lhea-sorting-style-6 .lhea-filter-select-wrapper {
display: inline-block;
padding: 2px
}
.lhea-color-flatui .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #363942;
color: #fafafa
}
.lhea-color-mustang44 .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #000;
color: #FFF
}
.lhea-color-harbor .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-sorting-style-6 .lhea-filter-select-wrapper {
background: #CF4747;
color: #fafafa
}
.lhea-sorting-style-6 .lhea-filter-select-label {
display: inline-block;
line-height: 30px;
font-size: .875em;
padding: 2px 10px
}
.lhea-sorting-style-6 select.lhea-filter-select {
display: inline-block;
max-width: none;
width: auto;
border: none;
padding: 0 10px;
font-size: .875em
}
.lhea-sorting-style-6 select.lhea-filter-select option {
padding: 4px 10px
}
@media (max-width:400px) {
.lhea-sorting-style-6 .lhea-filter-select-label, .lhea-sorting-style-6 .lhea-filter-select-wrapper {
display: block
}
.lhea-sorting-style-6 select.lhea-filter-select {
display: block;
width: 100%
}
}
.lhea-gallery .lhea-sorting-style-6, .lhea-modal .mfp-container {
padding: 0
}
.lhea-modal.mfp-bg {
z-index: 1100
}
.lhea-modal.mfp-wrap {
z-index: 1101
}
.lhea-modal .mfp-preloader {
z-index: 1102
}
.lhea-modal .mfp-content {
z-index: 1103;
display: block;
height: 100%
}
.lhea-modal button.mfp-arrow, .lhea-modal button.mfp-close {
z-index: 1104
}
.lhea-modal .zoom-anim-dialog {
filter: alpha(opacity=0)
}
.lhea-modal.mfp-bg {
filter: alpha(opacity=0);
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
transition-duration: .2s
}
.lhea-modal.mfp-bg, .lhea-modal.mfp-ready .lhea-modal-popup.zoom-anim-dialog {
-moz-transition-duration: .2s;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
-ms-transition-duration: .2s
}
.lhea-modal.mfp-ready.mfp-bg {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=80);
opacity: .8
}
.lhea-modal.mfp-removing.mfp-bg {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0
}
.lhea-modal-popup {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
box-shadow: 0 0 5px 0 rgba(0,0,0,.15)
}
.lhea-modal.mfp-ready .lhea-modal-popup.zoom-anim-dialog {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
transition-duration: .2s;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
opacity: 1
}
.lhea-modal.mfp-removing .lhea-modal-popup.zoom-anim-dialog {
-moz-transform: scale(.8);
-o-transform: scale(.8);
-ms-transform: scale(.8);
-webkit-transform: scale(.8);
transform: scale(.8);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=0);
opacity: 0
}
.lhea-modal-right {
position: absolute;
right: 0;
-webkit-box-shadow: -75px 0 75px -75px rgba(0,0,0,.75);
box-shadow: -75px 0 75px -75px rgba(0,0,0,.75)
}
.lhea-modal.mfp-ready .lhea-modal-right.zoom-anim-dialog {
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideInRight;
animation-name: slideInRight
}
.lhea-modal.mfp-removing .lhea-modal-right.zoom-anim-dialog {
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}
@-webkit-keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes slideOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.lhea-modal-left {
position: absolute;
left: 0;
-webkit-box-shadow: 75px 0 75px -75px rgba(0,0,0,.75);
box-shadow: 75px 0 75px -75px rgba(0,0,0,.75)
}
.lhea-modal.mfp-ready .lhea-modal-left.zoom-anim-dialog {
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft
}
.lhea-modal.mfp-removing .lhea-modal-left.zoom-anim-dialog {
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}
@-webkit-keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes slideOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.lhea-modal-container {
width: 100%;
height: 100%;
max-width: 600px;
margin: 0 auto
}
.admin-bar .lhea-modal-container {
margin-top: 32px
}
.lhea-modal-container .mfp-close {
background: #222;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
transition-property: all;
transition-duration: .3s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
.lhea-modal-container .mfp-close, .lhea-modal-contents .lhea-close-modal {
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
color: #fafafa;
opacity: 1;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-modal-container .mfp-close:hover {
background: #666
}
@media (max-width:782px) {
.admin-bar .lhea-modal-container {
margin-top: 46px
}
}
@media (max-width:600px) {
.lhea-modal-container {
width: 96%;
margin-left: 2%;
margin-right: 2%
}
}
.lhea-modal-contents {
position: relative;
height: 100%
}
.lhea-color-flatui .lhea-modal-contents {
background: #2C3E50
}
.lhea-color-seawolf .lhea-modal-contents {
background: #1E1E20
}
.lhea-color-techoffice .lhea-modal-contents {
background: #595241
}
.lhea-color-japangarden .lhea-modal-contents {
background: #363942
}
.lhea-color-mustang44 .lhea-modal-contents {
background: #000
}
.lhea-color-harbor .lhea-modal-contents {
background: #2F3738
}
.lhea-color-paris .lhea-modal-contents {
background: #C44741
}
.lhea-color-winterroad .lhea-modal-contents {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-modal-contents {
background: #321433
}
.lhea-color-creamygrey .lhea-modal-contents {
background: #3F3E37
}
.lhea-color-desert .lhea-modal-contents {
background: #385052
}
.lhea-color-retrovintage .lhea-modal-contents {
background: #CF4747
}
.lhea-modal-contents .lhea-close-modal {
position: absolute;
top: 0;
right: 0;
z-index: 1106;
display: inline-block;
padding: 0;
margin: 0;
width: 2em;
height: 2em;
line-height: 2em;
font-size: 1.5em;
text-align: center;
background: #222;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
filter: alpha(opacity=100);
transition-property: all;
transition-duration: .3s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
.lhea-modal-contents .lhea-close-modal:hover {
background: #666
}
.lhea-modal-contents .lhea-modal-picture {
position: relative
}
.lhea-modal-contents .lhea-modal-picture img {
width: 100%;
height: auto;
display: block
}
.lhea-modal-contents .lhea-modal-picture-hover {
position: absolute;
left: 0;
bottom: 10px;
display: inline-block
}
.lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
display: block;
padding: 8px 17px;
color: #fafafa
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #3498DB
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #DC3522
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #8A0917
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #5C832F
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #FF9800
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #59D8E5
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #2C343B
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #660C47
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #7F7D6E
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
background: #524656
}
.lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
display: inline-block;
padding: 7px 17px;
font-size: .75em;
font-weight: 100;
color: #fafafa
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #2C3E50
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #1E1E20
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #595241
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #363942
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #000
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #2F3738
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #C44741
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #321433
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #3F3E37
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #385052
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
background: #CF4747
}
.lhea-modal-left .lhea-modal-contents .lhea-modal-picture-hover {
left: auto;
right: 0;
text-align: right
}
.lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
display: block;
padding: 8px 17px;
color: #fafafa;
text-align: center
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #3498DB
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #DC3522
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #8A0917
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #5C832F
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #FF9800
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #59D8E5
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #2C343B
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #BFBD9F
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #660C47
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #7F7D6E
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #F0AD44
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-name-position .lhea-modal-name {
background: #524656
}
.lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
display: block;
padding: 7px 17px;
font-size: .75em;
font-weight: 100;
color: #fafafa;
text-align: center
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #E74C3C
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #D9CB9E
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #ACCFCC
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #D8CAA8
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #263248
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #647678
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #E5E1D1
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #778C7A
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #CCBB51
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #BFBCA5
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #C74029
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-name-position .lhea-modal-position {
background: #E4DCCB
}
.lhea-modal-contents ul.lhea-modal-social {
display: block;
padding: 0;
margin: 0;
text-align: center
}
.lhea-color-flatui .lhea-modal-contents ul.lhea-modal-social {
background: #2C3E50
}
.lhea-color-seawolf .lhea-modal-contents ul.lhea-modal-social {
background: #1E1E20
}
.lhea-color-techoffice .lhea-modal-contents ul.lhea-modal-social {
background: #595241
}
.lhea-color-japangarden .lhea-modal-contents ul.lhea-modal-social {
background: #363942
}
.lhea-color-mustang44 .lhea-modal-contents ul.lhea-modal-social {
background: #000
}
.lhea-color-harbor .lhea-modal-contents ul.lhea-modal-social {
background: #2F3738
}
.lhea-color-paris .lhea-modal-contents ul.lhea-modal-social {
background: #C44741
}
.lhea-color-winterroad .lhea-modal-contents ul.lhea-modal-social {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-modal-contents ul.lhea-modal-social {
background: #321433
}
.lhea-color-creamygrey .lhea-modal-contents ul.lhea-modal-social {
background: #3F3E37
}
.lhea-color-desert .lhea-modal-contents ul.lhea-modal-social {
background: #385052
}
.lhea-color-retrovintage .lhea-modal-contents ul.lhea-modal-social {
background: #CF4747
}
.lhea-modal-contents ul.lhea-modal-social>li {
display: inline-block
}
.lhea-modal-contents ul.lhea-modal-social a {
display: block;
padding: 12px 17px;
color: #fafafa;
transition-property: all;
transition-duration: .3s
}
.lhea-modal-contents ul.lhea-modal-extra a, .lhea-modal-contents ul.lhea-modal-social a {
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all
}
.lhea-modal-contents .lhea-modal-post_contents, .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
padding: 20px
}
.lhea-modal-contents ul.lhea-modal-social a i {
font-size: 1.33333em;
line-height: 1.1
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-fb-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-fb-link:hover {
color: #fafafa;
background: #3b5997
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-twitter-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-twitter-link:hover {
color: #fafafa;
background: #41b7d8
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-gplus-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-gplus-link:hover {
color: #fafafa;
background: #d64937
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-linkedin-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-linkedin-link:hover {
color: #fafafa;
background: #0073b2
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-instagram-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-instagram-link:hover {
color: #fafafa;
background: #2E5E86
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-youtube-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-youtube-link:hover {
color: #fafafa;
background: #C8312B
}
.lhea-modal-contents ul.lhea-modal-social a.lhea-vimeo-link:focus, .lhea-modal-contents ul.lhea-modal-social a.lhea-vimeo-link:hover {
color: #fafafa;
background: #1BB6EC
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-post_contents {
background: #ECF0F1
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-post_contents {
background: #fafafa
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-post_contents {
background: #FFF
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-post_contents {
background: #fafafa
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-post_contents {
background: #FFF
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-post_contents {
background: #fafafa
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-post_contents {
background: #FFF
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-post_contents {
background: #F1F2D8
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-post_contents {
background: #f1f1f1
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-post_contents {
background: #FFFBDC
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-post_contents {
background: #FAE8CD
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-post_contents {
background: #fafafa
}
.lhea-modal-contents .lhea-modal-post_contents p {
margin-bottom: .675em
}
.lhea-modal-contents .lhea-modal-post_contents h1, .lhea-modal-contents .lhea-modal-post_contents h2, .lhea-modal-contents .lhea-modal-post_contents h3, .lhea-modal-contents .lhea-modal-post_contents h4, .lhea-modal-contents .lhea-modal-post_contents h5, .lhea-modal-contents .lhea-modal-post_contents h6 {
margin: .475em 0
}
.lhea-modal-contents .lhea-modal-skills {
padding-bottom: 20px
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-skills {
background: #E74C3C
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-skills {
background: #D9CB9E
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-skills {
background: #ACCFCC
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-skills {
background: #D8CAA8
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-skills {
background: #263248
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-skills {
background: #647678
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-skills {
background: #E5E1D1
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-skills {
background: #778C7A
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-skills {
background: #CCBB51
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-skills {
background: #BFBCA5
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-skills {
background: #C74029
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-skills {
background: #E4DCCB
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #1E1E20
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #595241
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #363942
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #C44741
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #1B1D26
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #321433
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #3F3E37
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #CF4747
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline, .lhea-color-harbor .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #fafafa
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #FF9800
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
color: #FAE8CD
}
.lhea-modal-contents .lhea-modal-skill {
display: block;
padding: 0 20px .425em
}
.lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
display: block;
margin-bottom: .1125em;
font-size: .775em;
font-weight: 300
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #ECF0F1
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #fafafa
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #FFF
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #fafafa
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #FFF
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #fafafa
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #FFF
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #FFFBDC
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label {
color: #fafafa
}
.lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label:after, .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-label:before {
display: table;
clear: both;
content: " "
}
.lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
display: inline-block;
float: left;
min-height: 30px;
padding: 5px 10px;
font-size: .875em;
font-weight: 700
}
.lhea-color-flatui .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #2C3E50;
color: #ECF0F1
}
.lhea-color-seawolf .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #1E1E20;
color: #fafafa
}
.lhea-color-techoffice .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #595241;
color: #FFF
}
.lhea-color-japangarden .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #363942;
color: #fafafa
}
.lhea-color-harbor .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #2F3738;
color: #fafafa
}
.lhea-color-paris .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #C44741;
color: #FFF
}
.lhea-color-winterroad .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #1B1D26;
color: #F1F2D8
}
.lhea-color-sparklingsife .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #321433;
color: #f1f1f1
}
.lhea-color-creamygrey .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #3F3E37;
color: #FFFBDC
}
.lhea-color-desert .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #385052;
color: #FAE8CD
}
.lhea-color-retrovintage .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #CF4747;
color: #fafafa
}
.lhea-color-mustang44 .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar {
background-color: #FF9800;
color: #000
}
.lhea-modal-contents .lhea-modal-skill:last-child {
padding-bottom: 0;
margin-bottom: .675em
}
.lhea-modal-contents .lhea-modal-skill:after {
display: table
}
.lhea-modal-contents ul.lhea-modal-extra {
display: block;
margin: 0;
padding: 10px 0;
list-style: none;
text-align: left;
font-size: .875em
}
.lhea-color-flatui .lhea-modal-contents ul.lhea-modal-extra {
background: #2C3E50
}
.lhea-color-seawolf .lhea-modal-contents ul.lhea-modal-extra {
background: #1E1E20
}
.lhea-color-techoffice .lhea-modal-contents ul.lhea-modal-extra {
background: #595241
}
.lhea-color-japangarden .lhea-modal-contents ul.lhea-modal-extra {
background: #363942
}
.lhea-color-mustang44 .lhea-modal-contents ul.lhea-modal-extra {
background: #000
}
.lhea-color-harbor .lhea-modal-contents ul.lhea-modal-extra {
background: #2F3738
}
.lhea-color-paris .lhea-modal-contents ul.lhea-modal-extra {
background: #C44741
}
.lhea-color-winterroad .lhea-modal-contents ul.lhea-modal-extra {
background: #1B1D26
}
.lhea-color-sparklingsife .lhea-modal-contents ul.lhea-modal-extra {
background: #321433
}
.lhea-color-creamygrey .lhea-modal-contents ul.lhea-modal-extra {
background: #3F3E37
}
.lhea-color-desert .lhea-modal-contents ul.lhea-modal-extra {
background: #385052
}
.lhea-color-retrovintage .lhea-modal-contents ul.lhea-modal-extra {
background: #CF4747
}
.lhea-modal-contents ul.lhea-modal-extra>li {
display: inline-block;
padding: 10px 20px;
color: #fafafa
}
.lhea-modal-contents ul.lhea-modal-extra a {
color: #fafafa;
transition-property: all;
transition-duration: .3s
}
.lhea-color-flatui .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-flatui .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #3498DB
}
.lhea-color-seawolf .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-seawolf .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #DC3522
}
.lhea-color-techoffice .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-techoffice .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #8A0917
}
.lhea-color-japangarden .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-japangarden .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #5C832F
}
.lhea-color-mustang44 .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-mustang44 .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #FF9800
}
.lhea-color-harbor .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-harbor .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #59D8E5
}
.lhea-color-paris .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-paris .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #2C343B
}
.lhea-color-winterroad .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-winterroad .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #BFBD9F
}
.lhea-color-sparklingsife .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-sparklingsife .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #660C47
}
.lhea-color-creamygrey .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-creamygrey .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #7F7D6E
}
.lhea-color-desert .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-desert .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #F0AD44
}
.lhea-color-retrovintage .lhea-modal-contents ul.lhea-modal-extra a:focus, .lhea-color-retrovintage .lhea-modal-contents ul.lhea-modal-extra a:hover {
color: #524656
}
.lhea-modal-contents ul.lhea-modal-extra i {
font-size: 1.25em;
line-height: 1.1;
padding-right: 15px
}.epyt-debug{cursor:pointer;text-align:left;background-color:#ddd;color:#000}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{margin:0 -8px 0 -8px;position:relative;transition:opacity ease-out .3s;display:block}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity ease-out .3s}.epyt-gallery-thumb{box-sizing:border-box;overflow-y:hidden;display:block!important;cursor:pointer;opacity:1;float:left;padding:0 8px 10px 8px}.epyt-gallery-thumb.hover{position:relative;opacity:1;transition:opacity ease-out .3s}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{height:0;width:100%;padding-top:56.25%!important;position:relative;overflow:hidden!important;background-size:cover!important;background-position:center!important}.epyt-gallery-playhover{opacity:0;position:absolute;top:-10px;left:0;width:100%;height:100%;vertical-align:middle;text-align:center;transition:opacity ease-out .3s}.epyt-gallery-thumb.hover .epyt-gallery-playhover,.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover{opacity:1;top:0;transition:all ease-out .3s}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{height:auto!important;max-width:15%!important;padding:0!important;margin:0!important;min-width:30px!important;vertical-align:middle!important;display:inline-block!important;width:auto;border:0;box-sizing:border-box}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{text-align:center;width:100%;position:absolute;left:0;top:100%;opacity:0;z-index:10;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity linear .2s}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;text-align:center;padding:10px 8px 10px 8px}.epyt-pagination>div,.epyt-pagenumbers>div{display:inline-block;padding:0 2px 0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px 0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{width:100%;max-width:964px}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.090%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{text-align:center;padding:15px 0 10px 0;clear:both}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{display:inline-block;padding:5px 10px;background-color:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none}