/* email subscribe window styles */
.modal-window {
    display: none;
    font-size: small;
    z-index: 200;
    padding: 5px 10px 10px 10px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px #112333;
    -moz-box-shadow: 2px 2px 2px #112333;
    box-shadow: 2px 2px 2px #112333;
    border: 1px solid #112333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .modal-window #email-comment {
        height: 80px;
    }

.modal-window-title {
    padding: 2px;
    text-align: center;
}

    .modal-window-title h5 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 1px;
        color: #356b7f;
    }

.modal-window .close {
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #617687;
}

.modal-window .divider {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 1px;
    background: #e1e0db;
    margin: 5px 0;
}
/*.modal-window .field { width: 100%; height: 42px; padding: 10px 18px 7px; background: url(images/field@1x.png); font-size: 18px; line-height: 16px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #4d4d4d; }*/
.modal-window .field {
    width: 100%;
    height: 42px;
    padding: 10px 18px 7px;
    font-size: small;
    line-height: 14px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d4d4d;
}

.modal-window .fields {
    width: auto;
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
}

    .modal-window .fields input {
        float: left;
        display: inline;
    }

    .modal-window .fields .field {
        margin: 0 0 11px 0;
    }

.modal-window .modal-button, button.add-data, #mainContent_RemoveRegistry {
    height: 39px;
    background: url(images/button@1x.png);
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    cursor: pointer;
    padding: 0 0 1px;
    margin: 3px 0 0 0;
    display: block;
    width: 100%;
    border-radius: 4px;
}

button.add-data {
    margin-bottom: 10px;
    padding: 0 10px;
    width: auto;
}

.modal-window-error {
    text-align: center;
    color: #c00001;
    margin-bottom: 0;
}

.modal-field-error {
    border: 1px solid #c00001;
}

