body {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #1a0133 8%, #411a5e 25%, #592478 51%, #3a1657 82%, #1a0133 97%);
    background-image: linear-gradient(to right, #1a0133 8%, #411a5e 25%, #592478 51%, #3a1657 82%, #1a0133 97%);
    font-family: Montserrat, sans-serif;
    color: #1a0133;
    font-size: 12px;
    line-height: 20px;
}

.repairPic {
    margin-top: 8px;
    margin-bottom: 21px;
    margin-left: 20%;
    -webkit-box-shadow: 10px 6px 24px 5px #190133;
    box-shadow: 10px 6px 24px 5px #190133;
    border-radius: 15px;
}

h1 {
    display: block;
    margin: 15px 0px 10px;
    font-family: Parisienne, sans-serif;
    color: #f02e4e;
    font-size: 49px;
    line-height: 48px;
    font-weight: 400;
    text-shadow: black 2px 2px 2px;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    color: #1a0133;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-shadow: #370569 1px 1px 1px;
}

h3 {
    margin: 10px 0px 23px;
    font-family: Montserrat;
    color: #745785;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

h4 {
    margin: 10px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    display: block;
    margin-bottom: 5px;
    font-family: Comfortaa, sans-serif;
    color: white;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    list-style-type: square;
    text-shadow: black 1px 1px 6px;
}

.alignCap {
}

.button {
    display: inline-block;
    padding: 18px 21px;
    border-radius: 5px;
    background-color: #489fd9;
    box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: white;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.button:hover {
    background-color: #8e5ebf;
    -webkit-transition-delay: initial;
    transition-delay: initial;
}

.section {
    padding-top: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.section.hero {
    height: 540px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 4px solid #b59947;
    background-color: #1a0133;
}

.section.grey {
    position: relative;
    margin-bottom: auto;
    padding-top: 9px;
    padding-bottom: 0px;
    border-top: 4px solid #b59947;
    background-color: #896d99;
    background-image: url('../images/xv.png');
}

.section.grey.footer {
    padding-top: 3px;
    padding-bottom: 8px;
    background-color: #1a0133;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    text-align: center;
}

.section.purple {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 4px solid #b59947;
    background-color: #896d99;
    background-image: url('../images/xv.png');
}

.section.services {
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 4px solid #b59947;
    background-color: #1a0133;
    background-image: -webkit-linear-gradient(rgba(55, 5, 105, 0.36), rgba(26, 1, 51, 0.43)), url('../images/xv.png');
    background-image: linear-gradient(rgba(55, 5, 105, 0.36), rgba(26, 1, 51, 0.43)), url('../images/xv.png');
    background-size: auto, contain;
    text-decoration: none;
}

.section.aboutus {
    padding-top: 0px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 4px 0px;
    border-color: #b59947;
    background-color: #6e4307;
    background-image: url('../images/xv.png');
}

.nav-links {
    display: inline-block;
    height: 100%;
    margin-right: 12px;
    margin-bottom: 11px;
    margin-left: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: border 300ms ease, all 500ms ease;
    transition: border 300ms ease, all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #fb0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: black 0px -1px 2px;
}

.nav-links:hover {
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom-color: #f02e4e;
    color: white;
    text-shadow: black 0px -1px 6px;
}

.nav-links:active {
    text-shadow: white 1px 1px 14px, #f02e4e 0px -1px 50px;
}

.nav-links.w--current {
    background-color: transparent;
    color: #f02e4e;
}

.nav-links.w--current:hover {
    color: white;
    text-shadow: black 1px 0px 8px;
}

.nav-links.w--current:active {
    color: white;
    text-shadow: white 1px 1px 6px, #f02e4e 0px 0px 21px;
}

.nav-links.w--current:focus {
    color: white;
}

.icon-title {
    margin-top: 22px;
    margin-bottom: 12px;
    font-family: Bitter, serif;
    color: #c1adcc;
    font-size: 17px;
    font-weight: 400;
}

.price-text {
    margin-top: 11px;
    background-image: none;
    box-shadow: none;
    font-family: Comfortaa, sans-serif;
    color: #1a0133;
    font-size: 33px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    text-shadow: #f5e3b0 2px 2px 1px, black 6px 6px 7px;
}

.logo-in-footer {
    display: block;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: black 0px 0px 0px;
}

.social-button {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 7px;
    border-radius: 60px;
    background-color: #745785;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.social-button:hover {
    background-color: #f02e4e;
}

.footer-text {
    display: inline;
    color: #b691cc;
}

.center {
    text-align: center;
}

.navbarsection {
    display: block;
    margin-bottom: -9px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.navbarsection.desktop {
    display: block;
}

.social-widget {
    display: inline-block;
    margin-top: 17px;
    margin-right: 14px;
}

.text-link {
    color: #745785;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.button-block {
    margin-top: 17px;
}

.nav-bar {
    max-width: 80%;
    padding-top: 0px;
    float: none;
    background-color: rgba(242, 0, 255, 0);
}

.nav-menu {
    margin-top: 21px;
    margin-right: 3%;
    margin-left: 2%;
    float: right;
    border-radius: 15px;
    background-color: rgba(181, 153, 71, 0.43);
    background-image: -webkit-linear-gradient(#332203, #594001 62%, #cc9808), -webkit-linear-gradient(transparent, rgba(55, 5, 105, 0.52));
    background-image: linear-gradient(#332203, #594001 62%, #cc9808), linear-gradient(transparent, rgba(55, 5, 105, 0.52));
    box-shadow: #b691cc 7px 7px 25px -8px;
}

.mainnavbar {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 16px;
    background-color: transparent;
}

.mainnavbar.handheld {
    display: none;
}

.droparrows {
    padding-top: 5px;
}

.drop-down-lists.w--open {
    width: 159px;
    min-width: 0px;
    margin-top: -3px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #78592f;
}

.drop-down-links {
    border-bottom: 1px solid #b691cc;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.12) 4%, rgba(55, 5, 105, 0.52));
    background-image: linear-gradient(rgba(255, 255, 255, 0.12) 4%, rgba(55, 5, 105, 0.52));
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fb0;
    text-align: center;
}

.drop-down-links:hover {
    border-bottom-color: #f02e4e;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.56) 4%, rgba(255, 153, 0, 0.49));
    background-image: linear-gradient(rgba(255, 255, 255, 0.56) 4%, rgba(255, 153, 0, 0.49));
    font-family: Comfortaa, sans-serif;
    color: white;
    text-decoration: none;
}

.drop-down-links.w--current {
    color: #f02e4e;
}

.drop-down-links.end {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.drop-down-links.end:hover {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 19px;
}

.watchmainslider {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #1b0033;
}

.contactrow {
    margin-right: auto;
    margin-left: auto;
    padding: 61px 1% 76px;
    background-color: #370569;
    color: #1a0133;
}

.contactsection {
    color: #1a0133;
}

.hoursdiv {
    height: 480px;
    padding: 29px 5% 11px;
    border-radius: 28px;
    background-color: #745785;
    box-shadow: black 1px 1px 24px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slide {
    width: 100%;
    height: 100%;
    background-image: url('../images/slide1TWRC.jpg');
}

.slide.masterslide {
    width: 100%;
    height: 100%;
    background-color: #1a0133;
    background-image: url('../images/Masterslider2.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide.main1 {
    width: 100%;
    height: 100%;
    background-color: #1a0133;
    background-position: 45% 0%;
    background-size: auto 540px;
    background-repeat: no-repeat;
}

.slide.main4 {
    width: 100%;
    height: 100%;
    background-color: #1a0133;
    background-image: url('../images/GoldSlideTWRC.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.testemonialslider {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    background-color: transparent;
}

.sliderli {
    color: #fb0;
}

.mask {
    width: 100%;
    height: 100%;
}

.textfield {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #b691cc;
    border-radius: 19px;
    background-color: #b691cc;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1a0133;
}

.textfield:hover {
    border: 2px solid #f5e3b0;
    background-color: #f02e4e;
    color: white;
}

.textfield:focus {
    border: 3px solid #f5e3b0;
    background-color: #f02e4e;
    color: white;
}

.textarea {
    width: 90%;
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #6f4f82;
    border-radius: 19px;
    background-color: #b691cc;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.textarea:hover {
    border: 2px solid #f5e3b0;
    background-color: #f02e4e;
    color: white;
}

.textarea:focus {
    border: 2px solid #f5e3b0;
    background-color: #f02e4e;
    color: white;
}

.submitbutton {
    margin-top: 11px;
    margin-bottom: 30px;
    margin-left: 25px;
    border-radius: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Comfortaa, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.submitbutton:hover {
    background-color: #f02e4e;
}

.hourstexts {
    margin-bottom: 11px;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-family: Comfortaa, sans-serif;
    color: white;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-shadow: black 1px 1px 3px;
}

.logoimage {
    width: 353px;
}

.logoimage.inner {
    position: absolute;
    left: 503px;
    top: 10px;
    z-index: 4;
}

.map {
    border-radius: 27px;
    box-shadow: black 1px 1px 44px 0px;
    height: 480px;
}

.tabmeu {
    float: left;
}

.verticalmenubuttons {
    display: block;
    margin-right: 25px;
}

.verticalmenubuttons.w--current {
    display: block;
    margin-right: 25px;
}

.tabpane {
    background-image: -webkit-linear-gradient(rgba(255, 187, 0, 0.49), rgba(255, 255, 255, 0.99) 52%, rgba(255, 187, 0, 0.56) 99%);
    background-image: linear-gradient(rgba(255, 187, 0, 0.49), rgba(255, 255, 255, 0.99) 52%, rgba(255, 187, 0, 0.56) 99%);
}

.listitems {
    display: inline-block;
    width: 97.3%;
    height: auto;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 15px;
    background-color: #78592f;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

.servicescontent {
    margin-top: 25px;
    margin-right: auto;
    padding: 0px 29px 43px 30px;
    background-color: transparent;
}

.contentsection {
    position: relative;
    display: block;
    margin-top: 0px;
    padding: 49px 5% 51px;
    border: 3px solid #fb0;
    background-color: transparent;
}

.servicelinks {
    width: auto;
    padding-left: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fb0;
    font-size: 1.2em;
    text-decoration: none;
}

.servicelinks:hover {
    color: white;
}

.servicelinks:focus {
    color: white;
}

.contentdiv {
    padding: 6px 3% 44px;
    border: 5px solid #b59947;
    border-radius: 30px;
    background-color: rgba(181, 153, 71, 0.65);
    background-image: url('../images/xv.png');
    box-shadow: black 8px 8px 31px -7px;
}

.buttonul {
    display: block;
    width: 99.7%;
    margin-top: 20%;
    margin-left: 9%;
    padding-left: 25%;
    font-family: Comfortaa, sans-serif;
    color: #fb0;
    font-weight: 700;
}

.yelpcontainer {
    width: 40.2%;
    margin-top: 29px;
    margin-left: 42px;
    padding: 15px 21px 22px 22px;
    border: 2px solid #cc9808;
    border-radius: 36px;
    background-color: rgba(26, 1, 51, 0.45);
    box-shadow: black 0px 0px 33px -3px;
    text-align: left;
}

.yelpcontainer.firstslide {
    width: 52.1%;
    margin-top: 34px;
}

.testimonial {
    position: static;
    margin-top: -4px;
    background-color: transparent;
}

.testimonialquotes {
    margin-top: 15px;
    margin-left: 53px;
    font-family: Comfortaa, sans-serif;
    color: #1a0133;
    font-size: 20px;
    line-height: 47px;
    font-weight: 400;
    text-shadow: black 1px 1px 1px;
}

.testimonialmask {
    background-color: transparent;
}

.testimonial-containerdiv {
    margin-right: 7%;
    margin-left: 7%;
}

.testimonialarrowl {
    display: none;
}

.testimonialarrowr {
    display: none;
}

.quotes {
    position: absolute;
    left: 1%;
    top: 13%;
    z-index: 4;
    display: inline-block;
    margin-top: auto;
    padding-top: 0px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 94px;
    line-height: 56px;
}

.quotes.right {
    top: 57%;
    right: 77px;
}

.quotes.rightquotes {
    left: 42%;
    top: 42%;
    font-size: 94px;
}

.quotes.rightquotes.test2quote {
    left: 40%;
    top: 56%;
}

.quotes.testimonial2 {
    top: 10%;
}

.quotes.testimonial3l {
    left: 1%;
    top: 14%;
    font-size: 94px;
}

.quotes.testimonial3r {
    left: 45%;
    top: 67%;
}

.quotes.test4l {
    top: 12%;
    font-size: 94px;
}

.quotes.test4r {
    left: 33%;
    top: 42%;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 94px;
}

.quotes.test5l {
    left: 1%;
    top: 9%;
    font-size: 94px;
}

.quotes.test5r {
    left: 17%;
    top: 55%;
    font-size: 94px;
}

.quotes.test6l {
    left: 1%;
    top: 10%;
    font-size: 95px;
}

.quotes.test6r {
    left: 86%;
    top: 43%;
    font-size: 95px;
}

.quotes.test7l {
    left: 1%;
    top: 12%;
    font-size: 94px;
}

.quotes.test7r {
    left: 90%;
    top: 43%;
    font-size: 94px;
}

.quotes.test8l {
    left: 1%;
    top: 11%;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 94px;
    font-weight: 300;
}

.quotes.test8r {
    left: 79%;
    top: 56%;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 94px;
}

.quotes.testnewr {
    left: 69%;
    top: 43%;
    height: 49px;
}

.testslidenav {
    display: none;
}

.brow {
    display: block;
}

.accessoriesul {
    font-family: Bitter, serif;
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 600;
    list-style-type: square;
}

.html {
    width: 230px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Comfortaa, sans-serif;
    color: white;
    font-weight: 300;
}

.gold {
    margin-top: 2px;
    text-align: center;
    text-shadow: #f5e3b0 1px 1px 1px, black 2px 2px 2px;
}

.goldpar {
    font-size: 19px;
    line-height: 35px;
    text-align: center;
}

.address {
    margin-top: 19px;
    margin-bottom: 2px;
    color: #b691cc;
    font-size: 23px;
    text-align: left;
    text-shadow: black 1px 1px 6px;
}

.linkbox {
    margin-top: 30px;
    color: #fb0;
}

.wrclink {
    width: 196px;
    margin-left: 0px;
    font-family: Comfortaa, sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.divblocks2 {
    margin-top: 4px;
    float: none;
}

.divblocks2.main {
    width: 535px;
    margin-top: 64px;
    margin-left: 0px;
    text-align: left;
}

._4slidedivblock {
    margin-top: -43px;
}

.contactushead {
    color: #b691cc;
    font-size: 34px;
    text-shadow: #f5e3b0 -1px -1px 0px, black 1px 1px 6px;
}

.testimonialh1 {
    margin-top: 26px;
    color: #1a0133;
    font-weight: 400;
    text-shadow: black 2px 2px 6px;
}

.testimonialh1.aboutushead {
    color: #f5e3b0;
    text-shadow: transparent 1px 1px 0px, black 2px 2px 1px, black 6px 6px 10px;
}

.aboutus-paragraph {
    color: #f5e3b0;
    font-weight: 400;
    text-shadow: black 2px 2px 1px;
}

.screen {
    display: none;
}

.slide1header {
    text-shadow: #f5e3b0 1px 1px 1px, black 2px 2px 2px;
}

.slides {
    color: white;
    text-shadow: black 1px 1px 6px;
}

.nurel {
    width: 530px;
    margin-right: 39px;
    margin-bottom: 5px;
    float: left;
    border: 7px solid #896d99;
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.78) 11px 0px 19px 4px;
}

.drop-cap {
    margin-right: 5px;
    margin-bottom: 19px;
    font-family: 'Great Vibes', cursive;
    color: #f5e3b0;
    font-size: 42px;
    line-height: 29px;
    font-weight: 400;
}

.sevicesheadings {
    margin-top: -2px;
    font-family: Comfortaa, sans-serif;
    color: #b691cc;
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-shadow: black 2px 2px 2px, black 4px 4px 1px;
}

.sevicesheadings:hover {
    color: #f02e4e;
    line-height: 30px;
    text-align: left;
}

.twrclinks {
    color: white;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.twrclinks:hover {
    color: #fb0;
    font-style: italic;
    text-decoration: underline;
}

.twrclinks:focus {
    color: #fb0;
    font-style: italic;
    text-decoration: underline;
}

.buy-gold {
    font-size: 42px;
    text-align: center;
    text-shadow: white 1px 1px 0px, white 1px 1px 6px;
}

.buysell {
    color: #1a0133;
}

.aboutusdiv {
    position: absolute;
    top: 1043px;
    z-index: 50;
    background-color: white;
}

.articles {
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: Comfortaa, sans-serif;
    color: #1a0133;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-shadow: #370569 1px 1px 0px;
}

.h2-enquote {
    font-size: 18px;
}

.time-piece-ul {
    font-family: Comfortaa, sans-serif;
    color: black;
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    text-shadow: black 1px 1px 6px;
}

.watcheslinkblock {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.watcheslinkblock.w--current {
    width: 100%;
    height: 117.1%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fb0;
    font-size: 1em;
    text-decoration: none;
}

.watcheslinkblock.w--current:hover {
    color: white;
    text-decoration: none;
}

.link-text {
    display: block;
    width: auto;
    height: auto;
    padding-top: 11px;
    padding-bottom: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fb0;
    font-size: 1.2em;
    text-decoration: none;
}

.link-text:hover {
    color: white;
}

.link-text:focus {
    color: white;
}

.appraisalimages {
    float: left;
    border: 3px solid #b691cc;
    border-radius: 27px;
    box-shadow: black 9px 9px 25px -7px;
}

.diamondholder {
    position: absolute;
    left: 37px;
    top: -26px;
    height: 33px;
    min-width: 40px;
    background-image: url('../images/Group 1.png');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    line-height: 9px;
}

.contactform {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.screning-block {
    position: static;
    top: -125px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
    background-image: none;
    box-shadow: none;
}

.clockmakerslide {
    margin-top: 1px;
    font-size: 41px;
    line-height: 40px;
    text-align: center;
    text-shadow: #f5e3b0 1px 1px 1px, black 2px 2px 2px;
}

.leftarrow {
    display: none;
}

.rtarrow {
    display: none;
}

.successmessage {
    background-color: transparent;
}

.successp {
    padding: 7px;
    border: 2px solid #cc9808;
    border-radius: 20px;
    background-color: rgba(26, 1, 51, 0.29);
    box-shadow: black 1px 1px 24px 0px;
    font-family: Parisienne, sans-serif;
    color: #f02e4e;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
}

.errormessage {
    border-radius: 13px;
    background-color: #f02e4e;
    box-shadow: black 6px 6px 23px 0px;
}

.error {
    color: white;
}

.field-label {
    font-family: Comfortaa, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.underconstruction {
    position: absolute;
    left: 530px;
    top: 270px;
    bottom: 0px;
    z-index: 1000;
    height: 30px;
}

.underconstructiontext {
    padding: 14px 14px 16px;
    border-radius: 71px;
    background-color: #b691cc;
    box-shadow: white 0px 0px 23px 0px;
    font-family: Comfortaa, sans-serif;
    color: #f02e4e;
    font-size: 32px;
    text-shadow: white 1px 1px 0px, black 3px 3px 6px;
}

.col1 {
    color: transparent;
}

.col1:hover {
    color: transparent;
}

.linkblock {
    text-decoration: none;
}

.linkblock:hover {
    font-family: Montserrat, sans-serif;
}

.servicesimages {
    margin-right: auto;
    margin-left: auto;
}

html.w-mod-js.w-mod-no-ios *[data-ix="scrollgrow"] {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

html.w-mod-js.w-mod-no-ios *[data-ix="leftscroll"] {
    display: none;
    -webkit-transform: translate(-713px, 0px);
    -ms-transform: translate(-713px, 0px);
    transform: translate(-713px, 0px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="rightscroll"] {
    display: none;
    -webkit-transform: translate(388px, 0px);
    -ms-transform: translate(388px, 0px);
    transform: translate(388px, 0px);
}

html.w-mod-js *[data-ix="leftscroll-2"] {
    display: none;
    -webkit-transform: translate(-713px, 0px);
    -ms-transform: translate(-713px, 0px);
    transform: translate(-713px, 0px);
}

html.w-mod-js *[data-ix="smallgrow"] {
    opacity: 0.7;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

@media (max-width: 991px)
{
    body {
        margin-top: 0px;
    }

    h1 {
        font-size: 36px;
        text-shadow: #f5e3b0 1px 1px 1px, black 2px 2px 2px;
    }

    h2 {
        position: relative;
        z-index: 1;
        font-size: 23px;
        text-align: center;
        text-shadow: #896d99 1px 1px 1px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    .section.hero {
        height: 321px;
        padding-top: 3px;
    }

    .nav-links {
        display: block;
        height: 10%;
    }

    .nav-links.w--current {
        height: 10%;
    }

    .nav-links.w--open {
        width: auto;
        height: 52px;
    }

    .price-text {
        box-shadow: none;
        text-shadow: none;
    }

    .navbarsection {
        display: block;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .navbarsection.handheld {
        display: block;
    }

    .navbarsection.desktop {
        display: block;
    }

    .nav-menu {
        height: auto;
        max-height: 500px;
        min-height: 338px;
        margin-top: 173px;
        margin-right: 0%;
        float: right;
        background-color: #b59947;
        background-image: -webkit-linear-gradient(#332203, #594001 53%, #cc9808), -webkit-linear-gradient(transparent, rgba(55, 5, 105, 0.52));
        background-image: linear-gradient(#332203, #594001 53%, #cc9808), linear-gradient(transparent, rgba(55, 5, 105, 0.52));
    }

    .nav-menu.handheld {
        display: block;
    }

    .mainnavbar {
        margin-bottom: 43px;
        padding-top: 0px;
        padding-bottom: 12px;
    }

    .mainnavbar.handheld {
        display: block;
    }

    .drop-down-lists.w--open {
        width: auto;
    }

    .dropdowns {
        display: block;
        max-width: 200px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .watchmainslider {
        width: 100%;
        height: 100%;
    }

    .navicon {
        color: #fb0;
    }

    .navicon:hover {
        color: #f02e4e;
    }

    .contactrow {
        margin-right: auto;
        margin-left: auto;
        padding: 6px 5%;
        border-top: 4px solid rgba(181, 153, 71, 0.65);
    }

    .contactsection {
        border-top-style: solid;
    }

    .hoursdiv {
        margin-top: 28px;
        margin-bottom: 29px;
        border: 3px solid white;
    }

    .slide {
        width: 100%;
        height: auto;
        background-image: url('../images/slide1TWRC.jpg'), none;
        background-position: 61% 0%, 0% 0%;
        background-size: auto 327px, auto;
        background-repeat: no-repeat, repeat;
    }

    .slide.masterslide {
        height: 318px;
        background-image: url('../images/Masterslider2.jpg');
        background-position: 61% 0%;
        background-size: auto 317px;
        background-repeat: no-repeat;
    }

    .slide.main1 {
        height: 318px;
        background-position: 61% 0%;
        background-size: auto 327px;
        background-repeat: no-repeat;
    }

    .slide.main4 {
        background-image: url('../images/GoldSlideTWRC.jpg');
        background-position: 61% 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mask {
        width: auto;
        height: auto;
    }

    .hourstexts {
        color: white;
        font-size: 18px;
        line-height: 27px;
        font-weight: 700;
    }

    .logoimage {
        width: 339px;
    }

    .logoimage.inner {
        left: 40%;
    }

    .brand {
        display: block;
    }

    .map {
        margin-top: 34px;
        border: 4px solid white;
        box-shadow: black 4px 4px 39px -25px;
    }

    .listitems {
        width: 108.3%;
        height: auto;
        margin-right: 0px;
        margin-left: auto;
        padding-right: 11px;
        padding-left: 0px;
    }

    .servicescontent {
        padding-left: 29px;
    }

    .contentsection {
        margin-top: 0px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .buttonul {
        width: 105.4%;
        margin-right: 14px;
        margin-left: auto;
        padding-left: 0px;
    }

    .menubutton {
        margin-top: 10px;
        margin-right: 65px;
        background-color: transparent;
    }

    .menubutton.w--open {
        background-color: transparent;
    }

    .yelpcontainer {
        width: 69.1%;
        height: 301px;
        margin-top: 12px;
        margin-left: 25px;
        padding-bottom: 26px;
        border: 2px solid #fb0;
        background-color: rgba(26, 1, 51, 0.59);
    }

    .yelpcontainer.firstslide {
        width: 62.1%;
        margin-top: 15px;
        margin-bottom: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .testimonialquotes {
        margin-top: 15px;
        padding-right: 32px;
        font-size: 18px;
        line-height: 32px;
    }

    .quotes {
        left: 2%;
        top: 9%;
        font-size: 70px;
    }

    .quotes.rightquotes {
        left: 71%;
        top: 40%;
        font-size: 70px;
    }

    .quotes.rightquotes.test2quote {
        left: 73%;
        top: 57%;
    }

    .quotes.testimonial3l {
        left: 3%;
        top: 9%;
        z-index: 21;
        font-size: 70px;
    }

    .quotes.testimonial3r {
        left: 30%;
        top: 72%;
    }

    .quotes.test4l {
        left: 3%;
        top: 10%;
        font-size: 70px;
    }

    .quotes.test4r {
        left: 58%;
        top: 39%;
        font-size: 70px;
    }

    .quotes.test5l {
        left: 3%;
        top: 7%;
        font-size: 69px;
    }

    .quotes.test5r {
        left: 52%;
        top: 53%;
        font-size: 70px;
    }

    .quotes.test6l {
        left: 3%;
        font-size: 70px;
    }

    .quotes.test6r {
        left: 41%;
        top: 53%;
        font-size: 70px;
    }

    .quotes.test7l {
        left: 3%;
        font-size: 70px;
    }

    .quotes.test7r {
        left: 22%;
        top: 56%;
        font-size: 70px;
    }

    .quotes.test8l {
        left: 3%;
        top: 4%;
        font-size: 70px;
    }

    .quotes.test8r {
        left: 46%;
        top: 62%;
        font-size: 70px;
    }

    .quotes.testnewr {
        left: 30%;
        top: 54%;
        font-size: 70px;
    }

    .html {
        width: auto;
        color: white;
        font-size: 18px;
        line-height: 29px;
        font-weight: 700;
        text-align: left;
    }

    .gold {
        text-shadow: #f5e3b0 1px 1px 0px, black 2px 2px 2px;
    }

    .goldpar {
        font-size: 19px;
        line-height: 27px;
        text-align: left;
    }

    .address {
        margin-top: 0px;
        margin-left: 42px;
        color: white;
    }

    .address.smtop {
        font-size: 13px;
    }

    .linkbox {
        margin-top: 5px;
    }

    .wrclink {
        width: 185px;
        margin-left: -1px;
        font-size: 13px;
    }

    .divblocks2.smalltop {
        position: absolute;
        left: 315px;
        top: 76px;
        width: 377px;
        margin-top: auto;
    }

    .contactushead {
        margin-top: 13px;
        margin-bottom: 21px;
        color: #b691cc;
        text-align: left;
    }

    .testimonialh1 {
        text-align: left;
    }

    .aboutus-paragraph {
        font-size: 18px;
        line-height: 25px;
    }

    .colhours {
        padding-right: 5%;
        padding-left: 5%;
    }

    .slide1header {
        margin-bottom: 1px;
        font-size: 33px;
        line-height: 43px;
        text-shadow: #f5e3b0 1px 1px 0px, black 2px 2px 2px, black 4px 4px 1px;
    }

    .nurel {
        width: 456px;
    }

    .drop-cap {
        font-size: 36px;
    }

    .articles {
        font-family: Comfortaa, sans-serif;
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
        text-shadow: #b691cc 1px 1px 0px;
    }

    .diamondholder {
        z-index: 184;
    }

    .handheldnavbarsection {
        display: block;
    }

    .contactcol {
        margin-top: 29px;
    }

    .screning-block {
        background-image: none;
    }

    .clockmakerslide {
        font-size: 39px;
        line-height: 39px;
        text-shadow: #f5e3b0 1px 1px 0px, black 2px 2px 2px;
    }

    .repairPic {
        margin-top: 8px;
        margin-bottom: 21px;
        margin-left: 10%;
        -webkit-box-shadow: 10px 6px 24px 5px #190133;
        box-shadow: 10px 6px 24px 5px #190133;
        border-radius: 15px;
        width: 74%;
    }

    #pocket {
    }
}

@media (max-width: 767px)
{
    h2 {
        margin-top: 0px;
        font-size: 23px;
    }

    p {
        width: auto;
        float: left;
        font-size: 15px;
        line-height: 26px;
        text-align: left;
        text-shadow: black 1px 1px 6px, black 0px 0px 0px;
    }

    .section {
        padding-top: 33px;
        padding-bottom: 33px;
        text-align: center;
    }

    .section.hero {
        height: auto;
        padding: 0px;
        text-align: center;
    }

    .section.grey.footer {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .section.purple {
        background-size: auto 125px;
    }

    .section.services {
        background-size: auto, auto 154px;
    }

    .section.aboutus {
        background-image: url('../images/xv.png'), none;
        background-size: auto 155px, auto;
    }

    .price-text {
        margin-top: 30px;
        margin-bottom: 31px;
        box-shadow: none;
        text-shadow: white 1px 1px 0px;
    }

    .logo-in-footer {
        margin-top: 1px;
        margin-left: auto;
        float: none;
        clear: both;
    }

    .footer-text {
        width: 269px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        font-size: 11px;
        line-height: 13px;
    }

    .center {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .navbarsection {
        padding-top: 0px;
        text-align: center;
    }

    .navbarsection.desktop {
        display: block;
    }

    .social-widget {
        margin-right: 11px;
        margin-left: 11px;
    }

    .button-block {
        margin-right: auto;
        margin-bottom: 13px;
        margin-left: auto;
        float: none;
        clear: left;
    }

    .nav-menu {
        background-color: transparent;
        background-image: -webkit-linear-gradient(transparent, rgba(55, 5, 105, 0.52) 21%), -webkit-linear-gradient(#cc9808, #594001 15%, #332203 68%);
        background-image: linear-gradient(transparent, rgba(55, 5, 105, 0.52) 21%), linear-gradient(#cc9808, #594001 15%, #332203 68%);
    }

    .nav-menu.handheld {
        margin-top: 229px;
    }

    .mainnavbar {
        margin-bottom: 75px;
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .drop-down-links {
        padding-right: 0px;
        text-align: center;
    }

    .watchmainslider {
        width: 100%;
        height: 534px;
    }

    .navicon:hover {
        color: #f02e4e;
    }

    .contactrow {
        padding-top: 9px;
    }

    .slide {
        height: 374px;
        background-image: url('../images/slide1TWRC.jpg');
        background-position: 61% 0%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slide.masterslide {
        height: 536px;
        background-image: url('../images/master373.jpg');
        background-position: 99% 2%;
        background-size: cover;
    }

    .slide.main1 {
        width: 100%;
        height: 533px;
        background-position: 70% 40%;
        background-size: auto 536px;
    }

    .slide.main4 {
        height: 537px;
        background-position: 93% 50%;
        background-size: auto 530px;
    }

    .mask {
        background-color: #370569;
    }

    .logoimage {
        width: 369px;
        margin-left: 20%;
    }

    .logoimage.inner {
        left: 20%;
        top: 190px;
    }

    .listitems {
        width: 31.2%;
        margin-right: 5px;
    }

    .servicescontent {
        margin-top: 68px;
        background-color: transparent;
    }

    .contentsection {
        padding-right: 5%;
        padding-left: 5%;
    }

    .servicelinks {
        width: auto;
    }

    .contentdiv {
        margin-top: -45px;
        padding-right: 2%;
        padding-left: 2%;
        background-color: rgba(181, 153, 71, 0.65);
    }

    .buttonul {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
    }

    .menubutton {
        margin-right: 1%;
    }

    .menubutton.w--open {
        background-color: transparent;
    }

    .yelpcontainer {
        width: auto;
        height: 363px;
        margin-top: 111px;
        margin-right: 8px;
        margin-left: 8px;
        border: 2px solid #fb0;
        border-radius: 31px;
        background-color: rgba(26, 1, 51, 0.59);
        box-shadow: black 1px 1px 44px 0px;
    }

    .yelpcontainer.firstslide {
        width: 523px;
        height: 353px;
        margin-top: 87px;
    }

    .quotes {
        left: 4%;
        top: 6%;
    }

    .quotes.rightquotes {
        left: 53%;
        top: 54%;
    }

    .quotes.rightquotes.test2quote {
        left: 63%;
        top: 60%;
    }

    .quotes.testimonial2 {
        top: 5%;
    }

    .quotes.testimonial3l {
        top: 7%;
    }

    .quotes.testimonial3r {
        left: 74%;
        top: 74%;
    }

    .quotes.test4l {
        top: 4%;
    }

    .quotes.test4r {
        left: 23%;
        top: 66%;
    }

    .quotes.test5l {
        top: 5%;
    }

    .quotes.test5r {
        left: 56%;
        top: 73%;
    }

    .quotes.test6l {
        top: 4%;
    }

    .quotes.test6r {
        top: 69%;
    }

    .quotes.test7l {
        top: 5%;
    }

    .quotes.test7r {
        left: 51%;
        top: 69%;
    }

    .quotes.test8l {
        top: 4%;
    }

    .quotes.test8r {
        left: 88%;
        top: 77%;
    }

    .quotes.testnewr {
        left: 88%;
        top: 52%;
    }

    .brow {
        padding-right: 0px;
        padding-left: 0px;
    }

    .gold {
        font-size: 48px;
        line-height: 51px;
        text-shadow: white 1px 1px 0px, black 2px 2px 2px, black 4px 4px 1px;
    }

    .goldpar {
        width: 536px;
        background-color: transparent;
        line-height: 23px;
        text-align: left;
        text-shadow: black 1px 1px 6px, black 0px 0px 0px, #f02e4e 1px 1px 0px;
    }

    .divblocks2.smalltop {
        left: 84px;
        top: 158px;
    }

    .contactushead {
        margin-top: 9px;
        margin-left: 13px;
    }

    .testimonialh1 {
        font-weight: 800;
    }

    .testimonialh1.aboutushead {
        margin-left: 13px;
    }

    .aboutus-paragraph {
        padding-right: 13px;
        padding-left: 13px;
    }

    .slide1header {
        font-size: 37px;
    }

    .nurel {
        margin-right: 1px;
        margin-bottom: 37px;
        margin-left: 13px;
    }

    .watcheslinkblock {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .link-text {
        padding: 7px 3px;
    }

    .appraisalimages {
        float: none;
    }

    .screning-block {
        background-color: transparent;
    }

    .clockmakerslide {
        width: 99%;
        font-size: 44px;
        line-height: 51px;
    }

    .linkblock {
        text-decoration: none;
    }
}

@media (max-width: 479px)
{
    body {
        background-image: -webkit-linear-gradient(left, #1a0133 8%, #602881 32%, #6a2e8c 50%, #532172 72%, #1a0133 97%);
        background-image: linear-gradient(to right, #1a0133 8%, #602881 32%, #6a2e8c 50%, #532172 72%, #1a0133 97%);
    }

    h1 {
        width: 100%;
        margin-bottom: 7px;
        color: #fb0;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        text-shadow: white 1px 1px 0px;
    }

    h2 {
        font-size: 21px;
        line-height: 24px;
        text-shadow: #370569 1px 2px 1px;
    }

    h3 {
        font-size: 18px;
        line-height: 23px;
    }

    p {
        display: inline-block;
        width: auto;
        height: auto;
        background-color: transparent;
        color: white;
        font-size: 15px;
        line-height: 24px;
        text-shadow: black 4px 4px 6px;
    }

    .section {
        text-align: center;
    }

    .section.hero {
        padding: 0px 0px 19px;
    }

    .section.grey.footer {
        position: static;
        margin-top: 0px;
    }

    .nav-links {
        display: block;
        width: 99%;
        margin-right: 5px;
        margin-left: 0px;
        padding-left: 32px;
    }

    .nav-links:hover {
        padding-left: 31px;
    }

    .nav-links.w--current {
        width: 100%;
        padding-left: 32px;
    }

    .price-text {
        width: 100%;
        box-shadow: none;
        font-size: 23px;
        text-shadow: rgba(255, 255, 255, 0.56) 2px 2px 0px;
    }

    .footer-text {
        background-color: transparent;
    }

    .navbarsection {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: none;
    }

    .navbarsection.desktop {
        display: block;
    }

    .nav-menu {
        left: -4px;
        width: 74%;
        margin-right: auto;
        margin-left: 18px;
        padding-right: 0px;
        border: 3px solid black;
        background-color: #fb0;
        background-image: -webkit-linear-gradient(rgba(116, 87, 133, 0.4), rgba(55, 5, 105, 0.56) 42%, #1a0133 98%);
        background-image: linear-gradient(rgba(116, 87, 133, 0.4), rgba(55, 5, 105, 0.56) 42%, #1a0133 98%);
        box-shadow: black 9px 9px 11px -1px;
    }

    .nav-menu.handheld {
        max-height: 492px;
        margin-top: 199px;
        border-style: none;
        background-image: -webkit-linear-gradient(#332203, #594001 25%, #cc9808 60%), -webkit-linear-gradient(rgba(116, 87, 133, 0.4), rgba(55, 5, 105, 0.56) 42%, #1a0133 98%);
        background-image: linear-gradient(#332203, #594001 25%, #cc9808 60%), linear-gradient(rgba(116, 87, 133, 0.4), rgba(55, 5, 105, 0.56) 42%, #1a0133 98%);
    }

    .mainnavbar {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: none;
    }

    .droparrows {
        left: 40px;
    }

    .dropdowns {
        width: 360px;
    }

    .watchmainslider {
        height: 667px;
        background-color: transparent;
    }

    .navicon {
        color: #fb0;
    }

    .navicon:hover {
        color: #f02e4e;
    }

    .contactrow {
        padding-top: 14px;
    }

    .hoursdiv {
        padding-right: 16px;
        padding-left: 8px;
        font-family: Comfortaa, sans-serif;
        color: transparent;
        font-size: 18px;
        margin-left: -5px;
        margin-right: 10px;
    }

    .slide {
        width: 316px;
        height: 572px;
        padding-left: 0px;
        background-image: url('../images/watchRepairSmallBlank.jpg');
        background-position: 50% -96px;
        background-size: auto 683px;
    }

    .slide.masterslide {
        height: 236.5%;
    }

    .slide.main1 {
        height: 593px;
        background-image: url('../images/watchRepairs1.png');
        background-position: -92% 50%;
        background-size: cover;
    }

    .slide.main4 {
        height: auto;
        background-image: url('../images/GoldSlideTWRC.jpg');
        background-position: 78% 55px;
        background-size: auto 380px;
    }

    .testemonialslider {
        height: auto;
    }

    .textfield {
        border: 2px solid #6f4f82;
        background-color: #b691cc;
        box-shadow: none;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: Comfortaa, sans-serif;
        color: white;
        font-size: 16px;
        text-shadow: none;
    }

    .textfield:hover {
        border: 2px solid white;
        background-color: #f02e4e;
        box-shadow: none;
        color: white;
        font-weight: 700;
        text-shadow: none;
    }

    .textfield:active {
        box-shadow: none;
    }

    .textfield:focus {
        background-color: #f02e4e;
        box-shadow: none;
    }

    .textarea {
        border: 2px solid #6f4f82;
        box-shadow: none;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        text-shadow: none;
    }

    .textarea:hover {
        border-color: white;
        background-color: #f02e4e;
        box-shadow: none;
        text-shadow: none;
    }

    .submitbutton {
        border-radius: 12px;
        background-color: #896d99;
        box-shadow: none;
        text-shadow: none;
    }

    .submitbutton:hover {
        border-style: none;
        border-color: #370569;
        background-color: #f02e4e;
        box-shadow: none;
        color: white;
        text-shadow: none;
    }

    .submitbutton:focus {
        background-color: #f02e4e;
        box-shadow: none;
        color: white;
        text-shadow: none;
    }

    .hourstexts {
        color: white;
        font-size: 13px;
        font-weight: 700;
    }

    .logoimage {
        position: static;
        width: 288px;
        margin-left: 20%;
        margin-right: auto;
    }

    .listitems {
        width: 259px;
        height: auto;
        margin-right: auto;
        margin-bottom: 11px;
        background-image: -webkit-linear-gradient(transparent 44%, rgba(55, 5, 105, 0.52));
        background-image: linear-gradient(transparent 44%, rgba(55, 5, 105, 0.52));
    }

    .servicescontent {
        display: block;
        height: auto;
        margin-top: auto;
        padding-right: 2%;
        padding-bottom: 0px;
        padding-left: 2%;
        background-color: transparent;
    }

    .contentsection {
        margin-left: 0px;
        padding: 6px 0px;
        float: none;
    }

    .contentdiv {
        position: relative;
        display: block;
        margin-top: 9px;
        padding-right: 5%;
        padding-left: 5%;
        background-color: rgba(181, 153, 71, 0.65);
    }

    .buttonul {
        width: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        padding-right: 5%;
        padding-left: 8%;
    }

    .menubutton {
        position: relative;
        left: 30px;
        top: 0px;
        margin-right: 25px;
    }

    .menubutton.w--open {
        background-color: transparent;
    }

    .yelpcontainer {
        height: 520px;
        margin-top: 69px;
        margin-left: 5px;
        padding-top: 29px;
        border: 2px solid #fb0;
        background-color: rgba(26, 1, 51, 0.49);
    }

    .yelpcontainer.firstslide {
        width: 100.1%;
        height: auto;
        margin-top: 81px;
        margin-left: 0px;
        padding-top: 28px;
        padding-bottom: 45px;
    }

    .testimonialquotes {
        margin-left: 42px;
        padding-right: 21px;
        clear: none;
    }

    /* .testimonialquotes::after
    {
        content: &rdquo;
    }
    .testimonialquotes::after
    {
        font-size: 50px;
    } */
    .testimonialmask {
        height: 89%;
    }

    .quotes {
        top: 3%;
    }

    .quotes.rightquotes {
        left: 77%;
        top: 78%;
    }

    .quotes.rightquotes.test2quote {
        left: 74%;
        top: 81%;
    }

    .quotes.testimonial2 {
        left: 0%;
        top: 2%;
    }

    .quotes.testimonial3l {
        top: 3%;
        font-size: 50px;
    }

    .quotes.testimonial3r {
        left: 87%;
        top: 84%;
    }

    .quotes.test4l {
        top: 4%;
        font-size: 50px;
    }

    .quotes.test4r {
        left: 54%;
        top: 77%;
        font-size: 50px;
    }

    .quotes.test5l {
        top: 2%;
    }

    .quotes.test5r {
        left: 54%;
        top: 80%;
    }

    .quotes.test6l {
        top: 2%;
    }

    .quotes.test6r {
        left: 89%;
        top: 77%;
    }

    .quotes.test7l {
        left: 0%;
        top: 3%;
    }

    .quotes.test7r {
        left: 87%;
        top: 76%;
    }

    .quotes.test8l {
        top: 1%;
    }

    .quotes.test8r {
        left: 46%;
        top: 82%;
    }

    .quotes.testnewr {
        left: 90%;
        top: 70%;
        font-size: 50px;
    }

    .brow {
        min-height: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .html {
        text-shadow: black 1px 1px 6px;
    }

    .gold {
        width: 293px;
    }

    .goldpar {
        position: static;
        width: 272px;
        margin-right: auto;
        margin-bottom: 24px;
        margin-left: auto;
        float: none;
        line-height: 30px;
    }

    .address.smtop {
        height: auto;
        margin-top: 9px;
        margin-bottom: 2px;
        margin-left: 47px;
        background-color: transparent;
        text-align: left;
    }

    .linkbox {
        margin-top: -14px;
    }

    .divblocks2 {
        position: static;
        top: 0px;
        margin-top: 149px;
    }

    .divblocks2.smalltop {
        position: absolute;
        left: 10%;
        top: 150px;
        z-index: 60;
        margin-top: 0px;
        font-size: 17px;
    }

    .contactushead {
        margin-bottom: 21px;
        font-size: 34px;
        line-height: 36px;
        text-align: center;
    }

    .testimonialh1 {
        margin-top: 14px;
        margin-bottom: 26px;
        font-size: 46px;
    }

    .testimonialh1.aboutushead {
        width: 100%;
        text-align: center;
    }

    .aboutus-paragraph {
        margin-left: 22px;
        background-color: transparent;
        text-shadow: #1c1204 2px 2px 6px;
    }

    .colhours {
        padding-right: 0%;
        padding-bottom: 0px;
        padding-left: 0%;
    }

    .screen {
        position: absolute;
        display: none;
        width: 314px;
        height: 565px;
    }

    .slide1header {
        width: 306px;
        margin-right: 18px;
        margin-left: -15px;
        margin-bottom: 20px;
        color: #f02e4e;
        font-size: 41px;
        text-align: center;
    }

    .nurel {
        margin-bottom: 25px;
    }

    .sevicesheadings {
        width: 101%;
        color: #b691cc;
        text-align: center;
    }

    .buy-gold {
        color: #f02e4e;
        font-size: 39px;
        line-height: 41px;
    }

    .articles {
        color: #1a0133;
        font-size: 18px;
        line-height: 20px;
        text-shadow: #370569 1px 1px 1px;
    }

    .h2-enquote {
        display: none;
    }

    .time-piece-ul {
        position: relative;
        display: inline-block;
        float: none;
    }

    .watcheslinkblock {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .link-text {
        width: 100%;
        height: 100%;
        padding-top: 9px;
        padding-bottom: 8px;
    }

    .contactform {
        opacity: 1;
        color: #c2a5d1;
        text-shadow: none;
    }

    .clockmakerslide {
        color: #f02e4e;
        font-size: 36px;
        line-height: 31px;
        text-align: left;
        text-shadow: white 1px 1px 0px, black 4px 4px 2px;
    }

    .coll3ring {
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 15%;
    }

    .servicesli {
        position: relative;
        display: inline-block;
    }

    .repairPic {
        margin-top: 8px;
        margin-bottom: 21px;
        margin-left: 10%;
        -webkit-box-shadow: 10px 6px 24px 5px #190133;
        box-shadow: 10px 6px 24px 5px #190133;
        border-radius: 15px;
    }
}

.featuredImage {
    border-radius: 20px;
    border: 4px  solid gold;
    margin-bottom: 5%;
}

@media (min-width:479px)
{
    .featuredImage {
        margin-left: 15%;
        width: 70%;
    }
}

@media (max-width:478px)
{
    .featuredImage {
        width: 100%;
    }
}

.slide.appleWatch {
    background-image: url('../images/apple-watch-with-bg.jpg');
    background-position: 61% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px)
{
    .slide.appleWatch {
        height: 318px;
        background-position: 61% 0%;
        background-size: auto 327px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px)
{
    .slide.appleWatch {
        width: 100%;
        height: 533px;
        background-position: 70% 40%;
        background-size: auto 536px;
    }
}

@media (max-width: 479px)
{
    .slide.appleWatch {
        padding-bottom: 50%;
        height: 100%;
        background-image: url('../images/appleWatch.png');
        background-position: 0% 400px;
    }
}

.appleWatch {
}

.appleWatch {
}

.iframemap {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 4px 4px 14px #000;
    -webkit-box-shadow: 4px 4px 14px #000;
    box-shadow: 4px 4px 14px #000;
}

.errorCaptcha {
    color: red;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    animation: blinkingText .8s infinite;
}

@keyframes blinkingText{
    0% {
        color: red;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}
