/* CSS Document */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #f3efee;
    color: #483c3e;
    font: 14px/1.4 Tahoma, Arial, Helvetica, sans-serif;
}

table,
td {
    border-collapse: collapse;
    font-size: 100%;
}

table,
td,
img {
    border: 0;
}

form,
td {
    margin: 0;
    padding: 0;
}

td {
    vertical-align: top;
    text-align: left;
}

.main-width {
    margin: 0 auto;
    text-align: left;
}

.wrapp {
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}

.extra-wrapp {
    margin: 0 auto;
    text-align: left;
}

input,
textarea {
    font-family: Tahoma;
    font-size: 1em;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.our-weddings:before,
.our-weddings:after,
#header .search form > div:before,
#header .search form > div:after,
.nav_menu:before,
.nav_menu:after {
    content: '';
    display: table;
}

.clearfix:after,
.our-weddings:after,
#header .search form > div,
.nav_menu:after {
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a img {
    border: 0;
}

td img {
    max-width: inherit
}

ul {
    list-style: none;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
}

.column-1,
.column-2,
.column-3 {
    float: left;
}

a {
    color: #89717c;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

#advSearchResultsDefault form {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

#popupSearchHelp {
    padding: 0;
}

.centeredContent .inp1 input {
    width: 300px;
}

.productListing-data .normalprice {
    display: block;
}

/* ============================= header ====================== */

#header {
    font: 14px/1.4 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
}

#header .main-width {
    position: relative;
    text-align: center;
}

#header .logo {
    margin: 0 auto;
    max-width: 379px;
}

#header .block {
    text-align: center;
}

#header .tel {
    font-size: 23px;
    font-style: italic;
    margin: 0 0 10px;
}

#header .tel span {
    font-size: 16px;
    margin-right: 5px;
}

#header .search {
    display: inline-block;
    max-width: 220px;
    margin: 0 -1px 10px 0;
    position: relative;
}

.head-social {
	margin: -9px 0 10px;
}

#header .search:before {
    background: url(../images/cloth-h.png) repeat-x 0 0;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1;
}

#header .search:after {
    background: url(../images/cloth-h.png) repeat-x 0 100%;
    bottom: -10px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#header .search form {
    background: #fff;
    padding: 1px 2px 4px;
    position: relative;
}

#header .search form:before {
    background: url(../images/cloth-v.png) repeat-y 0 0;
    bottom: -1px;
    content: '';
    left: -9px;
    position: absolute;
    top: -2px;
    width: 10px;
    z-index: 1;
}

#header .search form:after {
    background: url(../images/cloth-v.png) repeat-y 100% 0;
    bottom: -1px;
    content: '';
    right: -9px;
    position: absolute;
    top: -2px;
    width: 10px;
    z-index: 1;
}

#header .search form > div {
    position: relative;
    z-index: 3;
}

#header .search .input1 {
    float: left;
    height: 23px;
    margin: 0 5px 0 0;
    width: 150px;
}

#header .search .cssButton,
#header .search .cssButtonHover {
    margin: -5px 0;
    padding: 0 5px;
}

#header .box3 {
    margin: 0;
}

#header h2 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
}

#header h2 span {
    display: block;
    font-size: 27px;
}

.extra-wrapp.alt {
    padding: 11px 0 15px;
}

#header .menu {
    background: #cfb59c url(../images/bg-nav.gif) repeat-x 0 0;
    border-bottom: 1px solid #fbf9f9;
    border-top: 1px solid #fbf9f9;
    font-family: 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    line-height: 24px;
    font-size: 19px;
    position: relative;
    white-space: nowrap;
}

#header .menu ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#header .menu ul:before {
    border-left: 1px solid #dbc8b7;
    content: '';
    height: 40px;
    right: 1px;
    position: absolute;
    top: 0;
    width: 0;
}

#header .menu ul:after {
    border-left: 1px solid #a69080;
    content: '';
    height: 40px;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
}

#header .menu a {
    color: #483c3e;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    transition: all .4s ease;
}

#header .menu .selected a,
#header .menu a:hover {
    background: rgba(255, 255, 255, .25);
}

/*  ----------------------- NAVIGATION -----------------------  */
.nav_menu {
    margin: 20px 0 0;
    position: relative;
    z-index: 999;
}

