@charset "utf-8";
/* CSS Document */
/* Copyright 2023 Thornton and Sons */

/*
  font size conversion:
  40px = 2.5em, h1
  36px = 2.25em,
  30px = 1.875em, h2
  24px = 1.5em,
  20px = 1.25em,
  18px = 1.125em,
  16px = 1em, avg font size p
  14px = 0.875em,
  13px = 0.8125em;
  12px = 0.75em,
  10px = 0.625em
  
 colors used:
  #d6c769; gold
  #430f05; dk red
  
*/

/*----------------------------------------- page layout -----------------------------------------*/

@media (min-width: 1149px) {
	body {
		font-family: Arial, Verdana, Geneva, Tahoma, Helvetica, san-serif;
		background: #430f05 url('../layout/bg04.png') repeat-x 0 0; /* dk red */
		color: #000;
		margin: 0;
		font-size: 1em;
		font-size: 100%; /* required for IE browsers */
		height: 100%;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 1148px) {
	body {
		font-family: Arial, Verdana, Geneva, Tahoma, Helvetica, san-serif;
		background-color: #430f05; /* dk red */
		color: #000;
		margin: 0;
		font-size: 1em;
		font-size: 100%; /* required for IE browsers */
		height: 100%;
		position: relative;
		z-index: 1;
	}
}

/*
    Max Width on the Website 1050px
-------------------------------------------------------------------------------------- */

@media (min-width: 1150px) {
	div.mainContainer {
		width: 1150px;
		margin: 0 auto;
	}
}

/*
    The Basics
-------------------------------------------------------------------------------------- */

.cntr {
	text-align: center;
}

.floatLeft {
   float: left;
   margin-right: 20px;
}

.floatRight {
   float: right;
   margin-left: 20px;
}

img {
	border: none;
}

@media (min-width: 768px) {
	.hidemewhenlarge {
		display: none;
	}
}
@media (max-width: 767px) {
	.hidemewhensmall {
		display: none;
	}
}

/*
    text, p, h1, etc.
-------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	h1 {
		color: #781909; /* DK red */
		font-size: 4.5em;
		font-weight: 800;
		text-shadow: 2px 2px 6px #999;
	}
	
	.h1lessthan {
		font-style: italic;
		font-weight: normal;
		color: rgba(0, 0, 0, 0.7);
		font-size: 70%;
		padding-bottom: 20px;
		text-shadow: none;
	}
}
@media (max-width: 767px) {
	h1 {
		color: #781909; /* DK red */
		text-shadow: 2px 2px 6px #999;
	}
	
	.h1lessthan {
		font-style: italic;
		color: rgba(0, 0, 0, 0.7);
		font-size: 75%;
		padding-bottom: 20px;
		text-shadow: none;
	}
}

h2, h3, h4 {
	color: #781909; /* DK red */
	font-weight: 700;
}

h2.h2padding {
	padding-left: 20px;
}

p {
	font-size: 1.5em;
	text-align: justify;
}

p.ppadding {
	padding: 10px 20px 10px 20px;
}

.bold {
	font-weight: bold;
}

.itext {
	font-style: italic;
}

.textleft {
	text-align: left;
}

.textsmall {
	font-size: 0.875em;
}

.textmedium {
	font-size: 1.125em;
}

.textlarge {
	font-size: 1.5em;
}

.textgold {
	color: #d6c769; /* gold */
}
.textwhite {
	color: #fff;
}
.textblack {
	color: #000;
}
.textred {
	color: #c00; /* red */
}
.textdkred {
	color: #781909; /* DK red */
}

/* in header, under logo */
.textestablished {
	color: #d6c769; /* gold */
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 10px;
}

/* Store Policy page subheaders */
.subheader1 {
	color: #781909; /* DK red */
	font-size: 1.5em;
	font-weight: bold;
}

label, ul {
	font-size: 1.5em;
}

/*
    background colors
-------------------------------------------------------------------------------------- */

.bgblack {
	background-color: #000; /* black */
}

.bgdkred {
	background-color: #1e0602; /* very dark red */
}

.bgwhite {
	background-color: #fff; /* white */
}

.bgltgray {
	background-color: #ccc; /* lt gray */
}

