html, body {
	height: 100%;
}
body {
	margin: 0;
	color: #444;
	background: #ccc;
	font-family: Arial, serif;
	font-size: 12px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select, input, button, textarea {
	background: #fff;
	font-size: 12px;
	font-family: inherit;
	color: #444;
	border: 1px solid #b5b8c8;
	border-radius: 3px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	min-height: 22px;
	line-height: normal;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select:focus, input:focus, button:focus, textarea:focus, label:focus,
select:active, input:active, button:active, textarea:active, label:active,
a:active, a:focus {
	outline: 0;
}
select:hover, input:hover, button:hover, textarea:hover, label:hover,
select:focus, input:focus, button:focus, textarea:focus, label:focus,
select:active, input:active, button:active, textarea:active, label:active {
	margin: 0;

	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(82, 168, 236, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(82, 168, 236, 0.6);
}
table {
	table-layout: fixed;
	border-collapse: collapse;
}
input, select {
	padding: 0 2px;
}

a {
	color: #444;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
dl {
	text-align: left;
}
dl dt {
	float: left;
	font-weight: bold;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}
/*dl dd {
	float: left;
}*/
.clearfix:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

.full_h {
	height: 100%;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

canvas {
	max-width: 100%;
	height: auto !important;
	vertical-align: middle;
}

h1 {
	color: #2E99EA;
}

#loader {
	width: 64px;
	height: 64px;
	background: url(../img/loader.GIF) center center no-repeat;
	position: absolute;
	z-index: 999;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	opacity: 0.8;
}
.loader {
	position: absolute;
	z-index: 999;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
}

#wrapper {
	margin: auto;
}

#content {
	border: none;
	background: #eee;
	overflow: hidden;
	overflow: hidden;
}
#content.constructor {
	background: #eee;
}
#content.product {
	background: #fff;
}

#constructor-wrapper {
	margin:	auto;
	padding: 5px;
	width: 940px;
	width: 890px;
	max-width: 90%;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	height: 760px;
	height: 707px;
	max-height: calc(100% - 100px);
	position: relative;
	top: 50px;
	border: 1px solid #CCC;
}

#product-wrapper {
	width: 768px;
	margin: 50px auto 0;
	max-width: 100%;
}

[data-role="image"] {
	cursor: zoom-in;
	max-width: 400px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	background: #fff;
}

[data-role="form"] input[type=text],
[data-role="form"] input[type=number] {
	width: 100%;
	padding: 5px;
}
[data-role="form"] .form-field {
	margin-bottom: 20px;
}
[data-role="form"] .form-field .fieldText {
	width: 100%;
	padding: 5px;
}
[data-role="form"] .form-field .fieldTitle {
	display: block;	
}
[data-role="form"] .form-field .fieldDescription {
	color: #888;
	font-size: 90%;
}
[data-role="description"] {
	margin-top: 40px;
}
[data-role="form"] .form-field label:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn {
	cursor: pointer;
	padding: 6px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: 1px solid #2E99EA;
	background: #72b6ed;
	border-radius: 4px;
	/*float: right;*/
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;

	background: #72b6ed;
	background: -moz-linear-gradient(top,  #72b6ed 30%, #2e99ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#72b6ed), color-stop(100%,#2e99ea));
	background: -webkit-linear-gradient(top,  #72b6ed 30%,#2e99ea 100%);
	background: -o-linear-gradient(top,  #72b6ed 30%,#2e99ea 100%);
	background: -ms-linear-gradient(top,  #72b6ed 30%,#2e99ea 100%);
	background: linear-gradient(to bottom,  #72b6ed 30%,#2e99ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b6ed', endColorstr='#2e99ea',GradientType=0 );

	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
}
.btn:active {
	margin-top: 21px;
}
.btn:hover {
	background: -moz-linear-gradient(top,  #72b6ed 0%, #2e99ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b6ed), color-stop(100%,#2e99ea));
	background: -webkit-linear-gradient(top,  #72b6ed 0%,#2e99ea 100%);
	background: -o-linear-gradient(top,  #72b6ed 0%,#2e99ea 100%);
	background: -ms-linear-gradient(top,  #72b6ed 0%,#2e99ea 100%);
	background: linear-gradient(to bottom,  #72b6ed 0%,#2e99ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b6ed', endColorstr='#2e99ea',GradientType=0 );
}

#box-success table {
	table-layout: fixed;
	border-collapse: collapse;
}
#box-success table tr:first-child {
	background: #eee;
	text-align: center;
	font-weight: bold;
}
#box-success table td {
	text-align: center;
	padding: 5px;
}
#box-success table td:nth-child(1) {
	width: 30%;
}
#box-success table td:nth-child(2) {
	width: 40%;
}
#box-success table td:nth-child(3) {
	width: 30%;
}
#box-success .quantity input[name="quantity"] {
	width: 45px;
	text-align: center;
}
#box-success .quantity span {
	cursor: pointer;
}

#cart {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 200%;
	cursor: pointer;
}
#cart .totals {
	font-size: 12px;
	display: inline;
}

.white-popup-block {
	background: #FFF none repeat scroll 0% 0%;
	padding: 20px 30px;
	text-align: left;
	max-width: 550px;
	margin: 40px auto;
	position: relative;
}

#resume {
	cursor: default;
	position: absolute;
	right: 30px;
	bottom: 15px;
	z-index: 999;
	opacity: 0.2;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	text-align: right;
}
#resume:hover {
	opacity: 1;
}
#resume .icon {
	font-size: 200%;
	line-height: 1;
}
#resume .content {
	font-size: inherit;
}