@charset "utf-8";

body, html {
    height: 100%;
    min-width:300px;
}

.clear, .content-wrapper {
    clear: both;
}

.clear.margin {
    margin-bottom:20px;
}

header, footer-nav, footer, article, section, hgroup, aside {
    display: block;
}

img{
    border: none;
}

hr {
    margin:30px 0;
}

article {
    display:block;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 960px!important;
    max-width:100%;
    display:block;
    z-index:1000;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .panel.packages {
    padding-top: 60px;
}

/* TAGS */

body {
    font-size: 110%;
    color: #3d3d45;
    margin: 0;
    font-family: 'Halant', serif;
    min-width:280px;
}

input, select, textarea {
    color: #666e74;
    font-family: 'Halant', serif;
}

a {
     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #e34c91;
}
.hide
{
    display:none;
}

a:hover, #filter a:hover {
    color: #a82741;
}

p {
    margin:0 0 20px 0;
    line-height:1.3em;
}

.content-wrapper p strong, .content-wrapper li strong {
    font-weight:600;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-size: 1.8em;
    color:#363c41;
    clear:both;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
    font-size: 1.8em;
    color:#363c41;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color:#363c41;
}


.swoosh {
    background-image:url(/images/swoosh.png);
    background-repeat:no-repeat;
    padding-bottom:32px;
    background-position: center bottom;
}

.swoosh.white {
    background-image:url(/images/swoosh-white.png);
}


.line {
    clear: both;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdcdcd;
    margin-bottom: 20px;
    padding-top: 15px;
}

#home .line {
    display:none;
}

.pop-up {
    display: none;
    width: 650px;
    padding: 15px 30px;
}

p.button {
    padding-top:30px;
    clear:both;
}

a.button {
    padding: 8px 12px;
    background-color:#e34c91;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    text-shadow:none;
    font-weight:600;
    border-radius:7px;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
}

a.button:hover {
    background-color:#81bab4;
    color:#fff;
}

input.button {
    padding: 13px 20px;
    background-color:#e34c91;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    text-shadow:none;
    font-weight:600;
    border-radius:14px;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    border:none;
}

/* PANEL CSS */

.panel {
    width: 100%;
    clear: both;
    margin:0 auto;
    padding:60px 0;
}

.panel.grey {
    background-color: #e6ebed;
}

.panel.pink {
    background-color: #e34c91;
}


.panel.wideimage {
    padding:40px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.panel>h2 {
    text-align:center;
    margin-bottom:10px;
}

.panel>h2.no_p {
    margin-bottom:40px;
}

.panel>p {
    text-align:center;
    margin-bottom:40px;
    font-size:1.3em;
}

/* END PANEL CSS */


/* CONTENT WRAPPER */

.content-wrapper {
    max-width: 1140px;
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 1140px) {
    .content-wrapper {
        width: calc(100% - 20px);
        padding:0 10px;
    }
}

/* END CONTENT WRAPPER */


/* HOME */

.panel#welcome {
    background-repeat: no-repeat;
    background-position: right top;
    background-image:url(/images/banner/florida-wedding-package.jpg);
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 1600px) {
    .panel#welcome {
        background-image:url(/images/banner/florida-wedding-package-1600.jpg);
    }
}

#lux-life-award {
    float:right;
    margin-top:230px;
}

#welcome span {
    background-image:url(/images/whitebg.png);
    display:block;
    width:66%;
    padding:2% 0;
    font-size:2em;
    color:#fff;
    float:left;
}

#welcome h1 {
    font-weight:normal;
    margin:0 0 10px 0;
    font-size:1.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    color:#fff;
}

#welcome a#specbox {
    width:100px;
    height:108px;
    padding:16px 20px;
    border-radius:100%;
    background-color:#81bab4;
    font-family: 'Montserrat', sans-serif;
    color:#FFF;
    text-align:center;
    display:block;
    float:right;
    font-weight:700;
}

#welcome a#specbox:hover {
    background-color:#d3588f;
}

#welcome a#specbox i {
    font-size:1.3em;
    margin-top:7px;
}

@media screen and (max-width: 900px) {
    #welcome h1 {
        font-size:1.5em;
    }    
}

@media screen and (max-width: 750px) {
    #welcome span {
        width:100%;
        padding:2% 0;
        font-size:1.7em;
    }

    #welcome a#specbox {
        width:70px;
        height:90px;
        padding:9px 20px;
        font-weight:600;
        font-size:0.8em;
        margin-top:-30px;
    }
    #welcome a#specbox i {
        font-size:1.1em;
        margin-top:3px;
    }

    #lux-life-award {
        float:left;
        margin-top:0;
    }
}