.bgextraltgray {
	background-color: #f0f0f0; /* extra lt gray */
}

.bgdkgray {
	background-color: #333; /* dk gray */
}

.bgdkredgradient {
	background-color: #1e0602; /* dk red */
	background-image: -moz-linear-gradient(top, #430f05, #1e0602);
	background-image: -ms-linear-gradient(top, #430f05, #1e0602);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#430f05), to(#1e0602));
	background-image: -webkit-linear-gradient(top, #430f05, #1e0602);
	background-image: -o-linear-gradient(top, #430f05, #1e0602);
	background-image: linear-gradient(top, #430f05, #1e0602);
}
.bgdkgraygradient {
	background-color: #161616; /* DK gray */
	background-image: -moz-linear-gradient(top, #494949, #161616);
	background-image: -ms-linear-gradient(top, #494949, #161616);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#161616));
	background-image: -webkit-linear-gradient(top, #494949, #161616);
	background-image: -o-linear-gradient(top, #494949, #161616);
	background-image: linear-gradient(top, #494949, #161616);
}

.bgltgraygradient {
	background-color: #f0f0f0; /* LT gray */
	background-image: -moz-linear-gradient(top, #f0f0f0, #ccc);
	background-image: -ms-linear-gradient(top, #f0f0f0, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#ccc));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #ccc);
	background-image: -o-linear-gradient(top, #f0f0f0, #ccc);
	background-image: linear-gradient(top, #f0f0f0, #ccc);
}

/* ---------------- full image fade in ------------------- */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ---------------- LOGO fade in ------------------- */
@keyframes fadeinlogo {
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadeinlogo {
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinlogo {
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadeinlogo {
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadeinlogo {
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (min-width: 768px) {
	.imgfullheight {
		height: 500px;
		position: relative;
	    -webkit-box-shadow: inset 0 0 15px #000;
	       -moz-box-shadow: inset 0 0 15px #000;
	            box-shadow: inset 0 0 15px #000;
		-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadein 3s; /* Firefox < 16 */
            -ms-animation: fadein 3s; /* Internet Explorer */
             -o-animation: fadein 3s; /* Opera < 12.1 */
                animation: fadein 3s;
	}
	
	.textpaddingwholediv {
		padding: 20px 60px 30px 60px;
	}
}
@media (max-width: 767px) {
	.imgfullheight {
		height: 300px;
		position: relative;
	    -webkit-box-shadow: inset 0 0 15px #000;
	       -moz-box-shadow: inset 0 0 15px #000;
	            box-shadow: inset 0 0 15px #000;
		-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadein 3s; /* Firefox < 16 */
            -ms-animation: fadein 3s; /* Internet Explorer */
             -o-animation: fadein 3s; /* Opera < 12.1 */
                animation: fadein 3s;
	}
	
	.textpaddingwholediv {
		padding: 20px;
	}
}

.imgbordertopbtm {
	border-top: 2px solid #111;
	border-bottom: 2px solid #222;
}

/* large image on index page, selected at random */
.imgfull01 {
    /* ------------ HEARTS ON FIRE ---------------- */
	background: #f0f0f0 url('../layout/bgjewel01.jpg') no-repeat center center;
	position: relative;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

/* large image on index page, selected at random */
.imgfull02 {
    /* ------------ KABANA ---------------- */
	background: #f0f0f0 url('../layout/bgjewel02.jpg') no-repeat center center;
	position: relative;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

/* large image on index page, selected at random */
.imgfull03 {
    /* ------------ SIMON G. ---------------- */
	background: #f0f0f0 url('../layout/bgjewel03.jpg') no-repeat center center;
	position: relative;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

/* large image on index page, selected at random */
.imgfull04 {
    /* ------------ PARLE ---------------- */
	background: #f0f0f0 url('../layout/bgjewel05.jpg') no-repeat center center;
	position: relative;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

/* large image on contact page */
.imgstorefront {
    /* ------------ front of store ---------------- */
	background: #f0f0f0 url('../images/storefront-large.jpg') no-repeat center bottom;
	position: relative;
    -webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #000;
	   -moz-box-shadow: inset 0 0 15px #000;
	        box-shadow: inset 0 0 15px #000;
}


/*
    Designer Line page
--------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.dlinefulltext {
		height: 350px;
		text-align: center;
		padding: 20px;
		margin-bottom: 0;
	}
	
	.dlinefullimage {
		height: 350px;
		position: relative;
		-webkit-box-shadow: inset 0 2px 12px #000;
	       -moz-box-shadow: inset 0 2px 12px #000;
	            box-shadow: inset 0 2px 12px #000;
	}
	
	hr.dlinedotted {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px dotted #333;
		margin: 20px 0;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.dlinefulltext {
		height: 250px;
		text-align: center;
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.dlinefullimage {
		height: 260px;
		position: relative;
		margin: 0;
		-webkit-box-shadow: inset 0 13px 15px #ccc;
	       -moz-box-shadow: inset 0 13px 15px #ccc;
	            box-shadow: inset 0 13px 15px #ccc;
	}
	
	hr.dlinedotted {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px dotted #333;
		margin: 20px 0;
		padding: 0;
	}
}

.dlineimg01 {
	/* ------------ HEARTS ON FIRE ---------------- */
	background: url('../layout/bgjewel01.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg02 {
	/* ------------ KABANA ---------------- */
	background: url('../layout/bgjewel02.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg03 {
	/* ------------ SIMON G. ---------------- */
	background: url('../layout/bgjewel03.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg04 {
	/* ------------ SYLVIE (replaced Chamilia Jan 2023) ---------------- */
	background: url('../layout/bgjewel10.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg05 {
	/* ------------ PARLE ---------------- */
	background: url('../layout/bgjewel05.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg06 {
	/* ------------ CITIZEN WATCHES ---------------- */
	background: url('../layout/bgjewel06.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg07 {
	/* ------------ WILLIAM HENRY ---------------- */
	background: url('../layout/bgjewel07.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg08 {
	/* ------------ COAST DIAMOND ---------------- */
	background: url('../layout/bgjewel08.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.dlineimg09 {
	/* ------------ SPARK ---------------- */
	background: url('../layout/bgjewel09.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.storefront {
	/* ------------ SPARK ---------------- */
	background: url('../images/storefront-med2.jpg') no-repeat center center;
	-webkit-background-size: cover; /* required on each image */
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}


/*
    jewelry logos
--------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.logoboxindex {
		width: 180px;
		height: 180px;
		position: relative;
		top: 290px;
		left: 30px;
		-webkit-box-shadow: 2px 2px 10px #000;
	       -moz-box-shadow: 2px 2px 10px #000;
	            box-shadow: 2px 2px 10px #000;
		-webkit-animation: fadeinlogo 3s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadeinlogo 3s; /* Firefox < 16 */
            -ms-animation: fadeinlogo 3s; /* Internet Explorer */
             -o-animation: fadeinlogo 3s; /* Opera < 12.1 */
                animation: fadeinlogo 3s;
	}
	
	/* Designer Lines page */
	.logoboxDLine {
		width: 120px;
		margin-top: 20px;
		-webkit-box-shadow: 0 2px 10px #000;
	       -moz-box-shadow: 0 2px 10px #000;
	            box-shadow: 0 2px 10px #000;
	}
}

@media (max-width: 767px) {
	.logoboxindex {
		width: 100px;
		height: 100px;
		position: relative;
		top: 20px;
		left: 20px;
		-webkit-box-shadow: 2px 2px 10px #000;
	       -moz-box-shadow: 2px 2px 10px #000;
	            box-shadow: 2px 2px 10px #000;
		-webkit-animation: fadeinlogo 3s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadeinlogo 3s; /* Firefox < 16 */
            -ms-animation: fadeinlogo 3s; /* Internet Explorer */
             -o-animation: fadeinlogo 3s; /* Opera < 12.1 */
                animation: fadeinlogo 3s;
	}
	
	/* Designer Lines page */
	.logoboxDLine {
		width: 130px;
		margin-top: 15px;
		-webkit-box-shadow: 0 2px 10px #000;
	       -moz-box-shadow: 0 2px 10px #000;
	            box-shadow: 0 2px 10px #000;
	}
}

/*
    Custom Creations page
--------------------------------------------------------------------------------------- */
.customimg01 {
	/* ------------ Step 1 ---------------- */
	background: url('../images/custom01.jpg') no-repeat center center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.customimg02 {
	/* ------------ Step 2 ---------------- */
	background: url('../images/custom02.jpg') no-repeat center center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}

.customimg03 {
	/* ------------ Step 3 ---------------- */
	background: url('../images/custom03.jpg') no-repeat center center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
	     -o-background-size: cover;
            background-size: cover;
}


/*
    Thornton & Sons logo at top of page
-------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
	img.logoinheader {
		width: 250px;
		margin: 20px 5px;
		border-bottom: 1px solid #d6c769; /* gold */
	}
	
	img.logoaddresspage {
		width: 40%;
	}
}
@media (max-width: 767px) {
	img.logoinheader {
		width: 40%;
		margin: 10px 5px;
	}
	
	img.logoaddresspage {
		width: 30%;
	}
}

@media (max-width: 400px) {
	img.logoaddresspage {
		width: 60%;
	}
}

/*
    GOOGLE MAPS
--------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.google-maps {
		position: relative;
		height: 300px;
		overflow: hidden;
		border-top: 1px solid #161616; /* dk gray */
	}
	
	.googlemap-addresspg {
		position: relative;
		height: 350px;
		overflow: hidden;
		border: 1px solid #000;
	}
	
	/* About Us page */
	.fbookmargins {
		margin: 30px 0;
	}
	.fbookpadding {
		padding: 30px 0;
	}
	.fbookborder {
		border: 2px solid #430f05; /* dk red */
	}
	
}

@media (max-width: 767px) {
	.google-maps {
		position: relative;
		height: 200px;
		overflow: hidden;
		border-top: 1px solid #161616; /* dk gray */
	}
	
	.googlemap-addresspg {
		position: relative;
		height: 260px;
		overflow: hidden;
		border: 1px solid #333;
	}
	
	/* About Us page */
	.fbookmargins {
		margin: 30px 0;
	}
	.fbookpadding {
		padding: 30px 0;
	}
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.googlemap-addresspg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Responsive Facebook iframe - Dec 2025 */
.fb-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 150%;   /* height ratio (taller for timeline) */
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}

.fb-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Facebook feed card styling */
.fb-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}

.fb-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}


/*
    foooter
--------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.footer {
		position: relative;
		font-size: 1.125em;
		text-align: center;
		height: 70px;
	}
	
	.footerlineHeight {
		line-height: 70px;
	}
	
	/* MYS logo and link */
	#myslink {position: relative;}
	#myslink li {margin: 10px 0 5px 1px; padding: 0; list-style: none;}
	#myslink li, #myslink a {height: 42px; display: block;}
	
	#mysul {margin: 0; padding: 0; list-style: none;}
	
	#mysgo {left: 0; width: 120px;}
	#mysgo {background: url('../layout/mys-sprite.png') 0 0;}
	#mysgo a:hover{background: url('../layout/mys-sprite.png') 0 -42px;}
}

@media (max-width: 767px) {
	.footer {
		position: relative;
		font-size: 1.125em;
		text-align: center;
		height: 70px;
	}
	
	.footerlineHeight {
		margin-top: 10px;
	}
	
	#myslink {display: none;}
	#myslink li {margin: 1px 0 5px 1px; padding: 0; list-style: none;}
	#myslink li, #myslink a {height: 42px; display: block;}
	
	#mysul {margin: 0; padding: 0; list-style: none;}
	
	#mysgo {left: 0; width: 120px;}
	#mysgo {background: url('../layout/mys-sprite.png') 0 0;}
	#mysgo a:hover{background: url('../layout/mys-sprite.png') 0 -42px;}
}

/*
               NAVIGATION
----------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
	#navigation {
		position: relative;
		height: 56px;
		margin: 0;
		background-color: #161616; /* gray */
		background-image: -moz-linear-gradient(top, #494949, #161616);
		background-image: -ms-linear-gradient(top, #494949, #161616);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#161616));
		background-image: -webkit-linear-gradient(top, #494949, #161616);
		background-image: -o-linear-gradient(top, #494949, #161616);
		background-image: linear-gradient(top, #494949, #161616);
		padding: 8px 0 0 0;
		border-top: 1px solid #797979;
	}
}

@media (max-width: 767px) {
	#navigation {
		position: relative;
		height: 43px;
		margin: 0;
		background-color: #161616; /* gray */
		background-image: -moz-linear-gradient(top, #494949, #161616);
		background-image: -ms-linear-gradient(top, #494949, #161616);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#161616));
		background-image: -webkit-linear-gradient(top, #494949, #161616);
		background-image: -o-linear-gradient(top, #494949, #161616);
		background-image: linear-gradient(top, #494949, #161616);
		padding: 5px 0;
		border-top: 1px solid #797979;
	}
}

/*
    MAIN NAV TABS - Customizing the colors
-------------------------------------------------------------------------------------- */

/* removes the default border! */
.nav-tabs {
	border: none; /* needed */
	font-size: 12px;
}

.dropdown-toggle {
	background-color: transparent !important;
}
.dropdown-menu>li>a:hover {
	background-color: #430f05; /* dk red */
	color: #d6c769; /* gold */
	background-image: none;
}

	/* tab color */
	.nav-tabs>li>a {
	  background-color: transparent;
	  font-weight: bold;
	  letter-spacing: 2px;
	  padding: 14px 20px;
	  border: 1px solid transparent;
	  color: #d6c769; /* gold */
	  text-shadow: 0 1px #000;
	  -webkit-transition: background-color 0.5s; /* Safari */
         -moz-transition: background-color 0.5s; /* Mozilla */
	       -o-transition: background-color 0.5s; /* Opera */
              transition: background-color 0.5s;
	}
	
	/* active tab color */
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	  background-color: #1e0602; /* Xtra dk red */
	  background-image: -moz-linear-gradient(top, #430f05, #1e0602); /* first color listed is top color */
	  background-image: -ms-linear-gradient(top, #430f05, #1e0602);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#430f05), to(#1e0602));
	  background-image: -webkit-linear-gradient(top, #430f05, #1e0602);
	  background-image: -o-linear-gradient(top, #430f05, #1e0602);
	  background-image: linear-gradient(top, #430f05, #1e0602);
	  color: #d6c769; /* gold */
	  font-weight: bold;
	  letter-spacing: 2px;
	  padding: 14px 20px;
	  border-top: 1px solid #7e1c0a;
	  border-left: 1px solid #3c0d04;
	  border-right: 1px solid #1e0602;
	  border-bottom: 1px solid #1e0602;
	}
	
	/* hover tab color */
	.nav-tabs>li>a:hover {
	  background-color: #1e0602; /* dk red */
	  background-image: -moz-linear-gradient(top, #430f05, #1e0602);
	  background-image: -ms-linear-gradient(top, #430f05, #1e0602);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#430f05), to(#1e0602));
	  background-image: -webkit-linear-gradient(top, #430f05, #1e0602);
	  background-image: -o-linear-gradient(top, #430f05, #1e0602);
	  background-image: linear-gradient(top, #430f05, #1e0602);
	  color: #d6c769; /* gold */
	  font-weight: bold;
	  letter-spacing: 2px;
	  padding: 14px 20px;
	  border-top: 1px solid #7e1c0a;
	  border-left: 1px solid #3c0d04;
	  border-right: 1px solid #1e0602;
	  border-bottom: 1px solid #1e0602;
	}

/*
    info boxes on INDEX page
-------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.boxstyleinfo {
		width: 32%;
		margin: 20px 0 20px 10px;
		padding: 30px;
		text-align: left;
		color: #fff;
		font-size: 1.25em;
	    -webkit-border-radius: 9px;
	       -moz-border-radius: 9px;
	            border-radius: 9px;
	    -webkit-box-shadow: #781909 0px 1px 2px;
	       -moz-box-shadow: #781909 0px 1px 2px;
	            box-shadow: #781909 0px 1px 2px;
	}
	/* movement of the right arrow icon on index page */
	.icontomove {
		margin-left: 1px;
		-webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		     -o-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}
	/* movement of the right arrow icon on index page */
	.boxstyleinfo:hover .icontomove {
		-webkit-transform: translateX(10px);
		   -moz-transform: translateX(10px);
		    -ms-transform: translateX(10px);
		     -o-transform: translateX(10px);
		        transform: translateX(10px);
	}
	
	.boxcontactinfo {
		width: 100%;
		color: #fff;
		margin: 20px 0;
		padding: 30px;
		text-align: left;
		font-size: 1.25em;
	    -webkit-border-radius: 9px;
	       -moz-border-radius: 9px;
	            border-radius: 9px;
	    -webkit-box-shadow: #333 0px 2px 4px;
	       -moz-box-shadow: #333 0px 2px 4px;
	            box-shadow: #333 0px 2px 4px;
	}
	
	.textinfoheading {
		width: 100%;
		color: #d6c769; /* gold */
		border-bottom: 1px solid #d6c769; /* gold */
		font-weight: bold;
		font-size: 1.125em;
		margin-bottom: 10px;
	}
	
	.boxbuttonpadding {
		margin-top: 12px;
	}
}
@media (max-width: 767px) {
	.boxstyleinfo {
		width: 100%;
		margin: 15px 0;
		padding: 20px;
		font-size: 1.25em;
		color: #fff;
	}
	
	.boxcontactinfo {
		width: 100%;
		color: #fff;
		margin: 20px 0;
		padding: 30px;
		text-align: left;
		font-size: 1.25em;
	    -webkit-border-radius: 9px;
	       -moz-border-radius: 9px;
	            border-radius: 9px;
	    -webkit-box-shadow: #333 0px 2px 4px;
	       -moz-box-shadow: #333 0px 2px 4px;
	            box-shadow: #333 0px 2px 4px;
	}
	
	.textinfoheading {
		width: 100%;
		text-align: left;
		color: #d6c769; /* gold */
		border-bottom: 1px solid #d6c769; /* gold */
		font-weight: bold;
		font-size: 1.125em;
		margin-bottom: 20px;
	}
	
	.boxbuttonpadding {
		margin-top: 15px;
	}
}

/*
    BUTTONS and LINKS
-------------------------------------------------------------------------------------- */
a {
	text-decoration: underline;
}

a.nounderline {
	text-decoration: none;
}

/* WHITE links */
a.wlink:link, a.wlink:visited, a.wlink:active {
	color: #fff;
	-webkit-transition: color 0.5s ease; /* Safari */
       -moz-transition: color 0.5s ease; /* Mozilla */
	     -o-transition: color 0.5s ease; /* Opera */
            transition: color 0.5s ease;
}
a.wlink:hover {
	color: #d6c769; /* gold */
}

/* RED links */
a.rlink:link, a.rlink:visited, a.rlink:active {
	color: #781909; /* red */
	background: rgba(255, 255, 255, 0.7);
	-webkit-transition: color 0.5s ease; /* Safari */
       -moz-transition: color 0.5s ease; /* Mozilla */
	     -o-transition: color 0.5s ease; /* Opera */
            transition: color 0.5s ease;
}
a.rlink:hover {
	color: #430f05; /* DK red */
}

/* WHITE link for phone number because of Apple! */
a.applelink:link, a.applelink:visited, a.applelink:active {
	color: #fff;
	cursor: text;
	text-decoration: none;
}
a.applelink:hover {
	color: #fff;
	text-decoration: none;
}

/* DIV that holds the button that brings user back to top of the page */
div.holdicon {
	background-color: #781909;
    background-image: -moz-radial-gradient(circle, #781909, #300a03); /* inner color first, then outer color */
    background-image: -ms-radial-gradient(circle, #781909, #300a03);
    background-image: -webkit-radial-gradient(circle, #781909, #300a03);
    background-image: -o-radial-gradient(circle, #781909, #300a03);
    background-image: radial-gradient(circle, #781909, #300a03);
	position: fixed;
	bottom: 25px;
	right: 30px;
	z-index: 500;
	text-shadow: 0 1px 0 #000; /* black */
	border: 3px solid #d6c769; /* gold */
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
/* button brings user back to top of the page */
a.backtotoparrow {
	color: #fff; /* white */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 1.75em;
}
