/* blank */ 
html, body {
    margin: 0;
    padding: 0;
    
}
body {
	font-family: 'Lato', Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	font-size: 16px;
    background: #ffffff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -moz-text-size-adjust: none;
      -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
      text-size-adjust: none;

}

h1 {
    font-size: 2.8rem;
    font-weight: 300;
}
/*.headline h1{
    float: left;
}*/
/*.headline .btn {
    margin-left: 20px;
    margin-top: 40px;
}*/
h2 {
    font-size: 1.8rem;
    font-weight: 300;
}
img {
    image-orientation: from-image;
}
.hide {
    height: 0 !important;
    width: 0 !important;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}
#site {
    background: #fff;
    transform: translate(0px, 0px);
    transition: transform 400ms;
}
#wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 120px 30px;
}
.home #wrap {  /*.home.loggedIn */
    padding: 40px 30px 0 100px;
}
#main{
    width: 66%;
    max-width: 600px;
    min-height: 100px;
    float: left;
}
#header {
    height: 80px;
    max-height: 14vh;
    min-height: 54px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(248,248,248);
    /*color: #fff;*/
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    transform: translateY(0);
    transition: transform 200ms ease;




/*    background: #70d2c5;
background: rgb(74,184,211);
background: -moz-linear-gradient(-45deg, rgba(74,184,211,1) 0%, rgba(91,205,212,1) 33%, rgba(209,233,131,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
background: linear-gradient(135deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab8d3', endColorstr='#d1e983',GradientType=1 );

background-size: 200% 100%;
background-position: 40% 0;*/
    /*box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);*/

    /*box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);*/
}
#header:before {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;

    background: #70d2c5;
    background: rgb(74,184,211);
    background: -moz-linear-gradient(-45deg, rgba(74,184,211,1) 0%, rgba(91,205,212,1) 33%, rgba(209,233,131,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    background: linear-gradient(135deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab8d3', endColorstr='#d1e983',GradientType=1 );
}
#header_spacer {
    height: 80px;
    max-height: 14vh;
    min-height: 54px;
    position: relative;
    width: 100%;
}
#header.headHide {
    transform: translateY(-101%);
}
#header .title {
    display: block;
    /*line-height: 60px;*/
    /*margin-top: 2px;*/
    font-size: 1.4rem;
    padding: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#header .title a {
    display: block;
    text-decoration: none;
    /*color: #fff;*/
}
#header .title a img{
    display: block;
    /*height: 46px;*/
    height: 76px;
    width: 247px;
}
#header .dd-menu {
    position: relative;
}
#header .dd-menu-toggle {
    cursor: pointer;
}
#header .dd-menu-overlay {
    color: #666;
}
#header .login .dd-menu-overlay {
    padding: 20px 0;
}
#header .dd-menu input{
    margin: 0 20px 10px 20px;
    width: 240px;
}
#header .login .dd-menu-overlay ul {
    margin-top: 20px;
}
#header .dd-menu-overlay ul li a, #header .dd-menu-overlay ul li:first-child a{
    width: 240px;
    max-width: 60vw;
}

.btn_login {
    float: right;
    margin-right: 20px;
}
.forgot_pwt {    
    line-height: 18px;
    display: block;
    margin-left: 20px;
    color: rgba(0,0,0,0.4);
    text-decoration: underline;
}
aside#sidebar {
    margin-left: 60px;
    position: relative;
    float: left;
    width: 360px;
    width: 30%;
    width: calc(34% - 60px);
}
a, a:active, a:hover {
	color: #333;
}
button {
    outline: none;
    border: none;
}
button.btn, a.btn{
    line-height: 28px;
    font-size: 1rem;
    /*background: #888;*/
    /*box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);*/
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
    outline: none;
    border: none;
    position: relative;
    padding: 6px 20px;
    /*color: #fff;*/
    color: #333;
    min-width: 80px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    /*transition: background-color 300ms ease;*/
}
button.btn:hover, a.btn:hover {
    background-color: rgba(0,0,0,0.15);
    /*transition: background-color 100ms ease;*/
}
button.btn.btn_round, a.btn.btn_round {
    width: 40px;
    min-width: 40px;
    padding: 6px;
    border-radius: 50px;
    text-align: center;
}
button.btn.btn_round .icon, a.btn.btn_round .icon {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.btn_send_reset {
    margin-top: 20px;
}
.alert {
    margin-top: 10px;
}
/*.g1 {
    background: #e3af94;
    background: -moz-linear-gradient(-45deg, #e3af94 0%, #bee3c5 100%);
    background: -webkit-linear-gradient(-45deg, #e3af94 0%,#bee3c5 100%);
    background: linear-gradient(135deg, #e3af94 0%,#bee3c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3af94', endColorstr='#bee3c5',GradientType=1 );
    transition: background 400ms ease;
}*/
/*.g1 {
    position: relative;
    background: #70d2c5;
    background: -moz-linear-gradient(-45deg, #70d2c5 0%, #d2e982 100%);
    background: -webkit-linear-gradient(-45deg, #70d2c5 0%,#d2e982 100%);
    background: linear-gradient(135deg, #70d2c5 0%,#d2e982 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d2c5', endColorstr='#d2e982',GradientType=1 );
    background-size: 200% 100%;
    background-position: 0% 0;
    transition: background-position 600ms ease;
}
.g1:hover {
    background-position: 99% 0;
    transition: background-position 300ms ease;
}*/


.g1, button.g1, a.g1 {
    position: relative;
    background: #70d2c5;
background: rgb(74,184,211);
background: -moz-linear-gradient(-45deg, rgba(74,184,211,1) 0%, rgba(91,205,212,1) 33%, rgba(209,233,131,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
background: linear-gradient(135deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab8d3', endColorstr='#d1e983',GradientType=1 );
    background-size: 300% 100%;
    background-position: 60% 0;
    color: #fff;
    transition: background-position 600ms ease;
}
.g1:hover {
    background-position: 99% 0;
}
.g1.visible{
    color: transparent;
    background-position: 0% 0;
}
button.btn.visible, a.btn.visible {
    color: transparent;
}
/*.g1:before {
    content: "";
    position: absolute;
    background: #444;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
background: -moz-linear-gradient(-45deg,  rgba(173,204,255,0) 10%, rgba(178,207,249,0.05) 15%, rgba(209,225,215,0.95) 45%, rgba(214,228,209,1) 50%, rgba(219,231,204,0.95) 55%, rgba(250,249,171,0.05) 85%, rgba(255,252,165,0) 90%);
background: -webkit-linear-gradient(-45deg,  rgba(173,204,255,0) 10%,rgba(178,207,249,0.05) 15%,rgba(209,225,215,0.95) 45%,rgba(214,228,209,1) 50%,rgba(219,231,204,0.95) 55%,rgba(250,249,171,0.05) 85%,rgba(255,252,165,0) 90%);
background: linear-gradient(135deg,  rgba(173,204,255,0) 10%,rgba(178,207,249,0.05) 15%,rgba(209,225,215,0.95) 45%,rgba(214,228,209,1) 50%,rgba(219,231,204,0.95) 55%,rgba(250,249,171,0.05) 85%,rgba(255,252,165,0) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adccff', endColorstr='#00fffca5',GradientType=1 );



    opacity: 0.8;
    background-size: 400% 100%;
    background-position: -20% 0;
    animation: bgLoad 3s linear;
    animation-iteration-count: infinite;
}

@keyframes bgLoad {
    from {background-position: -10% 0;}
    to {background-position: 120% 0;}
}*/

input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
input[type=file] + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: transparent;
    display: inline-block;
}

input[type=file]:focus + label,
input[type=file] + label:hover {
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: rgba(0,0,0,0.06);
}

textarea, input[type=text], input[type=password] {
    -webkit-appearance: none;
    font-family: 'Lato', Arial, sans-serif;
    appearance: none;
    border-radius: 4px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    outline: none;
    font-size: 1rem;
    /*font-family: Arial, sans-serif;*/
    line-height: 1.4;
    margin: 0;
    resize: vertical;
    display: block;
    box-sizing: border-box;
    transition: all 300ms ease;
    padding: 10px;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
    transition: all 100ms ease;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  outline: none;
  border-radius: 0;
  font-size: 0.9rem;
} 

select {
  padding: 0 10px;
  background-color:white;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
border-radius: 4px;
background: #fff;
position: relative;
line-height: 40px;
}

select:hover, select:focus {
  border: none;
  outline: none;
}
.setPrivacy {
    position: relative;
}
.setPrivacy select {
    padding-left: 40px;
    position: relative;
}
.setPrivacy:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9ce";
    position: absolute;
    left: 10px;
    line-height: 40px;
    font-size: 18px;
    z-index: 1;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;  
  -khtml-user-select: none;   
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;          
                              
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.confirm form input, .invite form input, .reset form input, .confirm form label, .invite form label, .reset form label {
    margin-bottom: 10px;
    display: block;
}
.confirm form label, .invite form label, .reset form label,
.confirm form button, .invite form button, .reset form button { 
    margin-top: 20px;
}
.confirm form .path_input {
    position: relative;
}
.confirm form .path_input .before {
    position: absolute;
    left: 10px;
    top: 1px;
    line-height: 40px;
    color:  rgba(0,0,0,0.4);
}
.confirm form .path_input input {
    padding-left: 196px;
    padding-left: 368px; /* http://creative-area.com/schroedersfeld/nachbarn/ */
    position: relative;
    background: transparent;
}
.post .dd-menu {
	position: absolute;
}
.dd-menu-toggle {
	height: 40px;
	width: 40px;
    line-height: 40px;
    text-align: center;
    /*box-shadow: 0 0 0 2px #fff;
    border-radius: 80px;*/
    opacity: 1;
    /*transition: opacity 200ms ease;*/
    cursor: pointer;
}
.dd-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
}
.dd-menu-toggle:hover {
	/*opacity: 1;*/
}
.dd-menu-toggle:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e313";
    font-size: 32px;
    top: 3px;
    position: relative;
}
.login .dd-menu-toggle:before {
    display: none;
}
.login .dd-menu-toggle {
    width: auto;
    height: auto;
}
.dd-menu-overlay {
	position: absolute;
	top: 50px;
	right: -10px;
	background: #fff;
    z-index: 1;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    opacity: 0;
    transform: scale(0.85);
    transform-origin: top right;
    transform-origin: 90% -20px;
    visibility: hidden;
    transition: all 240ms cubic-bezier(.81,0,.88,.51);
}
.dd-menu-overlay.visible {
	opacity: 1;
    transform: scale(1);
    visibility: visible;
    transition: all 200ms cubic-bezier(.12,.39,.17,1);
}
.dd-menu-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 18px 17px;
    border-color: transparent transparent rgba(0,0,0,0.1) transparent;
}
.dd-menu-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: -17px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
}
.dd-menu-overlay ul li a, .dd-menu-overlay ul li:first-child a {
    padding: 10px 20px;
    display: block;
    width: 160px;
    cursor: pointer;
    margin: 0;
    box-sizing: content-box;
    text-decoration: none;
}
.dd-menu-overlay ul li:hover {
    background-color: rgba(0,0,0,0.06);
}

