/*
*
* CSS Styles
* Seamless Pattern Generator v1.0
* author:
*
*
*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FAFAFA;
	font-family: Montserrat, sans-serif;
	text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#canvas {
	background: transparent;
	position: fixed;
	width: 250px;
	height: 250px;
	left: 53%;
	top: 53%;
	margin: -100px 0 0 0;
	border: 2px solid white;
	border-radius: 3px;
	box-shadow: 0 0 10px #C0C0C0;
	z-index: 0;
	cursor: crosshair;
	overflow: hidden;
}
#canvas.over {
	cursor: move;
}
#box {
	display: block;
	position: fixed;
	width: 296px;
	top: 295px;
	left: 50%;
	margin: 0 0 0 -450px;
	border: none;
	box-shadow: 0 0 10px #C0C0C0;
	background: #FBFBFB;
	z-index: 1;
	height: 440px;
}
.box_chars {
	position: relative;
	width: 290px;
	margin: 0;
	overflow-x: hidden;
	/*height: 310px;*/
	/*overflow-y: scroll;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px 10px 0px;
}
.box_chars div {
	display: inline-block;
	width: 29px;
	height: 29px;
	font-family: inherit;
	font-size: 29px;
	color: black;
	cursor: pointer;
	background: #FFF;
	margin: 0;
	padding: 10px;
margin: 10px;
}
canvas:last-child {
	display: none;
}
#params {
	position: relative;
	position: fixed;
	width: 900px;
	margin: 0 0 0 -450px;
	padding: 10px 0;
	left: 50%;
	top: 115px;
	box-shadow: 0 0 10px #C0C0C0;
	background: #FBFBFB;
}
#params .cont {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	table-layout: fixed;
	/*box-sizing: border-box;*/
	/*padding: 0 30px;*/
}
#params .cont .cell {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	font-size: 14px;
	text-align: center;
	color: #3e474e;
	overflow: hidden;
	display: table-cell;
	font-weight: bold;
	width: 100%;
	padding: 29px 0 0 0;
}

#params .cont .cell.upload_bg_control {
	padding-left: 29px;

}
#params .cont .cell.background_control {
	padding-right: 27px;

}
#params .cont .cell.shapes_transp_control {
	padding-right: 41px;

}
#params .cont .cell.canvas_size_control {
	padding-right: 50px;

}

#params .cont .cell .pset {
	width: 100%;
	margin: 4px 0 0 0;
	height: 40px;
	position: relative;
}
#params .cont .cell.shapes_transp_control .pset {
	left: -25px;
}
#params .cont .cell.canvas_size_control .pset {
	padding-top: 12px;
	font-size: 12px;
}
#params .cont .cell .pset .clear {
	display: inline-block;
	height: 22px;
	width: 22px;
}
#round_color {
	width: 13px;
	height: 13px;
	margin: 8px 0 0 0;
	padding: 0;
	border: 2px solid rgb(225, 225, 225);
	border-radius: 50%;
}
#params .cont .cell .pset input, #char_color {
	display: inline-block;
	width: 48px;
	height: 23px;
	margin: 0 5px;
	padding: 0;
	border: none;
	box-shadow: 0 0 2px rgba(100, 100, 100, .5);
	background: transparent;
	text-align: center;
	color: #60C5BB;
	font-size: 12px;
}
#params #bg_color {
	width: 62px;
	margin-left: 4px;
}
#spin {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 80%;
	margin: -5px 0 0 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #3C3C3C;
	z-index: 2;
	cursor: ew-resize;
}
#line {
	position: relative;
	height: 7px;
	margin: 24px 0 0 18%;
	padding: 0;
	border: none;
	border-radius: 3px;
	background: #F2F2F2;
	overflow: hidden;
	width: 131px;
}
#line_fill {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #60C5BB;
}
#line_per {
	position: absolute;
	height: 20px;
	right: -14px;
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #60C5BB;
}

.big_controls_container {
	position: fixed;
	width: 900px;
	margin: 0 0 0 -450px;
	left: 50%;
	top: 0px;
}
.big_control {
	position: relative;
	color: #fff;
	display: block;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	width: 246px;
	padding: 13px 13px 13px 68px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	min-height: 71px;
	line-height: 1.4;

	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.big_control b {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.big_control span {
	color: #f1f1f1;
	display: block;
}

#save {
	background: #60C5BB url(down.png) no-repeat 13% 54%;
	color: #fff;
}
#save:hover {
	background-color: #54AAA1;
}
#createNew {
	background: #56626A url(createNew.png) no-repeat 10% 57%;
}
#createNew:hover {
	background-color: #464F56;
}

