/*==== RESET DO NOT CHANGE!! ====*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;	
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

input, select {
    vertical-align: middle;
}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after{
    content: "";
    display: table;
}

.clearfix:after,
.cf:after{
    clear: both;
}

.clear {
    clear: both;
}


/*==== DEFAULT STYLES ====*/
html {
    background: #f8f8f8;
}

body {
    height: 100%;
    color: #000;

}

a {
    color: #86bcae;
    text-decoration: none;
}

a:hover {

}

a.active {
    background: #000;	
}

ol,
ul {
    list-style-type: none;
}

hr {
    border-bottom: 1px solid #f00;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}
/* When using font-face, remove style below and use bold font instead */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p {
    margin-bottom: 12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

/* Forms */
input,
textarea {
    border: 1px solid #f00;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;	
}

select {
    #-webkit-appearance: none;	
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0; padding: 0;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

b,
strong {
    font-weight: bold;
}

input[type=text],
textarea {
    /*-webkit-appearance: none;
    border-radius: 0;*/
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.hide{
    display: none;
}

.no-underline:hover {
  text-decoration: none;
}
/* --- form edit --- */
input[type=text],
textarea {
    /*padding: 10px;
    border: 1px solid #153842;*/
}

.button {
    padding: 10px; 
    margin-left: 20px;
    border: 1px solid #153842;
}

/*==== FONT FACE ====*/


/*==== HEADER ====*/

header{
    width: 100%;
    background: url(../images/header-bg.png) repeat-x top left;
}

#headerBox {
    margin: 0 auto;
    text-align: left;
    height:250px;
    padding: 0 10px;
}

#logo{
    position: absolute;
    top:0;
    left:0;
    height:90px;
    background: #ddd;
    display: block;
}

#fireCut {
    position: absolute;
    top:0;
    right:0;
    height:90px;
    display: block;
}

#fireCut img {
    margin: 13px 16px 0 0;	
}
#fireCut img.lastImg {margin-right: 0;}

#siteName {
    position: absolute;
    top:100px;
    left:0;
    height:140px;
    color: #153842;
    font-family:Arial, Helvetica, sans-serif;
    font-size:40px;
    line-height: 46px;
    word-break: break-word;
}

/*==== NAVIGATION ====*/

nav {
    width: 100%;
}

nav ul li{
    display:block;
    border-bottom: 1px solid #153842;
}

nav ul li a, nav ul li a:visited, nav ul li h1, nav ul li h1:visited {
    font-size: 16px;
    font-family: Arial, Verdana, sans-serif;
    color:#173e49;
    font-weight:normal;
    display:block;	/* IE6, IE7 line height fix */
    text-decoration:none;
    padding:10px 0;

}

nav ul li.lastNav, nav ul li.lastNav { 
    border-bottom: none;
}

nav ul li a:hover {
    color:#e25e16;
}

nav ul li ul, nav ul li ul li a {
    border:none;
}

nav ul li ul {margin: -10px 0 10px 30px;}

/*Sub level menu list items (undo style from Top level List Items)*/
nav ul li ul li{
    display: list-item;
    float: none;
    margin-left: 0;
    border:none;
}

nav ul li:hover ul {
    display:block; 
}

nav ul li ul li a {
    padding: 3px 0;
    font-size: 12px;
}

nav ul li ul li a:hover {
    border: none;
    color: #000;
}


/*==== CONTENT ====*/

#container{
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
    min-height: 500px;
    overflow: hidden;
}

/* left */
section, .address {
    padding: 28px;
    background: #fff;
    border: 1px solid #153842;
    color: #3c3c3c;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 22px;
}
section {
    /* float: left; */
}