.alert {
    background: #f2dd66;
    border-radius: 4px;
    padding: 4px 8px;
}

#navigation {
    position: fixed;
    left: 0;
    width: 300px;
    background: #fff;
    height: 100%;
    z-index: 1;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    transform: translate(-300px, 0);

    display: none;
}

.hint {
    position: absolute;
    width: 300px;
    background: #fff;
    color: #666;
    text-align: left;
    line-height: 1.25rem;
    z-index: 1;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 200ms cubic-bezier(.12,.39,.17,1);
    max-width: 100vw;
    transform-origin: top right;
}
.hint.left {
    transform-origin: top left;
}
.hint.center {
    transform-origin: top center;
}
.hint.invisible {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms cubic-bezier(.81,0,.88,.51);
    transform: scale(0.85);
}
.hint:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 18px 17px;
    border-color: transparent transparent rgba(0,0,0,0.1) transparent;
}
.hint:after {
    content: "";
    display: block;
    position: absolute;
    top: -17px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
}
.hint.left:before {
    left: 12px;
}
.hint.left:after {
    left: 14px;
}
.hint.center:before {
    left: 50%;
    transform: translate(-50%,0);
}
.hint.center:after {
    left: 50%;
    transform: translate(-50%,0);
}

button .loader {
	/*background: #666;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 300ms ease;
}
button .loader:after {
    content: "";
    background-image: url("../images/spinner8_white.svg");
    height: 22px;
    width: 22px;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -11px;
    animation-name: loader;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    visibility: hidden;
    transition: visibility 200ms ease, opacity 200ms ease;
}

button.loading .loader:after {
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
}

button.visible .loader {
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
}

button .loader:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 100ms ease, opacity 100ms ease;
}
button.done .loader:before {
    content: "\e5ca";
}

button.fail .loader:before {
    content: "\e5cd";
}

button.done .loader:before {
    opacity: 1;
    visibility: visible;
    transition: visibility 200ms 200ms ease, opacity 200ms 200ms ease;
}

button.fail.show .loader:before {
    content: "\e5cd";
    opacity: 1;
    visibility: visible;
    transition: visibility 200ms 200ms ease, opacity 200ms 200ms ease;
}

@keyframes loader {
    from {transform: rotateZ(0deg)}
    to {transform: rotateZ(360deg)}
}

.user_nav {
    position: relative;
    float: right;
    height: 100%;
    margin-right: 10px;
}

.user_nav > li {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    /*border-radius: 80px;
    box-shadow: 0 0 0 2px #fff;*/
    margin: 0px 12px 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.user_nav > li .icon {
    width: 100%;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}
.user_nav > li .icon-calendar {
    font-size: 26px;
    top: 0px;
    position: relative;
}
.user_nav > li > a {
    text-decoration: none;
    /*color: #fff;*/
}
.user_nav > li > a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.38);
    width: 120px;
    height: 120px;
    background-color: rgba(0,0,0,0);
    border-radius: 400px;
    transition: all 200ms ease;
}
.user_nav > li > a:hover:before{
    transform: translate(-50%,-50%) scale(0.44);
    background-color: rgba(0,0,0,0.06);
}
.user_nav > li > a.clicked:before, .user_nav > li > a.clicked:hover:before {
    transform: translate(-50%,-50%) scale(0.44);
    background-color: rgba(0,0,0,0.06);

    animation-name: userNavClicked;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@keyframes userNavClicked {
    0% {
        transform: translate(-50%,-50%) scale(0.44);
        background-color: rgba(0,0,0,0.06);
    }
    100% {
        transform: translate(-50%,-50%) scale(1);
        background-color: rgba(0,0,0,0);
    }
}
.user_nav > li.calendar-link {
    margin-right: 18px;
    /*display: none;*/
}
.user_nav > li .bubble {
    position: absolute;
    right: 0;
    top: 1px;
    min-width: 8px;
    padding: 0 4px;
    border-radius: 20px;
    font-size: 0.8rem;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.8);
    transition: all 200ms ease;
}
.user_nav > li .bubble.foundEvents{
    opacity: 1;
    transform: scale(1);
}
.user_nav > li.profile_detail{
    margin-right: 12px;
}
.user_nav .dd-menu li.calendar-link, .user_nav .dd-menu li.items-link, .user_nav .dd-menu li.profile_detail {
    display: none;
}
.user_nav > li .dd-menu-toggle:before {
    /*font-size: 24px;*/
    top: 4px;
    content: "\e5d4";
}
.user_nav > li.login {
    width: auto;
    line-height: 40px;
}
.profile_detail {
    position: relative;
    /*float: right;
    padding: 0 60px 0 0;*/
}

.profile-image {
    height: 60px;
    width: 60px;
    border-radius: 80px;  
    background-image: url("../images/default_user.jpg");  
    background-color: rgba(0,0,0,0.2);
    transform: scale(1);
    transform-origin: center center;
    background-position: center center;
    background-size: cover;
    transition: transform 300ms ease;
}
#header .profile-image {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0px;
    top: 0px;
    /*box-shadow: 0 0 0 2px #fff;*/
}
#header .profile-text {
    display: none;
    line-height: 60px;
    text-decoration: none;
}

a.profile-image_link {
    text-decoration: none;
}

.profile .profile-image{
    height: 160px;
    width: 160px;
}
.profile-list {
    margin-right: -20px;
}
.profile-list li{
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
}
.profile-list .profile-image-wrap-wrap {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.profile-list .profile-image-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}
.profile-list .profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.profile-list .profile-text{
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    height: 100px;
}
.profile-list li a {
    text-decoration: none;
}
.profile-list a .profile-image:before{
    border-radius: 100%;
}
.profile-list a .profile-image:after {
    font-size: 60px;
}
#feed {
	position: relative;
	/*margin: 0 auto;
	max-width: 600px;
	padding-top: 14vh;*/
}