.nav_menu li {
    border: 1px solid #fff;
    box-shadow: 0 0 3px #d7d6d5;
    color: #312b2e;
    font: normal 17px/24px 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    /*margin-bottom: 4px;*/
    padding: 0;
    position: relative;
}

.nav_menu a {
    background: #fff url(../images/title-bg.gif) repeat-x 100% 0;
    color: #312b2e;
    display: block;
    padding: 4px 12px;
    text-decoration: none;
}

.nav_menu a:hover {
    background-image: none;
}
.nav_dropdown {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav_dropdown a {
    background-image: none;
}
.second-nav .sideBoxContent {
    background: #fff;
}

/* ============================= content ===================== */

.name {
    font-size: 17px;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
}

.name:hover {
    color: #332c2e;
}

.centerBoxHeading {
    color: #312b2e;
    font-family: 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    padding: 4px 0 5px 9px;
    font-size: 19px;
    line-height: 24px;
    font-weight: normal;
    background: url(../images/title-bg.gif) repeat-x left bottom #fbfbfb;
    border: 1px solid #fff;
    margin-bottom: 20px;
    box-shadow: 0 3px 3px #e9e6e4;
    position: relative;
}

.product-col {
    width: 199px !important;
    border: 1px solid #f9f7f6;
    background: url(../images/prod-bg.png) repeat 0 0;
    padding: 10px 10px 13px 9px;
    box-shadow: 0 0 3px #dcdad9;
    position: relative;
    margin-bottom: 20px;
}

.product-col .prod-info {
    padding: 13px 0 0;
}

.product-col .name {
    color: #89717c;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    padding: 0 0 5px 9px;
    border-bottom: 1px dotted #c1c0bf;
    font-family: Arial, Helvetica, sans-serif;
}

.product-col .name:hover {
    color: #3c3536;
}

.product-col .text {
    font-size: 11px;
    color: #aa99a0;
    line-height: 17px;
    padding: 6px 0 11px 9px;
    display: inline-block;
}

.product-col .price {
    padding: 0 0 11px 7px;
}

.price {
    color: #312b2e;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
}

.price strong {
    font-weight: normal;
}

.product-col .button {
    padding: 0 0 0 5px;
}

.box-bot {
    margin: 20px 0 0;
}

.forgot_pass {
    position: relative;
    top: 7px;
}

#unsubDefault,
#discountcouponInfo,
#conditions,
#reviewsDefault,
#addressBookProcessDefault,
#createAcctDefault,
#siteMap,
#privacy,
#shippingInfo,
#accountNotifications,
#logoffDefault,
#advSearchDefault,
#checkoutSuccess,
#checkoutConfirmDefault,
#checkoutShipping,
#addressBookDefault,
#accountDefault,
#accountHistInfo,
#reviewsWrite,
#accountEditDefault,
#checkoutPayment,
#checkoutShipAddressDefault,
#accountHistoryDefault,
#accountPassword,
#acctNewslettersDefault,
#ezPageDefault,
#timeoutDefault,
#checkoutPayAddressDefault {
    background: #fff;
    border: 1px solid #f8f7f6;
    padding: 0 10px 10px;
    overflow: hidden;
}

#timeoutDefault > h1,
#ezPageDefault > h1,
#addressBookProcessDefault > h1,
#acctNewslettersDefault > h1,
#accountHistoryDefault > h1,
#checkoutPayAddressDefault > h1,
#checkoutShipAddressDefault > h1,
#unsubDefault > h1,
#reviewsDefault > h1,
#reviewsWrite > h1,
#accountHistInfo > h1,
#addressBookDefault > h1,
#accountDefault > h1,
#discountcouponInfo > h1,
#siteMap > h1,
#conditions > h1,
#accountNotifications > h1,
#privacy > h1,
#shippingInfo > h1,
#logoffDefault > h1,
#advSearchDefault > h1,
#checkoutSuccess > h1,
#checkoutConfirmDefault > h1,
#checkoutPayment > h1,
#checkoutShipping > h1 {
    margin: 0 -10px 20px;
}

#accountHistInfo {
    padding-top: 15px;
    padding-bottom: 15px;
}

#indexCategories .tie .tie-indent #featuredProducts {
    display: none;
}

