/* =========================================================================
	#Reset
========================================================================= */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
/* =========================================================================
	#Base
========================================================================= */
html,
body { height: 100% }
html { overflow-y: scroll }
body {
    min-width: 990px;
    min-height: 700px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #3B4349;
}
a {
    color: #0252aa;
    text-decoration: none;
    cursor: pointer;
}
a:hover { text-decoration: underline }
h2,
h4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #3d5177;
}
h2 {
    font-size: 45px;
    font-weight: 300;
}
h4 {
    font-size: 18px;
    font-weight: bold;
	padding-bottom: 8px;
}
img {
    border: 0;
    vertical-align: middle;
}
ol,
ul { list-style-position: inside }
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3d5177;
    text-transform: uppercase;
}
[class^="btn-"],
input[type="submit"],
input[type="button"],
label:hover { cursor: pointer }
/* =========================================================================
	#Helpers
========================================================================= */
.alignleft { float: left }
.alignright { float: right }
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
/* ==========================================================================
	#General
========================================================================== */
.socials a {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
}
.form-cols { overflow: hidden }
.form-col { float: left }
.form-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #cfe0f1;
    text-transform: uppercase;
}
.field {
    display: inline-block;
    width: 42px;
    height: 15px;
    padding: 9px 10px;
    border: 0;
    vertical-align: middle;
    background: #fff;
    border-radius: 2px;
}
.field-small { width: 21px }
.field-large { width: 85px }
.field-xlarge {
    width: 211px;
    padding: 9px 30px;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
}
.fieldset {
    border: none;
    margin-top: 40px;
}
.legend {
    border-bottom: 2px solid #E8E8E8;
    width: 100%;
}
.legend-name {
    color: #3B4349;
    font-weight: bold;
    font-size: 18px;
}
.help-block {
    padding: 5px 0px 0px 0px !important;
    text-align: justify;
}
.form-group { padding: 10px 0px 10px 0px }
/* ====
	# my forms
==== */
.form-contact { margin-left: 0px }
.contact-left {
    width: 50%;
    float: left; /* add this */
    border: 0px solid red;
    padding: 10px 20px 0px 10px;
}
.contact-right {
    padding: 10px 0px 0px 30px;
    border: 0px solid green;
    overflow: hidden;
}
.body-input-text {
    border: 2px solid rgba(0, 0, 0, 0.0);
    padding: 10px;
    background-color: #E8E8E8;
    color: #42557D;
    font-style: italic;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.body-input-text-error {
    border: 2px solid #BE382B;
    outline: none;
    border-color: #BE382B;
    box-shadow: 0 0 7px #BE382B;
}
.body-input-text:focus {
    border: 2px solid #4E6694;
    outline: none;
    border-color: #4E6694;
    box-shadow: 0 0 7px #4E6694;
}
.body-submit-button {
    border: 1px solid #495267;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #606c88;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
    background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
    background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
    background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
}
.body-submit-button:hover {
    border: 1px solid #363d4c;
    background-color: #4b546a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
    background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
    background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
    background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
    background-image: -o-linear-gradient(top, #4b546a, #2c354b);
    background-image: linear-gradient(to bottom, #4b546a, #2c354b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}
/* ===============
       #add 
============ */
.add-group { }
.add-label {
    font-size: 18px;
    width: 250px;
    display: inline-block;
    text-align: left;
}
.add-input { width: 50% }
#add-map {
    margin-top: 10px;
    height: 300px;
    width: 90%;
}
/* =========================================================================
	#Containers
========================================================================= */
.container {
    position: relative;
    min-height: 100%;
}
.shell {
    width: 990px;
    margin: 0 auto;
}
/* ==========================================================================
	#Icons
========================================================================== */
[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    background: url(images/sprite.png) no-repeat;
}
.icon-facees,
.icon-cake,
.icon-present,
.icon-eat,
.icon-phone,
.icon-cart {
    width: 40px;
    height: 40px;
}
.icon-facees { background-position: 0 -128px }
.icon-cake { background-position: -68px -128px }
.icon-present { background-position: -133px -128px }
.icon-eat { background-position: -198px -128px }
.icon-phone { background-position: -267px -128px }
.icon-cart { background-position: -337px -128px }
.icon-pin {
    width: 13px;
    height: 20px;
    background-position: -365px -76px;
}
.icon-gift {
    width: 46px;
    height: 46px;
    background-position: -266px 0;
}
.icon-back {
    width: 63px;
    height: 63px;
    background-position: -327px 0;
}
.icon-twitter { background-position: 0 -76px }
.icon-facebook { background-position: -45px -76px }
.icon-youtube { background-position: -90px -76px }
.icon-linkedin { background-position: -136px -76px }
.icon-pinterest { background-position: -181px -76px }
.icon-google { background-position: -226px -76px }
/* ==========================================================================
	#Popup
========================================================================== */
.popup { width: 671px }
.popup .article-head {
    position: relative;
    padding: 26px 35px 0 25px;
}
.popup .article-head > p { padding-bottom: 10px }
.popup .article-body {
    overflow: hidden;
    padding: 0 35px 23px 21px;
    font-size: 14px;
    line-height: 1.71;
}
.popup .article-body p { padding-bottom: 15px }
.popup img.alignleft { margin-right: 20px }
.popup img.alignright { margin-left: 20px }
.popup .entries { overflow: hidden }
.popup .article-title { overflow: hidden }
.popup h2 {
    float: left;
    padding: 15px 0;
}
.popup h2 a { color: #000 }
.popup .price {
    float: right;
    width: 99px;
    height: 37px;
    margin-top: 6px;
    *margin-top: 5px;
    background: #efefef;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 37px;
    color: #3e4b65;
    font-weight: bold;
    font-style: italic;
    text-decoration: line-through;
    text-align: center;
}
.article-body h2 {
    float: left;
    padding-bottom: 25px;
}
.article-body h2 span { color: #e10000 }
.article-body .price {
    float: right;
    width: 99px;
    height: 37px;
    margin-top: 11px;
    background: #efefef;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 37px;
    color: #3e4b65;
    font-weight: bold;
    font-style: italic;
    text-decoration: line-through;
    text-align: center;
}
.popup .title {
    overflow: hidden;
    padding-bottom: 10px;
}
.popup .logo-location { float: left }
.popup .summery {
    float: left;
    padding: 4px 0 0 17px;
    font-size: 14px;
    line-height: 1.71;
    color: #37435b;
}
.popup .summery h4 { font-size: 16px }
.popup .summery h4 a {
    color: #000;
    text-transform: uppercase;
}
.popup .icon-gift {
    position: absolute;
    top: 38px;
    right: 35px;
}
.popup .article-links {
    overflow: hidden;
    margin-top: 33px;
}
.popup .article-links ul { float: left }
.popup .article-links .more {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #37435b;
}
/* =========================================================================
	#Header
========================================================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 140px;
    background: url(images/header-repeat.png) repeat-x;
}
.logo {
    overflow: hidden;
    float: left;
    width: 275px;
    height: 41px;
    margin: 20px 0 0 0;
    background: url(images/logo.png) 0 0 no-repeat;
    white-space: nowrap;
    text-indent: 100%;
}
/* ==========================================================================
	#Header Top
========================================================================== */
.header-top {
    height: 80px;
    background: url(images/header.png) no-repeat;
}
.header-top .shell { height: 80px }
/* ==========================================================================
	#Nav
========================================================================== */
.nav {
    float: right;
    padding-top: 35px;
}
.nav ul {
    overflow: hidden;
    padding-right: 18px;
    list-style: none outside none;
}
.nav li {
    float: left;
    padding-left: 26px;
}
.nav li:first-child { padding-left: 0 }
.nav a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #37435b;
    font-weight: bold;
    text-transform: uppercase;
}
.nav a:hover {
    color: #e10000;
    text-decoration: none;
}
a.btn-add { color: #e10000 }
a.btn-add:hover { color: #37435b }
/* ==========================================================================
	#Bar
========================================================================== */
.bar {
    height: 47px;
    padding-top: 13px;
    background: #3d5177 url(images/bar.jpg) center center no-repeat;
}
/* ==========================================================================
	#Form Birthday
========================================================================== */
.form-birthday .form-cols { overflow: visible }
.form-birthday .form-col { width: 495px }
.form-birthday .form-col:first-child {
    width: 493px;
    padding-left: 2px;
}
.form-birthday .select-small { margin-right: 4px }
.form-birthday .select-large { margin-right: 5px }
.form-birthday .form-label strong {
    float: left;
    padding: 2px 16px 0;
    font-weight: normal;
}
.form-birthday .form-label > span {
    float: left;
    width: 23px;
    height: 29px;
    padding: 2px 0 0 8px;
    background: #86a4c1;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-style: italic;
    border-radius: 50%;
}
.form-birthday .form-controls {
    position: relative;
    float: left;
    letter-spacing: -1px;
}
.form-birthday .icon-pin {
    position: absolute;
    top: 8px;
    left: 13px;
}
.form-birthday .btn-search {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 21px;
    height: 21px;
    background: url(images/sprite.png) -387px -76px no-repeat;
}
.form-birthday .btn-search:hover {
    opacity: .7;
    filter: alpha(opacity:70);
}
/* =========================================================================
	#Main
========================================================================= */
.main {
    position: relative;
    z-index: 1;
    display: none;
    padding: 140px 0 140px;
    background: #e1e3e4 url(images/main-body.png) center 0 repeat-y;
}
.main-head {
    position: relative;
    width: 100%;
    height: 130px;
}
.main-body {
    overflow: auto;
    nowhitespace: afterproperty;
    padding-bottom: 32px;
    /* background: #e1e3e4 url(images/main-body.png) center 0 repeat-y;*/ ;
}
.main-head .btn-back {
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -474px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #37435b;
    font-weight: bold;
}
.main-head .btn-back span { padding-left: 10px }
.main-head .btn-back:hover {
    color: #e10000;
    text-decoration: none;
}
.main-head .btn-back:hover .icon-back {
    opacity: .7;
    filter: alpha(opacity:70);
}
/* ==========================================================================
	#Map
========================================================================== */
.map {
    position: absolute;
    top: 140px;
    bottom: 140px;
    left: 0;
    right: 0;
}
/* ==========================================================================
	#Fullscreener
========================================================================== */
.fsr-container {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fsr-element { position: absolute }
.fsr-hidden { display: none }
/* ==========================================================================
	#Article
========================================================================== */
.article {
    font-size: 14px;
    line-height: 1.71;
}

.article h1 {
	padding-top: 10px;
}

.article-head {
    position: relative;
    padding: 0 39px 20px 35px;
}
.article-body { padding: 0 19px 0 41px }
.article-body p { padding-bottom: 20px }
.article-body img.alignleft { margin: 0 20px 20px 0 }
.article-body img.alignright { margin: 0 0 20px 20px }
.article-body .artile-title { overflow: hidden }
.article-body h2 {
    float: left;
    padding-bottom: 25px;
}
.article-body h2 span { color: #e10000 }
.article-body .price {
    float: right;
    width: 99px;
    height: 37px;
    margin-top: 11px;
    background: #efefef;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 37px;
    color: #3e4b65;
    font-weight: bold;
    font-style: italic;
    text-decoration: line-through;
    text-align: center;
}
.article .title { overflow: hidden }
.article .logo-location {
    float: left;
    margin: 32px 25px 19px 0;
}
.article .summery {
    float: left;
    padding: 35px 0 0 0px;
    font-size: 14px;
    line-height: 1.71;
    color: #37435b;
}
.article .summery h4 {
    padding-bottom: 5px;
    font-size: 30px;
}
.article .summery a {
    color: #37435b;
    font-size: 16px;
}
.article .icon-gift {
    position: absolute;
    top: 45px;
    right: 26px;
}
/* ==========================================================================
	#Article Links
========================================================================== */
.article-links ul {
    overflow: hidden;
    list-style: none outside none;
}
.article-links li {
    float: left;
    line-height: 1;
}
.article-links li ~ li {
    padding-left: 11px;
    border-left: 1px solid #37435b;
    margin-left: 11px;
}
.article-links a {
    font-size: 13px;
    line-height: 1;
    color: #37435b;
}
/* ==========================================================================
	#Slider
========================================================================== */
.slider {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
    height: 80px;
    padding: 0 70px;
    background: #3d5177 url(images/slider.jpg) center center no-repeat;
}
.slides {
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding: 10px 0;
    list-style: none outside none;
}
.slide {
    float: left;
    height: 60px;
    margin-bottom: 14px;
}
.slide ~ .slide { border-left: 1px dotted #b4c3e0 }
.slide > a {
    display: block;
    height: 92px;
}
.slide > a:hover i {
    opacity: .7;
    filter: alpha(opacity:70);
}
.slide > a:hover .slide-text > span { text-decoration: underline }
.slide img {
    float: left;
    margin: 7px 10px 0 18px;
}
.slide img:hover {
    opacity: .7;
    filter: alpha(opacity:70);
}
.slide-text {
    float: left;
    display: block;
    padding: 5px 27px 0 0;
    text-align: center;
}
.slide-text > span {
    display: block;
    font-size: 15px;
    line-height: 1.11;
    color: #fff;
}
.slide-text em {
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.33;
    color: #fff;
}
.slide-text em span { text-decoration: line-through }
.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 22px;
    height: 42px;
    margin-top: -21px;
    background: url(images/sprite.png) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
}
.slide-prev {
    left: 14px;
    background-position: -287px -76px;
}
.slide-next {
    right: 14px;
    background-position: -325px -76px;
}
/* =========================================================================
	#Footer
========================================================================= */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 60px;
    background: url(images/footer-repeat.png) repeat-x;
}
.footer-inner {
    height: 60px;
    background: url(images/footer.png) no-repeat;
}
.footer .shell { background: url(images/footer-shadow.png) top center no-repeat }
.copyrights {
    float: right;
    padding: 25px 12px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
.socials {
    overflow: hidden;
    padding: 15px 0 0 70px;
}
.socials a {
    float: left;
    width: 25px;
    height: 33px;
    margin-left: 10px;
}
.socials a:hover {
    opacity: .8;
    filter: alpha(opacity:80);
}
/* ==========================================================================
	#Nav Footer
========================================================================== */
.nav-footer {
    float: left;
    padding-top: 23px;
}
.nav-footer ul { list-style: none outside none }
.nav-footer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 13px;
}
.nav-footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
.nav-footer a:hover {
    color: #e10000;
    text-decoration: none;
}
/* ==========================================================================
	#FAQ
=========================================================================== */
.faq_container {
    overflow: hidden;
    position: relative;
}
.faq_circle {
    margin-top: 5px;
    border-radius: 50%;
    background-color: #3d5177;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
}
.faq_circle_text {
    color: white;
    padding: 0px 17px;
    font-size: 30px;
    font-weight: bold;
}
.faq_bubble {
    left: 75px;
    position: relative;
    width: 855px;
    padding: 0px;
    background: #E8E9EB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.faq_bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 13px 10px 0;
    border-color: transparent #E8E9EB;
    display: block;
    width: 0;
    z-index: 1;
    left: -13px;
    top: 20px;
}
.faq_title {
    font-size: 18px;
    color: #3B4349;
    font-weight: bold;
    padding: 15px;
}
.faq_answer {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #3B4349;
}
.faq_answer_text {
    margin-top: 5px;
    color: #3B4349;
    text-align: justify;
}
.faq_hr {
    border: 0;
    margin: 30px 0px 30px 0px;
    height: 2px;
    background: #E9E9E9;
    background: -moz-linear-gradient(left center, #E9E9E9, #ECECEC, #E9E9E9);
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #E9E9E9), color-stop(0.5, #ECECEC), color-stop(1, #E9E9E9));
}
/* ==========================================================================
	#Impressum
=========================================================================== */
.impressum h3 {
    font-size: 20px;
    float: left;
}
/* ==========================================================================
	#Gift Box Detail
=========================================================================== */
.gift-box-left {
    float: left;
    width: 30%;
    color: #fff;
    background-color: #C2172A;
    border-right: 1px dashed #F5F5F5;
    height: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: url('images/gift-box-background.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}
.gift-box-right {
    overflow: hidden;
    background-color: #F5F5F5;
    color: #000;
    height: 100%;
    padding-left: 55px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gift-box-price {
    text-align: center;
    text-decoration: line-through;
    margin-top: 70px;
    font-size: 40px;
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
}
.gift-box-date {
    text-align: right;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #4E6694;
}
.gift-box-image {
    position: absolute;
    left: 25%;
    top: 65px;
}
.gift-box-place {
    text-align: left;
    font-size: 33px;
    color: #425983;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 1.3;
}
.gift-box-gift {
    text-align: left;
    font-size: 33px;
    color: #C2172A;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
	line-height: 1.3;
}
.gift-box-gift sup { font-size: .3em }
.gift-box-constraint {
    position: absolute;
	bottom: 5px;
	right: 15px;
    text-align: right;
    font-style: italic;
    color: #96979C;
}
.gift-box {
    width: 80%;
    height: 200px;
    margin: 0px auto;
    position: relative;
}
.gift-box:before,
.gift-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: #444;
    -webkit-box-shadow: 0 15px 15px #444;
    -moz-box-shadow: 0 15px 15px #444;
    box-shadow: 0 15px 15px #444;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.gift-box:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.detail_hr {
    border: 0;
    height: 2px;
    background: #E9E9E9;
    background: -moz-linear-gradient(left center, #E9E9E9, #ECECEC, #E9E9E9);
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #E9E9E9), color-stop(0.5, #ECECEC), color-stop(1, #E9E9E9));
}
/* -------------
 popup box 
------------- */
.popup-box {
    width: 650px;
    height: 200px;
    background-color: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.popup-box-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #F5F5F5 transparent transparent transparent;
}
.popup-box-left {
    float: left;
    width: 30%;
    color: #fff;
    background-color: #C2172A;
    border-right: 1px dashed #F5F5F5;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url('images/gift-box-background.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}
.popup-box-right {
    overflow: hidden;
    background-color: #F5F5F5;
    color: #000;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 55px;
}
.popup-box:before,
.popup-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: #444;
    -webkit-box-shadow: 0 15px 15px #444;
    -moz-box-shadow: 0 15px 15px #444;
    box-shadow: 0 15px 15px #444;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.popup-box:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.popup-box-image {
    position: absolute;
    left: 25%;
    top: 65px;
}
.popup-box-price {
    text-align: center;
    text-decoration: line-through;
    margin-top: 75px;
    font-size: 35px;
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
}
.popup-box-date {
    text-align: right;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #4E6694;
}
.popup-box-place {
    text-align: left;
    font-size: 30px;
    color: #425983;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding-top: 18px;
    text-transform: uppercase;
}
.popup-box-gift {
    text-align: left;
    font-size: 30px;
    color: #C2172A;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-box-gift sup { font-size: .3em }
.popup-box-constraint {
    position: absolute;
	bottom: 5px;
	right: 15px;
    text-align: right;
    font-style: italic;
    color: #96979C;
}
.popup-box-constraint a {
    font-size: 18px;
    font-style: normal;
    font-family: 'Dosis', sans-serif;
}
#wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    margin-left: 20px;
}
#carousel {
    width: 735px;
    position: vrelative;
}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {
    background: transparent url(images/carousel_polaroid.png) no-repeat 0 0;
    font-size: 40px;
    color: #999;
    text-align: center;
    display: block;
    width: 232px;
    height: 178px;
    padding: 0;
    margin: 6px;
    float: left;
    position: relative;
}
#carousel li img {
    width: 201px;
    height: 127px;
    margin-top: 14px;
}
#carousel li span {
    background: transparent url(images/carousel_shine.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 201px;
    height: 127px;
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 16px;
}
#carousel .prev,
#carousel .next {
    background: transparent url(images/carousel_control.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 21px;
    margin-left: 10px;
    position: absolute;
    top: 70px;
}
#carousel .prev {
    background-position: 0 0;
    left: -30px;
}
#carousel .prev:hover { left: -31px }
#carousel .next {
    background-position: -18px 0;
    right: -20px;
}
#carousel .next:hover { right: -21px }