.post, .newPost {
    margin-bottom: 60px;
    position: relative;
}
.newPost {
    margin-bottom: 20px;
}
.newPost button.emoji-toggle {
    position: absolute;
    top: 4px;
    right: 40px;
    background: transparent;
    border-radius: 50%;
}
.post .text, .newPost .text {    
    padding: 6px 0 0 0;
	position: relative;
    background-color: #fff;
}
.post .text .content {
    /*padding-right: 60px;*/
    word-wrap: break-word;
    margin-bottom: 10px;
}
.post .text .content a {
    font-size: 1rem;
}
.post .dd-menu {    
    top: -3px;
    right: -10px;
}
.post {
    opacity: 1;
    visibility: visible;
    transition: opacity 100ms ease, visibility 100ms ease, max-height 200ms ease, margin-bottom 200ms ease;
}
.post.fadeout {
    opacity: 0;
    visibility: hidden;
    max-height: 600px;
}
.post.hidden {
    max-height: 0;
    margin-bottom: 0px;
}
/*.post .text .content {
	white-space: pre-wrap
}*/
.post .post-img {
	max-width: 100%;
	/*width: 100%;*/
	display: block;
    /*min-height: 100%;*/
    height: auto;
    /*max-height: 600px;*/
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateZ(0);

    image-rendering: optimizeQuality;
    /*margin-bottom: 10px;*/
}
.post .post_images .img-place {
    max-height: 600px;
}
.post .post_images a.img-wrap {
    text-decoration: none;
}
.post .post_images .img-wrap:hover {
    transition: box-shadow 160ms ease;
    box-shadow: 0px 30px 80px 0px rgba(0,0,0,0.1), 0px 10px 30px 0px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.2), 0px 1px 4px 0px rgba(0,0,0,0.2);
}
/*.post .images_wrap_outer {
    overflow: scroll;
    border-radius: 4px;
}
.post .images_wrap_inner {
    width: 5000px;
}
.post .images_wrap_inner .post-img {
    max-width: 540px;
    width: auto;
    max-height: 400px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}*/
.post .post_images {
    position: relative;
}
/*.post .post_images img {
}*/
.post .post_images .img-wrap{
    display: block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
    transform: translate3D(0,0,0);
    transition: box-shadow 600ms ease;
}
.post .post_images .img-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    width:100px;
    background: -moz-radial-gradient(80px 80px, ellipse farthest-side,  rgba(100,100,100,0.4) 0%, rgba(100,100,100,0) 100%);
    background: -webkit-radial-gradient(80px 80px, ellipse farthest-side,  rgba(100,100,100,0.4) 0%,rgba(100,100,100,0) 100%);
    background: radial-gradient(ellipse farthest-side at 80px 80px,  rgba(100,100,100,0.4) 0%,rgba(100,100,100,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#00646464',GradientType=1 );
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 300ms ease;
}
.post .post_images .img-wrap:after {
    font-family: 'icomoon' !important;
    content: "\e8ff";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 36px;
    text-shadow: 0 0 2px rgba(100,100,100,1), 0 0 10px rgba(100,100,100,0.6), 0 0 20px rgba(100,100,100,0.4);
    transform: scale(0.8) translate(10px, 10px);
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 300ms ease, transform 300ms ease;
}
.post .post_images .img-wrap:hover:after, .post .post_images .img-wrap:hover:before {
    transform: scale(1) translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease, transform 100ms ease;
}
.post .post_images .img-wrap:nth-child(2) {
    width: calc(50% - 5px);
    float: left;
    padding-bottom: 30%;
    height: 0;
}
.post .post_images .img-wrap:nth-child(3) {
    width: calc(50% - 5px);
    float: right;
    padding-bottom: 30%;
    height: 0;
}
.post .post_images .img-wrap.additionalImages {
    background: rgba(0,0,0,0.2);
    position: relative;
}
.post .post_images .img-wrap.additionalImages:after, .post .post_images .img-wrap.additionalImages:before{
    display: none;
}
.post .post_images .img-wrap.additionalImages span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    font-size: 1.8rem;
    display: block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.post .post_images .img-wrap:nth-child(2) .img-place, .post .post_images .img-wrap:nth-child(3) .img-place {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.post .post_images .img_btn {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 20px;
    background: #fff;
}
.post_profile {
    /*display: inline-block;*/
}
.post_profile:hover a .post_profile-image{
    transform: scale(1);
}
.post_profile-image {
    position: absolute;
    left: -80px;
    top: -17px;
    height: 70px;
    width: 70px;
    border-radius: 80px;
    transform: scale(0.88);
    background-image: url("../images/default_user.jpg");
    transform-origin: center center;
    background-position: center center;
    background-size: cover;
    transition: transform 300ms ease;
}
a .post_profile-image:before, a .comment_profile-image:before, a .event_profile-image:before, a .profile-image:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(80,80,80,0.7);
    border-radius: 80px;
    opacity: 0;
    transition: opacity 300ms ease;
}
a .comment_profile-image:before, a .event_profile-image:before{
    background-color: rgba(255,255,255,1);
}
a .post_profile-image:after, a .comment_profile-image:after, a .event_profile-image:after, a .profile-image:after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e853";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity 300ms ease;
}
a .profile-image:after {
    font-size: 28px;
}
a .comment_profile-image:after, a .event_profile-image:after{
    color: #666;
    font-size: 32px;
}
a .post_profile-image:hover:before, a .comment_profile-image:hover:before, a .post_profile-image:hover:after, a .comment_profile-image:hover:after, a .event_profile-image:hover:after, a .event_profile-image:hover:before, .profile a:hover .profile-image:after, .profile a:hover .profile-image:before{
    opacity: 1;
    transition: opacity 100ms ease;
}
a.profile-image_enlarge .profile-image:after {
    content: "\e8ff";
    font-size: 40px;
}
.post_profile-text, .post_profile-text a {
	margin-bottom: 20px;
	color: #bbb;
	text-decoration: none;
    transition: color 200ms ease;
}
.post .text .post_profile-text a {
    color: #666;
    margin-right: 6px;
}

.newPost .text_newPost {
    padding: 14px 80px 14px 44px;
    width: 100%;
    /*width: calc(100% - 160px);*/
    /*background-color: #eee;
    background-color: rgba(0,0,0,0.06);*/
    /*f
    border: none;
    outline: none;*/
    min-height: 110px;
    font-size: 1.8rem;
	/*line-height: 1.4;*/
    margin: 0 0 10px 0;
	/*resize: vertical;*/
    /*transition: font-size 100ms ease;*/
}
.newPost .text_newPost::-webkit-input-placeholder { font-size: 1rem; }
.newPost .text_newPost::-moz-placeholder { font-size: 1rem; } /* firefox 19+ */
.newPost .text_newPost:-ms-input-placeholder { font-size: 1rem; } /* ie */
.newPost .text_newPost:-moz-placeholder { font-size: 1rem; }
.newPost .btn_addImages {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: transparent;
}
.newPost .visibleOnFocus {
    visibility: hidden;
    opacity: 0;
    transition: background-position 600ms ease, visibility 400ms ease, opacity 400ms ease;
}
.newPost .visibleOnFocus.focus {
    visibility: visible;
    opacity: 1;
    transition: background-position 600ms ease, visibility 200ms ease, opacity 200ms ease;
}
.newPost .post_profile-image {
    left: 11px;
    top: 11px;
    height: 26px;
    width: 26px;
    border-radius: 80px;
    background-image: url("../images/default_user.jpg");
    background-position: center center;
    background-size: cover;
    transform: scale(1);
}
.newPost .post_profile-text {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 46px;
    line-height: 40px;
	margin-bottom: 0;
}
button.btn_newPost {
	float: right;
}
.newPost #dyn_font {
    display: none;
}
.newPost #dyn_font + label {
    display: none;
}
.err_newPost {    
	position: absolute;
    bottom: 20px;
    right: 120px;
    line-height: 38px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 200ms ease, opacity 200ms ease;
}
.err_newPost.visible {
	visibility: visible;
	opacity: 1;
}
.newPost_images {
    position: relative;
	float: right;
    width: 18%;
    width: calc(150px);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    border-radius: 4px;
    /*background-color: #eee;
    background-color: rgba(0,0,0,0.06);*/
    box-sizing: border-box;
   /* border: none;
    outline: none;*/
    min-height: 110px;
    font-size: 0.9rem;
    /*font-family: Arial, sans-serif;*/
	line-height: 1.4;
    margin: 0 0 10px 0;
}
.newPost_images .label {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
}
.newPost_images .label [class^="icon-"], .newPost_images .label [class*=" icon-"] {
	position: absolute;
    top: -50px;
    font-size: 36px;
    left: 50%;
    margin-left: -19px;
}
.newPost_images.hasImages .label [class^="icon-"], .newPost_images.hasImages .label [class*=" icon-"]{
    color: rgb(74,184,211);
}
.newPost_images #image_preview {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
}
.newPost_images #image_preview #previewing{
    display: inline-block;
    max-height: 48px;
}
.newPost .setPrivacy {
    float: right;
    margin-right: 10px;
}
.setPrivacy .selectric-wrapper {
    width: 200px;
    display: block;
}
.setPrivacy .selectric {
    padding-left: 30px;
}
.setPrivacy .selectric:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9ce";
    position: absolute;
    left: 10px;
    line-height: 40px;
    font-size: 18px;
}
.logo {
    position: relative;
    height: 300px;
    perspective: 800px;
    perspective-origin: 140px 0;
    /*display: none;*/
    margin-top: -200px;

}
.logo a {
	display: block;
    position: absolute;
    line-height: 40px;
    background-color: #ffcc1d;
    /*background-color: rgba(0,0,0,0.06);*/
    padding: 50px 30px;
    font-size: 2rem;
    text-decoration: none;
    border-radius: 8px;
    animation-name: logo;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.27,.75,.9,1);
    /*transform:translate3d(0px,100px,0) rotateZ(-6deg) rotateX(0deg) rotateY(0deg);*/
    transform-origin: top;
    transform-origin: 50% 16%;
}
@keyframes logo {
    0% {
    	transform: translate3d(0px,-100px,0) rotateZ(2deg) rotateX(-90deg) rotateY(0deg)
    }
    15% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(0deg) rotateY(0deg)
	}
	20% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(30deg) rotateY(0deg)
	}
	40% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(-20deg) rotateY(0deg)
	}
	60% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(15deg) rotateY(0deg)
	}
	80% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(-5deg) rotateY(0deg)
	}
    100% {
	    transform: translate3d(0px,100px,0) rotateZ(-6deg) rotateX(0deg) rotateY(0deg)
	}
}