/* ============================= footer ====================== */
#footer {
    border-top: 1px solid #e3e0df;
    margin: 21px auto 0;
}

#footer .wrapper {
    border-top: 1px solid #fafafa;
    box-sizing: border-box;
    padding: 24px 20px 0;
}

#footer .copyright {
    border-top: 1px solid #fafafa;
    color: #554a4c;
    font-size: 12px;
    line-height: 27px;
    margin: 24px 0 0;
    padding: 20px 0 40px;
    text-align: center;
}

#footer .copyright a {
    color: #554a4c;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: #493a3d;
}

/* ============================= forms ======================= */
input,
select,
textarea {
    background: #fff;
    border: 1px solid #dcdad7;
    box-shadow: inset 3px 4px 13px rgba(242,239,237,.75);
    color: #483c3e;
    font: 13px/1.4 Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px 5px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.cartRemoveItemDisplay input,
#gender-female,
#gender-male,
#newsletter-checkbox,
#email-format-text,
#email-format-html,
#rating-1,
#rating-2,
#rating-3,
#rating-4,
#rating-5,
#pmt-linkpoint_api,
#pmt-moneyorder,
#pmt-paypal,
#pmt-cod,
#notify-0 {
    border: none !important;
}

#rating-1,
#rating-2,
#rating-3,
#rating-4,
#rating-5 {
    margin: 2px 4px 0 8px;
}

#globalnotify,
#pmt-cod,
#pmt-moneyorder,
#ship-flat-flat,
#ship-item-item,
#ship-storepickup-storepickup,
#gender-male,
#gender-female,
#email-format-html,
#email-format-text,
#newsletter {
    border: none !important;
    position: relative;
    top: 2px;
}

#primary {
    margin-left: 10px;
    position: relative;
    top: 2px;
    border: none !important;
}

#disc-ot_coupon {
    margin: 5px 0 0;
}

/*slider*/
.slider {
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 4px rgba(0,0,0,.15), inset 0 0 46px rgba(165,156,149,.08);
    margin: 28px 0 8px;
    overflow: hidden;
    padding: 10px;
}

#faded {
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    height: 310px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#faded img {
    max-width: inherit;
    max-height: 100%;
}

.pagination {
    position: absolute;
    bottom: 5px;
    left: 390px;
    z-index: 10;
    overflow: hidden;
    margin: 0;
}

.pagination li {
    float: left;
    margin-left: 10px;
}

.pagination li:first-child {
    margin: 0;
}

