@font-face {
	font-family: 'intro_regular';
	src: url('../gen/fonts/vastshadow-regular.eot');
	src: url('../gen/fonts/vastshadow-regular.eot?#iefix') format('embedded-opentype'),
	url('../gen/fonts/vastshadow-regular.woff') format('woff'),
	url('../gen/fonts/vastshadow-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #485052;
	width: 100%;
	height: 100%;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 14px;
}

.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.empty {
	height: 75px;
}

.footer {
	position: relative;
	margin-top: -75px;
	height: 75px;
	background-color: #000;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.sidebar {
	width: 130px;
	float: left;
	margin-top:100px;
}

.generator {
	width: 780px;
	margin-top:100px;
	float:right;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

h1 {
	font-family: 'intro_regular';
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 50px;
}

.text-light {
	color: #9ba3a5;
}

.text-red {
	color: #e67a5f;
}

.footer-block {
	color: #b8b8b8;
	width: 50%;
	float: left;
	padding-top: 25px;
}

.copyright {
	margin-right: 20px;
}

.copyright a {
	color: #b8b8b8;
	text-decoration: none;
}

.phrase {}

.social-links {

}

.social-links a {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.social-links .vk-link {
	background: url("../images/vk-icon.png") center top no-repeat;

}

.social-links .ok-link {
	background: url("../images/ok-icon.png") center top no-repeat;
}

.contact-info {

}

.contact-info .mailto-icon {
	display: inline-block;
	width: 31px;
	height: 22px;
	background: url("../images/mailto-icon.png") center top no-repeat;
	vertical-align: middle;
	margin-right: 10px;

}

.contact-info .mailto-text {
	text-transform: uppercase;
	color: #b8b8b8;
	vertical-align: middle;
}

.logo {
	margin-bottom: 20px;
}

.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-list li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 8px;
}

.social-list li:last-child {
	margin-right: 0px;
}

.social-list li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #6cbbc3;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 17px;
}

.social-list li a:hover {
	background-color: #e67a5f;
}


.social-list li .vk-btn {
	background-image: url("../images/vk-icon.png");
}

.social-list li .fb-btn {
	background-image: url("../images/fb-icon.png");
}

.social-list li .ok-btn {
	background-image: url("../images/ok-icon.png");
}

.social-list li .gplus-btn {
	background-image: url("../images/gplus-icon.png");
}

.social-list li .instagram-btn {
	background-image: url("../images/instagram-icon.png");
}

.social-list li .mailru-btn {
	background-image: url("../images/mailru-icon.png");
}

img {
	vertical-align: middle;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.color-panel {
	width: 110px;
	float: left;
	height: 450px;
	overflow: hidden;
}

.color-panel .colors-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.color-panel .colors-list li {
	width: 90px;
	height: 90px;
}

.color-panel .colors-list li a {
	display: inline-block;
	width: 90px;
	height: 90px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    opacity: 0.6;
}
.color-panel .colors-list li a:active {
    opacity: 1;
}
.color-panel .colors-list li a span {
    margin-top: 30px;
    display: block;
}
.color-panel .colors-list li a:hover {
	display: inline-block;
	width: 90px;
	height: 90px;
/*	border: 10px solid #ffffff;*/
    opacity: 1;
}

.picture-panel {
	width: 670px;
	float: right;
}

.picture {
	width: 670px;
	height: 426px;
	position: relative;

}

.picture .editor {
	/*font-family: 'intro_regular';*/
    font-family: Opium;
	width: 80%;
	margin: 80px 10% 0;
	font-size: 28px;
	height: 300px;
	text-align: center;
	background: none;
	border: 0px none;
	resize: none;
	color: #ffffff;
	outline: none;
	overflow: hidden;
	word-wrap: break-word;
}

.picture .simulator {
	width: 80%;
	font-size: 28px;
	/*font-family: 'intro_regular';*/
    font-family: Opium;
	text-align: center;
	/*line-height: 1.2;*/
	position:absolute;
	left:-10000px;
	top:-10000px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:auto;
	white-space:pre-wrap;
	word-wrap: break-word;
}

.picture .signature {
	/*font-family: 'intro_regular';*/
    font-family: Opium;
	color: #fff;
	position: absolute;
	bottom: 38px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin: 0
}

.share-panel {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

.button-panel {
	text-align: right;
	margin-top: 10px;
}

.btn {
	display: inline-block;
	width: 329px;
	font-family: 'intro_regular';
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
    position: relative;
    z-index: 9999;
}

.btn-green {
	background-color: #6cbbc3;
}

.btn-red {
	background-color: #e67a5f;
}

.btn:hover {
	background-color: #00ae00;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.choose-arrow {
	margin-top: 285px;
}

.message {
	color: #00ae00;
	/*border: 2px solid #00ae00;*/
	border-radius: 5px;
	text-align: center;
	padding: 7px 5px 5px;
}

.error {
	color: #cb132d;
	/*border: 2px solid #cb132d;*/
	text-align: center;
	border-radius: 5px;
	padding: 7px 5px 5px;
}

.disabled {
	background: #999999;
}

a.disabled:hover {
	background: #999999;
	cursor: text;
}
#forLeft {
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url("edit-alignment-gray.png");
}
#forLeft:hover {
	background:url("edit-alignment.png");
}
#forCenter {
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:20px;cursor:pointer;
	background:url("edit-alignment-center-gray.png");
}
#forCenter:hover {
	background:url("edit-alignment-center.png");
	
}
/*.picture .simulator {display: none;}*/