@media screen and (max-width: 450px) {
    #welcome span {
        font-size:1.4em;
    }

    #welcome h1 {
        font-size:1.4em;
    }
}

#welcome p {
    margin-bottom:20px;
}

#welcome a {
/*
    font-size:0.8em;
*/
}

/* END HOME */



/* START EASY STEPS */ 

ul#easysteps {
    margin:0;
    padding:0;
    list-style:none;
    font-family: 'Montserrat', sans-serif;
}

ul#easysteps li {
    text-align:center;
}

ul#easysteps li img {
    padding:0 0 20px;
}

ul#easysteps li p {
    margin:0 auto;
    max-width:220px;
}

ul#easysteps li strong {
    padding:0 0 10px;
    margin:0;
    display:block;
    font-weight:600;
}

@media screen and (max-width: 900px)
{
ul#easysteps {
    font-size:0.9em;
}    
}

@media screen and (max-width: 750px)
{
ul#easysteps li:nth-child(1),ul#easysteps li:nth-child(2) {
    margin-bottom:30px;
}    
}

@media screen and (max-width: 400px)
{
ul#easysteps li:nth-child(3) {
    margin-bottom:30px;
}    
}

/* END EASY STEPS */ 


/* WEDDING PACKAGES */

.panel.packagelist {

}


.panel.packagelist .weddingpackage {
    background-color:#e6ebed;
    clear:both;
    width:100%;
    margin-bottom:20px;
}

.panel.packagelist .weddingpackage h3 {
    font-size:1.1em;
    font-weight:600;
}

.panel.packagelist .weddingpackage p {
    margin-bottom:15px;
}

.panel.packagelist .weddingpackage h3 strong {
    font-size:1.4em;
    display:block;
}

.panel.packagelist .weddingpackage .imgwrap {
    background-position:center center;
    background-size:cover;
}

.panel.packagelist .weddingpackage img {
    float:left;
    width:33%;
    height:auto;
    max-width:33%;
    padding:0;
    margin:0!important;
    overflow:hidden;
    display:inline;
}

.panel.packagelist .weddingpackage .textwrap {
    float:left;
    width:67%;
    padding:10px 20px 20px;
    box-sizing:border-box;
    overflow:hidden;
}

.panel.packagelist .weddingpackage img {
    float:left;
    margin-right:20px;
}

@media screen and (max-width: 960px) {
    .panel.packagelist .weddingpackage a.imgwrap {
        width:100%;
        height:400px;
        display:block;
    }

    .panel.packagelist .weddingpackage .textwrap {
        float:none;
        width:100%;
        box-sizing:border-box;
        overflow:hidden;
    }

    .panel.packagelist .weddingpackage img {
        display:none;
    }
}

@media screen and (max-width: 500px) {
    .panel.packagelist .weddingpackage a.imgwrap {
        width:100%;
        height:250px;
        display:block;
    }
}

#icon-list {
    background-color: #f6f8f8;
    padding: 10px 20px;
}

ul.packdata {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: none;
}

ul.packdata li {
    width: 16.6%;
    padding: 10px 0 10px 50px;
    margin: 0;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
}

ul.packdata li strong {
    clear:both;
    font-size:1.6em;
    display:block;
    padding:0;
    margin:0;
}

#pagecontent ul.packdata li strong {
    font-size:1.1em;
}

ul.packdata li.cost {
    background-image:url(/images/icons/icon-cost.png);
}

ul.packdata li.guests {
    background-image:url(/images/icons/icon-guests.png);
}

ul.packdata li.reception {
    background-image:url(/images/icons/icon-reception.png);
}

ul.packdata li.wheelchair {
    background-image:url(/images/icons/icon-wheelchair.png);
}

ul.packdata li.confetti {
    background-image:url(/images/icons/icon-confetti.png);
}

ul.packdata li.months {
    background-image:url(/images/icons/icon-calendar.png);
}

ul.packdata li.days {
    background-image:url(/images/icons/icon-days.png);
}

ul.packdata li.times {
    background-image:url(/images/icons/icon-times.png);
}

ul.packdata li.journey {
    background-image:url(/images/icons/icon-journeys.png);
}

ul.packdata li.months em {
    display:block;
    float:left;
    margin-right:4px;
    background-color:#fff;
    width:20px;
    text-align:center;
    padding:2px 0;
    border:solid 2px #000;
    border-radius:2px;
    font-style:normal;
    color:#000;
    font-weight:600;
    text-decoration:line-through;
}