.pagination li a {
    background-color: #fff;
    background-image: linear-gradient(#fff, #ccc);
    border-radius: 10px;
    border: solid 2px #f7f5f4;
    box-shadow: 0 0 5px rgba(0,0,0,.29);
    display: block;
    height: 18px;
    position: relative;
    text-indent: -10000px;
    width: 18px;
}

.pagination li.current a:before,
.pagination li a:hover:before {
    background-color: #fff;
    background-image: linear-gradient(#968f8f, #483c3e);
    border-radius: 7px;
    content: '';
    height: 12px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 12px;
}

.bot-banners {
    margin: 17px 0 0;
    overflow: hidden;
    width: 100%;
}

.bot-banners > div {
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.15), inset 0 0 46px rgba(165,156,149,.08);
    float: left;
    font: 18px/20px 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    height: 216px;
    margin: 0 40px 30px;
    padding: 10px;
    position: relative;
    width: 228px;
}

.bot-banners > div:hover {
    background: rgba(255,255,255,.9);
}

.bot-banners > div:last-child {
    margin-right: 0;
}

.bot-banners > div:after {
    background: url(../images/cloth-h.png) repeat-x 0 100%;
    bottom: -16px;
    content: '';
    height: 14px;
    left: 2px;
    opacity: .8;
    position: absolute;
    right: 2px;
}

.bot-banners a {
    color: #483c3e;
    display: block;
    text-decoration: none;
}

.bot-banners a:before {
    background-image: linear-gradient(to top, #cfb59c, #f5f3ef);
    border-radius: 50%;
    border: 2px solid #f7f5f4;
    box-shadow: 0 0 5px rgba(0,0,0,.29);
    content: '';
    height: 16px;
    position: absolute;
    right: 12px;
    top: 168px;
    width: 16px;
    z-index: 1;
}

.bot-banners a:after {
    border-color: transparent transparent transparent #6a6061;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    content: '';
    height: 0;
    position: absolute;
    right: 20px;
    top: 175px;
    width: 0;
    z-index: 2;
}

.bot-banners img {
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    display: block;
    margin: 0 0 15px;
    max-height: 148px;
}

.bot-banners i {
    font-style: normal;
}

#indexBody .bot-banners {
    margin: 17px 0;
}

.our-weddings a {
    background: url(../images/index-offer.png) no-repeat 0 0;
    border-radius: 96px 95px 95px 96px/46px 46px 45px 45px;
    border: 2px solid #f7f5f4;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    color: #483c3e;
    display: block;
    font: 19px/20px 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 192px;
}

.our-weddings a span {
    display: block;
    height: 92px;
    padding-top: 33px;
}

.our-weddings .our-weddings-long span {
    padding-top: 27px;
}

.our-weddings a:hover span {
    background: rgba(255, 255, 255, .25);
}

.index-wrapper h1 {
    font-size: 30px;
    text-align: center;
}

.index-wrapper section h3 {
    font-size: 26px;
    font-weight: 400;
}

.index-map-wrap {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(0,0,0,.15), inset 0 0 46px rgba(165,156,149,.08);
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
}

/* Index How */
.index-how {
    border-bottom: 1px solid #e4e1df;
    border-top: 1px solid #fafaf9;
    position: relative;
}

.index-how:before {
    border-top: 1px solid #e4e1df;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}

.index-how:after {
    border-top: 1px solid #fafaf9;
    bottom: -2px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.index-how-title {
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.index-how-title span {
    background: #cfb59c url('../images/bg-nav.gif') repeat-x 0 0;
    border: 2px solid #f7f5f4;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    color: #483c3e;
    cursor: pointer;
    display: inline-block;
    font: 14px/1.4 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    margin: 5px 0;
    padding: 5px 20px 5px 7px;
    position: relative;
    text-align: center;
    transition: all .4s ease;
}

.index-how-title span:before {
    border-color: #483c3e transparent transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    content: '';
    height: 0;
    position: absolute;
    right: 5px;
    top: 14px;
    width: 0;
}

.index-how-title span.active:before {
    border-color: transparent transparent #483c3e transparent;
    border-width: 0 4px 6px;
}

.index-how-title span:hover {
    background-color: #e0cebc;
    border-color: #fff;
}

.index-how-content {
    border-top: 1px solid #fafaf9;
    display: none;
    padding: 0 0 20px;
    position: relative;
}

.index-how-content:before {
    border-top: 1px solid #e4e1df;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}

.index-wedding-organization-list {
    margin: 0 0 50px;
}

.index-wedding-organization-list li {
    font: italic 16px/1.4 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: 300px;
}

.index-wedding-organization-list li:before {
    background-image: url(../images/organization.png);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 315px;
    margin-bottom: -17px;
}

.index-wedding-organization-list li:after {
    background: url(../images/arrows.png) no-repeat -234px 0;
    content: '';
    display: block;
    height: 128px;
    width: 133px;
    position: absolute;
    left: 180px;
    bottom: -58px;
    z-index: 3;
}

.index-wedding-organization-list li:last-child:after {
    display: none;
}

.i-org-1:before {
    background-position: -337px 0;
}
.i-org-2:before {
    background-position: -651px 0;
}
.i-org-3:before {
    background-position: -651px -392px;
}
.i-org-4:before {
    background-position: -651px -778px;
}
.i-org-5:before {
    background-position: -329px -788px;
}
.i-org-6:before {
    background-position: -6px -785px;
}
.i-org-7:before {
    background-position: -20px -392px;
}
.i-org-8:before {
    background-position: 0 0;
}
.index-wedding-organization-list li.i-org-9:before {
    background-position: -340px -320px;
    height: 480px;
}

.index-questions-content {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 4px rgba(0,0,0,.15), inset 0 0 46px rgba(165,156,149,.08);
    border: 1px solid #fff;
    margin: 14px 0 0;
    padding: 10px;
}

.index-questions-content form {
    background: #edeae3;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border: 1px solid #fff;
    padding: 25px 35px;
    text-align: right;
}

.index-questions-content fieldset {
    margin: 0 !important;
    padding: 0;
}

.field-wrap {
    font: italic 18px/1.4 'Century Gothic', Futura, 'URW Gothic L', Verdana, sans-serif, cursive;
    margin: 0 0 5px 0;
    position: relative;
}

.field-wrap:before {
    background: url(../images/cloth-h.png) repeat-x 0 0;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1;
}

.field-wrap:after {
    background: url(../images/cloth-h.png) repeat-x 0 100%;
    bottom: -10px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.field-wrap .field {
    background: #fff;
    padding: 1px 2px;
    position: relative;
    text-align: left;
}

.field-wrap .field:before {
    background: url(../images/cloth-v.png) repeat-y 0 0;
    bottom: -1px;
    content: '';
    left: -9px;
    position: absolute;
    top: -2px;
    width: 10px;
    z-index: 1;
}

.field-wrap .field:after {
    background: url(../images/cloth-v.png) repeat-y 100% 0;
    bottom: -1px;
    content: '';
    right: -9px;
    position: absolute;
    top: -2px;
    width: 10px;
    z-index: 1;
}

.field-wrap label {
    margin: 0;
    width: 100%;
}

.field-wrap input#contactname,
.field-wrap input#email-address,
.field-wrap textarea#enquiry {
    margin: 0;
    width: 100%;
}

.field-wrap textarea {
    resize: vertical;
}

.field-wrap + .alert {
    color: #9a5854;
    font-size: 12px;
    margin: 0 0 15px;
}

.index-questions-content .cssButton,
.index-questions-content .cssButtonHover {
    font-size: 19px;
    white-space: normal;
    /*width: 195px;*/
}

#contactUsDefault .buttonRow {
    margin: 20px 0 10px;
    text-align: right;
}

#contactUsDefault .buttonRow a {
    text-decoration: none;
}

.bkg-wrapper {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 4px rgba(0,0,0,.15), inset 0 0 46px rgba(165,156,149,.08);
    border: 1px solid #fff;
    margin: 14px 0 0;
    padding: 10px;
}

.bkg-wrapper > div {
    background: #edeae3;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border: 1px solid #fff;
    padding: 5px;
    text-align: right;
}

@media all and (max-width: 639px) {
    #header .logo {
        padding: 0 65px 0 15px;
    }
    #header .main-width {
        position: relative;
        text-align: center;
    }

    table th,
    table td {
        display: block;
    }
    #categories {
        width: 100% !important;
    }
    .categoryListBoxContents {
        width: 100% !important;
    }
    .productListing-rowheading {
        display: none;
    }
    .cartAdd {
        overflow: inherit;
    }
    .cartAdd .fright {
        float: none;
    }
    .index-wedding-organization-list li {
        font-weight: 700;
    }
    .index-wedding-organization-list li:after {
        z-index: -1;
    }
    .i-org-8 {
        margin-top: 30px;
    }
    .index-questions-content form {
        background: none;
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    .index-questions-content {
        background: #edeae3;
        padding: 20px 10px;
    }
		
	#productListing .tabTable {
		border-top: 1px solid #e1e1e1;
	}
	#productListing .tabTable tr {
		border-bottom: 1px solid #e1e1e1;
	}
	#productListing .tabTable .productListing-data {
		border-bottom: 0;
	}
	#productListing .tabTable img {
		display: block;
		margin: 0 auto;
	}
	#productListing .tabTable br {
		display: none;
	}
	#productListing .tabTable .price {
		display: inline-block;
		padding: 0 10px 10px 0;
	}
	#productMainImage img,
	#productAdditionalImages img {
		height: auto;
	}
	#productAdditionalImages .additionalImages a {
		height: auto;
	}
	#allProductsDefault .fleft {
		text-align: center;
		float: none;
		margin: 0 0 5px;
	}
	#productGeneral .cartAdd {
		clear: both;
	}
	#productGeneral .cartAdd .cssButton {
		width: 100%;
	}
}