#subSection {
    float: right;
    padding: 28px;
    background: #fff;
    border: 1px solid #153842;
    color: #153842;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 22px;
}
/*
#subSection .ring img , #subSection img{
    float: left;
    border: 1px solid #153842;
    margin-right: 15px;
    clear: both;
}
*/
.ring {
    margin-bottom: 20px;
    overflow: auto;
}
.pair-left, .pair-right{
  width: 100px;
  max-height: 100px;
  position: absolute;
}
.pair-right {
  right: 0;
  bottom: 0;
  box-shadow: -3px -3px 3px #e5eaee;
  margin-left: 0;
  margin-top: 0px;
  z-index: 1;
}
.pair-left {
  left: 0;
  top: 0;
  box-shadow: 3px 3px 8px #e5eaee;
  margin-right: 0;
  margin-bottom: 0px;
  z-index: 2;
}
@media (max-width: 992px) {
  .pair-left, .pair-right{
    width: initial;
    max-width: 60%;
    max-height: 150px;
  }
}
.ringinfo img {
  /*max-height: 200px;*/
  object-fit: contain;
}

.lastRing {margin-bottom: 0;} 

.ring h2 a, #subSection h2 {
    color: #86bcae;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    text-decoration: none;
}

.ring h2 a:hover {color:#e25e16;}

#subSection h2 { color: #153842; margin-bottom: 12px;}

#subSection .collectionRing a {
    border: 1px solid #153842;
    margin-right: 15px;
    margin-bottom: 15px;
    clear: both;
    display: inline-block;
}
#subSection .collectionRing a:hover {
    border: 1px solid #e25e16;
}

#subSection .ringStats {
    float: right;
}

.ringInfo { float: left; background:#ddd; margin-right: 15px;}

.ringPrice {
    float: right; 
    background: url(/images/prijs.png) no-repeat top left;
    height: 140px;
    position:relative;
    text-align:center;
    padding: 20px 0 0;
}
.ringPrice a {
    height: 31px;
    background: url(/images/info.png) no-repeat top left;
    display: block;
    color: #fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
    text-align:center;
    padding-top: 7px;
    position: absolute;
    top: 120px;
    left:0;
}

.ringPrice a:hover { color: #000; }

.ringPrice h3, .ringPrice h4 {
    color: #86bcae;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    margin-bottom:10px;
}
.ringPrice h4 {
    color: #153842;
    font-size:24px;
    margin-bottom:5px;
}

.ringPrice h3 span { color: #153842;}

/* right */
aside{
    float: right;
    margin-left: 20px;
}

#subAside {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #153842;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 22px;
}

#asideSearch {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 22px;
    margin-left: 0;
}

.collection a {
    /*height: 34px;
    background: url(/images/bekijk.png) no-repeat top left;
    background-size: cover;*/
    background-image: linear-gradient(#0266C2, #034583);
    border: 1px solid #fff;
    display: block;
    color: #fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    font-style:italic;
    text-decoration:none;
    text-align:center;
    /*padding-top: 12px;*/
    padding: 12px;
}

.collection a:hover {
    color: #000;
}

.address{
    margin-top: 20px;
}

/* PAIR OF THE MONTH */
.potm {
    margin-top: 20px;
    border: 2px solid #0258a8;
    padding: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 22px;
    cursor: pointer;
}


/*==== FOOTER ====*/
footer{
    height:40px;
    margin: 25px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

/*==== BROWSER SPECIFIC STYLES ====*/

/* IE7 */
html.ie6 .clearfix,
html.ie7 .clearfix,
html.ie6 .cf,
html.ie7 .cf {
    zoom: 1;
}

html.ie7 input[type="checkbox"],
html.ie7 input[type="radio"] {
    width: 13px;
    height: 13px;
}

html.ie7 button,
html.ie7 input[type="button"],
html.ie7 input[type="reset"],
html.ie7 input[type="submit"] {
    overflow: visible;
}

html.ie7 button,
html.ie7 input,
html.ie7 select,
html.ie7 textarea {
    vertical-align: middle;
}

html.ie7 legend {
    margin-left: -7px;	
}