@media screen and (max-width: 1100px) {
    ul.packdata li {
        width: 33.3%;
    }
}

@media screen and (max-width: 700px) {
    ul.packdata li {
        width: 50%;
    }
}

ul.packdata li.months em.active {
    background-color:#e34c91;
    border:solid 2px #e34c91;
    color:#fff;
    text-decoration:none;
}

#weddingdateSel {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color:#e34c90;
    font-weight:bold;
    background-color:#fff;
    border:solid 3px #e34c90;
    width:160px;
    padding:0 15px;
    border-radius:15px;
    cursor:pointer;
}

.panel#prices a.searchicon {
    position:absolute;
    width:24px;
    height:24px;
    text-align:center;
    background-color:#e34c90;
    padding-top:4px;
    border-radius:100%;
    box-sizing:border-box;
    color:#fff;
    margin:10px 0 0 140px;
    font-size:0.95em;
    display:block;
}

.panel#prices .product.active a.searchicon {
    margin:10px 0 0 130px;
}
    
#choosepackage .fa-angle-double-up {
    display:none;
}
#choosepackage .fa-angle-double-left {
    display:inline;
}

@media screen and (max-width: 960px)
{
#choosepackage .fa-angle-double-up {
    display:inline;
}
#choosepackage .fa-angle-double-left {
    display:none;
}
}

.disablelink
{
    background-color:#d9dde1!important;
    pointer-events: none;
}

/* END WEDDING PACKAGES */


/* START EASY STEPS */ 

ul#whychoose {
    margin:0;
    padding:0;
    list-style:none;
    font-family: 'Montserrat', sans-serif;
}

ul#whychoose li {
    text-align:center;
    text-indent:0;
}

ul#whychoose li img {
    padding:0 0 20px;
}

ul#whychoose li p {
    margin:0 auto;
    max-width:220px;
    font-weight:600;
}

/* END EASY STEPS */ 



/* PAGE LAYOUT */

.panel#pagecontent {
    padding:40px 0 60px;
}

#pagecontent h1.packhead {
    float:left;
    width:75%;
}

#pagecontent h1.packhead em {
    font-size:0.8em;
    font-weight:600;
    font-style:normal;
    display:block;
}

#pagecontent span.mainprice {
    font-size:1.3em;
    color:#e34c91;
    float:left;
    width:25%;
    text-align:right;
    display:block;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}

#pagecontent span.mainprice em {
    font-size:1.6em;
    font-weight:800;
    font-style:normal;
    margin-bottom: 10px;
}

#pagecontent span.mainprice a {
    font-size:0.5em;
    margin: 10px 0 30px;
}

@media screen and (max-width: 650px) {
    #pagecontent h1.packhead {
        float:left;
        width:100%;
        margin-bottom:5px;
        font-size: 1.6em;
    }

    #pagecontent span.mainprice {
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 15px;
        font-size: 1.1em;
    }    

    #pagecontent span.mainprice em {
        font-size:1.2em;
    }
}

#pagecontent .twoonecol .box:nth-child(2) {
    background-color:#e6ebed;
    padding:15px;
    box-sizing:border-box;
}



/* PAGE LAYOUT */



/* IMAGE BANNER */ 

.panel#banner {
    padding:0;
    margin:0;
}

#banner #gallery img {
    max-width: 750px;
    width: auto;
    max-height: 40vh;
    display: block;
    float: left;
    border-left: solid 1px #fff;
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
}

/* END IMAGE BANNER */ 


/* PRICES & ADDONS */ 

.panel#prices {
    background-color:#e6ebed;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    padding-top:20px;
}

.panel#prices .leftcol {
    text-align:left;
    width:66%;
    float:left;
    padding-top:0;
}

.panel#prices .products {
    width:100%;
    clear:both;
}

.panel#prices .product {
    width:175px;
    float:left;
    margin:0 10px 30px 0;
    font-size:0.8em;
    background-color:#fff;
    box-sizing:border-box;
}

.panel#prices .product.active {
    background-color:#e34c90;
    border:solid 5px #e34c90;
    color:#fff;
}

.panel#prices .product p {
    padding:10px 10px 0;
    margin:0 0 15px;
}

.panel#prices .product.active p {
    padding:10px 5px 0;
    margin:0 0 10px;
}

.panel#prices .product strong {
    font-size:1.1em;
    display:block;
    clear:both;
    font-weight:800;
}