@media all and (min-width: 640px) {
    #faded {
        height: 410px;
    }

    .our-weddings a {
        float: left;
        margin: 10px 50px;
    }

    .index-how-title  {
        background: url(../images/shine.jpg) no-repeat 50% 0;
    }

    .field-wrap label {
        width: 30%;
    }

    .field-wrap input#contactname,
    .field-wrap input#email-address,
    .field-wrap textarea#enquiry {
        width: 70%;
    }
}

@media all and (min-width: 640px) and (max-width: 800px) {
    .categoryListBoxContents {
        width: 50% !important;
    }
}


@media only screen and (max-width: 767px) {
    #header {
        border-bottom: 1px solid #fff;
        box-shadow: 0 0 3px rgb(215, 214, 213);
    }
    #header .wrapp {
        padding: 0;
    }
    .menu-wrapper {
        background: #fff;
        height: 100%;
        left: 0;
        margin: 0;
        min-height: 100%;
        padding: 0;
        position: fixed;
        top: 125px;
        overflow-y: auto;
        visibility: hidden;
        width: 100%;
        z-index: 4;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-overflow-scrolling: touch;
    }
    .nav_open .menu-wrapper {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav_toggle {
        background: none;
        border: 0;
        cursor: pointer;
        color: #fff;
        display: block;
        line-height: 1;
        padding: 1rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav_toggle:hover {
        background: none;
    }
    .icon_menu {
        display: inline-block;
        height: 20px;
        position: relative;
        vertical-align: middle;
        width: 28px;
    }
    .icon_menu .line {
        background-color: #483c3e;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .icon_menu .line_1 {
        top: 0;
    }
    .icon_menu .line_2 {
        margin-top: -2px;
        top: 50%;
    }
    .icon_menu .line_3 {
        bottom: 0;
    }
    .is_active .icon_menu .line_1 {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .is_active .icon_menu .line_2 {
        opacity: 0;
    }
    .is_active .icon_menu .line_3 {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }

    #header .menu li {
        border-top: 1px solid #f0f0f0;
    }

    .has_dropdown {
        cursor: pointer;
        position: relative;
    }
    .has_dropdown:after {
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        content: '+';
        color: #483c3e;
    }
    .has_dropdown.is_active:after {
        content: '-';
    }
    .has_dropdown > .menu_link {
        display: inline-block;
    }
    .nav_dropdown {
        display: none;
    }
    .nav_dropdown.is_visible {
        display: block;
    }
}

@media all and (min-width: 768px) {
    .extra-wrapp {
        background: url(../images/shine.jpg) no-repeat 50% 170px;
        overflow: hidden;
    }

    #header {
        text-align: center;
    }

    #header > .extra-wrapp {
        background: url(../images/bg-header.jpg) no-repeat 50% 0;
    }

    #header .logo {
        display: inline-block;
    }

    #header .menu {
        font-size: 16px;
    }

    #header .menu:before {
        background: url(../images/cloth-h.png) repeat-x 0 0;
        border-bottom: 1px solid #c8c7c7;
        content: '';
        height: 14px;
        left: 0;
        opacity: .8;
        position: absolute;
        top: -16px;
        width: 100%;
    }

    #header .menu:after {
        background: url(../images/cloth-h.png) repeat-x 0 100%;
        border-top: 1px solid #c8c7c7;
        bottom: -16px;
        content: '';
        height: 14px;
        left: 0;
        opacity: .8;
        position: absolute;
        width: 100%;
    }

    #header .menu li {
        float: left;
        position: relative;
        width: 20%;
    }

    #header .menu li:before {
        border-left: 1px solid #dbc8b7;
        content: '';
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    #header .menu li:after {
        border-left: 1px solid #a69080;
        content: '';
        height: 40px;
        left: 1px;
        position: absolute;
        top: 0;
        width: 0;
    }

    #header .menu a {
        padding: 8px 0;
        text-align: center;
    }

    #header h2 {
        float: left;
        margin: 29px 10px 0 10px;
    }

    #header .block {
        float: right;
        margin: 0 10px 0 0;
    }

    #header .tel {
        text-align: right;
    }
	
	.head-social {
		text-align: right;
	}

    .nav_menu li {
        float: left;
        width: 50%;
    }
    .nav_menu .category-top:after {
        background: url(../images/cloth-h.png) repeat-x 0 100%;
        bottom: -16px;
        content: '';
        height: 14px;
        left: 2px;
        opacity: .8;
        position: absolute;
        right: 2px;
    }
    .nav_dropdown {
        min-width: 200px;
        opacity: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        z-index: 10;
    }
    .nav_dropdown:after {
        background: url(../images/cloth-h.png) repeat-x 0 100%;
        bottom: -16px;
        content: '';
        height: 14px;
        left: 2px;
        opacity: .8;
        position: absolute;
        right: 2px;
    }
    .nav_dropdown .menu_item {
        width: 100%;
    }
    .nav_dropdown .menu_item:hover {
        background: #f1f1f1;
    }
    .nav_dropdown .menu_item:last-child {
        border-bottom: 0;
    }
    .has_dropdown.is_active > .nav_dropdown {
        visibility: visible;
    }
    .has_dropdown:hover > .nav_dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .nav_menu .nav_dropdown li {
        float: none;
    }
    .nav_dropdown a:hover {
        box-shadow: 0 0 3px #d7d6d5;
    }

    .nav_toggle {
        display: none;
    }
    .our-weddings a {
        margin: 10px 90px;
    }

    .bot-banners > div {
        margin: 0 60px 30px;
    }

    #column-left {
        float: left;
        padding-right: 20px;
        width: 220px;
    }

    #column-left + #column-center {
        float: right;
        width: 520px;
    }

    #column-right {
        float: right;
    }
}