.logo:before {
    content: "";
    width: 5px;
    height: 200px;
    background-color: #eee;
    position: absolute;
    left: 26px;
    top: -66px;
    z-index: 1;
    border-radius: 10px;
    animation-name: rope;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.27,.75,.9,1);
}
.logo:after {
    content: "";
    width: 5px;
    height: 200px;
    background-color: #eee;
    position: absolute;
    left: 228px;
    top: -87px;
    z-index: 1;
    border-radius: 10px;
    animation-name: rope;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.27,.75,.9,1);
}

@keyframes rope {
    0% {
    	transform: translate3d(0px,-140px,0)
    }
    15% {
	    transform: translate3d(0px,0px,0)
	}
    100% {
	    transform: translate3d(0px,0px,0)
	}
}

.logo a:before{
	content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #eee;
    background-color: rgba(0,0,0,0.06);
    border-radius: 10px;
    top: 16px;
    left: 22px;
}
.logo a:after{
	content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #eee;
    background-color: rgba(0,0,0,0.06);
    border-radius: 10px;
    top: 16px;
    right: 22px;
}
.comment-toggle {
   /* background-color: #f7f7f7;
    background-color: rgba(0,0,0,0.06);*/
    border-radius: 4px;
    display: inline-block;
}
.comment-toggle .toggle-text {
    padding: 4px 20px 4px 28px;
    line-height: 32px;
    /*color: #fff;*/
    cursor: default;
    position: relative;
}
.comment-toggle .toggle-text .string02.hidden{
    display: none;
}
.comment-toggle .toggle-text:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0b7";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 10px;
}
.comment-section {
	/*background-color: #f7f7f7;
    background-color: rgba(0,0,0,0.06);*/
    display: none;
}
.comment-section.visible {
    display: block;
}
.comments {

}
.comments li {
	padding: 6px 20px 0px 48px;
    margin-bottom: 14px;
    border-bottom: 2px solid #fff;
    position: relative;
    box-sizing: border-box;
}
.comments li:first-child {
    margin-top: 10px;
}
.comments li.tempComment {
    padding: 6px 20px 0px 48px;
    margin-bottom: 14px;
    max-height: 1000px;
    overflow: hidden;
    transition: all 500ms ease;
    opacity: 1;
    border-bottom: 2px solid #fff;
}
.comments li.tempComment.invisible {
    padding: 0px 20px 0px 48px;
    margin-bottom: 0px;
    max-height: 0;
    opacity: 0;
    border-bottom: 0px solid #fff;
}
.comments li .dd-menu {
    top: 0px;
    right: 0px;
}
.comments li .dd-menu-toggle{
    opacity: 0.1;
    transition: opacity 200ms ease;
}
.comments li:hover .dd-menu-toggle {
    opacity: 1;
    transition: opacity 100ms ease;
}
.comments .dd-menu-overlay {
    position: absolute;
    top: 50px;
    right: -10px;
    background: #fff;
    z-index: 1;
    padding: 10px 0;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: visibility 50ms ease, opacity 50ms ease;
}
.comments .dd-menu-overlay.visible {
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
}
.comments .dd-menu-overlay ul li {    
    margin: 0;
    padding: 0;
    border: none;
}
.comment_body {
    padding-right: 30px;
}
/*.comments li:last-child {
	border-bottom: none;
}*/

.comment_profile {
	position: relative;
}
.comment_profile-image {    
	position: absolute;
    left: -37px;
    top: -3px;
    height: 26px;
    width: 26px;
    border-radius: 80px;
    background-image: url("../images/default_user.jpg");
    background-position: center center;
    background-size: cover;
}
.comment_profile-text, .comment_profile-text a {
	margin-bottom: 6px;
	color: #bbb;
	text-decoration: none;
}
.comment-section .newComment {
	padding: 0;
    position: relative;
}
.comment-section .newComment:after {
    content: "";
    display: block;
    clear: both;
}
.comment-section .newComment .comment_profile-image {
	top: 6px;
    left: 11px;
}
.text_comment {
	padding: 10px 30px 10px 48px;
    width: 90%;
    width: calc(100% - 50px);
    margin-right: 10px;
   /* background-color: #eee;
    background-color: rgba(0,0,0,0.06);*/
    /*box-sizing: border-box;
    border: none;
    outline: none;*/
    /*font-size: 1rem;
    font-family: Arial, sans-serif;
	line-height: 1.4;
    margin: 0;
	resize: vertical;
	display: block;*/
    float: left;
}
.newComment button.emoji-toggle {
    padding: 0;
    min-width: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 51px;
    background: transparent;
    border-radius: 50%;
}
button.btn_newCommment {
    height: 40px;
    width: 40px;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    padding: 0;
}
button.btn_newCommment .icon {    
    font-size: 30px;
    position: relative;
    line-height: 39px;
}

.overflowVisible {
    overflow: visible !important;
}
.overflowHidden {
    overflow: hidden;
}
.event-list {
    position: relative;
    /*margin-top: 190px;
    margin-left: 40px;*/
    background: #fff;
}
.event-list ul {
    margin-bottom: 20px;
}
.event-list ul li {
    border-bottom: 2px solid #f7f7f7;
}
.event-list .events_top {
    margin-bottom: 10px;
}
.event-list .events_title {
    line-height: 40px;
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none;
    display: block;
}
.event-list .events_top .icon {
    font-size: 36px;
    color: #666;
}
.event-list .events_title .icon {
    position: absolute;
    right: 0;
}
/*.event-list .btn_newEvent {    
    float: right;
    min-width: 0;
    padding: 0;
    line-height: 1;
    background: transparent;
    text-decoration: none;
}
.event-list .btn_newEvent .icon{
    font-size: 32px;
    position: relative;
    top: 2px;
}*/
.event-list .event_header{
    padding: 20px 70px 20px 0;
    position: relative;
    display: block;
    text-decoration: none;
}
/*.event-list .event_header:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e409";
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 28px;
    opacity: 0.2;
    transform: rotateZ(0deg);
    transition: all 300ms ease;
}*/

.event-list .event_header:before{
    content: "Details";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transform: rotateZ(0deg);
    transition: all 400ms 0ms ease;
    padding: 20px 0px;
    width: 30px;
    color: transparent;
    overflow: hidden;
}
.event-list .event_header:hover:before{
    opacity: 0.7;
    transform: rotateZ(0deg);
    color: #333;
    width: 50px;
    padding: 20px 10px;
    transition: all 200ms 200ms ease;
}
.event-list .event_header.open:before, .event-list .event_header.open:hover:before{
    opacity: 1;
    transform: rotateZ(90deg);
}
.event-list .event_date {
    color: #aaa;
}
.event-list .event_detail{
    padding: 0px 50px 20px 0;
    display: none;
}
.event-list .event_detail.visible {
    display: block;
}
.event_profile {
    position: relative;
}
.event_profile-image {    
    position: absolute;
    left: -42px;
    top: -3px;
    height: 32px;
    width: 32px;
    border-radius: 80px;
    background-image: url("../images/default_user.jpg");
    background-position: center center;
    background-size: cover;
}
.event_created {
    padding: 4px 0px 4px 42px;
}
* + .event_created {
    margin-top: 20px;
}
.event_created a {
    /*text-decoration: none;*/
}
.event-list .event_detail.visible:hover .event_created a {
}
.event_location, .event_privacy {
    position: relative;
    padding-left: 42px;
    margin-top: 28px;
    /*color: #bbb;*/
}
.event_location:before, .event_privacy:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e948";
    position: absolute;
    left: -1px;
    font-size: 36px;
    top: -6px;
}
.event_privacy:before {
    content: "\e9ce";
    font-size: 34px;
}
.event-list .events_create {
    padding: 20px 0;
    display: none;
}
.event-list .events_create.visible {
    display: block;
}
.event-list .events_create input, .event-list .events_create textarea {
    width: 100%;
    margin-bottom: 10px;
}
.event-list #event_start, .event-list #event_end {
    width: calc(50% - 5px);
}
.event-list #event_start {
    margin-right: 10px;
    float: left;
}
.events_create .setPrivacy {
    float: left;
    width: calc(100% - 120px);
}
.events_create .setPrivacy .selectric-wrapper{
    width: 100%;
}
.event-list button.btn_createEvent {
    float: right;
    width: 110px;
}
.clearfix:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}
.topfix:before {
    content: "";
    display: block;
    height: 1px;
}
.anchor_wrap {
    position: relative;
    height: 0;
    width: 0;
}
.anchor {
    position: absolute;
    top: -110px;
    height: 0;
    width: 0;
}
.privacyLabel {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 0 3px;
    margin-left: 4px;
    transition: all 100ms ease;
}
.privacyLabel:hover {
    color: #666;
    box-shadow: 0 0 0 1px #aaa;
    border-radius: 2px;
}
.profile_items {
    margin-bottom: 60px;
    padding-right: 20px;
}
.profile_items > h2 {
    display: inline-block;
    margin-right: 20px;
}

