/*
100% #185f90
75% #8bafc7
50% #5287ac
25%: #e5edf3
*/
@font-face {
	font-family: 'OfficinaSerifCTT';
	url('../fonts/OfficinaSerifCTT-regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: PTMono;
    src: url('../fonts/PTMono.ttf');
}
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	font: 14pt OfficinaSerifCTT;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #b9bec4;
	background-attachment: scroll;
	background-size: 2560px auto;
}
h1 {
	font: 36pt 'Myriad Pro';
	line-height: 0.9;
	margin: 24px 0 0 0;
	/*text-shadow: 2px 2px 3px #fff;*/
	display: inline-block;
}
h2 {
	font: 22pt PTMono;
	margin: 20px 0 0 0;
	/*text-shadow: 2px 2px 2px #fff;*/
}
a {
	color: #185f90;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #185f90;
}
a:hover {
	color: #8bafc7; /*#5287ac;*/
	border-bottom: none;
}
a:visited {
	color: #8bafc7;
	border-bottom-color: #5287ac;
}
a.dotted {
	border-bottom: 1px dotted #185f90;
}
p {
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px;
	/*text-shadow: 1px 1px 3px #fff;*/
	/*background-color: rgba(255, 255, 255, .75);*/
	background-color: none;
}
p.redline {
	text-indent: 30px;
}
input, button {
	margin: 10px 5px 0 0 ;
	padding: 4px 4px 3px 5px;
	font: 12pt PTMono;
	color: #8bafc7;
	background-color: rgba(255, 255, 255, .75);
	outline: none;
	border: 3px solid #8bafc7;
	width: 100%;
}
input:focus, input:hover, input:active,
button:focus, button:hover, button:active {
	color: #185f90;
	border-color: #185f90;
}
::-webkit-input-placeholder {
	color: #8bafc7;
}
::-moz-placeholder {
	color: #8bafc7;
}
:-moz-placeholder {
	color: #8bafc7;
}
:-ms-input-placeholder {
	color: #8bafc7;
}
input[type="number"] {
	width: 50px;
	color: #185f90;
}
input[type="submit"], input[type="button"], button {
	cursor: pointer;
	display: inline-block;
	min-width: 100px;
	max-width: 270px;
	height: auto;
	color: #fff;
	background-color: #185f90;
	border-color: #185f90;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover,
input[type="submit"]:active, input[type="button"]:active, button:active,
input[type="submit"]:focus, input[type="button"]:focus, button:focus {
	cursor: pointer;
	background-color: #fff;
	background-color: #e5edf3;
	border-color: #185f90;
	color: #185f90;
}
input[type="radio"], input[type="checkbox"] {
	display: none;
}
label {
	color: #185f90;
	/*text-shadow: 1px 1px 3px #fff;*/
	width: auto;
    height: auto;
}
input[type="radio"]+label {
	font-size: 12pt;
	line-height: 135%;
	margin: 0px;
	padding: 5px 5px 5px 90px;
	color: #8bafc7;
	display: block;
	max-width: 700px;
	min-height: 40px;
	/*background-color: rgba(255, 255, 255, .5);*/
	background-color: none;
	background-image: url(../images/radio.png);
	background-repeat: no-repeat;
	background-position: 0 11px;
}
input[type="radio"]+label:first-line {
	font-size: 14pt;
	font-weight: bold;
}
input[type="radio"]+label:hover {
	cursor: pointer;
	color: #185f90;
	background-image: url(../images/radio-hover.png);
}
input[type="radio"]:checked+label {
	color: #185f90;
	background-image: url(../images/radio-checked.png);
}

input[type="checkbox"]+label {
	margin: 0px;
	padding: 10px 5px 5px 90px;
	color: #8bafc7;
	display: block;
	max-width: 700px;
	min-height: 40px;
	/*background-color: rgba(255, 255, 255, .5);*/
	background-color: none;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0 22px;
}
input[type="checkbox"]+label:hover {
	cursor: pointer;
	color: #185f90;
	background-image: url(../images/checkbox-hover.png);
}
input[type="checkbox"]:checked+label {
	color: #185f90;
	background-image: url(../images/checkbox-checked.png);
}
textarea {
	font: 12pt PTMono;
	color: #8bafc7;
	display: block;
	background-color: rgba(255, 255, 255, .75);
	width: calc(100% - 12px);
	margin: 0;
	padding: 3px;
	outline: none;
	border: 3px solid #8bafc7;
	resize: none;
}
textarea:focus, textarea:hover {
	color: #185f90;
	border-color: #185f90;
}
table {
	width: 100%;
	border: 2px solid #8bafc7;
	background-color: rgba(255, 255, 255, .75);
	padding: 0;
	border-spacing: 0;
}
table caption {
	font-weight: bold;
	font-size: 16pt;
	margin: 3px 0 5px 0;
}
th {
	background-color: #8bafc7;
	color: #fff;
	padding: 0;
	margin: 0;
}
td {
	border: 1px solid #8bafc7;
	padding: 4px 4px 3px 5px;
}

#top {
	display: block;
	clear: both;
	position: relative;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	/*background-color: rgba(255, 255, 255, .75);*/
	background-color: none;
}
#top *{
	display: inline;
	margin: 0;
}
#top #logo {
}
#top #menu {
	font-size: 12pt;
	display: block;
	margin-top: 7px;
	padding: 3px 5px 3px 20px;
}
#top #menu a:last-child {
	clear: both;
}
#top #menu a {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 50px 0 10px;
	border: none;
	color: #185f90;
}
#top #menu a:hover {
	border-bottom: 1px solid #185f90;;
}
#top #search {
	width: 330px;
	float: right;
	margin: 0;
}
#top #search input[type="search"] {
	position: relative;
	height: 25px;
	font-size: 13pt;
	height: 25px;
}
#top #search input[type="submit"] {
	position: relative;
	top: 0px;
	font-size: 14px;
	height: 25px;
}
#layout {
	display: block;
	clear: both;
	position: relative;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 630px;
}
#layout #info {
	margin: 5px 0 0 10px;
}
#layout #index {
	margin: 30px 0 0 10px;
	max-width: 1100px;	
}
#layout #index * {
	padding: 0;
	margin: 0;
	display: block;
}
#layout #index a {
	margin: 5px 5px 20px 5px;
	border: none;
	display: inline-block;
	color: #185f90;
}
#layout #index a:hover {
	opacity: .75;
	background-color: #e5edf3;
}
#layout #index a h1 {
	font: bold 18pt OfficinaSerifCTT;
	margin-left: 3px;
	padding-top: 5px;
}
#layout #index a p {
	font-size: 10pt;
	margin: 0 0 5px 5px;
	width: 290px;	
	background: none;

}
#layout #index a img {
	margin-top: 3px;
	width: 300px;
}
#layout #index #title {
	color: #185f90;
	height: 120px;
	padding: 10px 30px 0 40px;
	margin-bottom: 10px;
	font: 70pt PTMono;
	background-color: rgba(255, 255, 255, .5);
	width: 340px;;
}
#layout #content {
	display: inline-block;
	position: relative;
	width: calc(100% - 650px);
}
#layout #content #options {
	/*text-shadow: 1px 1px 3px #fff;*/
	/*background-color: rgba(255, 255, 255, .75);*/
	background-color: none;
	margin-top: 5px;
	padding: 2px 10px 20px 15px;
}
#layout #content #options h3 {
}
#layout #content #gallery {
	margin-top: 20px;
	display: block;
	clear: none;
	overflow: hidden;
}
#layout #content #gallery div {
	background-color: #8bafc7;
	margin: 5px 10px 5px 0px;
	float: left;
	width: 145px;
	height: 145px;
}
#layout #content #gallery div img {
	opacity: 1;
	margin-top: 3px;
	margin-left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}