.panel#prices .product em {
    font-size:1.3em;
    color:#e34c90;
    display:block;
    clear:both;
    font-weight:bold;
    font-style:normal;
    margin-top:7px;
}

.panel#prices .product.active em {
    color:#fff;
}

.panel#prices .product .ycurrent {
    display:block;
}

.panel#prices .product .ynext {
    display:none;
}

.panel#prices .product a.button {
    padding: 7px;
    width:100%;
    display:block;
    box-sizing:border-box;
    margin:10px 0 0;
    font-size:0.9em;
    cursor:pointer;
}

.panel#prices .product.active a.button {
    border:solid 3px #fff;
    padding:4px;
}

.panel#prices .product .imgwrap {
    width:100%;
    height:116px;
}

.panel#prices .product img {
    width:100%;
    height:auto;
}

.panel#prices .product select {
    width:100%;
    overflow:hidden;
    margin-top:10px;
}

.panel#prices h4 {
    width:100%;
    clear:both;
    font-weight:500;
    font-size:1.3em;
    margin:0 0 3px 0;
    padding:20px 0 0;
    border-top:solid 1px #d4d8da;
}

.panel#prices h4:nth-child(1) {
    border-top:none;
}

.panel#prices h4 em {
    width:55px;
    height:55px;
    clear:both;
    padding:12px 0 0;
    box-sizing:border-box;
    background-color:#FFF;
    border:solid 2px #dde7ec;
    color:#e34c90;
    text-align:center;
    display:block;
    border-radius:100%;
    float:left;
    margin:-1px 5px 0 0;
    font-style:normal;
    font-weight:bold;
    font-family: 'Halant', serif;
    font-size:1.1em;
    line-height:1.2em;
}

.panel#prices p.desc {
    font-size:0.8em;
    margin:0 0 20px;
}

.panel#prices .rightcol {
    background-color:#d4d8da;
    padding:30px 15px;
    box-sizing:border-box;
    width:32%;
    margin-left:2%;
    float:right;
    font-size:0.8em;
    text-align:left;
    position: -webkit-sticky;
    position: sticky;
    top:0;
    overflow-y:auto;
    max-height:100vh;
}

.panel#prices .rightcol p {
    margin:0 0 8px;
    padding:0;
}

.panel#prices .rightcol p em {
    float:right;
    font-weight:bold;
    color:#e34c90;
    font-style:normal;
}

.panel#prices .rightcol p>i {
    margin:0 3px 0 0;
    cursor:pointer;
}

.panel#prices .rightcol p span {
    margin:2px 0 5px 38px;
    display:block;
}

.panel#prices .rightcol p span i {
    margin:0 0 0 -17px;
    color:#e34c90;
    font-size:0.8em;
    width:17px
}

.panel#prices .rightcol #subtotal {
    border-top:solid 1px #f5f7f9;
    padding: 15px 0 0;
    margin:20px 0 0;
}


.panel#prices .rightcol #subtotal p.button {
    margin-top:30px;
}

.panel#prices .rightcol #subtotal a.button {
    padding:12px 30px;
    font-size:1.1em;
    background-color:#1fa168;
    border: 1px solid #1fa168;
}

.panel#prices .rightcol #subtotal.nopack a.button,.panel#prices .rightcol a.button.avpending {
    background-color:#d9dde1!important;
    border: 1px solid #d9dde1!important;
    pointer-events: none;
}

.panel#prices .rightcol #subtotal p#logincta
{
    padding-top:15px;
    font-weight:500;
    font-size:0.9em;
    color:#999;
}

.panel#prices .rightcol #subtotal #logincta a
{
    color:#1fa168;
    font-weight:600;
}

.panel#prices .rightcol #subtotal.nopack p#total {
    display:none;
}

@media screen and (max-width: 900px)
{
.panel#prices .leftcol {
    width:100%;
}

.panel#prices .rightcol {
    width:100%;
    margin:0;
    position: -webkit-sticky;
    position: sticky;
    bottom:0;
    padding:15px 15px 20px;
    border-top:solid 3px #363c41;
}

.panel#prices .rightcol #bskitems {
    display:none;
}

.panel#prices .rightcol #subtotal {
    border:0;
    margin:0;
    padding:0;
}
}

/* PRICES & ADDONS */ 







/* CTA */

.panel.cta {
    position:fixed;
    bottom:0;
    width:100%;
    clear: both;
    padding:10px 0 0;
    font-size:0.95em;
    z-index:1;
    display:none;
}