.event-image_wrap {
    background: rgba(0,0,0,0.2);
    position: relative;
}

.event-image {
    height: 40vh;
    width: 100%;
    max-width: 210vh;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.1);
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.event-image-crop {

}
.event-image-crop .event-image-crop-layer0{
    position: relative;
    margin: 0 auto;
}
.event-image-crop .event-image-crop-layer1 {
    position: relative;
    max-width: 210vh;
    margin: 0 auto;
    transition: max-width 300ms ease;
}
.event-image-crop .event-image-crop-layer2 {
    position: relative;
    padding-bottom: 20%;
    box-sizing: border-box;
    transition: padding-bottom 300ms ease;
    min-height: 120px;
}
.event-image-crop .event-image-crop-layer2:after {
    font-family: 'icomoon' !important;
    content: "\e56b";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 36px;
    text-shadow: 0 0 2px rgba(100,100,100,1), 0 0 10px rgba(100,100,100,0.6), 0 0 20px rgba(100,100,100,0.4);
}
.event-image-crop .event-image-crop-layer3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.1);
    background-position: center;
    background-size: cover;
}

.event-image-crop.fullHeight .event-image-crop-layer1 {
    max-width: 100%;
}
/*.event-image-crop.fullHeight .event-image-crop-layer2 {
    padding-bottom: 56.24%;
}*/
/* Aspect Ratio = (100 / imageWidth) * imageHeight */


/*.event-image.fullImageHeight {
    height: auto;
    max-width: 100%;
}
.event-image.fullImageHeight:before {
    content: "";
    display: block;
    padding-top: 30%;
}*/
#image-input-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(240,240,240,0.9);
    transition: opacity 300ms ease;
}
#image-input-click .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
}
#image-input-click .caption:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    font-size: 60px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#image-input-click.hasImages .caption:before {
  content: "\e5ca";
}
#image-input-click:hover, #image-input-click.visible {
    opacity: 1;
    transition: opacity 100ms ease;
}
/*.page-event .event-image_wrap + #wrap, .page-event_edit .event-image_wrap + #wrap{
    padding-top: 0;
}*/
.event_text {
    margin-bottom: 40px;
    width: 100%;
    white-space: pre-line;
}
/*#event_form #file, #event_form .btn_addImage {
    visibility: hidden;
    height: 0;
    width: 0;
}*/
#event_form .event_text {
    margin-bottom: 20px;
}
.page-event h1 .dd-menu {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    height: 40px;
    width: 40px;
}
.page-event .event_title, .page-event_edit .event_title {
    font-size: 2.8rem;
    margin:30px 0 20px 0;
    font-weight: 300;
    display: inline-block;
}
.page-event_edit .event_title + button.emoji-toggle {
    top: 50px;
}
.page-event_edit .event_title {
    padding-right: 40px;
}
.page-event .btn_editEvent {
    margin-left: 20px;
    position: relative;
    top: -10px;
}
.page-event .event_date, .page-event_edit .event_date {
    margin: -20px 0 30px 0;
}
.page-event_edit button.btn.btn_abort {
    float: right;
    display: block;
    margin-top: 20px;
}
.page-event_edit .tut_hint {
    margin-bottom: 0;
    margin-top: 20px;
}
#event_form #event_start, #event_form #event_end {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative;
}
#event_form .setPrivacy {
    margin-top: 20px;
    float: left;
    width: calc(50% - 10px);
}
#event_form #event_end {
    float: none;
    margin-right: 0;
}
#event_form .event_date {
    margin: 0 0 20px 0;
    position: relative;
}
#event_form .btn_editEvent {
    margin-top: 20px;
    float: right;
    margin-left: 10px;
}
.guest-title{
    margin-top:0;
    float: left;
}
.guest_list_profile {
    position: relative;
    padding: 4px 10px 6px 40px;
    margin-bottom: 10px;
}
.guest_list_profile .profile-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
}
.guest_list_profile .profile-text a{
    text-decoration: none;
}
.guest_top {
    padding-top: 2.9rem;
}
.btn_toggleGuest {
    float: right;
    margin-bottom: 1rem;
}
.btn_toggleGuest.isGuest span {
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    transition: max-width 300ms ease, opacity 300ms ease;
}
.btn_toggleGuest.isGuest:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5ca";
    font-size: 30px;
    display: inline;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:opacity 300ms ease;
}
.btn_toggleGuest.isGuest:hover span{
    max-width: 100px;
    max-height: 50px;
    line-height: 1;
    opacity: 1;
    /*overflow: visible;*/
}
.btn_toggleGuest.isGuest:hover:before {
    opacity: 0;
}
/*======================================
  Selectric v1.10.1
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  /*border: 1px solid rgba(0,0,0,0.1);*/
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  font-size: 1rem;
  line-height: 40px;
  color: #444;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
  border-radius: 4px 4px 0 0;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
  border-bottom: 0 !important;
  transition: background 300ms ease;
}
.selectric-items li.selected {
  background: rgba(0,0,0,0.03);
  color: #444;
}
.selectric-items li:hover {
  background: rgba(0,0,0,0.06);
  transition: background 100ms ease;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}








/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
  height: 0 !important;
  width: 0 !important;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:1px;
    border: 1px solid #666;
    background: white;
    margin-right: 10px;
    border-radius: 2px;
    transition: all 100ms;

    content: "\e5ca";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: transparent;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background: rgba(0,0,0,0.1);
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #666;
  color: #fff;
}


.overlay_wrap, .confirm_wrap{
    background: rgba(240,240,240,0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms ease, visibility 600ms ease;

}
.overlay_wrap.visible, .confirm_wrap.visible{
    opacity: 1;
    visibility: visible;
    transition: opacity 300ms ease, visibility 300ms ease;
}
.overlay, .confirm-ov {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70vh;
    width: 60vw;
    min-width: 320px;
    max-width: 900px;
    min-height: 50vh;
    max-height: 80vh;
    transform: translate(-50%,-50%) scale(0.96);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms ease, visibility 600ms ease, transform 600ms ease;
}
.overlay_wrap.visible .overlay, .confirm_wrap.visible .confirm-ov{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    visibility: visible;
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
}
.overlay .top_line, .confirm-ov .top_line{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 2;
}
.overlay .icon-close, .confirm-ov .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 34px;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
    transition: all 300ms ease;
    z-index: 2;
}
.overlay .icon-close:hover, .confirm-ov .icon-close:hover {
    color: rgba(0,0,0,0.8);
    transition: all 100ms ease;
}
.overlay .overlay_content, .confirm-ov .confirm_content{
    padding: 5% 50px 5% 5%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
    min-height: 99%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.overlay:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.overlay h1, .confirm-ov h1 {
    margin: 0;
    display: inline-block;
}
.overlay h2, .confirm-ov h2 {
    margin-top: 0;
    display: inline-block;
    /*margin-left: 4px;*/
    font-size: 1.4rem;
}
.overlay .overlay_sent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
}
.overlay .overlay_sent_msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.overlay .overlay_sent_msg .icon {
    display: inline-block;
    font-size: 60px;
    background: rgba(0,0,0,0.1);
    border-radius: 100px;
    width: 100px;
    height: 100px;
    padding-top: 18px;
    box-sizing: border-box;
}
.overlay .overlay_sent_msg .msg {
    display: block;
    margin-top: 20px;
}
.confirm-ov {
    height: 30vh;
    width: 50vw;
    min-width: 320px;
    max-width: 700px;
    min-height: 230px;
    max-height: 320px;
}
.confirm-ov .confirm_buttons {
    padding: 0 5% 5% 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.confirm-ov .confirm_buttons button {
    display: inline-block;
    margin: 0 10px;
}
.video_embed {
    position: relative;
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
    margin-bottom: 10px;
    height: 0;
    padding-bottom: 56.33%;
}
.video_embed .video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
}
.video_embed iframe {
    display: block;
}
.page-events .btn_newEvent {
    padding-left: 32px;
    margin-bottom: 30px;
    margin-top: -20px;
}
.page-events .btn_newEvent .icon {
    position: absolute;
    font-size: 22px;
    left: 6px;
}
.page-profile #main, .page-events #main, .page-profiles #main {
    width: 100%;
    max-width: 100%;
    float: none;
}
.page-profile #site .profile-image{
    float: left;
    margin-right: 20px;
}
.page-profile #site .profile-image #uploadProfileImage .icon-image{    
    font-size: 36px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -36px;
}
.page-profile #site .profile-image #uploadProfileImage.visible .icon-image{  
    opacity: 0;
}
.page-profile #site .profile-image #uploadProfileImage .label{
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border-radius: 200px;
    background: rgba(240,240,240,0.95);
    padding: 92px 26px 0 26px;
    line-height: 1.1rem;
    text-align: center;
    opacity: 0.9;
    transition: opacity 300ms ease;
}
.page-profile #site .profile-image #uploadProfileImage:hover .label, .page-profile #site .profile-image #uploadProfileImage.visible .label{
    opacity: 1;
    transition: opacity 100ms ease;
}
.page-profile .description label {
    margin: 1.33em 0 6px 0;
    font-weight: bold;
    display: block;
}
.page-profile #site .profile-image #uploadProfileImage #selectImage_overlay .btn_addImages{
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border-radius: 200px;
    color: transparent;
    background: transparent;
}

