#main-body {
    margin-top: 175px;
}

.urquy {
    box-sizing: border-box;
    border: 0px solid #fff;
}

.urquy50 {
    padding: 0;
}

.block {
    display: block;
}


/******************************************************/


/******************************************************/


/*****************HERO SECTION STYLES******************/


/******************************************************/


/******************************************************/

.urquy.hero-section {
    padding: 15px 30px 16%;
    background: url(../img/hero2.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
}

.urquy.hero-section h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-transform: lowercase;
    font-size: 6rem;
    letter-spacing: 5px;
    margin: 10px 0 30px;
}

.urquy.hero-section h1 span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 6rem;
}

.urquy h2 {
    margin: 10px 0;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.urquy .text-wrap {
    max-width: 250px;
    margin-top: 14%;
}

div.urquy.hero-section>.text-wrap {
    max-width: 360px;
    margin-top: 14%;
    margin-left: 7%;
}

.urquy .button {
    margin: 15px 10px 20px 0;
    font-family: "oswald";
    font-weight: 400;
    font-size: 1.1rem;
    border-radius: 3px;
}

.urquy .button.primary {
    background: #22585D;
    color: #fff;
    border: 1px solid #22585D;
}

.urquy .button.primary:hover {
    background: #16383C;
    color: #fff;
}

.urquy .button.secondary {
    background: rgba(255, 255, 255, .85);
    border: 1px solid #22585D;
    color: #22585D;
    font-weight: 700;
}

.urquy .button.secondary:hover {
    background: rgba(255, 255, 255, 1);
}

.urquy .large-featured-1 {
    background: url(../img/promo-tech.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.urquy .small-featured-1 {
    background: url(../img/promo-jew.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.urquy .small-featured-2 {
    background: url(../img/drinkware.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.urquy .large-featured-2 {
    background: url(../img/apparal.jpg) no-repeat center center;
    background-size: cover;
    color: #222;
}

.urquy .large-featured-1,
.urquy .large-featured-2 {
    padding-bottom: 100%;
}

.urquy .large-featured-1 .text-wrap,
.urquy .large-featured-2 .text-wrap {
    padding-top: 30px;
    margin-left: 30px;
    margin-top: 0;
}

.urquy .small-featured-1,
.urquy .small-featured-2 {
    padding-bottom: 20%;
}

.urquy .small-featured-1 .text-wrap,
.urquy .small-featured-2 .text-wrap {
    margin-top: 0px;
    margin-left: 30px;
    padding-top: 30px;
}

.urquy .small-featured-2,
.urquy .large-featured-2 {
    text-align: right;
}

.urquy .small-featured-2 .text-wrap,
.urquy .large-featured-2 .text-wrap {
    float: right;
    margin-right: 30px;
    margin-left: 0px;
}

.urquy .small-featured-2:after,
.urquy .large-featured-2:after {
    clear: both;
    content: "";
    display: block;
}

.urquy.about-section {
    padding: 15px 30px 5%;
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    color: #222;
}

div.urquy.about-section>.text-wrap {
    max-width: 560px;
    margin-top: 14%;
    margin-left: 7%;
}


/****************************MODAL STYLES********************************/

.dark-overlay {
    z-index: 990;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, .6);
}

.search-modal,
.talk-to-us-modal {
    width: 550px;
    height: 300px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    position: fixed;
    left: 50%;
    margin-left: -275px;
    z-index: 999;
    top: 30px;
    display: none;
}

.talk-to-us-modal {
    padding: 15px 30px;
    min-height: 240px;
}

.talk-to-us-modal h1 {}

.talk-to-us-modal .or {
    display: block;
    margin-top: 15px;
    margin-bottom: -15px;
}

button.mobile-form-close {
    background: url(../img/icons/icon-close-dark.svg) no-repeat center center;
    width: 35px;
    height: 35px;
    border: none;
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 25px;
}

.talk-to-us-modal .urquy {
    padding: 8px 15px;
}

.talk-to-us-modal {
    height: auto;
}

.talk-to-us-modal label {
    margin: 5px 5px 5px 0;
    font-size: 1.8rem;
}

.talk-to-us-modal input,
.talk-to-us-modal select {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 8px 15px 8px 5px;
    font-family: 'Lato', sans-serif;
    box-shadow: none;
    border: none;
    border-bottom: 1px #22585D solid;
}

.talk-to-us-modal input:focus,
.talk-to-us-modal select:focus {
    outline: 1;
    outline-style: dotted;
    outline-color: rgba(0, 0, 0, .3);
    outline-width: 1px;
    background: #f2f2f2;
}

.talk-to-us-modal .call-back-wrap {
    display: none;
}

.talk-to-us-modal .call-back {
    font-size: 1.6rem;
}

.talk-to-us-modal .uil-cube-css {
    display: none;
}

.talk-to-us-modal .button.secondary.submit-request {
    background: #22585D;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.call-back-wrap h2 {
    margin-top: 30px;
}

.talk-to-us-modal .message-success {
    display: none;
    margin: 45px auto 15px;
    font-size: 4rem;
    font-family: 'bebas_neueregular';
    clear: both;
}


/******************************************************/


/******************************************************/


/*****************PrintSECTION STYLES******************/


/******************************************************/


/******************************************************/

.urquy.urquy50.reverse {
    float: right;
}

.print-section h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 2.2rem;
    letter-spacing: 2px;
}

.print-section h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'lato', sans-serif;
    font-size: 1.8rem;
}

.print-section h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: 'lato', sans-serif;
    font-size: 1.6rem;
    color: #22585D;
}

section.urquy.print-section {
    min-height: 466px;
    padding: 0;
}

section.urquy.print-section .urquy.urquy50 {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

section.urquy.print-section .urquy.urquy50 .print-image-heading {
    padding-top: 40%;
    padding-bottom: 40%;
    text-align: center;
    font-size: 1.8rem;
}

section.urquy.print-section .urquy.urquy50 .print-image-heading span {
    font-size: 1.2rem;
    display: block;
    margin: 8px 0;
}

.print-image-heading.white {
    color: #fff;
}

.print-image-heading.dark {
    color: #222;
}

section.urquy.print-section .urquy.urquy50.carpe {
    background: url(../img/carpe.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.print-section .urquy.urquy50.fast {
    background: url(../img/sprinter.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.print-section .urquy.urquy50.suitcase {
    background: url(../img/suitcase.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.print-section .urquy.urquy50.color {
    background: url(../img/color.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.print-section .urquy.urquy50.frog {
    background: url(../img/frog.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.print-section .urquy.urquy50.suitcase .print-image-heading {
    padding-top: 22%;
    padding-bottom: 63%;
    text-align: left;
    text-indent: 30px;
}

section.urquy.print-section .urquy.urquy50.frog .print-image-heading {
    padding-top: 34%;
    padding-bottom: 73%;
}


/******************************************************/


/******************************************************/


/*****************Jewel SECTION STYLES******************/


/******************************************************/


/******************************************************/

.urquy.urquy50.reverse {
    float: right;
}

.jewel-section h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 2.2rem;
    letter-spacing: 2px;
}

.jewel-section h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'lato', sans-serif;
    font-size: 1.8rem;
}

.jewel-section h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: 'lato', sans-serif;
    font-size: 1.6rem;
    color: #22585D;
}

section.urquy.jewel-section {
    min-height: 400px;
    padding: 0;
}

section.urquy.jewel-section .urquy.urquy50 {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

section.urquy.jewel-section .urquy.urquy50 .jewel-image-heading {
    padding-top: 32%;
    padding-bottom: 32%;
    text-align: center;
    font-size: 1.8rem;
}

section.urquy.jewel-section .urquy.urquy50 .jewel-image-heading span {
    font-size: 1.2rem;
    display: block;
    margin: 8px 0;
}

.jewel-image-heading.white {
    color: #fff;
}

.jewel-image-heading.dark {
    color: #222;
}

section.urquy.jewel-section .urquy.urquy50.carpe {
    background: url(../img/carpe.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.jewel-section .urquy.urquy50.hands {
    background: url(../img/promo-big.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.jewel-section .urquy.urquy50.presentation {
    background: url(../img/presentation-big.jpg) center center no-repeat;
    background-size: cover;
}

#main-body>div>section:nth-child(4)>div.urquy.urquy50.presentation>h2 {
    padding-top: 22%;
    padding-bottom: 40%;
    text-align: right;
    font-size: 1.8rem;
    margin-right: 11%;
    color: #fff;
}

div.urquy.urquy50.hands>h2 {
    padding-top: 32%;
    padding-bottom: 32%;
    text-align: right!important;
    font-size: 1.8rem;
    color: #222;
    margin-right: 13%;
}

#main-body>div>section.urquy.jewel-section.streamlined>div.urquy.urquy50.reverse.watch>h2 {
    color: #fff;
    text-align: right;
    padding-right: 30px;
    padding-top: 11%;
    padding-bottom: 65%;
}

section.urquy.jewel-section .urquy.urquy50.watch {
    background: url(../img/watch.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.jewel-section .urquy.urquy50.watch .jewel-image-heading {
    padding-top: 22%;
    padding-bottom: 63%;
    text-align: left;
    text-indent: 30px;
}

section.urquy.jewel-section .urquy.urquy50.package {
    background: url(../img/package.jpg) center center no-repeat;
    background-size: cover;
}

section.urquy.jewel-section .urquy.urquy50.package .jewel-image-heading {
    padding-top: 7%;
    padding-bottom: 50%;
    text-align: center;
    font-size: 1.8rem;
    text-align: right;
    padding-right: 30px;
}

section.urquy.jewel-section .urquy.urquy50.frog .jewel-image-heading {
    padding-top: 22%;
    padding-bottom: 63%;
}

.jewel-list h2 {
    margin-left: 15px;
    margin-top: 30px;
}

.jewel-list ul {
    margin-left: 15px;
    margin-top: 15px;
}

@media only screen and (max-width: 1050px) {
    p {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
    section.urquy.print-section .urquy.urquy50 .print-image-heading {
        padding-top: 60%;
        padding-bottom: 60%;
    }
    section.urquy.print-section .urquy.urquy50.suitcase .print-image-heading {
        padding-top: 32%;
        padding-bottom: 75%;
    }
    section.urquy.jewel-section .urquy.urquy50.watch .jewel-image-heading {
        padding-top: 32%;
        padding-bottom: 75%;
    }
    section.urquy.print-section .urquy.urquy50.frog .print-image-heading {
        padding-top: 33%;
        padding-bottom: 105%;
    }
    section.urquy.jewel-section .urquy.urquy50.package .jewel-image-heading {
        padding-top: 7%;
        padding-bottom: 66%;
    }
    /**********************PROMO JEWELS******************/
    #main-body>div>section.urquy.jewel-section.reduce-buget>div.urquy.urquy50.hands>h2.jewel-image-heading.white {
        padding-top: 37%;
        padding-bottom: 43%;
        text-align: center;
        font-size: 1.8rem;
    }
    #main-body>div>section.urquy.jewel-section.streamlined>div.urquy.urquy50.reverse.watch>h2 {
        padding-top: 8%;
        padding-bottom: 86%;
    }
    #main-body>div>section:nth-child(4)>div.urquy.urquy50.presentation>h2.jewel-image-heading.package {
        padding-top: 22%;
        padding-bottom: 71%;
    }
}

@media only screen and (max-width: 810px) {
    #main-body {
        margin-top: 142px;
    }
    div.urquy.about-section>.text-wrap {
        max-width: 419px;
        margin-top: 14%;
        margin-left: 7%;
    }
    .urquy.urquy50.reverse {
        float: left;
    }
    ;
}

@media only screen and (max-width: 610px) {
    .urquy.hero-section h1 {
        font-size: 4rem;
    }
    .urquy h2 {
        font-size: 2rem;
    }
    .urquy.hero-section h1 span {
        font-size: 4.3rem;
    }
    div.urquy.hero-section>.text-wrap {
        max-width: 360px;
        margin-top: 30px;
        margin-left: 0px;
    }
    .search-modal,
    .talk-to-us-modal {
        width: 100%;
        height: 100%;
        left: 0;
        margin-left: 0;
        z-index: 999;
        top: 0%;
        border-radius: 0;
    }
    div.urquy.about-section>.text-wrap {
        max-width: 84%;
    }
    .urquy .text-wrap {
        max-width: 192px;
        margin-top: 14%;
    }
    #main-body>div>div.urquy.urquy50.left>div.large-featured-1>div.text-wrap {
        max-width: 205px;
    }
    .urquy .button {
        margin: 5px 10px 8px 0;
        font-family: "oswald";
        font-weight: 400;
        min-width: 101px;
        text-align: center;
    }
    .talk-to-us-modal {
        padding: 15px 15px;
        min-height: 240px;
    }
    .talk-to-us-modal h1 {
        text-align: left;
        font-size: 1.8rem;
        line-height: 35px;
    }
    body>section.talk-to-us-modal>h1>span.modal-email {
        font-size: 1.4rem;
    }
    .talk-to-us-modal .or {
        display: block;
        margin-top: 0px;
        margin-bottom: -15px;
        margin: 0 auto -20px;
        width: 30px;
    }
    .talk-to-us-modal label {
        font-size: 1.4rem;
    }
    .talk-to-us-modal input,
    .talk-to-us-modal select {
        font-size: 1.4rem;
        padding: 8px 15px 8px 5px;
    }
    .talk-to-us-modal .urquy {
        padding: 0px 8px;
        min-height: 70px;
    }
    .call-back-wrap h2 {
        margin-top: 30px;
        font-size: 1.6rem;
        text-align: left;
    }
    section.urquy.print-section .urquy.urquy50 {
        padding-right: 0;
    }
    .print-section h1 {
        font-size: 1.9rem;
    }
    .print-section h2 {
        font-size: 1.6rem;
    }
    .print-section h3 {
        font-size: 1.4rem;
    }
    section.urquy.print-section .urquy.urquy50 .print-image-heading {
        padding-top: 35%;
        padding-bottom: 35%;
        font-size: 1.6rem;
    }
    section.urquy.print-section .urquy.urquy50.suitcase .print-image-heading {
        padding-top: 15%;
        padding-bottom: 40%;
    }
    section.urquy.jewel-section .urquy.urquy50.watch .jewel-image-heading {
        padding-top: 15%;
        padding-bottom: 40%;
    }
    section.urquy.print-section .urquy.urquy50 .print-image-heading {
        padding-top: 25%;
        padding-bottom: 25%;
    }
    section.urquy.print-section .urquy.urquy50.frog .print-image-heading {
        padding-top: 17%;
        padding-bottom: 51%;
    }
    section.urquy.print-section .urquy.urquy50,
    section.urquy.jewel-section .urquy.urquy50 {
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
    }
    ;
    div.urquy.about-section>.text-wrap {
        max-width: 419px;
        margin-top: 14%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 410px) {
    div.urquy.about-section>.text-wrap {
        max-width: 87%;
    }
    ;
}

@media only screen and (max-width: 335px) {
    body>section.talk-to-us-modal>h1>span.modal-email {
        font-size: 1.4rem;
        display: block;
    }
    #nav0>li:nth-child(4)>a {
        display: none;
    }
    header .search-wrap .search.active {
        width: 213px;
    }
}