.editor{
padding:0;
margin:0px auto;
box-sizing: border-box;
font-size: 62.5%;
font-family: Arial, helvetica, sans-serif;

}
.editor *, .editor *:before,.editor *:after {
  box-sizing: inherit;
}
.editor-container{
	font-size:1.5rem;
}
.editor img{max-width: 100%;max-height: 600px;}

.editor input:focus {outline:none;}

.editor .glyph{
	width:1.5rem;
	height:1.5rem;
	color:white;
	fill:white;
}

.editor .blur{
	-webkit-filter:url(#blur);
	filter:url(#blur);
}
.editor .sepia{
	-webkit-filter:url(#sepia);
	filter:url(#sepia);
}

.editor .mono{
	-webkit-filter:url(#monotone);
	filter:url(#monotone);
}

.editor-container{position:relative;width: 100%;/* height:800px; */transition:.6s all linear;margin: 0px auto;text-align: left;/* margin-bottom: -5px; */}

.editor .control-overlay{position:absolute;top:0;left:0;background-color: rgba(0,0,0,.3);width:100%;height:100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.6) 100%);}


.editor h2{
    color:#fff
}
.editor p{
	font-size:1.2rem;
}

.glyphs-logo{
    width: 170px;
    height: 170px;
    display: block;
    margin: 20px auto 60px;
}

.editor #glyphs path{
    fill:#fff;
}

.editor form .glyph{
	height:2rem;
	stroke-width:3;
	display:inline-block;
	width: 2.5rem;
	text-align:left;
	margin-top: -4.2rem;
	overflow:visible !important;
	margin-left:.6rem;
}


.editor input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #5a5664 inset;
}

.editor p{
	color:#ccc;
	font-size: 1.3rem;
	font-family:"Open Sans", arial, helvetica, sans-serif;
	text-align:center;
	margin-top: 0rem;
	margin-bottom: 0;
}

.editor a{
	color:#fff;
	text-decoration:none;
}



.editor .icon-left{
	width: 60%;
    height: 6rem;
    border-bottom: 2px solid #fff;
    top: 45%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.editor .search input{
	background:transparent;
	border:none;
	color:#fff;
	width:90%;
	font-size:2.5rem;
	padding:2rem;
	text-align: center;
	/* margin-top: 1rem; */
	margin-top: .5rem;
}

.editor .search .glyph{
	width: 2.5rem;
	margin-top: -.7rem;
	height: 2.5rem;
}

.editor input::-webkit-input-placeholder {
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}
.editor input::-moz-placeholder {
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}
.editor input:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}
.editor input:-ms-input-placeholder { 
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}

.editor .button{
	padding:10px 20px;
	color:#fff;
	display:inline-block;
	border-bottom:2px solid rgba(255,255,255,.6);
	border-radius:0px;
	opacity: .9;
	cursor:pointer;
}

.editor .button:hover,.button.active{
	opacity:1;
}

.editor  #style-group{
	width: 13rem;
	position:absolute;
	bottom: 30px;
	/* transform: scale(1.3); */
	left: 0px;
}

.editor  #dimms-group{
	width: 10rem;
	position:absolute;
	bottom: 30px;
	right:0px;
}

.editor .dimm input[type=text]{
	background:transparent;
	border:none;
	color:#fff;
	display:inline-block;
	width: 6.1rem;
	margin-left: 0rem;
	height: 3rem;
	font-size: 1em;
}

.editor .dimm{
	border-bottom:2px solid rgba(255,255,255,.5);
	display:inline-block;
	width: 10rem;
	padding: 5px 5px 5px;
}

.editor .dimm .glyph{
	width:2rem;
	height:2rem;
	stroke-width:4;
	float:left;
	margin-top: .5rem;
}

.editor .dropdown{
	

}

.editor .dropdown select{
	background:transparent;
	color:#fff;
	border:none;
	border-bottom:2px solid rgba(255,255,255,.5);
	padding:5px;
	margin-top:10px;
	width: 10rem;
}

.editor .glyph.loggedin{
	width:9rem;
	height:9rem;
	margin:1.5rem;
	display:none;
}

.editor #company path{
	fill:#fff;
}

.editor .dropdown option{
	background-color:#333;
}

.editor .dropdown select:focus{
	outline:2px solid rgba(255,255,255,.3);
}

.editor #user-group{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	bottom:20px;
	left:0;
	right:0;
	/* padding-left: 3rem; */
	text-align: center;
	width: 100%;
	/* display: none; */
}

.editor .user .button{
	border:none;
	opacity:1;
	background-color: rgba(208, 82, 153, 0.65);
	width: 15rem;
	text-align:center;
	/* margin-right: .5rem; */
}

.editor .glyphs-logo .glyph{
	width:100%;
	height:100%
}

.editor .styles .glyph{
	margin-left:-4rem;
	display:inline-block;
	margin-right:2.5rem;
	margin-top:-.5rem;
}

.editor .styles .active .glyph{
	margin-left:-1rem;
	margin-right:1.1rem;

}

.editor .button.lock{
	background-color: rgba(0, 0, 0, 0.39);
	color: #C1C1C1;
	width: 18rem;
	display: none;
}

.hint{
	padding-top:10px;
	color:#666;
}

.editor .preview-image, .editor .search{
	display:none;
}

.photo-text{
    color: white;
    position: absolute;
    top: 15%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.editor svg{
	margin-bottom:-5px;
}

.outer-edit{
	margin:70px auto 100px;

}



.editor img{
	transition:all .2s ease;
}

p.url-text{
	font-size: 16px;
	color:#999;
	font-weight:100;
	line-height: 22px;
	margin-bottom:14px;
}

.url-text span{
	font-size:18px;
	color:#ccc;
}

.editor-arrow{
	height:10px;
	margin-top:0;
	margin-bottom:0;
}

.editor-arrow svg{
	width:48px;
	height:84px;
	fill:#999;
}