.page-profile #site .profile-text {
    padding-top: 1px;
    margin-left: 180px;
    width: 100%;
    max-width: 640px;
    position: relative;
}
.page-profile #site .profile-text .name{
    font-weight: 300;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 40px;
    margin-right: 16px;
}
.page-profile #site .profile-text .rel .name {
    margin-top: 0;
}
.page-profile #site .profile-text .rel {
    margin-top: 40px;
}
.page-profile #site .profile-text .btn.btn_round {
    display: inline-block;
    top: -5px;
    margin-right: 10px;
}
.page-profile #site .description {
    margin-left: 180px;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding-bottom: 50px;
    /*z-index: -1;*/
}
.page-profile #site .description .btn_profileText{
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-profile #site .description .desc_text{
    width: 100%;
    margin-top: 10px;
    white-space: pre-line;
}
.page-profile #site .detail-content {
    margin-left: 180px;
}
.page-profile #site .images {
}
.page-profile #site .images .image-wrap{
    width: calc(33.33% - 20px);
    float: left;
    margin: 0 20px 20px 0;
    transition: box-shadow 600ms ease;
}
.page-profile #site .images .image-wrap:hover {
    transition: box-shadow 160ms ease;
    box-shadow: 0px 30px 80px 0px rgba(0,0,0,0.1), 0px 10px 30px 0px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.2), 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.page-profile #site .images .image-wrap .image, .page-profile #site .images .image-wrap .default_fix_image{
    /*padding-bottom: 100%;*/
    width: 100%;
    /*background-size: cover;
    background-position: center center;*/
    image-rendering: -webkit-optimize-contrast;
    border-radius: 4px;
    display: block;
}
.page-profile #site .images .image-wrap .default_fix {
    position: relative;
}
.page-profile #site .images .image-wrap .default_fix .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
/*.page-profile #site .description button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
}
.page-profile #site .description.focus button {
    opacity: 1;
    visibility: visible;
    transition: opacity 100ms ease, visibility 100ms ease;
}*/
.page-profile .description h4 {
    margin-bottom: 2px;
}

#uploadProfileImage .loader {
    /*background: #666;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease, opacity 300ms ease;
}
#uploadProfileImage .loader:after {
    content: "";
    background-image: url("../images/spinner8.svg");
    height: 32px;
    width: 32px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -16px;
    margin-top: -16px;
    animation-name: loader;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    visibility: hidden;
    transition: visibility 200ms ease, opacity 200ms ease;
}

#uploadProfileImage.loading .loader:after {
    opacity: 0.8;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
}

#uploadProfileImage.visible .loader {
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
}

#uploadProfileImage .loader:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 100ms ease, opacity 100ms ease;
}
#uploadProfileImage.done .loader:before {
    content: "\e5ca";
}

#uploadProfileImage.fail .loader:before {
    content: "\e5cd";
}

#uploadProfileImage.done .loader:before {
    opacity: 1;
    visibility: visible;
    transition: visibility 200ms 200ms ease, opacity 200ms 200ms ease;
}

#uploadProfileImage.fail.show .loader:before {
    content: "\e5cd";
    opacity: 1;
    visibility: visible;
    transition: visibility 200ms 200ms ease, opacity 200ms 200ms ease;
}


.page-settings .profile_url {
    padding-left: 100px;
}
.page-settings .path_input {
    position: relative;
}
.page-settings h1 + button.btn_saveSettings {
    top: -10px;
    position: relative;
}
.page-settings .path_input .before {
    position: absolute;
    left: 10px;
    top: 1px;
    line-height: 40px;
    color:  rgba(0,0,0,0.4);
}
.page-settings .path_input input {
    padding-left: 196px;
    padding-left: 368px; /* http://creative-area.com/schroedersfeld/nachbarn/ */
    position: relative;
    background: transparent;
    transition: none;
}
.page-settings label + input[type="text"], .page-settings #path, .page-settings label + .rel input[type="text"]{
    margin: 10px 0 20px 0;
}
.page-settings .btn_toggleSettings {
    margin-bottom: 20px;
}
.page-settings input[type="checkbox"] + label {
    display: block;
    margin-bottom: 20px;
}
.page-settings section {
    margin: 40px 0 60px 0;
}

button.emoji-toggle {
    position: absolute;
    padding: 0;
    min-width: 0;
    height: 40px;
    width: 40px;
    top: 1px;
    right: 1px;
    background: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
button.emoji-toggle:hover {
    background: none;
}
.emoji-toggle:before {
    content: "\e813";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-size: 26px;
    top: 0;
    position: absolute;
    line-height: 40px;
    color: rgba(0,0,0,0.2);
    left: 0;
    width: 100%;
    text-align: center;
}
button.emoji-toggle:hover:before {
    color: #666;
}
.rel {
    position: relative;
}
.cssSize{
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    float: none;
}

#loadingPosts {
    position: relative;
    text-align: center;
    height: 100px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0ms ease;
}
#loadingPosts.show {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 100ms 400ms ease;
}
#loadingPosts .loader {
    
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    line-height: 60px;
    /*left: 50%;
    transform: translateX(-50%);*/


    background: #70d2c5;
    background: rgb(74,184,211);
    background: -moz-linear-gradient(-45deg, rgba(74,184,211,1) 0%, rgba(91,205,212,1) 33%, rgba(209,233,131,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    background: linear-gradient(135deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab8d3', endColorstr='#d1e983',GradientType=1 );
    background-size: 300% 100%;
    background-position: 60% 0;
}
#loadingPosts .loader:after {
    content: "";
    background-image: url("../images/spinner8_white.svg");
    height: 28px;
    width: 28px;
    background-size: 26px 26px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -14px;
    animation-name: loader;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loadingPosts.none .loader{
    display: none;
}

#loadingPosts .label {
    display: inline-block;
    line-height: 26px;
    padding: 17px 14px 17px 14px;
}

/* itemSearch */

section.section_itemSearch {
    margin-bottom: 30px;
}
#itemSearchInput {
    width: 100%;
    line-height: 20px;
    padding-right: 40px;
}
.page-items input[type="checkbox"] + label {
    display: block;
    margin-bottom: 20px;
}
.page-items aside#sidebar {
    margin-top: 40px;
}
.item.not-available {
    /*opacity: 0.7;*/
}
#itemSearchResults .item:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}
button.btn.btn_createItem .icon {
    position: absolute;
    font-size: 22px;
    left: 6px;
}
button.btn.btn_createItem {
    padding-left: 32px;
    margin-bottom: 30px;
    /*margin-top: -20px;*/
    display: block;
}
.btn_itemSearch {
    width: 60px;
    float: right;
    padding: 6px !important;
    min-width: 60px !important;
}
.item-detail {
    /*max-height: 0;
    overflow: hidden;*/
    display: none;
    margin-bottom: 40px;
    max-width: 560px;
}