button.sets {
	position: absolute;
	display: none;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #32CBBD url(icon_buttons.png) no-repeat left center;
	outline: none;
	cursor: pointer;
	z-index: 4;
}
#color {
	background-position: -60px center;
}
#resize {
	background-position: -80px center;
}
#drop {
	background-color: #3e474e;
	background-position: -20px center;
}
#rotate {
	background-position: -40px center;
}
#figure-color {
	position: fixed;
	display: none;
	width: 296px;
	height: 30px;
	left: 50%;
	bottom: 30px;
	margin: 0 0 0 -450px;
	background: #FBFBFB;
	font-size: 16px;
	font-weight: bold;
	z-index: 2;
}
#figure-color.show {
	display: block;
}
.font_box {
	position: relative;
	width: 296px;
	height: 100%;
	max-height: 52px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.font_box.show {
	max-height: 333px;
}
.font_box p {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 20px 0 48px;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, .25);
	background: #3e474e url(icons.png) no-repeat 18px top;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: white;
	line-height: 55px;
	cursor: pointer;
	position: relative;
}
.font_box.show p {
	background-image: url(icons_hover.png);
	color: #60C5BB;
}
.font_box.show p:after {
	content: 'Just Drag & drop';
	font-size: 20px;
	height: 30px;
	width: 92%;
	text-align: center;
	font-size: 11px;
	color: #bcbcbc;
	text-transform: uppercase;
	line-height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 100;
	background: #FBFBFB;
}
.font_box p span {
	display: inline-block;
	width: auto;
	height: 20px;
	margin: 14px 0;
	padding: 2px 8px;
	border: none;
	border-radius: 10px;
	background: rgba(0, 0, 0, .3);
	font-size: 13px;
	text-align: center;
	color: white;
	float: right;
	line-height: 21px;
}
#drag {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	padding: 0;
	font-size: 29px;
	color: black;
	z-index: 5;
	background-size: 50px 50px;
}
#upload_bg {
	left: 0;
	bottom: 0;
	margin: 9px 0 0 0;
	padding: 3px 12px;
	border: none;
	background: #60C5BB;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}
#upload_bg.remove {
	background: #FCB0B0;
	opacity: .5;
}
#upload_bg.remove:hover { opacity: 1; }
#search {
	position: relative;
	width: 296px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: none;
	background: #FAFAFA;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-webkit-perspective: 500px;
	perspective: 500px;
	z-index: 100;
}
#search:after {
	content: '';
	right: 32px;
	bottom: -7px;
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	z-index: 131;
	position: absolute;
}
#searchBtn {
	width: 50px;
	height: 56px;
	z-index: 999;
	position: relative;
	display: block;
	cursor:pointer;
}

#searchBtn:hover { cursor:pointer; }

#search .fa {
	position: absolute;
	left: -5px;
	line-height: 56px;
	top: 0px;
	color: #7C7A7A;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg) translateZ(0);
	-moz-transform: rotateY(0deg) translateZ(0);
	-ms-transform: rotateY(0deg) translateZ(0);
	-o-transform: rotateY(0deg) translateZ(0);
	transform: rotateY(0deg) translateZ(0);
}
#search:hover .fa {
	-webkit-transform: rotateY(180deg) translateZ(20px);
	-moz-transform: rotateY(180deg) translateZ(20px);
	-ms-transform: rotateY(180deg) translateZ(20px);
	-o-transform: rotateY(180deg) translateZ(20px);
	transform: rotateY(180deg) translateZ(20px);
	color: #000;
}
input[type=text] {
	font-family: Montserrat, sans-serif;
}
#search_input {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	padding: 0 20px 0 48px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	box-sizing: border-box;
	background: transparent;
	color: #000;
}
.char.add {
	display: block;
	color: green;
	border: 3px solid green;
	border-radius: 3px;
	font-size: 25px;
	text-align: center;
}
.char.image {
	background-size: cover;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
}
#color_box, #color_bg_box {
	position: absolute;
	display: none;
	z-index: 5;
}
#color_box.show, #color_bg_box.show {
	display: block;
}
#save_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	z-index: 10;
	display: none;
}
#save_box {
	display: flex;
	flex-flow: column;
	position: absolute;
	text-align: left;
	width: 430px;
	height: 620px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 47, 90, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 54px 22px 45px;
}
#save_box p {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #3e474e;
	margin-bottom: 10px;
}
#save_box span {
	margin-top: 30px;
	font-weight: 100;
	font-size: 11px;
	color: #bcbcbc;
	margin: 0;
	display: block;
	text-align: left;
}
#save_box input[type="text"] {
	width: 250px;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0 7px;
	border: 2px solid #EEEEEE;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	color: #2BC0B4;
}
#save_box #copy_url {
	width: 80px;
	height: 24px;
	border: none;
	border-radius: 0;
	background: #E9EFEF;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	color: #2BC0B4;
	outline: none;
	cursor: pointer;
	margin: 10px 0 0 10px;
    position: absolute;
    left: 311px;
    top: 85px;

}
#save_button {
	width: 100%;
	height: 56px;
	margin: 16px 0 22px 0;
	padding: 0;
	border: none;
	background: #60C5BB url(down.png) no-repeat 5%;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	outline: none;

	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-size: 20px;
}
#save_button:hover {
	background-color: #54AAA1;
}
#save_box .close {
	position: absolute;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(close.png) no-repeat center center;
	cursor: pointer;
	right: 15px;
	top: 15px;
}
#save_box .social {
width:100%;
}

#save_box .social img {
width:100%;
height:auto;
}

#save_button {
 
    height: 50px;
}
#save_box .social a {
	display: block;
	width: 32px;
	margin: 0 3px;
	padding: 0;
	border: none;
	float: left;
	height: 32px;
}

.container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.logo_container {
	left: 50%;
	width: 900px;
	position: fixed;
	margin-left: -450px;
}
.logo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 77px;
	height: 67px;
	background: #3E474E;
	border: 1px solid #606264;
	font-size: 27px;
	line-height: 61px;
	color: #60C5BB;
	text-decoration: none;
}

@media (max-width: 1280px) {
	.big_controls_container { top: 65px; }
	#params {top: 135px; }
	#box { top: 290px; }
}