@media all and (min-width: 760px) and (max-width: 800px) {
    #header .logo {
        max-width: 300px;
    }
}

@media all and (min-width: 800px) {
    .index-how-title {
        text-align: left;
    }

    .index-how-title span {
        float: right;
        margin: 0;
    }

    .nav_menu li {
        width: auto;
    }
}

@media all and (min-width: 980px) {
    /*.main-width {*/
        /*min-width: 940px;*/
    /*}*/

    .wrapp {
        width: 940px;
    }

    .extra-wrapp {
        min-width: 940px;
    }

    #header .menu {
        font-size: 19px;
    }

    #header h2 {
        margin-left: 30px;
    }

    #header .block {
        margin: 0;
    }

    .our-weddings a {
        margin: 10px 50px 10px 0;
    }

    .our-weddings a:last-child {
        margin-right: 0;
    }

    .index-wedding-organization-list {
        position: relative;
    }

    .index-wedding-organization-list li {
        float: left;
        margin: 0 auto;
    }

    .index-wedding-organization-list .i-org-1 {
        margin: 0 10px 480px 310px;
    }

    .index-wedding-organization-list .i-org-1:after {
        background-position: 0 0;
        top: 0;
        left: 220px;
    }

    .index-wedding-organization-list .i-org-2:after {
        background-position: -128px 0;
        left: -50px;
    }

    .index-wedding-organization-list .i-org-3 {
        margin: 70px 0 0;
    }

    .index-wedding-organization-list .i-org-3:after {
        background-position: -257px 0;
        bottom: -118px;
        left: 210px;
    }

    .index-wedding-organization-list .i-org-4 {
        margin: 78px 0 0;
    }

    .index-wedding-organization-list .i-org-5 {
        left: 310px;
        position: absolute;
        top: 789px;
    }

    .index-wedding-organization-list .i-org-4:after,
    .index-wedding-organization-list .i-org-5:after {
        background-position: -130px -133px;
        left: -70px;
        top: -29px;
    }

    .index-wedding-organization-list .i-org-6 {
        left: 0;
        position: absolute;
        top: 789px;
    }

    .index-wedding-organization-list .i-org-6:after {
        background-position: -258px -133px;
        left: -12px;
        top: -79px;
    }

    .index-wedding-organization-list .i-org-7 {
        left: 0;
        position: absolute;
        top: 391px;
    }

    .index-wedding-organization-list .i-org-7:after {
        background-position: 0 -133px;
        left: 250px;
        top: -120px;
    }

    .index-wedding-organization-list .i-org-8 {
        left: 0;
        position: absolute;
        top: 0;
    }

    .index-wedding-organization-list .i-org-8:after{
        display: none;
    }

    .index-wedding-organization-list .i-org-9 {
        left: 320px;
        position: absolute;
        top: 320px;
    }

    .bot-banners > div {
        margin: 0 7px 30px 0;
    }

    #column-left + #column-center {
        width: 710px;
    }
}