.item-detail .left-column {
    float: left;
    width: 140px;
}
.item-image img {
    display: block;
    margin-bottom: 10px;
    border-radius: 3px;
    width: 100%;
}
.item-detail .right-column.leftIn {
    padding-left: 160px;
}
.item-head {
    position: relative;
}
.item .dd-menu {
    position: absolute;
    top: -3px;
    right: -10px;
}
.item-head h2 {
    /*margin-bottom: 14px;*/
    display: inline-block;
    margin: 0 0 14px 0;
}
.item.not-available .item-head h2 {
    color: rgba(0,0,0,0.3);
}
.item-head .itemDetailToggle {
    border-bottom: 1px solid #666;
    cursor: pointer;
}
.item.not-available .item-head .itemDetailToggle {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.item-description{
    margin-bottom: 8px;
    white-space: pre-wrap;
}
.item-type, .item-user, .item-user a{
    display: inline-block;
    color: rgba(0,0,0,0.4);
}
.item .left-column button.btn {
    width: 100%;
    padding: 6px;
}
.item-detail .item-state {
    margin-bottom: 10px;
}
.item-buttons {
    margin-top: 20px;
}
.item-buttons button.btn:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
}
.overlay .btn_addImage {
    width: 180px;
    height: 120px;
    border-radius: 4px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    outline: none;
    color: inherit;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}
.overlay .btn_addImage.hasImage {
    background: rgb(74,184,211);
    background: -moz-linear-gradient(-45deg, rgba(74,184,211,1) 0%, rgba(91,205,212,1) 33%, rgba(209,233,131,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    background: linear-gradient(135deg, rgba(74,184,211,1) 0%,rgba(91,205,212,1) 33%,rgba(209,233,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab8d3', endColorstr='#d1e983',GradientType=1 );
    color: #fff;
}
.overlay .btn_addImage .caption {
    position: relative;
}
.overlay .btn_addImage:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    font-size: 40px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.item_description {
    width: calc(100% - 190px);
    min-height: 120px;
    margin-bottom: 20px;
}
.createItem_buttons {
    margin-top: 20px;
    margin-bottom: 60px;
}
.createItem_buttons button:first-child{
    margin-right: 10px;
}
.itemSearchCount {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.btn_profileItems {
    top: -10px;
    position: relative;
}
.page-profile .btn_profileItems {

}
.page-items h1, .page-settings h1 {
    display: inline-block;
    margin-right: 20px;
}
.section_filterToggle {
    display: none;
}
.itemSearchInputWrap {
    width: calc(100% - 70px);
    float: left;
    position: relative;
}
.itemSearchInputClear {
    position: absolute;
    right: 8px;
    top: 50%;
    border-radius: 40px;
    height: 26px;
    width: 26px;
    background-color: rgba(0,0,0,0.1);
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 200ms ease;
}
.itemSearchInputClear:hover {
    background-color: rgba(0,0,0,0.2);
}
.itemSearchInputClear .icon {
    top: 2px;
    position: relative;
    color: #fff;
}
#pm_content {
    width: 100%;
    min-height: 120px;
    margin-bottom: 20px;
}
.btn_abortOverlay {
    margin-right: 10px;
    margin-bottom: 10px;
}
#pmCopy + label {
    margin-bottom: 20px;
    display: block;
}

input[type=text].item_title {
    margin-bottom: 20px;
}

.tut_hint {
    padding: 20px;
    background: rgb(244,244,244);
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    max-width: 600px;
    border-top: 4px solid rgba(0,0,0,0.08);
}
.page-profile #main > .tut_hint {
    margin-left: 180px;
}
/*.page-event .tut_hint {
    margin-top: 20px;
}*/
.tut_hint_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
}
.tut_hint_close:hover {
    color: rgba(0,0,0,0.8);
}
.tut_hint_content {
    padding-right: 30px;
}
.tut_hint_content h3 {
    margin-top: 0;
    font-weight: 400;
}
.tut_hint_content h3 .icon {
    margin-right: 4px;
    font-size: 26px;
    line-height: 1rem;
    top: 3px;
    position: relative;
}
.btn_resetTutHints {
    margin-bottom: 20px;
}
.feed_pre {
    margin-bottom: 60px;
}
.betaEnd {
    padding: 20px;
    margin: 0;
    max-width: 800px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    box-sizing: border-box;
}
.betaEnd .btn {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 6px 32px;
}
.betaEnd span {
    max-width: 490px;
    display: block;
    margin: 40px auto;
}
@media only screen and (max-width: 1100px) {

    #main {
        width: 60%;
    }
    aside#sidebar {
        width: calc(40% - 60px);
    }
}

@media only screen and (max-width: 900px) {
    .betaEnd .btn {
        font-size: 1.2rem;
        line-height: 2.2rem;
        padding: 6px 24px;
    }
    h1 {
        font-size: 2.2rem;
    }
    body {
        line-height: 1.4;
        font-size: 15px;
    }

    #header .title a img{
        display: block;
        /*height: 40px;*/
        height: 56px;
        width: 182px;
    }
    .home #wrap {
        padding: 20px 20px 20px 60px;
    }
    #wrap {
       padding: 20px 20px 20px 20px;
    }
    /*.page-events #main > .tut_hint, .page-profile #main > .tut_hint, .page-event #main > .tut_hint, .page-settings #main > .tut_hint {
        margin-top: 20px;
    }*/
    #main, .page-profile #main, .page-events #main, .page-profiles #main {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        float: none;
    }
    #main {
        transition: margin-top 300ms ease;
    }
    aside#sidebar {
        display: none;
    }
    .page-items aside#sidebar, .page-event aside#sidebar {
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 400px;
        float: none;
    }
    .page-items aside#sidebar{
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 50%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        max-width: 440px;
        transform: translateX(-50%);
        max-height: 82px;
        /*overflow: hidden;*/
        transition: max-height 300ms ease;
    }
    /*#site.showFilter aside#sidebar {
        max-height: 220px;
    }*/
    .section_filter {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 300ms ease;
    }
    #site.showFilter .section_filter {
        max-height: 220px;
    }
    #site.showFilter #main {
        margin-top: 200px;
    }
    .page-items section.section_itemSearch {
        width: 100%;
    }
    .page-items .section_filterToggle {
        display: block;
        width: 40px;
        height: 40px;
        float: right;
        position: relative;
        margin-left: 10px;
        text-align: center;
        border-radius: 4px;
        background-color: rgba(0,0,0,0.1);
    }
    .page-items .section_filterToggle .icon {
        font-size: 26px;
        position: relative;
        top: 5px;
    }
    .itemSearchInputWrap {
        width: calc(100% - 120px);
    }
    .page-items #main {
        margin-top: 80px;
    }
    .post_profile-image {
        left: -54px;
        top: -8px;
        height: 50px;
        width: 50px;
    }
    .post_profile {
        padding-right:22px;
    }
    .newPost .post_profile-image {
        display: none;
    }
    .newPost .text_newPost {
        padding: 10px 40px 10px 10px;
        min-height: 0;
    }
    .newPost_images {
        width: 18%;
        width: calc(60px);
        min-height: 60px;
    }
    .newPost_images .label .msg{
        display: none;
    }
    .newPost_images .label [class^="icon-"], .newPost_images .label [class*=" icon-"] {
        top: -38px;
    }
    .page-profile #site .profile-image {
        float: none;
        margin: 20px auto 0;
        width: 120px;
        height: 120px;
    }
    .page-profile #site .profile-text .name {
        font-size: 1.4rem;
        margin: 0 0 18px 0;
        display: block;
    }
    .page-profile #site .description, .page-profile #site .profile-text {
        margin: 20px auto 0;
    }
    .page-profile #site .profile-text .btn.btn_round:last-child {
        margin-right: 0;
    }
    .page-profile #site .profile-text {
        text-align: center;
    }
    .page-profile #site .profile-image #uploadProfileImage .label {
        opacity: 1;
        top: auto;
    right: -23px;
        left: auto;
        bottom: -1px;
        height: 50px;
        width: 50px;
        box-sizing: border-box;
        padding: 0;
    }
    .page-profile #site .profile-image #uploadProfileImage .label .msg {
        display: none;
    }
    .page-profile #site .profile-image #uploadProfileImage .icon-image {
        font-size: 26px;
        margin-left: -13px;
        margin-top: -13px;
    }
    .profile_items {
        padding-right: 0px;
    }
    .page-settings .path_input .before span{
        display: none;
    }
    .page-settings .path_input input {
        padding-left: 84px !important;
    }
    .page-profile #site .profile-image #uploadProfileImage #selectImage_overlay .btn_addImages {
        top: auto;
        right: -23px;
        left: auto;
        bottom: -1px;
        height: 50px;
        width: 50px;
        border-radius: 80px;
    }
    .hint {
        max-width: 52vw; 
    }
    .post .post_images .img-wrap.additionalImages span {
        font-size: 1.2rem;
    }
    .post .post_images .img-wrap:after, .post .post_images .img-wrap:before {
        transform: scale(1) translate(0px, 0px);
        opacity: 1;
        visibility: visible;
    }
    .post .post_images .img-wrap:hover {
        box-shadow: none;
    }
    #header, #header_spacer {
        height: 60px;
        /*min-height: 50px;*/
    }
    .overlay, .confirm-ov {
        height: 90vh;
        width: 90vw;
        min-width: 320px;
        max-width: 90vw;
        min-height: 50vh;
        max-height: 90vh;
    }
    .confirm-ov {
        max-height: 300px
    }
    .newPost {
        padding-bottom: 10px;
        transition: padding-bottom 300ms 200ms ease;
    }
    .newPost.focus {
        padding-bottom: 40px;
        transition: padding-bottom 100ms ease;
    }
    button.btn_newPost {
        float: none;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .newPost .setPrivacy {
        float: none;
        margin-right: 0px;
        position: absolute;
        bottom: 0;
        right: 106px;
    }
    .post{
        margin-bottom: 30px;
    }
    .loggedIn .user_nav {
        margin-right: 0px;
    }
    .user_nav > li {
        margin-right: 10px;
    }
    .user_nav > li.profile_detail {
        margin-right: 3px;
    }
    .user_nav > li .icon {
        font-size: 22px;
    }
    .user_nav > li .icon-calendar {
        font-size: 24px;
    }
    .user_nav > li .dd-menu-toggle:before {
        font-size: 26px;
    }
    .page-profile #site .detail-content{
        margin-left: 0;
    }
    .page-profile #site .images .image-wrap {
        width: calc(33.33% - 10px);
        margin: 0 10px 10px 0;
    }
    .page-profile #site .images {
        margin-right: -10px;
    }

    /*.profile-list .profile-text{
        font-size: 1.2rem;
    }*/

    
    .profile-list li {
        width: calc(33.33% - 20px);
    }
    .profile-list .profile-text{
        font-size: 1rem;
        font-weight: normal;
        height: 60px;
    }

    .post .post-img {
        max-height: 100vh;
    }
    button.emoji-toggle {
        display: none;
    }
    .cssSize{
        float: left;
    }
    .post .post_images .img-place {
        max-height: 400px;
    }

    .btn_addImage {
        margin-bottom: 20px;
    }
    .item_description {
        width: 100%;
        min-height: 120px;
        margin-bottom: 20px;
    }
    .page-profile #main > .tut_hint {
        margin-left: 0;
    }
    .item-detail .left-column {
        float: left;
        max-width: 30%;
    }
    .item-detail .right-column.leftIn {
        padding-left: 0; 
        float: right;
        max-width: calc(70% - 10px);
    }

}
@media only screen and (max-width: 480px) {

    .newPost, .page-home .tut_hint {
        margin-left: -40px;
    }
    .cssSize{
        float: right;
    }
    .post .post_images .img-place {
        max-height: 320px;
    }
}
@media only screen and (max-width: 620px) {
    .user_nav > li.calendar-link, .user_nav > li.items-link, .user_nav > li.profile_detail {
        display: none;
    }
    .user_nav .dd-menu li.calendar-link, .user_nav .dd-menu li.items-link, .user_nav .dd-menu li.profile_detail {
        display: block;
    }
}