.panel.cta p {
    float:left;
    display:block;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dfdfdf;
    padding-right:25px;
    line-height:1.6em;
    margin:7px 25px 0 0;
    padding:0 25px 0 0;
}

.panel.cta p:last-of-type {
    border: none;
}

.panel.cta i {
    color:#e34c91;
    font-size:1.8em;
    margin-right:5px;
}

.panel.cta #cart.highlight {
    background-color:#e34c91;
    color:#fff;
}

.panel.cta #cart {
    width:210px;
    padding:13px 0 11px 70px;
    background-color:#dfdfdf;
    background-image: url(/images/icons/cart.jpg);
    background-position: 10px 11px;
    background-repeat:no-repeat;
    font-size:.95em;
    line-height:1.4em;
    border:solid 5px #e34c91;
    border-bottom:none;
    border-radius:4px 4px 0 0;
    text-transform:uppercase;
    margin:10px auto 0;
    box-shadow:0px 0px 20px #fff;
}

.panel.cta #cart a {
    color:#000;    
}

/* END CTA */




/* ABOUT US */

.panel.wideimage.about {
    background-image: url(/images/banner/home-beach-wedding-florida.jpg);
}


.about .box
{
    background-image:url(/images/whitebg.png);
    padding:2%;
    width:42%;
    text-align:center;
}

.about .box a
{
    color:#666;
}

/* END ABOUT US */


/* LATEST BOX */

.panel.wideimage.latest {
    background-image: url(/images/banner/wedding-rings.jpg);
}


.latest .box
{
    background-image:url(/images/whitebg.png);
    text-align:left;
    border: 1px solid #e34c91;
    box-sizing: border-box;
}

.latest h2
{
    background-color:#e34c91;
    display:block;
    color:#fff;
    font-size:1.2em;
    padding:4%;
}

.latest div.box div
{
    padding:2% 4% 6% 4%;
}

.latest .box a
{
    color:#666;
}

/* LATEST BOX ENDS */


/* TESTIMONIALS */

.testimonials .onecol {
    color:#fff;
    text-align:center;
}

.testimonials .onecol strong {
    font-family: 'Great Vibes', cursive;
    font-size: 1.8em;
    font-weight:normal;
    display:block;
}


/* END TESTIMONIALS */


/* BOXED LINK */

a.borderbox
{
    text-align:center;
    border: 1px solid #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 30px;
    text-decoration:none;
    clear:both;
    font-family: 'Montserrat', sans-serif;
    font-size:1.2em;
}

.latest a.borderbox
{
    border: 1px solid #e34c91;
    color:#e34c91;
}

a.borderbox:hover
{
    border: 1px solid #e34c91;
    background-color:#e34c91;
    color:#fff;
}

/* END BOXED LINK */




/* PAGES BANNER */

.banner, .banner a,.banner h1 {
    color:#e34c91;
}

.banner.white, .banner.white a, .banner.white h1 {
    color:#fff;
}

.banner h1 {
    clear:both;
    display:block;
    font-size:2.6em;
}

/* END PAGES BANNER PANEL */



/* BREADCRUMBS */

ul#breadcrumbs {
    width:100%;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}


ul#breadcrumbs li {
    float:left;
    list-style-type:none;
    padding: 20px 0;
}

ul#breadcrumbs i {
    padding: 0 13px 0 15px;
}

ul#breadcrumbs li.home {
    background:none;
    padding-left: 0;
}

/* END BREADCRUMBS */



/* GALLERY */

.panel.gallery {
    padding:40px 0;
    text-align:center;
    background-color:#ebe9ea;
    text-align:center!important;
}

.panel.gallery h2 {
    text-align:center;
    margin-bottom:30px;
}

.panel.gallery .content-wrapper {
    width:1400px;
    display:none;
    z-index:0;
}



/* END GALLERY */ 


/* PACKAGE TABS */

.panel.tabs {
    padding:30px 0 0;
    margin:0;
}


.panel.tabs ul {
    width:100%;
    margin:0;
    padding:0;
}

.panel.tabs ul li {
    float:left;
    width:25%;
    margin:0 0 20px;
    list-style:none;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    border-right:solid #fff 5px;
    box-sizing:border-box;
}

.panel.tabs ul li:last-of-type {
    border-right:0;
}

.panel.tabs ul li a {
    text-decoration:none;
    cursor:pointer;
    color:#fff;
    border: 1px solid #e34c91;
    box-sizing: border-box;
    background-color:#e34c91;
    display:block;
    width:100%;
    padding:5%;
    width:100%;
}

