@font-face {
    font-family: Bebas;
    src: url(../fonts/bebas.ttf);
}
@font-face {
    font-family: Bebas Neue;
    src: url(../fonts/bebas_neue.otf);
}
@font-face {
    font-family: Century Gothic;
    src: url(../fonts/gothic.ttf)
}
@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/myriad-pro-light.otf)
}
html, body {
    position: relative;
    height: 100% !important;
    margin: 0;
    background: #fff;
}
body {
    color: #1e1e1e;
    font-size: 12px;
    font-family: Arial, sans-serif;
    min-height: 550px;
    min-width:  100%;
    margin: 0 auto;
}
a, .apseudo, .a-pseudo, button {
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
    transition: all 0.3s;
    color: #1e1e1e;
    border: none;
    text-decoration: none;
}
.apseudo { border-bottom: dashed 1px #fafafa; }
.a-pseudo { border-bottom: dashed 1px #1e1e1e; }
a:hover, .apseudo:hover, .a-pseudo:hover {
    color: #005879;
    cursor: pointer;
    border: none;
    text-decoration: none !important;
}
hr {
    width: 90%;
    border: none;
    height: 1px;
    border-bottom: 1px solid #1e1e1e;
}
h1,h2,h3 {
    font-family: Arial, sans-serif;
}
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tjustify { text-align: justify; }
.pbox { position: relative; }
.abox { position: absolute; }
.ibox { display: inline-block; vertical-align: top; }
.iboxm { display: inline-block; vertical-align: middle; }
.hbox { display: none; }
.floatl { float: left; }
.floatr { float: right; }

/* global */

.d-global {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    min-width:  100%;
}
.d-main {
    display: table-row;
    height: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* table */

table {
    font-family: Arial;
    width: 100%;
    text-align: center;
    border-left: none;
    border-right: none;
}
table thead th {
    background: #d5d5d5;
}
table tbody td,
table thead th {
    padding: 4px 0;
    vertical-align: middle;
    color: #1e1e1e;
    font-size: 9pt;
    border: 1px solid #000;
}
table thead th {
    font-size: 8pt;
}
table tbody td {
    font-size: 8pt;
    font-family: "PT Sans", sans-serif, sans-serif;
    line-height: 12px;
}
table tbody td.title {
    font-size: 9pt;
    line-height: 16px;
    text-transform: uppercase;
    background: #e5e5e5;
}
table tbody td.title.substate {
    font-size: 7pt;
	line-height: 16px;
    background: #e1dfdf;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding-left: 8px;
}
table .table-row-m { width: 0%; border: none; }
table .table-row-1 { width: 21%; }
table .table-row-2 { width: 24%; }
table .table-row-3 { width: 24%; }
table .table-row-4 { width: 7%; font-size: 8pt; }
table .table-row-5 { width: 7%; font-size: 8pt; }
table .table-row-6 { width: 18%; font-size: 8pt; }
table .table-row-7 { width: 8%; }
table .table-row-8 { text-align: left; padding-left: 10px; }
table .table-row-9 { font-size: 7pt; }
table .table-row-10 { text-align: left; font-size: 7pt; padding-left: 10px; }

/* header */

.header-logo-block {
    height: 110px;
    width: 150px;
    margin: 0 auto;
}
.header-logo-bg-backed, .header-logo-bg {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.header-logo-bg-backed {
    z-index: 2;
    top: 12px;
    left: -10px;
    height: 160px;
    width: 160px;
    box-shadow:
    0px 10px 8px -6px rgba(0, 0, 0, 0.3);
}
.header-logo-bg {
    z-index: 3;
    top: 5px;
    left: -13px;
    height: 160px;
    width: 166px;
}
.header-logo {
    height: 150px;
    width: 150px;
    background: url('../images/logo.png') no-repeat;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.header-logo-text {
    font-family: "PT Sans", sans-serif, sans-serif;
    letter-spacing: 0.5px;
    font-size: 50px;
    text-transform: uppercase;
    color: #545a63;
    text-shadow: 0 1px -1px #000;
    bottom: 20px;
}
.header-logo-text.left {
    left: -280px;
}
.header-logo-text.right {
    right: -285px;
}

/* print menu */

.print-menu {
	position: relative;
	width: 90%;
    margin: 10px auto 10px auto;
	line-height: 60px;
}
.print-menu-left {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12pt;
	line-height: 40px;
	text-align: left;
}
.print-menu-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12pt;
    line-height: 40px;
    text-align: right;
}
/* content */

.content {
    width: 100%;
    padding: 40px 0 15px 0;
	text-align: center;
}

/* price */

.no-print {
    display: none;
}
.about-block-title {
    display: none;
}
.price-name {
    font-size: 12pt;
	margin: 10px 0;
}
.price-info {
    text-align: right;
	line-height: 30px;
	margin: 0;
}
.price-actions,
#delivery-special-info {
	display: none;
}
.price-before {
    color: #1e1e1e;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}
.price-before ul {
    display: none;
}
.price-after table {
    width: 100%;
    margin: 20px 0;
}
.price-before p,
.price-after p {
    font-size: 6pt;
    line-height: 10px;
}
.price-after {
    font-size: 6pt;
    line-height: 14px;
    color: #1e1e1e;
    text-align: justify;
    margin: 20px 0 0 0;
}
.price-after h3 {
    font-size: 6pt;
    font-family: Arial;
    line-height: 30px;
}
.price-after table {
    width: 100% !important;
}
.price-after table th,
.price-after table td {
    width: auto !important;
	padding: 0;
	line-height: 12px;
}

/* footer */

footer {
	text-align: center;
	font-size: 9pt;
	line-height: 12px;
    padding: 0;
}

/* error */

.error-page {
    padding: 120px 0;
}
.error-icon, .error-number {
    font-size: 180px;
    font-weight: bold;
    color: #005376;
    text-shadow: 1px 4px 0px #1e1e1e;
}
.error-text {
    line-height: 80px;
    font-size: 14px;
}
.error-text a {
    text-decoration: underline;
}

/* print order */

.print-order-table-raw0 {
    font-size: 15px;
}
.print-order-table-raw1 {
	font-weight: bold;
}
.print-order-table-raw2 {
	width: 300px !important;
}

#header-fixed {
	display: none !important;
}