#imagelightbox-overlay
        {
    background: rgba(240,240,240,0.95);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imagelightbox-loading-temp{
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    overflow: hidden;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
}


#imagelightbox-loading,
        /*#imagelightbox-loading div
        {
            border-radius: 50%;
        }*/
        #imagelightbox-loading
        {
            width: 2.5em; /* 40 */
            height: 2.5em; /* 40 */
            background-color: #fff;
            position: fixed;
            z-index: 9998;
            top: 50%;
            left: 50%;
            border-radius: 100px;
            padding: 0.625em; /* 10 */
            margin: -1.25em 0 0 -1.25em; /* 20 */

            box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05), 0px 4px 16px 0px rgba(0,0,0,0.04), 0px 1px 3px 0px rgba(0,0,0,0.3);
        }

        #imagelightbox-loading:after {
            content: "";
            background-image: url("../images/spinner8.svg");
            height: 32px;
            width: 32px;
            background-size: 30px 30px;
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px;
            margin-top: -15px;
            animation-name: loader;
            animation-duration: 700ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            opacity: 0.8
        }

        /* OVERLAY */



        /* "CLOSE" BUTTON */

        #imagelightbox-close
        {
            width: 80px;
            height: 80px;
            text-align: left;
            background-color: rgba(100,100,100,0);
            border-radius: 50%;
            position: fixed;
            z-index: 10002;
            top: 2.5em; /* 40 */
            right: 2.5em; /* 40 */

            -webkit-transition: color .3s ease;
            transition: color .3s ease;
            text-align: center;
            transition: background 300ms ease;
        }
        #imagelightbox-close:hover { background-color: rgba(100,100,100,0.2);
            transition: background 100ms ease; }

        #imagelightbox-close:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e5cd";
            font-size: 36px;
            top: 0;
            position: relative;
            /*color: #fff;*/
        }

        /* CAPTION */

        #imagelightbox-caption
        {
            text-align: center;
            color: #fff;
            background-color: #666;
            position: fixed;
            z-index: 10001;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.625em; /* 10 */
        }


        /* NAVIGATION */

        #imagelightbox-nav
        {
            background-color: #444;
            background-color: rgba( 0, 0, 0, .5 );
            border-radius: 20px;
            position: fixed;
            z-index: 10001;
            left: 50%;
            bottom: 3.75em; /* 60 */
            padding: 0.313em; /* 5 */

            -webkit-transform: translateX( -50% );
            -ms-transform: translateX( -50% );
            transform: translateX( -50% );
        }
            #imagelightbox-nav button
            {
                width: 1em; /* 20 */
                height: 1em; /* 20 */
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 50%;
                display: inline-block;
                margin: 0 0.313em; /* 5 */
            }
            #imagelightbox-nav button.active
            {
                background-color: #fff;
            }


        /* ARROWS */

        .imagelightbox-arrow
        {
            width: 210px;
            height: 140px;
            background-color: #444;
            background-color: rgba(100,100,100,0);
            vertical-align: middle;
            display: none;
            position: fixed;
            z-index: 10001;
            top: 50%;
            margin-top: -3.75em;
            border-radius: 100px;
            transition: background 300ms ease;
        }
        .imagelightbox-arrow:hover  { background-color: rgba(100,100,100,0.2);
            transition: background 100ms ease; }
        /*.imagelightbox-arrow:active { background-color: rgba(100,100,100,0.5); }*/

            .imagelightbox-arrow-left   { left: -80px; /* 40 */ }
            .imagelightbox-arrow-right  { right: -80px; /* 40 */ }

            .imagelightbox-arrow:before
            {
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 72px;
                top: 0;
                position: relative;
                /*color: #fff;*/
            }
                .imagelightbox-arrow-left:before
                {   
                    content: "\e408";
                    right: -44px;
                }
                .imagelightbox-arrow-right:before
                {

                    content: "\e409";
                    left: -44px;
                }

        #imagelightbox-loading,
        #imagelightbox-overlay,
        #imagelightbox-close,
        #imagelightbox-caption,
        #imagelightbox-nav,
        .imagelightbox-arrow
        {
            -webkit-animation: fade-in .25s ease;
            animation: fade-in .25s ease;
        }
            @-webkit-keyframes fade-in
            {
                from    { opacity: 0; }
                to      { opacity: 1; }
            }
            @keyframes fade-in
            {
                from    { opacity: 0; }
                to      { opacity: 1; }
            }

        #imagelightbox-loading.fade-out,
        #imagelightbox-overlay.fade-out,
        #imagelightbox-close.fade-out,
        #imagelightbox-caption,
        #imagelightbox-nav.fade-out,
        .imagelightbox-arrow.fade-out
        
        {
            -webkit-animation: fade-out .25s ease;
            animation: fade-out .25s ease;
        }
            @-webkit-keyframes fade-out
            {
                from    { opacity: 1; }
                to      { opacity: 0; }
            }
            @keyframes fade-out
            {
                from    { opacity: 1; }
                to      { opacity: 0; }
            }

        @media only screen and (max-width: 900px) /* 660 */
        {
            #container
            {
                width: 100%;
            }
            #imagelightbox-close
            {
                top: 1.25em; /* 20 */
                right: 1.25em; /* 20 */
                background-color: rgba(100,100,100,0.3);
                color: rgba(255,255,255,0.7);
            }
            #imagelightbox-nav
            {
                bottom: 1.25em; /* 20 */
            }

            .imagelightbox-arrow
            {
                bottom: 20px;
                top: auto;
                width: 60px;
                height: 60px;
                background-color: rgba(100,100,100,0.3);
                color: rgba(255,255,255,0.7);
                
            }
            .imagelightbox-arrow-left   { left: 20px; /* 20 */ }
            .imagelightbox-arrow-right  { right: 20px; /* 20 */ }
            .imagelightbox-arrow-left:before {
                right: 3px;
                font-size: 48px;
            }
            .imagelightbox-arrow-right:before {
                left: 0px;
                font-size: 48px;
            }

            #imagelightbox-overlay {
                background: #000;
            }
        }

        @media only screen and (max-width: 20em) /* 320 */
        {
            .imagelightbox-arrow-left   { left: 0; }
            .imagelightbox-arrow-right  { right: 0; }
        }