.panel.tabs ul li:nth-child(4) a {
    background-color:#b95989;
}

.panel.tabs ul li a.active {
    color:#e34c91;
    background-color:#fff;
}

.panel.tabs ul li a:hover {
    background-color:#666;
    cursor:pointer;
}

@media screen and (max-width: 750px)
{
.panel.tabs ul li {
    width:33.3%;
    margin-bottom:5px;
}

.panel.tabs ul li:nth-child(3) {
    border-right:0;
}

.panel.tabs ul li a {
    padding:10px 0;
}

.panel.tabs ul li:nth-child(4) {
    border-right:0;
    width:100%;
}

}

/* END TABS */


/* PACKAGE DATA */

.panel.packages {
    padding-top:20px;
}

.panel.packages.bigpad {
    padding-top:80px;
}

@media screen and (max-width: 750px)
{
.panel.packages.bigpad {
    padding-top:100px;
}
}

.panel.packages h2 {
    text-align:center;
    margin-top:20px;
}

.panel.packages li {
    line-height:1.3em;
}

.panel.packages h4 {
    font-size:1.2em;
    font-weight:normal;
    margin-bottom:0 0 15px 0;
    font-family: 'Cinzel', serif; 
    color:#363c41;
}

.panel.packages section {
    display:none;
    margin-bottom:25px;
}

.panel.packages section.active {
    display:block;
}

.panel.video iframe {
    width:99%;
    height:450px;
}

.panel.packages table.prices {
    width:99%;
}

.panel.packages table.prices td,
.panel.packages table.prices th
{
    text-align:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
}

.panel.packages table.prices td + td,
.panel.packages table.prices th + th
{
    text-align:center;
}


.panel.packages table.prices i {
    color:#e34c91;
}





/* END PACKAGE DATA */



/* FAQS / LICENCE */

.faqs {
    cursor:pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    background-image: url(/images/arrow-down.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.faqs.active {
    background-image: url(/images/arrow-up.jpg);
}


.faqs h4 {
    font-size:1.2em;
    font-weight:normal;
    margin-bottom:10px;
    padding-right: 20px;
}

.faqs p {
    color:#999;
}

.faqs span {
    display:none;
    padding-right: 30px;
}

.faqs.active span {
    display:block;
    padding-right: 30px;
}

/* END FAQS */









/* BASKET PAGE */

.delbskitem {
    color:#F00;
}


/* END BASKET PAGE */




/* CONTACT PANEL */

#contact-box
{
    width:100%;
    background-color:#ebe9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url(/images/animals.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height:350px;
    z-index:2000;
}

#contact-box #contact-head a
{
    color:#fff;
}

#contact-box #contact-head {
    font-size:1.4em;
    font-weight:bold;
    width:88%;
    background-color:#2172ad;
    color:#fff;
    padding:6%;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

#contact-box #contact-head i
{
    font-size:1.5em;
    margin-right:10px;

}

#contact-box a
{
    color:#666;
}

#contact-box a:hover
{
    text-decoration:underline;
}

#contact-box #contact-body
{
    font-size:0.9em;
    width:88%;
    padding:6%;
}

#contact-box #contact-body strong
{
    font-size:1.4em;
    line-height:1.3em;
}



/* END CONTACT PANEL */





/* BLOG */

.panel.banner.blog ul#breadcrumbs {
    padding:10px 0 0 0!important;
}

.panel.banner.blog h1 {
    padding-bottom:0;
    margin-bottom:20px;
    font-size:3em;
}


.panel.blog .four-col {
    width: 23.5%;
    float: left;
    margin:0 2% 2% 0;
    display:block;
}

@media screen and (max-width: 700px)
{
.panel.blog .four-col {
    width: 48%;
    float: left;
    margin:0 2% 2% 0;
    display:block;
}

}

.panel.blog .four-col img {
    max-width:100%;
    height:auto;
}


.panel.blog .four-col:nth-child(4n+4) {
    margin-right:0;
}



.loadMore {
    text-align:center;
    clear:both;
    padding: 30px 0 100px 0;
}

.loadMore p,.loadMore a {
    display:none;
}

.loadMore a {
    background-color:#e34c91;
    width:200px;
    color:#fff;
    padding:10px 20px;
    margin:0 auto;
    font-family: 'Cinzel', serif;
    text-decoration:none;
}

.loadMore a i {
    margin-left:10px;
}

.loadMore a:hover {
    background-color:#999;
}



#module {
    width:100%;
    clear:both;
}


