body {
    background-color: #fff;
    color: #333333;
    font: 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.con-menu {
    background-color: #000;
    border-bottom: 2px solid #f78303;
    font-size: 11px;
    font-weight: bold;
    min-height: 25px;
    text-align: center;
}

.con-menu ul {
    margin: 0;
    padding-top: 5px;
}

.con-menu li {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}

.con-menu li a {
    color: #8bbcdf;
}

.con-menu li a:hover {
    color: #f78303;
    text-decoration: underline;
}

.con-title {
	background-image: url(../img/bg_header02.gif), url(../img/bg_header01.jpg);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-x;
    height: 120px;
    overflow: hidden;
}

.con-content {
    background-color: #ffffff;
    background-image: url(../img/bg_page01.jpg);
    background-position: 50% 1px;
    background-repeat: no-repeat;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.con-title {
	position: relative;
}

.con-title-content {
	position: absolute;
	top: 10px;
}

.con-tagline {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: -1px;
    line-height: 1em;
    text-align: center;
}

.con-rounded-container {
	background-color: #fff;
	border: 0;/*1px solid #bfe0f9;*/
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.con-rounded-container__heavy {
	border: 3px solid #bfe0f9;
}


.con-heading {
    color: #639fce;
    font: italic bold 20px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 0.4em;
    padding-top: 0.3em;
}

.con-heading__padded {
    line-height: 1.3em;
}

.con-divider {
	display: block;
	height: 1px;
	border-bottom: 1px solid #bfe0f9;
    margin: 15px 0;
}

.con-tooltip {
    color: #639fce;
    font-size: 110%;
    cursor: default;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip-inner {
    background-color: #639fce;
    max-width: 300px;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #639fce;
}

.con-button {
    background: #dfeefa;
    background: -moz-linear-gradient(top,  #dfeefa 0%, #88c2ee 50%, #5eabe5 51%, #a9d4f5 100%);
    background: -webkit-linear-gradient(top,  #dfeefa 0%,#88c2ee 50%,#5eabe5 51%,#a9d4f5 100%);
    background: linear-gradient(to bottom,  #dfeefa 0%,#88c2ee 50%,#5eabe5 51%,#a9d4f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeefa', endColorstr='#a9d4f5',GradientType=0 );
    border: 1px solid #a9d4f5;
    border-radius: 17px;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 4px 2px rgba(255,255,255,1);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 34px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 2px 2px #5499cc;
}

.con-button__next {
    float: right;
}

.con-button__delete {
    background: #fae1df;
    background: -moz-linear-gradient(top,  #fae1df 0%, #ee8f88 50%, #e5675e 51%, #f5aea9 100%);
    background: -webkit-linear-gradient(top,  #fae1df 0%,#ee8f88 50%,#e5675e 51%,#f5aea9 100%);
    background: linear-gradient(to bottom,  #fae1df 0%,#ee8f88 50%,#e5675e 51%,#f5aea9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae1df', endColorstr='#f5aea9',GradientType=0 );
    border: 1px solid #f5aea9;
    text-shadow: 2px 2px #cc5457;
}

.con-button__bigger {
    border-radius: 22px;
    font-size: 150%;
    height: 44px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.con-button:active, .con-button:focus, .con-button:hover {
    background: #fde7ce;
    background: -moz-linear-gradient(top,  #fde7ce 0%, #faa446 50%, #f4850c 51%, #faa446 100%);
    background: -webkit-linear-gradient(top,  #fde7ce 0%,#faa446 50%,#f4850c 51%,#faa446 100%);
    background: linear-gradient(to bottom,  #fde7ce 0%,#faa446 50%,#f4850c 51%,#faa446 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde7ce', endColorstr='#faa446',GradientType=0 );
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px #dd801b;
}

.con-photoselect {
    display: inline-block;
    margin-bottom: 15px;
    border: 4px solid #fff;
}

.con-photoselect__selected {
    border: 4px solid #639fce;
}

.con-subheading {
    color: #639fce;
    font-size: 18px;
}

.con-textarea {
    font-family: monospace;
    height: 8em;
    width: 100%;
}

.con-pagination {
    margin-bottom: 15px;
    text-align: center;
}

.con-pagination--current {
    color: #d96300;
    font-weight: bold;
    padding: 0 30px;
}

.con-condoleance {
}

.con-condoleance--aside {
    background-color: #e5f1fb;
    font-size: 85%;
    padding: 10px;
}

.con-condoleance--author {
    color: #d96300;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.con-shipping-address {
    padding-bottom: 15px;
}

.con-shipping-address__hidden {
    display: none;
}

.con-costs__total {
    color: #c0392b;
    font-size: 120%;
}

.con-steps {
    color: #c0c0c0;
    font-size: 13px;
    font-weight: bold;
    list-style: none;
    padding-left: 0;
}

.con-steps--step .active {
    color: #5490c0;
    cursor: pointer;
}

.con-steps--step .active:hover {
    color: #d96300;
}

.con-summary {
    font-size: 13px;
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}

.con-summary--label {
    clear: left;
    display: inline-block;
    float: left;
    width: 50%;
}

.con-summary--value {
    float: left;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
    width: 50%;
}

.con-summary--value .con-tooltip, .con-summary--value .tooltip {
    text-indent: 0;
}

.con-summary--value:before {
    content: ': ';
}

.con-summary--form {
    display:inline;
    font-weight:normal;
}

.con-footer {
    background-image: url('../img/bg_header01.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-top: 60px;
}

.con-menu__footer {
    border-bottom: 0;
    border-top: 2px solid #f78303;
}

.con-menu__footer li {
    padding: 10px 10px 0;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    font-weight: normal;
    padding-left: 0;
}

.form-group label.con-label__bold {
    font-weight: bold;
}

.form-group input, .form-group select {
    width: 100%;
}

.form-group select.con-select__autowidth {
    width: auto;
}

::placeholder {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

::-webkit-input-placeholder {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

:-moz-placeholder {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

::-moz-placeholder {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

:-ms-input-placeholder {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.con-warning {
    background-color: rgba(192, 57, 43,0.2);
    border: 1px solid #c0392b;
    font-size: 16px;
    line-height: 1.42em;
    margin: 10px 0 20px;
    padding: 10px 14px;
}

.con-warning strong {
    color: #c0392b;
}