.modal-confirmation {
    display: none;
    text-align: center;
    padding: 10px;
}

    .modal-confirmation h3 {
        color: #c063d7;
    }

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: #0B1A29;
    background: rgba(0,0,0,0.65);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b1a29), to(#090a0b));
    background: -webkit-linear-gradient(270deg,#0b1a29, #090a0b);
    background: -moz-linear-gradient(270deg,#0b1a29, #090a0b);
    background: -ms-linear-gradient(270deg,#0b1a29, #090a0b);
    background: -o-linear-gradient(270deg,#0b1a29, #090a0b);
    background: linear-gradient(270deg,#0b1a29, #090a0b);
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=8);
}

.registrant-row:hover {
    cursor: pointer;
}

iframe {
    width: 100%;
}

.greeting {
    display: none;
}

.error {
    text-align: center;
    font-size: 16px;
    padding-bottom: 3px;
}

    .error span {
        color: #c00001;
    }

#datatable {
    display: none;
}

.show-on-mobile {
    display: none;
}

.section-table .section-head p.show-on-mobile {
    color: #c786d7;
}

.modal-content label {
    color: #356b7f;
    font-weight: bold;
    font-size: smaller;
}

.modal-content input[type="checkbox"], .modal-content input[type="radio"] {
    margin: 5px 4px 4px 4px;
}

.search {
    padding-bottom: 0;
}

.search-again {
    padding-top: 15px;
}

    .search-again p {
        padding: 0;
    }

    .search-again img {
        margin-top: -4px;
    }

a.gift-registries-search-again {
    color: #8a8a8a !important;
}

    a.gift-registries-search-again :hover {
        color: #356b7f !important;
    }

.privacy h1 {
    text-align: left !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.privacy h2 {
    text-align: left !important;
    color: #356b7f;
    font-size: 48px !important;
}

.privacy .zoom {
    zoom: 80%;
}

.privacy .search {
    margin-top: 30px;
}

.privacy p {
    color: #356b7f;
    letter-spacing: 0.01em;
    font-size: 20px;
}

.privacy .search-view, .privacy .blog {
    margin-top: -50px;
    margin-bottom: -100px;
}

.privacy .left {
    float: left;
    width: 30%;
    overflow: hidden;
}

.privacy .right {
    float: right;
    width: 70%;
    overflow: hidden;
}

.privacy .row {
    display: inline;
    margin: 0;
}

.privacy-blog {
    margin-top: -195px;
}
/*
	Table of Contents
	update on Tue Feb 02 2016 11:18:10 GMT+0200 (FLE Standard Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Footer -----------------------------------
	     02. Media ------------------------------------
	     03. Header -----------------------------------
	     04. Media ------------------------------------
	     05. Shell ------------------------------------
	     06. Shell-secondary --------------------------
	     07. Media ------------------------------------
	         Small Desktop ----------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Col --------------------------------------
	     03. Media ------------------------------------
	     04. Copyright --------------------------------
	     05. Donation ---------------------------------
	     06. Media ------------------------------------
	     07. Form Elements ----------------------------
	     08. Form-register ----------------------------
	         Safari, Chrome and Opera -----------------
	         Firefox 18- ------------------------------
	         Firefox 19+ ------------------------------
	         IE 10+ -----------------------------------
	         Edge -------------------------------------
	         Standard one last! -----------------------
	         Standard one last! -----------------------
	         Standard one last! -----------------------
	         Standard one last! -----------------------
	     09. Media ------------------------------------
	     10. Intro ------------------------------------
	     11. Intro-secondary --------------------------
	     12. Media ------------------------------------
	     13. Logo -------------------------------------
	     14. Media ------------------------------------
	     15. Nav --------------------------------------
	     16. Media ------------------------------------
	         Small Desktop ----------------------------
	     17. popup ------------------------------------
	     18. Media ------------------------------------
	     19. Posts ------------------------------------
	     20. Media ------------------------------------
	     21. Section ----------------------------------
	     22. Section-steps ----------------------------
	     23. Section-partners -------------------------
	     24. Section-posts ----------------------------
	     25. Section-feedback -------------------------
	     26. Section-table ----------------------------
	     27. Section-table	 ---------------------------
	     28. Media ------------------------------------
	         Small Desktop ----------------------------
	     29. Slider -----------------------------------
	     30. Media ------------------------------------
	     31. Socials ----------------------------------
	         Socials-secondary ------------------------
	     32. Media ------------------------------------
	     33. Step -------------------------------------
	     34. Media ------------------------------------
	     35. Subscribe --------------------------------
	     36. Media ------------------------------------
	     37. Tab --------------------------------------
	         Js-related -------------------------------
	     38. Media ------------------------------------
	     39. Table ------------------------------------
	     40. Table-results ----------------------------
	     41. Media ------------------------------------
	IV.  Themes ---------------------------------------
	     01. Data table -------------------------------
	     02. Popup-close-btn --------------------------
	     03. Nav-mobile -------------------------------
	     04. Media ------------------------------------
 */

.ico-arrow-right {
    background-image: url(../css/images/sprite.png);
    background-position: -99px -23px;
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-envelope {
    background-image: url(../css/images/sprite.png);
    background-position: 0 -92px;
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-search {
    background-image: url(../css/images/sprite.png);
    background-position: 0 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-sms {
    padding: 0 5px 0 10px;
}

/*.ico-facebook-header { background-image: url(../css/images/socials.png);background-position: 0 -160px;width: 27px;height: 36px; display: inline-block; vertical-align: middle; font-size: 0;}
.ico-pinterest-header { background-image: url(../css/images/socials.png); background-position: -29px -82px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-header { background-image: url(../css/images/socials.png); background-position: -65px -4px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-google-header { background-image: url(../css/images/socials.png); background-position: -99px -82px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram-header { background-image: url(../css/images/socials.png); background-position: -133px -82px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
*/
.ico-facebook-header {
    background-image: url(../images/ico-facebook.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-pinterest-header {
    background-image: url(../images/ico-pintrest.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-twitter-header {
    background-image: url(../images/ico-twitter.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-instagram-header {
    background-image: url(../images/ico-instagram.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-tiktok-header {
    background-image: url(../images/ico-tiktok.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-facebook-footer {
    background-image: url(../images/ico-facebook.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-pinterest-footer {
    background-image: url(../images/ico-pintrest.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-twitter-footer {
    background-image: url(../images/ico-twitter.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-instagram-footer {
    background-image: url(../images/ico-instagram.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-tiktok-footer {
    background-image: url(../images/ico-tiktok.png);
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

/*.ico-facebook-footer { background-image: url(../css/images/socials.png); background-position: 0 -40px; width: 27px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pinterest-footer { background-image: url(../css/images/socials.png); background-position: -29px -40px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-footer { background-image: url(../css/images/socials.png); background-position: -65px -40px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram-footer { background-image: url(../css/images/socials.png); background-position: -133px -40px; width: 33px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0; }
*/
@media (max-width: 479px) {
    .ico-facebook-footer {
        background-image: url(../images/ico-facebook.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-pinterest-footer {
        background-image: url(../images/ico-pinterest.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-twitter-footer {
        background-image: url(../images/ico-twitter.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-instagram-footer {
        background-image: url(../images/ico-instagram.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-tiktok-footer {
        background-image: url(../images/ico-tiktok.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    /*.ico-facebook-footer { background-image: url(../css/images/socials-mobile.png); background-position: 0 -50px; width: 34px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pinterest-footer { background-image: url(../css/images/socials-mobile.png); background-position: -38px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-footer { background-image: url(../css/images/socials-mobile.png); background-position: -81px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram-footer { background-image: url(../css/images/socials-mobile.png); background-position: -166px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
*/

}

@media (max-width: 767px) {
    .ico-facebook-footer {
        background-image: url(../images/ico-facebook.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-pinterest-footer {
        background-image: url(../images/ico-pinterest.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-twitter-footer {
        background-image: url(../images/ico-twitter.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-instagram-footer {
        background-image: url(../images/ico-instagram.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-tiktok-footer {
        background-image: url(../images/ico-tiktok.png);
        width: 34px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    /*.ico-facebook-footer { background-image: url(../css/images/socials-mobile.png); background-position: 0 -50px; width: 34px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pinterest-footer { background-image: url(../css/images/socials-mobile.png); background-position: -38px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-footer { background-image: url(../css/images/socials-mobile.png); background-position: -81px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram-footer { background-image: url(../css/images/socials-mobile.png); background-position: -166px -50px; width: 41px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
*/

}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

html,
body {
    height: 100%;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img, iframe, video, audio, object {
    max-width: 100%;
}

img, iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

    a[href^="tel"],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea,
    a[href^="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            display: none;
            -webkit-appearance: none;
        }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    resize: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.65em;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 1.3em;
}

    h1[class],
    h2[class],
    h3[class],
    h4[class],
    h5[class],
    h6[class],
    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child,
    ul:last-child,
    ol:last-child,
    dl:last-child,
    table:last-child,
    blockquote:last-child {
        margin-bottom: 0;
    }

iframe {
    width: 100%;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.shell:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}


/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}


/*  Hidden  */

[hidden],
.hidden {
    display: none;
}


/*  Alignleft  */

.alignleft {
    float: left;
}


/*  Alignright  */

.alignright {
    float: right;
}


/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    background: #356b7f;
    padding: 23px 0;
}

    .footer .footer-nav {
        color: #fff;
        float: left;
    }

        .footer .footer-nav a:hover {
            text-shadow: 1px 0 0 #fff;
        }

        .footer .footer-nav li:first-child {
            padding-left: 0;
        }

    .footer .copyright {
        float: right;
    }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .footer {
        padding: 20px 0;
    }

        .footer .footer-nav {
            float: none;
            margin-bottom: 10px;
        }

        .footer .copyright {
            float: none;
            text-align: center;
        }
}

@media (max-width: 479px) {
    .footer .footer-nav {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
    padding: 30px 0 47px;
    background: #fff;
    border-bottom: 3px solid #356b7f;
    position: relative;
}

    .header .shell {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .header .logo {
        max-width: 340px;
        flex: 0 0 340px;
        margin-bottom: -1px;
    }

    .header .header-inner {
        flex: 1 1 auto;
        float: none;
        padding-right: 0;
    }

    .header .socials {
        text-align: right;
        margin-bottom: 8px;
    }

@media(max-width: 1023px) {
    .header .shell {
        display: block;
    }

    .header .logo {
        max-width: none;
        width: 320px;
        height: 53px;
        margin-bottom: 20px;
    }
}

@media(max-width: 479px) {
    .header .logo {
        display: block;
        width: 210px;
        height: 34px;
        margin-right: auto;
        margin-bottom: 0;
    }
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .header {
        text-align: center;
        padding: 20px 0 40px;
    }

        .header .socials {
            text-align: center;
            margin-bottom: 15px;
        }
}

@media (max-width: 479px) {
    .header {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .header .header-inner {
            float: none;
        }

    .privacy-blog {
        margin-top: -20px !important;
    }

    .privacy .search-view {
        margin-top: 7px !important;
    }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 960px;
    margin: auto;
}

.search-results {
    max-width: none;
}

    .search-results h1.caption {
        font-style: italic;
        font-size: 22px !important;
        text-align: left;
        margin-top: -20px;
    }

    .search-results h1.past {
        margin-top: 10px;
    }

    .search-results span.smaller {
        font-size: 17px !important;
    }

/* ------------------------------------------------------------ *\
	Shell-secondary
\* ------------------------------------------------------------ */

.shell-secondary {
    max-width: 1100px;
    margin: auto;
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

/* Small Desktop */

@media(max-width: 1350px) {
    .shell {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .shell {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Col
\* ------------------------------------------------------------ */

.cols:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}

.col {
    float: left;
}

    .col:first-child {
        padding-right: 54px;
    }

    .col:last-child {
        padding-left: 74px;
    }

.col-1of2 {
    width: 50%;
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .col {
        float: none;
    }

        .col:first-child {
            padding-right: 0;
            margin-bottom: 30px;
        }

        .col:last-child {
            padding-left: 0;
        }

    .col-1of2 {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.01em;
}

/* ------------------------------------------------------------ *\
	Donation
\* ------------------------------------------------------------ */

.donation {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: 0.01em;
    line-height: 1.44;
    margin-top: -6px;
}

    .donation a {
        color: #568292;
        text-decoration: underline;
        font-weight: 600;
    }

        .donation a:hover {
            text-decoration: none;
        }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
    .donation {
        text-align: center;
    }

        .donation br {
            display: none;
        }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
}

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}

/* ------------------------------------------------------------ *\
	Form-register
\* ------------------------------------------------------------ */

.form-search {
    padding: 10px 0 5px;
}

    .form-search form {
        margin-bottom: 20px;
    }

    .form-search .form-label {
        display: none;
    }

    .form-search .field {
        border: 2px solid #356b7f;
        border-radius: 0;
        width: 100%;
        color: #356b7f;
        padding: 18px 19px;
        font-size: 24px;
        border-radius: 0;
        transition: all .5s;
        font-size: 18px;
    }

    .form-search .form-btn {
        border: none;
        background: #356b7f;
        width: 100%;
        padding: 14px 0 15px;
        transition: all .5s;
        display: block;
        text-align: center;
    }

        .form-search .form-btn:hover {
            background: #4b7b8d;
        }

    .form-search .field::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: #b1b1b1;
    }

    .form-search .field:-moz-placeholder { /* Firefox 18- */
        color: #b1b1b1;
    }

    .form-search .field::-moz-placeholder { /* Firefox 19+ */
        color: #b1b1b1;
    }

    .form-search .field:-ms-input-placeholder { /* IE 10+ */
        color: #b1b1b1;
    }

    .form-search .field::-ms-input-placeholder { /* Edge */
        color: #b1b1b1;
    }

    .form-search .field::-webkit-input-placeholder { /* Standard one last! */
        color: #b1b1b1;
    }

    .form-search .field::-moz-placeholder { /* Standard one last! */
        color: #b1b1b1;
    }

    .form-search .field:-ms-input-placeholder { /* Standard one last! */
        color: #b1b1b1;
    }

    .form-search .field:placeholder-shown { /* Standard one last! */
        color: #b1b1b1;
    }

    .form-search .field
    /* Grid */
    .form-search .form-row {
        margin-left: -4px;
        margin-right: -4px;
        position: relative;
    }

    .form-search .form-row:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .form-search .form-row:after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

    .form-search .form-col {
        float: left;
        padding-left: 4px;
        padding-right: 4px;
    }

    .form-search .form-col-size1 {
        width: 43%;
    }

    .form-search .form-col-size2 {
        width: 14%;
    }

    .form-search .form-loader {
        text-align: center;
        opacity: 0;
    }

    .form-search.show .form-loader {
        visibility: visible;
        opacity: 1;
    }

    .form-search.show .field {
        border-color: #e2e2e2;
        color: #e2e2e2;
        cursor: default;
    }

    .form-search.show .form-btn {
        background: #e2e2e2;
        cursor: default;
    }

    .form-search.show .form-row:before {
        z-index: 100;
    }

.retailer-select {
    padding: 0 10px;
}

    .retailer-select select {
        width: 100%;
        font-size: 18px;
        border: 2px solid #4b7b8d;
        color: #4b7b8d;
        padding: 6px;
    }
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .form-search .field {
        font-size: 20px;
        padding: 15px;
    }

    .form-search .form-btn {
        padding: 13px 0;
    }
}


@media (max-width: 767px) {
    .form-search .field {
        font-size: 18px;
        padding: 12px;
    }

    .form-search .form-btn {
        padding: 7px 0;
    }

    .form-search .form-col {
        float: none;
        margin-bottom: 10px;
    }

    .form-search .form-col-size1 {
        width: 100%;
    }

    .form-search .form-col-size2 {
        width: 100%;
    }

    .modal-window {
        font-size: 10px;
    }

        .modal-window .field {
            font-size: 10px;
            height: 32px;
        }

    .remove-search-engine-label {
        font-size: 10px;
    }

    .remove-comment {
        height: 60px;
    }

    .modal-window .modal-button, button.add-data, #mainContent_RemoveRegistry {
        font-size: 12px;
    }
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
    position: relative;
}

    .intro .intro-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 720px;
    }

    .intro .intro-head {
        background: #356b7f;
        opacity: .76;
        padding: 11px 0;
    }

        .intro .intro-head p {
            font-size: 19px;
            color: #fff;
            text-align: center;
            letter-spacing: 0.01em;
        }

    .intro .intro-body {
        background: #fff;
        padding: 13px 26px 22px 26px;
    }

/* ------------------------------------------------------------ *\
	Intro-secondary
\* ------------------------------------------------------------ */

.intro-secondary {
    min-height: 190px;
}

    .intro-secondary.wedding {
        background: url(images/results-wedding.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-secondary.baby {
        background: url(images/results-baby.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-secondary.birthday {
        background: url(images/results-birthday.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-secondary.other {
        background: url(images/results-other.jpg) center center no-repeat;
        background-size: cover;
    }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1200px) {
    .section-results .gift-registries #registryNames {
        font-size: 24px !important;
    }

    .intro-secondary.wedding, .intro-secondary.baby, .intro-secondary.birthday, .intro-secondary.other {
        min-height: unset;
        background: none;
    }
}

@media (max-width: 1023px) {
    .intro .intro-content {
        width: 650px;
    }

    .intro .intro-head {
        padding: 10px 0;
    }

    .intro .intro-body {
        background: #fff;
        padding: 15px 20px 25px 20px;
    }

    .section-results .gift-registries #registryNames {
        font-size: 24px !important;
    }

    .intro-secondary.wedding, .intro-secondary.baby, .intro-secondary.birthday, .intro-secondary.other {
        min-height: unset;
        background: none;
    }
}

@media (max-width: 767px) {
    .intro .intro-content {
        width: 380px;
    }

    .section-results .gift-registries #registryNames {
        font-size: 24px !important;
    }

    .intro-secondary.wedding, .intro-secondary.baby, .intro-secondary.birthday, .intro-secondary.other {
        min-height: unset;
        background: none;
    }
}

@media (max-width: 479px) {
    .intro .intro-content {
        width: 290px;
    }

    .section-results .gift-registries #registryNames {
        font-size: 24px !important;
    }

    .intro-secondary.wedding, .intro-secondary.baby, .intro-secondary.birthday, .intro-secondary.other {
        min-height: unset;
        background: none;
    }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
    display: inline-block;
    width: 340px;
    height: 54px;
    background-image: url(/css/images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    font-size: 0;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #356b7f;
    text-align: right;
}

    .nav ul {
        display: inline-block;
    }

    .nav li {
        float: left;
        padding-left: 28px;
        position: relative;
    }

    .nav a {
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 0.11em;
        transition: all .5s;
    }

        .nav a:hover {
            text-shadow: 1px 0 0 #356b7f;
        }

    .nav > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav li:before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 17px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav ul:after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

    .nav li:first-child {
        padding-left: 0;
    }

        .nav li:first-child:before {
            display: none;
        }

    /* ------------------------------------------------------------ *\
	drop down
\* ------------------------------------------------------------ */

    .nav > ul > li {
        padding-left: 9px;
        margin-left: 9px;
    }

        .nav > ul > li > ul > li:before {
            display: none;
        }

        .nav > ul > li > ul > li:after {
            display: none;
        }

        .nav > ul > li.has--dropdown:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            height: 100px;
            background: transparent;
            z-index: 1;
        }

        .nav > ul > li:first-child {
            padding-left: 0;
            margin-left: 0;
            z-index: 1000;
        }

        .nav > ul > li > ul {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 303px;
            max-height: 1000px;
            margin-top: 4px;
            background: #fff;
            text-align: left;
            opacity: 0;
            pointer-events: none;
            z-index: 2;
            transition: opacity .4s ease-in-out, max-height .4s ease-in-out;
            display: grid;
        }

            .nav > ul > li > ul > li {
                padding: 9px 18px;
                transition: background .3s ease-in-out;
            }

                .nav > ul > li > ul > li:first-child {
                    padding-top: 10px;
                    padding-left: 18px;
                }

                .nav > ul > li > ul > li:last-child {
                    padding-bottom: 8px;
                }

                .nav > ul > li > ul > li:hover {
                    background: #c8d7dc;
                }

                .nav > ul > li > ul > li > a {
                }

                    .nav > ul > li > ul > li > a:hover {
                        text-shadow: none;
                    }

        .nav > ul > li:hover > ul {
            opacity: 1;
            pointer-events: all;
        }

        .nav > ul > li:hover > a {
            text-shadow: 1px 0 0 #356b7f;
        }

@media(max-width: 1199px) {
    .nav {
        margin-right: 0;
    }
}

@media(max-width: 1023px) {
    .nav > ul {
        justify-content: center;
    }

        .nav > ul > li > ul {
            left: -18px;
        }
}

@media(max-width: 767px) {
    .nav {
        float: none;
    }

    .nav {
        text-align: center;
    }

        .nav > ul > li {
            padding-left: 8px;
            margin-left: 8px;
        }

        .nav li:before {
            display: none;
        }

        .nav ul:after {
            display: none;
        }

        .nav > ul > li > ul {
            min-width: 360px;
        }

            .nav > ul > li > ul > li {
                padding: 6px 18px;
            }

                .nav > ul > li > ul > li:first-child {
                    padding-top: 10px;
                }

                .nav > ul > li > ul > li:last-child {
                    padding-bottom: 10px;
                }
}

@media(max-width: 479px) {
    .nav {
        float: none;
    }

    .nav {
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all .9s;
        text-align: center;
    }

        .nav.visible {
            display: block;
            overflow: visible;
            max-height: 200px;
            visibility: visible;
            opacity: 1;
        }

        .nav li {
            float: none;
            padding: 6px 0;
        }


        .nav.visible {
            max-height: 1000px;
        }

        .nav li:before {
            display: none;
        }

        .nav ul:after {
            display: none;
        }

        .nav > ul {
            display: block;
        }

            .nav > ul > li > ul {
                position: static;
                display: none;
                left: auto;
                min-width: 100%;
                margin-top: 0;
                background: transparent;
                text-align-last: center;
                transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
            }

            .nav > ul > li.is--active > ul {
                opacity: 1;
                visibility: visible;
                max-height: 1000px;
                pointer-events: all;
            }

            .nav > ul > li.has--dropdown:after,
            .nav > ul > li.has--dropdown:after {
                display: none;
                opacity: 0;
                visibility: hidden;
            }
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

/* Small Desktop */

@media (max-width: 1200px) {
    .nav {
        font-size: 12px;
    }
}


@media (max-width: 1023px) {
    .nav {
        text-align: center;
    }
}

/*@media (max-width: 479px) {
	.nav { overflow: hidden; visibility: hidden; opacity: 0; max-height: 0; transition: all .9s; }

	.nav.visible { display: block; overflow: visible; max-height: 200px; visibility: visible; opacity: 1; }

	.nav li { float: none; padding: 6px 0; }

	.nav li:before { display: none; }
}*/

/* ------------------------------------------------------------ *\
	popup
\* ------------------------------------------------------------ */

.popup {
    width: 720px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 19px 110px 27px;
    position: relative;
}

    .popup h1 {
        font-size: 79px;
        color: #c786d7;
        font-weight: 400;
        margin-bottom: 7px;
        letter-spacing: -0.01em;
    }

    .popup h2 {
        font-size: 20px;
        color: #356b7f;
        font-weight: 400;
        letter-spacing: 0.01em;
        margin-bottom: 14px;
    }

        .popup h2 span.registrant {
            color: #c786d7;
        }

    .popup p {
        font-size: 13px;
        color: #356b7f;
        line-height: 1.22;
        letter-spacing: 0.01em;
    }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .popup {
        width: 700px;
        padding: 19px 90px;
    }
}

@media (max-width: 767px) {
    .popup {
        width: 100%;
        padding: 19px 20px;
    }

        .popup h1 {
            font-size: 50px;
            padding: 0 50px;
        }

        .popup h2 {
            font-size: 20px;
        }

        .popup p {
            font-size: 14px;
        }
}

/* ------------------------------------------------------------ *\
	Posts
\* ------------------------------------------------------------ */
.posts {
    font-family: 'Open Sans', sans-serif;
}

.posts-outer {
    position: relative;
    padding-top: 17px;
}

    .posts-outer > p {
        position: absolute;
        top: -3px;
        left: 0;
        font-size: 14px;
        color: #8a8a8a;
        letter-spacing: 0.01em;
    }

.posts:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}

.post {
    float: left;
    width: 28%;
    margin-right: 8%;
}

    .post:last-child {
        margin-right: 0;
    }

    .post a {
        display: block;
    }

    .post h3 {
        font-size: 17px;
        color: #356b7f;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .post .post-meta {
        font-size: 12px;
        color: #b9b9b9;
        font-style: italic;
    }

    .post .post-head {
        text-align: center;
        padding: 15px 0;
    }

    /*.post .post-body { text-align: center; }
.post .post-body img { width: 100%; height: auto; }*/
    .post .post-body {
        text-align: center;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

        .post .post-body img {
            width: 100%;
            height: auto;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
        }
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
    .post .post-body img {
        width: 100%;
        height: auto;
    }

    .post {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

        .post:last-child {
            margin-bottom: 0;
        }

        .post h3 {
            min-height: 0;
            margin-bottom: 15px;
        }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {
    font-family: 'Open Sans', sans-serif;
    padding: 60px 0;
}

    .section h1 {
        font-size: 30px;
        color: #356b7f;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.01em;
    }

        .section h1 span {
            color: #c786d7;
        }

    .section .section-head {
        margin-bottom: 8px;
    }

/* ------------------------------------------------------------ *\
	Section-steps
\* ------------------------------------------------------------ */

.section-steps {
    padding: 57px 0 69px;
}

    .section-steps .section-head {
        margin-bottom: 18px;
    }

/* ------------------------------------------------------------ *\
	Section-partners
\* ------------------------------------------------------------ */
.section-partners {
    padding: 0 0 32px;
    position: relative;
}


    .section-partners .section-head {
        padding-top: 8px;
        margin-bottom: 48px;
    }

        .section-partners .section-head h1 {
            position: relative;
            color: #376b7e;
            font-size: 45px;
            font-weight: 700;
            font-family: 'Avenir Next';
        }

    .section-partners .section-body {
        text-align: center;
    }

    .section-partners .section-inner {
        background-size: contain;
        min-height: 276px;
    }

@media(max-width: 767px) {
    .section-partners .section-head {
        margin-bottom: 68px;
    }

        .section-partners .section-head h1 {
            font-size: 36px;
        }
}


/* ------------------------------------------------------------ *\
	Section-posts
\* ------------------------------------------------------------ */

.section-posts {
    padding: 58px 0 0px;
}

    .section-posts .section-head {
        margin-bottom: 8px;
    }

/* Section blog */

.section-blog {
    padding-bottom: 30px;
}

    .section-blog .section__head {
        display: flex;
        align-items: center;
    }

        .section-blog .section__head:after,
        .section-blog .section__head:before {
            content: '';
            height: 1px;
            flex: 1 1 auto;
            margin-top: 9px;
            background: rgba(102, 102, 102, .27);
        }

        .section-blog .section__head h2 {
            padding: 0px 8px 0 16px;
            font-family: 'AvenirNext', sans-serif;
            font-size: 34px;
            font-weight: 600;
            color: #356b7f;
        }

            .section-blog .section__head h2 em {
                margin-right: -9px;
                font-family: 'Georgia', serif;
                font-weight: 400;
                font-size: 40px;
            }

@media(max-width: 767px) {
    .section-blog .section__head h2 {
        font-size: 32px;
    }

        .section-blog .section__head h2 em {
            font-size: 36px;
        }
}

/* ------------------------------------------------------------ *\
	Section-feedback
\* ------------------------------------------------------------ */

.section-feedback {
    padding-bottom: 74px;
    position: relative;
}

    .section-feedback .section-head {
        margin-bottom: 28px;
    }

        .section-feedback .section-head h1 {
            text-align: left;
        }

    .section-feedback .section-inner {
        position: relative;
    }

        .section-feedback .section-inner:before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 120%;
            background: #ececec;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

/* ------------------------------------------------------------ *\
	Section-table
\* ------------------------------------------------------------ */

/*.section-table { padding-top: 90px; margin-bottom: 72px; }

.section-table .section-head { padding: 0 90px; margin-bottom: 47px; }*/

.section-table .section-head h1 {
    font-size: 34px;
    margin-bottom: 5px;
}

.section-table .section-head p {
    font-size: 17px;
    color: #8a8a8a;
    text-align: center;
    padding-bottom: 20px;
}

.section-table .section-head a {
    color: #356b7f;
    text-decoration: none;
}

    .section-table .section-head a:hover {
        text-decoration: underline;
    }

/* ------------------------------------------------------------ *\
	Section-table
\* ------------------------------------------------------------ */

.section-results .section-head strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #c98ad8;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 13px;
}

.section-results .section-head h1 {
    font-size: 37px;
    color: #356b7f;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 9px;
}

.section-results .section-head h2 {
    font-size: 19px;
    color: #356b7f;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.section-results .section-head p {
    font-size: 16px;
    color: #356b7f;
    text-align: center;
    margin-bottom: 32px;
}

    .section-results .section-head p a {
        display: inline-block;
        color: #c98ad8;
        transition: all .5s;
    }

        .section-results .section-head p a:hover {
            color: #356b7f;
        }

        .section-results .section-head p a i {
            margin: 0 10px;
        }

.section-results .section-body {
    padding: 35px 0 74px;
}

.section-results .section-foot {
    text-align: center;
}

    .section-results .section-foot .link-back, .section-results .section-foot .link-virtual {
        font-size: 16px;
        color: #356b7f;
        display: inline;
        transition: all .5s;
    }

        .section-results .section-foot .link-back:hover, .section-results .section-foot .link-virtual:hover {
            color: #8a8a8a;
        }

    .section-results .section-foot .expiration-date {
        position: relative;
        bottom: -200px;
    }

        .section-results .section-foot .expiration-date p {
            font-size: 14px;
            color: #356b7f;
        }

    .section-results .section-foot .memo {
        display: block;
        font-size: 16px;
        border: 2px solid #efefef;
        text-align: center;
        padding: 20px;
        color: #484747;
        margin-top: 20px;
        overflow: auto;
    }

    .section-results .section-foot .pipe {
        padding: 10px;
        font-size: 16px;
        color: #356b7f;
    }

.section-results .gift-registries .share-registry-links {
    padding: 0 8px 0 8px;
}

    .section-results .gift-registries .share-registry-links .ico-envelope {
        margin-top: -2px;
    }

.section-results .gift-registries .share-links {
    color: #c98ad8;
    font-size: 16px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .section .section-head h1 {
        font-size: 38px;
    }

    .section h1 span {
        font-size: 22px;
    }

    .section-head .section-body p {
        font-size: 18px;
    }

    .section-results .gift-registries #registryNames {
        font-size: 20px;
    }

    .section-results .gift-registries strong {
        font-size: 19px;
    }

    .section-results .gift-registries .description {
        font-size: 16px;
    }

    .section-results .gift-registries p a i {
        margin: 0px;
    }
}

@media (max-width: 479px) {
    .section .section-head h1, .section .section-head h2 {
        font-size: 20px;
    }

    .section .section-head h1 {
        font-size: 38px;
    }

    .section h1 span {
        font-size: 22px;
    }

    .section-results .gift-registries #registryNames {
        font-size: 18px;
    }

    .section-results .gift-registries strong {
        font-size: 19px;
    }

    .section-results .gift-registries .description {
        font-size: 16px;
    }

    .section-results .gift-registries p a i {
        margin: 0px;
    }

    .section-results .gift-registries .share-registry-links .ico-envelope {
        padding-left: 8px;
        margin-top: -2px;
    }
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media(max-width: 1450px) {
    .section-partners:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, .7);
    }
}

/* Small Desktop */

@media (max-width: 1200px) {
    .section-table .section-head {
        padding: 0;
    }

    .section-table .section-body {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .section {
        padding: 50px 0;
    }

        .section .section-head {
            margin-bottom: 25px;
        }

            .section .section-head h1 {
                font-size: 30px;
            }

            .section .section-head h2 {
                font-size: 19px;
            }

            .section .section-head p {
                font-size: 17px;
                margin-bottom: 15px;
            }

    .section-partners {
        padding: 0;
    }

    .section-feedback .section-head h1 {
        text-align: center;
    }

    .section-feedback .section-inner:before {
        display: none;
    }


    .section-results .section-body {
        padding-bottom: 40px;
    }

    .section-results .section-foot .link-back {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .section-table .shell {
        padding-left: 0;
        padding-right: 0;
    }

    .section-table .section-head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-table .section-body {
        overflow: auto;
    }

    .section-table .section-head .click-name {
        font-size: 20px;
    }

    .section-partners .section-inner {
        background-size: cover;
    }

    .section-posts {
        padding-bottom: 20px;
    }

        .section-posts .shell .section-head h1 {
            font-size: 36px;
        }

    .section-feedback {
        padding-top: 20px;
    }

    .section-results .section-foot .link-back {
        font-size: 18px;
    }

    .section-results .section-foot .link-virtual {
        font-size: 14px;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }
}

@media (max-width: 479px) {
    .section-posts .shell .section-head h1 {
        font-size: 36px;
    }

    .section-table .section-head .click-name {
        font-size: 20px;
    }
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .slider .slider-prev {
        left: -30px;
    }

    .slider .slider-next {
        right: -30px;
    }
}

@media (max-width: 479px) {
    .slider .slider-prev {
        left: -18px;
    }

    .slider .slider-next {
        right: -18px;
    }

    .hide-on-mobile {
        display: none;
    }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #356b7f;
}

    .socials li {
        float: left;
        padding-left: 9px;
    }

    .socials a {
        transition: all .5s;
    }

        .socials a:hover {
            opacity: .7;
        }

    .socials ul {
        position: relative;
        display: inline-block;
        padding-left: 55px;
    }

        .socials ul:before {
            content: "follow us";
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            display: inline-block;
            letter-spacing: 0.01em;
            color: #356b7f;
            font-size: 12px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            white-space: nowrap;
        }

        .socials ul:after,
        .socials:after {
            content: "";
            display: table;
            line-height: 0;
            clear: both;
        }

/* Socials-secondary */

.socials-secondary li {
    padding-left: 12px;
}

    .socials-secondary li:first-child {
        padding-left: 0;
    }

.socials-secondary ul {
    padding-left: 86px;
}

    .socials-secondary ul:before {
        font-size: 17px;
        letter-spacing: 0;
    }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .socials-secondary {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .socials ul {
        padding-left: 0;
    }

        .socials ul:before {
            display: none;
        }

    .socials-secondary li {
        padding-left: 15px;
    }

    .hide-on-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Step
\* ------------------------------------------------------------ */

.steps {
    font-family: 'Open Sans', sans-serif;
}

    .steps:after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

.step {
    float: left;
    width: 26.3%;
    text-align: center;
    margin-right: 10.5%;
}

    .step:last-child {
        margin-right: 0;
    }

    .step .step-head {
        min-height: 240px;
        position: relative;
        margin-bottom: 2px;
        background-size: auto 70% !important;
    }

        .step .step-head strong {
            font-size: 23px;
            color: #356b7f;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: 400;
            white-space: nowrap;
            letter-spacing: 0.01em;
        }

    .step .step-body {
        padding: 0 7%;
    }

        .step .step-body p {
            font-size: 12px;
            color: #8a8a8a;
            line-height: 1.44;
            letter-spacing: 0.01em;
        }

        .step .step-body a {
            color: #c786d7;
        }

            .step .step-body a:hover {
                text-decoration: underline;
            }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .step {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

        .step:last-child {
            margin-bottom: 0;
        }

        .step .step-head {
            min-height: 140px;
            position: relative;
            margin-bottom: 25px;
            background-size: auto 90% !important;
        }
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 23px;
}

    .subscribe .subscribe-field {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #8a8a8a;
        padding: 9px 79px 9px 19px;
        border: 3px solid #ececec;
        border-radius: 0;
    }

    .subscribe .subscribe-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 52px;
        background: #ececec;
        border: none;
        transition: all .5s;
    }

        .subscribe .subscribe-btn:hover {
            background: #8a8a8a;
        }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .subscribe .subscribe-field {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */

.tabs {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #356b7f;
}

    .tabs .tabs-nav li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 6px 0;
        border-right: 1px solid #d0dce0;
    }

    .tabs .tabs-nav a {
        opacity: .63;
    }

    .tabs .tabs-nav ul:after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

    .tabs .tabs-nav li:last-child {
        border: none;
    }

    .tabs .tabs-head {
        margin-bottom: 12px;
    }

    .tabs .tabs-body .tab {
        height: 450px;
    }

/* Js-related */

.tabs-nav .current a {
    opacity: 1;
    font-weight: bold;
}

.tab {
    display: none;
}

    .tab.current {
        display: block;
    }

    .tab.wedding {
        background: url(../css/images/home-wedding.jpg) top center no-repeat;
        background-size: cover;
    }

    .tab.wedding-baby {
        background: url(../css/images/home-wedding-baby.jpg) top center no-repeat;
        background-size: cover;
    }

    .tab.baby {
        background: url(../css/images/home-baby.jpg) top center no-repeat;
        background-size: cover;
    }

    .tab.birthday {
        background: url(../css/images/home-birthday.png) top center no-repeat;
        background-size: cover;
    }

    .tab.other {
        background: url(../css/images/home-other.jpg) top center no-repeat;
        background-size: cover;
    }
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    .tabs {
        font-size: 19px;
    }

        .tabs .tabs-nav li {
            padding: 6px 0;
        }

        .tabs .tabs-body .tab {
            height: 450px;
        }

    .tab.other {
        background: url(../css/images/home-other-mobile-ipad.jpg) top center no-repeat;
        background-size: cover;
    }
}


@media (max-width: 767px) {
    .tabs .tabs-nav li {
        float: none;
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d0dce0;
    }

        .tabs .tabs-nav li.current {
            font-weight: bolder;
        }

    .tabs .tabs-body .tab {
        height: 650px;
    }

    .hide-on-mobile {
        display: none;
    }

    .tab.wedding, .tab.wedding-baby {
        background: url(../css/images/home-wedding-mobile.jpg) top center no-repeat;
        background-size: cover;
    }

    .tab.baby {
        background: url(../css/images/home-baby-mobile.jpg) top center no-repeat;
        background-size: cover;
    }

    .tab.birthday {
        background: url(../css/images/home-birthday-mobile.png) top center no-repeat;
        background-size: cover;
    }

    .tab.other {
        background: url(../css/images/home-other-mobile.jpg) top center no-repeat;
        background-size: cover;
    }
}

@media (max-width: 479px) {
    .tabs .tabs-nav li {
        padding: 10px 0;
    }

        .tabs .tabs-nav li.current {
            font-weight: bolder;
        }

    .partners ul li a {
        font-size: 20px;
    }

    .hide-on-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
    border-collapse: collapse;
}

    .table tbody tr:nth-child(even) {
        background: #fafafb;
    }

    .table thead th:nth-child(1), thead th:nth-child(2) {
        text-align: left;
    }

    .table thead th:hover {
        color: #c786d7;
    }

    .table thead th > span.DataTables_sort_icon {
        float: left;
    }

    .table thead th:nth-last-child(1) > span.DataTables_sort_icon {
        display: none;
    }

    .table tbody tr:hover {
        background: #f0fdff;
        cursor: pointer;
    }


/* ------------------------------------------------------------ *\
	Table-results
\* ------------------------------------------------------------ */
.partners ul,
.clearfix {
    *zoom: 1;
}

    .partners ul:after,
    .clearfix:after {
        width: 100%;
        content: '';
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
        clear: both;
        display: block;
    }

.partners ul {
    list-style-type: none;
    display: block;
    text-align: center;
}

    .partners ul li {
        position: relative;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin-bottom: 20px;
        border: 2px solid #efefef;
    }

        .partners ul li:nth-child(n+3) {
            padding-top: 50px;
        }

        .partners ul li a {
            position: absolute;
            top: 50%;
            left: 50%;
            display: inline-block;
            font-size: 34px;
            color: #c063d7;
            text-transform: uppercase;
            white-space: nowrap;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            letter-spacing: 0.01em;
            opacity: 0;
            transition: all .9s .1s;
            z-index: 10;
        }

        .partners ul li img {
            opacity: 1;
            transition: all .9s;
        }

        .partners ul li:hover a {
            opacity: 1;
        }

        .partners ul li:hover img {
            opacity: .1;
        }

        .partners ul li:hover div.non-affiliate-retailer {
            opacity: .1;
        }

.partners span {
    margin-left: 15px
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
    /*.table-results .table-cell { display: block; }*/

    .partners ul li a {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .partners ul li a {
        font-size: 25px;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 479px) {
    .partners ul li a {
        font-size: 20px;
    }

    .hide-on-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	IV.  Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Data table
\* ------------------------------------------------------------ */

table.dataTable thead {
    background: #356b7f;
}

    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting,
    table.dataTable thead .sorting_disabled {
        border: none;
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        padding: 26px 18px 22px 0px;
        letter-spacing: 0.01em;
    }

        table.dataTable thead .sorting:hover {
            color: #c786d7;
        }

table.dataTable tbody th,
table.dataTable tbody td {
    text-align: center;
    padding: 40px 0 56px !important;
    font-size: 15px;
    color: #4b798a;
}

table.dataTable thead th:nth-child(1), table.dataTable thead th:nth-child(2) {
    padding-left: 30px;
}

table.dataTable td:first-child {
    color: #c786d7;
    text-align: left;
    padding-left: 30px !important;
}

table.dataTable td:nth-child(2) {
    text-align: left;
    padding-left: 30px !important;
}

table.dataTable.no-footer {
    border: none !important;
}

.table table.dataTable thead th span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .table table.dataTable thead th span:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -19px;
        margin-top: -10px;
    }

.table table.dataTable thead .sorting {
    background: transparent;
}

    .table table.dataTable thead .sorting span:after {
        width: 19px;
        height: 16px;
        background: url(images/sort_both.png) no-repeat center center;
    }


.table table.dataTable thead .sorting_desc {
    background: transparent;
}

.table table.dataTable thead .sorting_asc {
    background: transparent;
}

.table table.dataTable thead .sorting_desc span:after {
    background-position: 15px 3px;
    width: 32px;
    height: 12px;
}

.table table.dataTable thead .sorting_asc span:after {
    background-position: 15px -9px;
    width: 32px;
    height: 12px;
    margin-top: -7px;
}

/* ------------------------------------------------------------ *\
	Popup-close-btn
\* ------------------------------------------------------------ */

.mfp-close-btn-in .mfp-close {
    color: transparent;
    top: 22px;
    right: 25px;
}

    .mfp-close-btn-in .mfp-close:before {
        content: "";
        background: url(images/ico-close.png) center center no-repeat;
        width: 21px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* ------------------------------------------------------------ *\
	Nav-mobile
\* ------------------------------------------------------------ */

.btn-menu {
    display: none;
    height: 9px;
    padding-top: 9px;
}

    .btn-menu span {
        position: relative;
        display: block;
        width: 25px;
        height: 15px;
        border-top: 4px solid #356b7f;
    }

        .btn-menu span:before,
        .btn-menu span:after {
            position: absolute;
            width: 100%;
            height: 4px;
            background: #356b7f;
            content: '';
        }

        .btn-menu span:before {
            top: -11px;
            left: 0;
        }

        .btn-menu span:after {
            top: 3px;
            left: 0;
        }

        .btn-menu span:before,
        .btn-menu span:after,
        .btn-menu span {
            transition: all .3s linear;
        }

    .btn-menu.active span {
        border-color: transparent;
    }

        .btn-menu.active span:before,
        .btn-menu.active span:after {
            background: #ecdaf1;
        }

        .btn-menu.active span:before {
            -webkit-transform: rotate(45deg) translate(3.5px, 6px);
            -ms-transform: rotate(45deg) translate(3.5px, 6px);
            transform: rotate(45deg) translate(3.5px, 6px);
        }

        .btn-menu.active span:after {
            -webkit-transform: rotate(-45deg) translate(3.5px, -6px);
            -ms-transform: rotate(-45deg) translate(3.5px, -6px);
            transform: rotate(-45deg) translate(3.5px, -6px);
        }

img[src*="googlead"] {
    display: none;
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media (max-width: 1200px) {
    table.dataTable td:first-child, table.dataTable th:first-child {
        padding-left: 10px !important;
    }

    table.dataTable td:nth-child(2), table.dataTable th:nth-child(2) {
        padding-left: 5px !important;
    }
}

@media (max-width: 1023px) {
    table.dataTable thead .sorting, table.dataTable thead .sorting_disabled {
        font-size: 12px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 12px;
    }

    table.dataTable td:first-child, table.dataTable th:first-child {
        padding-left: 10px !important;
    }

    table.dataTable td:nth-child(2), table.dataTable th:nth-child(2) {
        padding-left: 5px !important;
    }

    .flex-direction-nav .flex-prev {
        display: none;
    }

    .flex-direction-nav .flex-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .flex-direction-nav {
        display: none;
    }

    table.dataTable td:first-child {
        color: #c786d7;
    }

    table.dataTable.no-footer {
        border: none;
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_disabled {
        padding-left: 10px;
        padding-right: 5px;
        font-size: 8px;
    }

    .section .section-head h1 {
        font-size: 15px;
    }

    .section .section-head p {
        font-size: 12px;
    }

    .hide-on-mobile {
        display: none;
    }

    .footer {
        margin-top: 0ex;
    }

    .modal-window {
        font-size: small;
    }

        .modal-window #email-comment {
            height: 40px;
        }
}

@media (max-width: 479px) {
    .btn-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    th.view-registry,
    td.view-registry {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_disabled {
        padding-left: 10px;
        padding-right: 5px;
        font-size: 8px;
    }

    table.dataTable thead th:nth-child(2) {
        min-width: 70px;
    }

    table.dataTable thead th:nth-child(1) {
        padding-right: 20px;
    }

    .hide-on-mobile {
        display: none;
    }

    .header {
        padding: 10px;
    }

    .footer {
        margin-top: 0ex;
    }

    .modal-window {
        font-size: small;
    }

        .modal-window #email-comment {
            height: 40px;
        }
}


/* ------------------------------------------------------------ *\
	New Styles
\* ------------------------------------------------------------ */


/*Intro*/
.intro {
    position: relative;
    z-index: 2;
}

    .intro .intro-head {
        padding: 11px 0;
        opacity: 0.76;
        background-color: #356b7f;
    }

        .intro .intro-head p {
            font-size: 19px;
        }

    .intro .intro-content {
        top: 99px;
        transform: translate(-50%, 0);
        width: 720px;
    }

    .intro .intro-body {
        padding: 13px 26px 22px 26px;
        box-shadow: 7.32px 7.32px 5.23px rgba(0, 0, 0, 0.5);
    }

    .intro .error {
        color: #C2000B;
        font-size: 14px;
        text-align: center;
        margin: 12px 0 -9px;
    }

@media(max-width: 767px) {
    .intro {
        padding: 34px 26px;
    }

        .intro .intro-head {
            padding: 11px 0 15px;
        }

            .intro .intro-head p {
                font-size: 19px;
                letter-spacing: 0;
            }

                .intro .intro-head p:after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 11px;
                    height: 6.27px;
                    background-image: url(../css/images/arrow-dd.svg);
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    margin-left: 15px;
                    margin-right: 8px;
                }

        .intro .intro-content {
            position: relative;
            transform: translate(0, 0);
            width: 100%;
            z-index: 2;
            top: 0;
            left: 0;
            box-shadow: 5.74px 5.74px 4.1px rgba(35, 31, 32, 0.5);
        }

        .intro .intro-image .tab,
        .intro .intro-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .intro .intro-body {
            padding: 0 14px;
            box-shadow: none;
            position: relative;
        }

        .intro.menu-closed .tabs .tabs-nav li.current {
            background-color: transparent;
        }

        .intro .error {
            margin: 12px 0 -5px;
            clear: both;
            padding: 0 10px;
            text-align: left;
        }
}

/*Tabs*/
.tabs {
    font-size: 22px;
}

    .tabs .tabs-nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 -30px;
    }

    .tabs .tabs-nav li {
        float: none;
        width: auto;
        flex-grow: 1;
        padding: 0 0;
    }

    .tabs .tabs-head {
        margin-bottom: 12px;
    }

    .tabs .tabs-body .tab {
        height: 450px;
    }

@media(max-width: 767px) {
    .tabs {
        font-size: 21px;
    }

        .tabs .tabs-head {
            margin-bottom: 0;
        }

        .tabs .tabs-nav ul {
            display: block;
            margin: 0 -14px;
        }

        .tabs .tabs-nav li {
            padding: 11px 10px;
            border: none;
            position: relative;
        }

            .tabs .tabs-nav li:not(:last-child):after {
                content: '';
                position: absolute;
                left: 11px;
                right: 11px;
                top: 100%;
                height: 1px;
                background-color: #BCBBBC;
            }

        .tabs .tabs-nav a {
            display: block;
        }

        .tabs .tabs-nav li.current a,
        .tabs .tabs-nav a {
            opacity: 0.63;
        }

        .tabs .tabs-nav li.current {
            font-weight: 400;
            background-color: #CAD4D9;
        }

            .tabs .tabs-nav li.current:after {
                display: none;
            }

            .tabs .tabs-nav li.current a {
                opacity: 1;
            }

        .tabs .tabs-body .tab {
            height: 100%;
            display: block;
            opacity: 0;
        }

            .tabs .tabs-body .tab.current {
                opacity: 1;
                transition: opacity 0.3s;
            }

        .tabs .tabs-body {
            background-image: url(../css/images/mobile-images-wedding.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }


    .tab.wedding {
        background-image: url(../css/images/mobile-images-wedding.jpg);
    }

    .tab.wedding-baby {
        background-image: url(../css/images/mobile-images-baby.jpg);
    }

    .tab.baby {
        background-image: url(../css/images/mobile-images-baby.jpg);
    }

    .tab.birthday {
        background-image: url(../css/images/mobile-images-birthday.jpg);
    }

    .tab.other {
        background-image: url(../css/images/mobile-images-other.jpg);
    }
}



/*Form Search New*/

.form-search--new {
}

    .form-search--new:after {
        content: "";
        clear: both;
        display: table;
    }

    .form-search--new .form-row {
        display: flex;
        flex-wrap: wrap;
    }

    .form-search--new .form__group {
        flex-grow: 1;
    }

    .form-search--new .form__actions {
        width: 64px;
        margin-left: 9px;
    }

        .form-search--new .form__actions a {
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            background-color: #356b7f;
        }

            .form-search--new .form__actions a:hover {
                background-color: #2D4D63;
            }


    .form-search--new .form__select .form__label {
        display: none;
    }

    .form-search--new .form__group {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -4px;
    }

    .form-search--new .form__group--selects {
        display: none;
    }

    .form-search--new .form__col {
        float: none;
        width: 10%;
        flex-grow: 1;
        padding: 0 4px;
    }

    .form-search--new .field {
        font-size: 17px;
        color: #4b7b8d;
        padding: 14px 19px;
        border: 2px solid #4b7b8d;
    }

    .form-search--new .form__btn-expand {
        text-align: right;
        font-size: 16px;
        color: #2D4D63;
        float: right;
        display: inline-block;
    }

        .form-search--new .form__btn-expand span {
            text-decoration: underline;
            position: relative;
        }

            .form-search--new .form__btn-expand span:first-child {
                padding-right: 20px;
            }

            .form-search--new .form__btn-expand span:after {
                content: '';
                position: absolute;
                top: 55%;
                right: 1px;
                width: 12px;
                height: 7px;
                background-image: url(/css/images/ico-select-dd.svg);
                background-size: 100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                transform: translateY(-50%);
            }

            .form-search--new .form__btn-expand span:last-child {
                display: none;
            }

    .form-search--new .form__hint {
        font-size: 12px;
        color: #726D71;
        margin: 12px 3px 0;
        text-align: center;
        line-height: 1.5;
        display: none;
    }

        .form-search--new .form__hint a {
            color: #2D4D63;
            text-decoration: underline;
        }

    .form-search--new .form__hint_2 {
        font-size: 10px;
    }

    .form-search--new.is-expanded {
    }

        .form-search--new.is-expanded .form__btn-expand {
            text-align: center;
            display: block;
            margin-top: 0;
            float: none;
            width: 120px;
            margin-left: auto;
            margin-right: auto;
        }

            .form-search--new.is-expanded .form__btn-expand span:first-child {
                display: none;
            }

            .form-search--new.is-expanded .form__btn-expand span:last-child {
                display: inline-block;
                padding-left: 23px;
            }

                .form-search--new.is-expanded .form__btn-expand span:last-child:after {
                    right: auto;
                    left: 7px;
                    transform: translateY(-50%) rotate(90deg);
                }

    .form-search--new .form__group + .form__group {
        margin-top: 24px;
    }

    .form-search--new .form__actions p {
        display: none;
    }

    .form-search--new .form-loader {
        width: 100%;
        display: block;
        clear: both;
    }

    .form-search--new.is-expanded .search {
        padding-bottom: 10px;
        max-width: 87.9%;
        margin: 0 auto;
    }

    .form-search--new.is-expanded .form__group--selects {
        display: flex;
    }

    .form-search--new.is-expanded .form__actions {
        width: 100%;
    }

        .form-search--new.is-expanded .form__actions p {
            display: block;
        }

    .form-search--new.is-expanded .form__actions {
        text-align: center;
        margin-top: 28px;
    }

        .form-search--new.is-expanded .form__actions a {
            width: 100%;
            max-width: 252px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 22px;
            padding: 14px 0 12px;
        }

            .form-search--new.is-expanded .form__actions a img {
                margin: 0 17px 0 -11px;
            }

    .form-search--new.is-expanded .form__hint {
        display: block;
    }

    .form-search--new.show .form-loader {
        margin-top: 30px;
    }

    .form-search--new.show .selectric {
        border-color: #e2e2e2;
    }

    .form-search--new.show .field::placeholder {
        color: #e2e2e2;
    }

    .form-search--new.show .label {
        color: #e2e2e2;
    }

    .form-search--new.show .selectric .button:before {
        opacity: 0.2
    }

/*border-color: #e2e2e2;*/
/*color: #e2e2e2;*/

@media(min-width: 767px) {
    .form-search--new:not(.is-expanded) {
        padding-bottom: 0;
    }

        .form-search--new:not(.is-expanded) .search {
            padding-bottom: 26px;
        }

        .form-search--new:not(.is-expanded) .error {
            display: none;
        }
}

@media(max-width: 767px) {
    .form-search--new {
        padding: 0 6px 20px;
        max-width: 100%;
    }

        .form-search--new .search {
            padding-bottom: 0;
        }

        .form-search--new.show .form-loader {
            margin: 50px 0 30px;
        }

        .form-search--new .field {
            color: #4b7b8d;
            font-size: 16px;
            padding: 12px 15px;
            border-color: #356B7F
        }

            .form-search--new .field::-webkit-input-placeholder {
                color: #4b7b8d;
            }

            .form-search--new .field:-ms-input-placeholder {
                color: #4b7b8d;
            }

            .form-search--new .field::placeholder {
                color: #4b7b8d;
            }

        .form-search--new .form__group {
            display: block;
        }

            .form-search--new .form__group + .form__group {
                margin-top: 10px;
            }

        .form-search--new .form__col {
            width: 100%;
            padding: 0 6px;
        }

            .form-search--new .form__col + .form__col {
                margin-top: 12px;
            }

        .form-search--new .form-row {
            display: block;
        }

        .form-search--new .form__actions {
            margin: 10px 0 0;
            width: 100%;
        }

            .form-search--new .form__actions p {
                display: inline-block;
                font-size: 20px;
                color: #FFFFFF;
            }

            .form-search--new .form__actions a {
                padding: 10px 10px;
            }

            .form-search--new .form__actions img {
                width: 26px;
                margin: 0 15px 0 -22px;
            }

        .form-search--new .form__group--selects {
            display: none;
        }

        .form-search--new .form__btn-expand {
            font-size: 13px;
            text-align: center;
            margin-top: 17px;
            padding-left: 1px;
            display: block;
            float: none;
            width: 140px;
            margin-left: auto;
            margin-right: auto;
        }

            .form-search--new .form__btn-expand span:after {
                width: 10.29px;
                height: 6.15px;
                top: 68%;
            }

            .form-search--new .form__btn-expand span:first-child {
                padding-right: 14px;
            }

        .form-search--new .form__hint {
            display: none;
            margin: 5px auto 0;
            font-size: 9px;
        }

        .form-search--new .form__hint_2 {
            font-size: 8px;
        }

        .form-search--new .visible-xs {
            display: block !important;
        }

        .form-search--new.is-expanded {
            margin-bottom: 0px;
        }

            .form-search--new.is-expanded .search {
                max-width: 100%;
            }

            .form-search--new.is-expanded .form__actions {
                margin-top: 11px;
            }

                .form-search--new.is-expanded .form__actions a {
                    max-width: 100%;
                    padding: 8px 10px;
                }

                    .form-search--new.is-expanded .form__actions a img {
                        margin: 0 13px 0 -13px;
                    }

            .form-search--new.is-expanded .search {
                padding-bottom: 0;
            }

            .form-search--new.is-expanded .form__btn-expand {
                position: absolute;
                top: 0;
                left: 0;
                padding: 0;
                height: 40px;
                width: 50px;
                text-align: left;
                margin-top: 0;
            }

                .form-search--new.is-expanded .form__btn-expand span {
                    font-size: 0;
                }

                    .form-search--new.is-expanded .form__btn-expand span:last-child {
                        position: absolute;
                        top: 50%;
                        left: 20px;
                        transform: translate(-50%,-50%);
                    }

                        .form-search--new.is-expanded .form__btn-expand span:last-child:after {
                            width: 17.14px;
                            height: 10.25px;
                            transform: translateY(-35%) rotate(90deg) scale(0.8, 0.8)
                        }

            .form-search--new.is-expanded .form__hint {
                display: block;
            }

                .form-search--new.is-expanded .form__hint br {
                    display: none;
                }
}


/*Select*/

.selectric {
    border: 1px solid #2D4D63;
    background-color: transparent;
}

    .selectric .label {
        font-size: 17px;
        color: #BBB7B3;
        line-height: 0;
        height: auto;
        padding: 15px 20px;
        margin: 0 0;
        border: 1px solid #4b7b8d;
    }

    .selectric .button {
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        right: 0;
        width: 34px;
        background-color: transparent;
    }

        .selectric .button:after {
            display: none;
        }

        .selectric .button:before {
            content: '';
            position: absolute;
            top: 58%;
            left: 50%;
            transform: translate(-50%,-50%);
            background-image: url(/css/images/ico-select-dd.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 12.3px;
            height: 7.4px;
        }

.selectric-items {
    background-color: white;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
    border: 1.16px solid #2d4d63;
    border-top: 0;
}

.selectric-scroll {
}

.selectric-items ul,
.selectric-items li {
    font-size: 17px;
    line-height: 21px;
    transition: background-color 0.3s, color 0.3s;
}

.selectric-items li {
    padding: 7px 17px;
    position: relative;
}

    .selectric-items li + li:after {
        content: '';
        position: absolute;
        top: 0%;
        left: 6px;
        right: 4px;
        height: 1px;
        background-color: #BCB6B0;
        transition: opacity 0.3s;
    }

    .selectric-items li:hover {
        background-color: #CDD6D3;
        color: #2D4D63;
    }

        .selectric-items li:hover:after,
        .selectric-items li:hover + li:after {
            opacity: 0;
        }

.selectric-below .label {
    color: #4b7b8d;
}

@media(max-width: 767px) {
    .selectric .button {
        display: none;
    }

    .selectric .label {
        padding: 13px 12px;
    }

    .selectric .label {
        color: #356B7F;
    }
}


/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {
    max-width: 1482px;
    margin: 0 auto;
    padding: 0 15px;
}

    .slider .slider__slide {
        display: block !important;
    }

    .slider .slide__image {
        position: relative;
        padding: 29px 0 28px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .slider .slide__image:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .slider .slide__image:hover .slide__btn {
            opacity: 1;
            visibility: visible;
        }

        .slider .slide__image:hover .slide__image-inner {
            filter: blur(5px);
        }

        .slider .slide__image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.75);
            opacity: 0;
            pointer-events: none;
        }

    .slider .slide__image-inner {
        transition: filter .4s;
    }

    .slider .slide__btn {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 155px;
        font-size: 15px;
        font-weight: 600;
        background: #356b7e;
        color: #fff;
        text-align: center;
        padding: 10px 5px;
        transition: opacity .4s, visibility .4s, border-color .4s;
        opacity: 0;
        visibility: hidden;
    }

        .slider .slide__btn:hover {
            background: #346c92;
        }

    .slider .slick-slide {
        border-left: 2px solid #c5c6c9;
        transition: border-color .4s;
    }

        .slider .slick-slide:not(.slick-active) + .slick-active {
            border-left-color: transparent;
        }

        .slider .slick-slide > div {
            border-bottom: 2px solid #c5c6c9;
        }

            .slider .slick-slide > div:last-child {
                border-bottom: 0;
            }

    .slider .slick-list {
        margin-bottom: 28px;
    }

    .slider .slick-dots {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

        .slider .slick-dots li {
            margin: 0 9px;
        }

            .slider .slick-dots li.slick-active > button {
                background: #356b7e;
            }

        .slider .slick-dots button {
            font-size: 0;
            border: 0;
            outline: 0;
            width: 10px;
            height: 10px;
            background: #9ab5be;
            border-radius: 50%;
            display: block;
            transition: background .4s;
        }

@media(max-width: 1024px) {
    .slider .slide__image {
        padding: 20px 5px;
    }
}

@media(max-width: 767px) {
    .slider .slide__btn {
        font-size: 12px;
        min-width: 116px;
        padding: 8px 3px;
    }

    .slider .slick-list {
        border-style: solid;
        border-color: #c5c6c9;
        border-width: 1px;
        border-radius: 6px;
    }

    .slider .slick-slide {
        border-right: 0px solid #c5c6c9;
        border-left: 0px solid #c5c6c9;
    }

        .slider .slick-slide + .slick-slide {
            border-left: 1px solid #c5c6c9;
        }

        .slider .slick-slide > div {
            border-bottom: 1px solid #c5c6c9;
        }

        .slider .slick-slide.slick-current {
            border-left-color: #c5c6c9;
        }

        .slider .slick-slide:not(.slick-active) + .slick-active {
            border-left-color: #c5c6c9;
        }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Avenir Next';
    src: url('/css/fonts/AvenirNext-Bold.woff2') format('woff2'), url('/css/fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* ------------------------------------------------------------ *\
	Section Partners
\* ------------------------------------------------------------ */

@media(max-width: 767px) {
    .section-partners--new .section-head h1 {
        font-size: 24px;
    }
}