.panel.blog .four-col .text {
    height:160px;
    overflow:hidden;
}

.panel.blog .four-col p {
    color:#999;
    margin-bottom:10px;
}

#filter {
    float:right;
    margin-top:-120px;
    cursor:pointer;
}

#filter span {
    text-transform:uppercase;
}

#filter ul {
    display:none;
    position:absolute;
    list-style:none;
    background-color:#fff;
    margin-left:-10px;
    text-indent:0;
    padding:0 10px 10px 10px;
    font-size:0.9em;
}



.panel.blog article h1 {
    font-size:1.6em;
}

.panel.blog h2 {
    font-size:1.3em
}

.panel.blog img:hover {
    opacity:0.8;
}

.panel.blog .four-col .text h3 {
    margin:5px 0 10px 0;
    line-height:1em;
    font-size:1.2em;
}

.panel.blog .four-col a {
    text-decoration:none;
    color: #e34c91!important;
}

.panel.blog .four-col a:hover {
    color:#666!important;
}


ul#postData {
    margin:0 0 30px 0;
    list-style:none;
    width:100%;
    display:block;
    height:20px;
}

ul#postData li {
    margin:0 20px 0 0;
    padding:0;
    float:left;
    font-size:0.9em;
}


ul#postData li a {
    text-decoration:none;
}

.panel.blog article {
    color:#999;
}

.panel.blog h1#postHead {
    margin:15px 0 0 0;
    padding:0;
    color:#666;
}

.panel.blog .threeonecol .box:nth-of-type(even) {
    background-color:#f4f4f4;
    padding:2%;
    box-sizing: border-box;
}

.panel.blog .threeonecol .box:nth-of-type(even) h2 {
    margin:0 0 5px 0;
    padding:0;
}


.panel.blog .threeonecol .box:nth-of-type(even) ul {
    list-style:none;
    margin:0 0 30px 0;
}

.panel.blog .threeonecol .box:nth-of-type(even) ul li {
    list-style:none;
    margin:0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
    padding:7px 0;
    font-size:0.95em;
}

.panel.blog .threeonecol .box:nth-of-type(even) a {
    text-decoration:none;
}

img#postImage {
    width:100%;
    height:auto;
    background-position: left center;
}

.comment {
    background-image: url(/blog/images/avitar.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 90px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
    margin-bottom: 15px;
}
.comment p {
    margin-top: 0px;
    margin-bottom: 10px;
}
.comment strong {
    font-size: 1.3em;
    font-weight: normal;
}
.comment em {
    font-style: normal;
    font-size: 0.9em;
}
.comment .author {
    text-align: center;
    font-size: 0.8em;
    color: #FFF;
    background-color: #e34c91;
    padding-top: 1px;
    width: 80px;
    margin-bottom: 10px;
}


#bio {
    clear:both;
    margin-bottom:40px;
    text-align:center;
}

#bio .thumb {
    border:3px solid #FFF;
    margin:0 auto 18px;
    max-width:164px;
    width:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}

#bio .thumb {
    border:3px solid #edece4;
}

/* END BLOG */


iframe
{
width:100%;    
}


.panel .content-wrapper img.imgleft {
    margin-right:10px;
    float:left;
}

.panel .content-wrapper img.imgright {
    margin-left:10px;
    float:right;
}


.panel .content-wrapper .left-col ul {
    margin-bottom:15px;
    padding-left:25px;
}

/*
.three-col {
    width: 32%;
    float: left;
}


.three-col.center {
    margin: 0 2%;
}


.panel.pink .box {
    background-color:#FFF;
    display:table;
    margin-bottom:20px;
    font-size:0.9em;
}

.panel.pink .box h3 {
    font-size:1.4em;
    margin:0 0 10px 0;
}

.panel.pink .box h3 a:hover {
    color:#666;
}

.panel.pink .box p {
    margin:0 0 20px 0;
}

.panel.pink .box p.button a {
    padding: 4px 10px 3px 10px;
    background-color:#e34c91;
    border-radius: 3px;
    color:#fff;
    text-align:center;
    text-decoration:none;
}

.panel.pink .box p.button a:hover {
    background-color:#666;
    color:#fff;
}

.panel.pink .box h3 a {
    text-decoration:none;
    color:#e34c91;
}

.panel.pink .box span {
    background-color:#FFF;
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:50%;
    padding:0 2.5%;
}



.panel.pink .box img {
    height:auto;
    float:right;
}

.panel.pink .content-wrapper>h2 {
    color:#fff;
    text-align:center;
    margin-bottom:42px;
}


.pink .four-col {
    width: 23.5%;
    float: left;
    margin:0 2% 2% 0;
    list-style:none;
    background-size:cover;
    display:block;
    height:220px;
    background-position: center center;
}

.pink .four-col a {
    display:block;
    font-weight:normal;
    text-decoration:none;
    padding-top:170px;
    height:40px;
    font-size:0.9em;
}

.pink .four-col a:hover {
    background-image: url(/images/view-wedding-package.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.pink .four-col a strong {
    display:block;
    background-color:#FFF;
    color:#999;
    padding:5px 10px;
    font-weight:normal;
    height:40px;
    line-height:1.1em;
    font-size:1.2em;
}

.four-col:nth-child(4n+4) {
    margin-right:0;
}

*/

