/*! Miltons TV */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3fbbc;
    text-shadow: none;
}

::selection {
    background: #b3fbbc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a, a:link {
	color: #F7EF82;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ===== Initializr Styles ==================================================
   Author: Warren O'Donoghue - rabbitdigital.com
   ========================================================================== */

body {
	font: normal .85em/1.5em Georgia, "Times New Roman", Times, serif;
	background: #000;
	color: #bbb;
	text-decoration: none;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#logo {
	text-align: center;
	margin-top: 0;
	margin: 25px 0;
}
#logo img {
	width: 100%;
	max-width: 502px;
	height: auto;
}
/* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
      border: 1px solid #333;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		padding: 0 5% 0.75em 5%;
		text-align: center;
		}
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #F7EF82;
		border: 1px solid #333;
		padding: 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		
    }
	a.showLink::before {
		content:"▼ ";
	}
   a.hideLink::before {
		content: "▲ ";
   }
   a.showLink:hover, a.hideLink:hover {
		border: 1px solid #F7EF82;
      }

ul.shops {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.shops li {
	margin: 0 5% 1em 5%;
	width: 40%;
	float: left;
}
ul.shops span {
	display: inline-block;
	margin-bottom: 1em;
}
ul.shops .rolex-pic {
	float: left;
	width: 10%;
	display: block;
}
ul.shops .shop-title {
	float: left;
	width: 80%;
	text-align: center;
}
ul.shops .shop-title h2 {
	margin-bottom: 0.15em;
}
ul.shops .shop-title p {
	font-size: 12px; 
	margin: 0 0 5px 0;
}
ul.shops .diamond-pic {
	float: right;
	width: 10%;
	text-align: right;
}
.more-text {
	clear: both;
	display: block;
	text-align: center;
}
ul.shops li.last-item {
	margin: 0 10% 1em 10%;
	width: 80%;
	float: left;
	padding-top: 1em;
}
ul.shops li.last-item .shop-title {
	width: 100%;
}
p {
	font-size: 16px;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	line-height: 1.2;
}
h3 {
	color: ;
	font-size: 24px;
	margin: 5px 0 20px 0;
}
h4 {
	font-style: italic;
	font-weight: normal;
}
#footermessage {
	text-align: center;
	padding: 3em 0 1em 0;
	max-width: 920px;
	margin: 0 auto;
}
#footermessage p, #footermessage a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
/** New Birkenhead Store **/

#new-store {
	margin: 0 auto 2.0em auto;
	text-align: center;
	max-width: 920px;
}
#new-store a {
	display: inline-block;
	background-color: #bf4447;
	color: #fff;
	padding: 0.5em 5%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#new-store h3 {
	font-size: 140%;
	font-weight: normal;
}
#new-store a:hover {
	background-color: #CD1719;
	text-decoration: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (max-width: 768px) {
	ul.shops li {
		margin: 0 2% 2em 2%;
		width: 96%;
		float: none;
	}
	ul.shops .rolex-pic {
		width: 15%;
	}
	ul.shops .shop-title {
		width: 70%;
	}
	ul.shops .shop-title h2 {
		margin: 0.5em 0 0.15em 0;
	}
	ul.shops .diamond-pic {
		width: 15%;
	}
	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}