#layout #content #gallery div:hover {
	cursor: pointer;
}
#layout #content #gallery div img:hover {
	opacity: .75;
}
#layout #content #gallery div a {
	border: none;
}
#layout #schema {
	font: 11pt PTMono;
	display: inline-block;
	position: relative;
	margin: 10px;
	width: 630px;
	top: 0;
	float: left;
	clear: both;
}
#layout #schema img {
	opacity: .93;
}
#layout #schema #variants {
}
#layout #schema #variants div {
	color: #fff;
	padding: 5px;
	background-color: #185f90;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 170px auto;
	margin: 10px 20px 10px 0px;
	float: left;
	height: 170px;
	width: 180px;
	overflow: hidden;
	opacity: .75;
}
#layout #schema #variants div:hover {
	opacity: .93;
	cursor: pointer;
}
#layout #content #options h3 {
	margin-top: 25px;
}
#layout #content #options textarea {
	margin-top: 5px;
}
#layout #content #price {
	margin-top: 15px;
	padding: 25px 10px 10px 40px;
	width: 580px;
	height: auto;
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
	background-position: 40px 25px;
	/*background-color: rgba(255, 255, 255, .75);*/
	background-color: none;
}
#layout #content #price ul {
	list-style-type: none;
	display: inline-block;
	position: relative;
	left: 50px;
	top: 35px;
	font-size: 14pt;
	color: #8bafc7;
}
#layout #content #price ul li {
	margin-bottom: 5px;
}
#layout #content #price ul li:hover {
	color: #185f90;
}
#layout #content #price ul span {
	font-size: 18pt;
	font-weight: bold;
}
#layout #content #price #price-tag {
	display: inline-block;
	position: relative;
	width: 120px;
	font-size: 12pt;
	top: 15px;
	left: 10px;
	text-align: center;
	color: #fff;
}
#layout #content #price #price-tag #price-value {
	font-size: 26pt;
}
#layout #content #price #order {
	margin: 60px 0 30px 0;
}
#layout #content #price #order-form {
	display: none;
}
#order-form input {
	margin: 0 0 10px 0;
	max-width: 97%;
	display: block;
}
#order-form input[type="submit"] {
	margin-top: 15px;
	max-width: 270px;
}
#layout #upload {
	margin: 20px 0px 0px 0px;
	width: 100%;
	padding-left: 10px;
	top: 0;
}
#layout #upload #fine-uploader{
	margin-bottom: 25px;
}
#layout #upload #qq-form textarea {
	width: 99%;
	height: 170px;
	margin: 20px 0 15px 0;
}
#layout #upload #qq-form input {
	display: block;
	margin: 0 0 10px 0;
	width: 40%;
}
#layout #upload #qq-form textarea::-webkit-input-placeholder {
	color: #8bafc7;
	font-size: 12pt;
	font-weight: normal;
}
#layout #upload #qq-form ::-moz-placeholder {
	color: black;
}
#layout #upload #qq-form :-moz-placeholder {
	color: black;
}
#layout #upload #qq-form :-ms-input-placeholder {
	color: black;
}
#layout #upload #qq-form input[type="submit"] {
	width: 270px;
}
#footer {
	display: block;
	top: 40px;
	min-width: 1000px;
	max-width: 1280px;
	margin: 10px auto;
	padding: 5px;
	background-color: none;
	/*background-color: rgba(255, 255, 255, .75);*/
}
#footer *{
	display: inline;
}
.storable {
}
.storable.saved {
	border: 2px solid green;
}
.storable.restored {
	border: 2px solid blue;
}
.message {
	position: relative;
	background-color: #fff;
	padding: 25px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
}
.message button.message-button {
	display: block;
	margin-top: 24px;
	padding: 2px 10px 2px 10px;
}
.popup {
	position: relative;
	background: #fff;
	padding: 25px;
	width: auto;
	max-width: 1100px;
	margin: 20px auto;
}
.popup * {
	text-shadow: none;
}
.contact-form {
	
}
.variant-set {
	outline: 3px dashed rgba(255, 0, 0, .5);
	outline-offset: -3px;
}