footer {
    width:100%;
    background-color: #3d3e47;
    color: #fff;
    font-size: 0.7em;
    clear: both;
    line-height:1.4em;
    margin:0 auto;
    padding:45px 0;
    overflow:hidden;
    font-family: 'Montserrat', sans-serif;
}

footer .four-col .box
{
    width:25%;
    float:left;
}

footer a {
    color: #fff;
    text-decoration:none;
}

footer p {
    margin:0 0 15px;
    padding-right:10px;
}



footer p strong {
    font-weight:800!important;
    font-size:1.3em;
    text-transform:uppercase;
    border-bottom:solid 1px #585a62;
    display:block;
    width:95%;
    padding-bottom:15px;
}

@media screen and (max-width: 840px)
{
footer .four-col .box
{
    width:100%;
    margin-bottom:30px;
    padding-bottom:0;
}

footer .four-col .box ul
{
    margin:0;
    padding:0;
}

}

footer ul {
    margin:0 0 15px 0;
    padding: 0;
}
footer ul li {
    margin: 0 0 5px 0;
    padding:0;
    list-style:none;
}

footer ul li a {
    text-decoration:none;
}

footer a#top {
    display: block;
    width: 100%;
    clear:both;
    height: 25px;
    overflow:hidden;
    border-bottom: 10px solid #f4f5f7;
    clear:both;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #f4f5f7;
     transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;

}

footer a#top:hover    {
    border-bottom-color: #666;
}

footer a#top:hover em    {
    color:#fff;
    background-color:#666;    
}

footer a#top em {
    display:block;
    width: 60px;
    height:47px;
    padding-top:5px;
    background-color:#f4f5f7;    
    margin: 5px auto 0 auto;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-style: normal;
    text-align:center;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #252931;
    font-weight:bold;
}

footer .wbd {
    font-size:0.7em;
}



/* CONTACT PANEL */

.content-wrapper.contact {
    text-align:left;
    padding:0 0 40px 0;
}

.content-wrapper.contact .box {
    margin:0;
    text-align:left;
    box-sizing:border-box;
}

.content-wrapper.contact .box h3 {
    text-align:center;
    font-size:1.3em;
    margin-top:0!important;
    padding-top:0!important;
}

.content-wrapper.contact .box:nth-child(1) {
    padding-left:70px;
}

.content-wrapper.contact .box:nth-child(1) p {
    margin-bottom:15px;
}

.content-wrapper.contact .box:nth-child(1) i {
    margin-left:-40px;
    padding-right:-40px;
    width:40px;
    color:#e34c91;
}

.content-wrapper.contact ul {
    list-style:none;
    margin:0;
    padding:0;
}

.content-wrapper.contact ul li {
    margin-bottom:10px;
}

@media screen and (max-width: 500px)
{
.content-wrapper.contact.twocol .box {
    width:100%;
    float:left;
}

.content-wrapper.contact.twocol .box:nth-child(3n+2),.content-wrapper.contact.twocol .box:nth-child(2n+2) {
    margin:0;
}
}

/* CONTACT PANEL */


/* TEAM */

.panel.team .threecol h3 {
    margin:0 0 5px;
    padding:0;
}

.panel.team .threecol p {
    margin:0 0 10px 0;
    padding:0;
}

.panel.team .threecol .box {
    background-color:#FFF;
    margin-bottom:25px;
}

.panel.team .threecol .box img {
    width:100%;
    height:auto;
}

.panel.team .threecol .box span {
    height:240px;
    padding:0 20px;
    display:table-cell;
    vertical-align:middle;
}


/* TEAM END */