﻿/* CSS Document */

/* FORM STYLES */

.narrow {
    width: 150px !important;
}
.ultra_narrow {
    width: 75px !important;
}

.popup_container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url('../images/screen_lock_bg.png');
    z-index:10000;
}

.vcentre {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: table;
}

.hcentre {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.message {
	width: 500px;
	padding: 20px;
	margin: auto;
	background: #ffffff;
	box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 3px;    /* Firefox 1-3.6 */
	border-radius: 3px;         /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.message h2 {
	margin-top: 0
}

.form_error {
	padding: 10px;
	color: rgb(255,255,255);
	background: rgb(204,0,0);
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 3px;    /* Firefox 1-3.6 */
	border-radius: 3px;         /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	font-weight: 700;
}

.validation_list ul {
    margin: 0;
    margin-left: 20px;
    padding: 0
}
.validation_list ul li {
    padding-bottom: 10px;
    list-style-type: none;
    font-style: italic
}
.validation_list ul li:last-child {
    padding-bottom: 0
}

/* FORM STYLES */

#cookies {
    height: 0px;
    overflow: hidden;
    background: rgba(235,235,235,1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#cookies > .content {
    margin: 10px auto
}


.welcome_message {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1100px;
    margin: auto;
    background: rgba(255,255,255,0.75);
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}
.welcome_message p {
    margin: 20px;
    padding: 0;
    font-size: 2rem
}
.welcome_message p:last-child {
    font-size: 0.8rem
}

.index_panel_container {
    overflow: auto;
}

.index_panel {
	width: 350px;
	height: 350px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 1px;
	float: left;
    background: rgba(218,217,215,0.25);
	background: -moz-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.index_panel .panel_content {
    height: 348px
}

.index_panel_container .index_panel:nth-child(3n) {
    margin-right: 0;
}


/* image, text and voting grids */

.square_group {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr
}
.stack {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

/*.square_group a {
    font-weight: 100;
}*/



/* 8 1 21
    
    @media screen and (min-width: 1280px) {
        .square_1x1,
        .square_1x2,
        .square_2x1,
        .square_2x2,
        .square_3x2 {
            margin-bottom: 32px;
        }
    }

*/



.square_1x1,
.square_1x2,
.square_2x1,
.square_2x2,
.square_3x2 {
    display: flex;
    width: 100%;
    padding-top: 100%;
    overflow: hidden
}

.square_1x1 {
}
.square_1x2 {
    grid-row: span 2;
    margin-bottom: 30px;
}
.square_2x1 {
    padding-top: 50%;
    grid-column: span 2;
    margin-bottom: 30px;
}
.square_2x2 {
    grid-column: span 2;
    grid-row: span 2;
    margin-bottom: 30px
}
.square_3x2 {
    grid-column: span 3;
    padding-top: 66.6%;
    margin-bottom: 30px;
}

.image_container {
    display: flex;
    width: 100%;
    margin-top: -100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.square_1x1 .image_title,
.square_1x2 .image_title,
.square_2x1 .image_title,
.square_2x2 .image_title,
.square_3x2 .image_title {
    align-self: flex-end;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}


.background:nth-child(odd) {
	background: -moz-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-135deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.background:nth-child(even) {
	background: -moz-linear-gradient(45deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-135deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.image_container.zoom {
    -webkit-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: 0.75s;
    cursor: pointer;
}
.image_container.zoom:hover {
    -webkit-transition: all 0.25s;
    -webkit-transform: scale(1.2);
    -ms-transition: all 0.25s;
    -ms-transform: scale(1.2);   
    -moz-transition: all 0.25s;
    -moz-transform: scale(1.2);
    transition: 0.25s;
    transform: scale(1.2);
}
.text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -100%;
    cursor: default;
}
.square_2x1 .text_container,
.square_2x1 .image_container {
    margin-top: -50%;
}
.square_3x2 .text_container,
.square_3x2 .image_container {
    margin-top: -66.6%;
}



*:nth-child(odd) .text_container, 
*:nth-child(odd) .timeline_text,
.result:nth-child(odd) {
	background: -moz-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-135deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
*:nth-child(even) .text_container, 
*:nth-child(even) .timeline_text, 
.result:nth-child(even) {
	background: -moz-linear-gradient(45deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-135deg, rgba(218,217,215,1) 0%, rgba(218,217,215,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.text_container h2, 
.text_container p {
    text-align: center;
    margin: 0 10px;
}
.image_title {
    font-size: 1rem;
    margin: 0;
    padding: 10px !important;
    color: rgb(255,255,255);
    background:  rgba(84,88,91,0.8); /* PANTONE 425 C */
    cursor: pointer;

    max-height: 50px;
    -webkit-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: 0.75s;
}

}
.square_1x1:hover .image_title {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    max-height: 150px;
}

.no_link {
    cursor: auto !important
}
.text_container h2:first-child, 
.text_container p:first-child {
    font-size: 1.5rem;
    padding-bottom: 10px
}

.competition_button, 
.result {
    display: block;
    text-align: center;
	width: 350px;
    margin-bottom: 25px;
    overflow: hidden
}
.result {
    padding: 20px
}
.result p {
    margin: 0
}
.result p:first-child {
    font-size: 500%;
}
.leader p:first-child {
    font-weight: 600
}

/* image grids */


/* Time line */

.timeline_year {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-top: -100%;
    cursor: default;
    background: rgba(84,88,90,1);
}
.timeline_year p {
    font-size: 750%;
    margin: 10px;
    color: rgb(255,255,255);
}
.timeline_year p span {
    font-weight: 600
}

.timeline_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    margin-top: -100%;
    cursor: default;
}

.timeline_text p {
    text-align: left;
    margin: 10px;
}

/* Time line */


/* retailer info */

.retailer_location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
    
}
.google_map {
    width: 725px;
	height: 520px;
    background: rgb(84,88,90); /* PANTONE 425 C */
}
.contact_details {
    padding-left: 20px;
    background: rgb(255,255,255);
}
.contact_details p {
    margin: 0;
}
.contact_details p.contact_details_heading {
	font-weight: 600;
    margin-top: 1em;
}
.contact_details:first-child p.contact_details_heading {
    margin: 0
}
.contact_details span.day {
    width: 100px;
    display: inline-block;
    vertical-align: top
}
.contact_details span.time {
    width: 225px;
    display: inline-block;
    vertical-align: top
}

.retailer_email {
	font-weight: 100;
	color: rgb(84,88,91) /* PANTONE 425 C */
}

/* retailer info */


/* Collections */

.inspiration_link {
    padding: 10px;
    background: rgba(218,217,215,0.25);
	background: -moz-linear-gradient(45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.content {
    /*
    Navigation update Sept 2019
    width: 1100px;
    */
    margin: 20px auto;
    overflow: hidden
}
.content h1:first-child {
    margin-top: 0
}

.info_panel, 
.related_panel,
.search_panel, 
.competiton_panel, 
.slider_panel {
	display: inline-block;
	padding: 1px;
	background: -moz-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow: hidden
}
.info_panel {
    width: 62.5vw;
    max-width: 800px;
}

.related_panel {
    width: 30vw;
    max-width: 384px;
    float: right;
}


@media screen and (max-width: 768px) {
    .info_panel,
    .related_panel {
        width: 100%;
        max-width: initial;
        float: initial;
    }
    .related_panel {
        margin-top: 20px;
    }
}




.search_panel,
.competiton_panel {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center
}

.search_panel h2 {
    margin: 0
}
.search_panel input[type=text] {
    background: rgb(255,255,255);
    border: none
}

.intro_panel {
	width: 100%;
    /*
    Navigation update Sept 2019
	min-width: 1100px;
    */
    margin: 0 auto;
    color: rgb(255,255,255);
    background: rgb(84,88,91); /* PANTONE 425 C */
    margin-bottom: 20px;
    text-align: center;
}

.intro_panel .content {
    padding: 50px;
    margin: 0 auto
}
.intro_panel .content p:first-child {
    margin-top: 0
}
.intro_panel .content p:last-child {
    margin-bottom: 0
}

.intro_panel .content p:first-child,
.intro_panel .content p:last-child {
    text-transform: uppercase;
    font-size: 140%;
    font-weight:100
}

.terms_panel {
    text-align: left;
}




/* NEW PANELS CSS JANUARY 2024 */
/* REPLACES ALL PREVIOUS PANEL STYLES */

.centered-panel {
}
    .centered-panel h1,
    .centered-panel h2,
    .centered-panel h3,
    .centered-panel p,
    .centered-panel ul {
        text-align: center;
        padding-left: max(50px, 20%);
        padding-right: max(50px, 20%);
    }

.light-bg {
    padding: 10px 0;
    background: -moz-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.dark-bg {
    padding: 10px 0;
    color: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(84,88,91,1) 0%, rgba(62,65,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(84,88,91,1) 0%, rgba(62,65,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(84,88,91,1) 0%, rgba(62,65,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54585b', endColorstr='#3e4143',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.opening-para p:first-child {
    font-size: 1.25rem
}
.all-caps {
    text-transform: uppercase
}

/* NEW PANELS CSS JANUARY 2024 */
/* REPLACES ALL PREVIOUS PANEL STYLES */






    .search_panel p,
    .competiton_panel p,
    .terms_panel p {
        margin: 0;
        padding: 0;
    }
.competiton_panel p:first-child,
.terms_panel p:first-child {
    font-size: 1.5rem;
}

.panel_heading {
    margin: 0;
	margin-left: 10px;
	font-size: 1.5rem;
    padding: 10px 0
}
.range {
	height: 50px;
	line-height: 50px;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}
.range_description p {
    font-size: 1.25rem;
}

.range_features {
    font-size: 1.25rem;;
    font-weight: 600;
    margin: 0;
    padding: 0
}
ul.range_features_list,
ul.related_items_list {
    text-align: center;
    padding: 0;
}
    ul.range_features_list li,
    ul.related_items_list li {
        font-size: 1rem;
        padding-bottom: 0.25rem
    }

.panel_navigation ul {
	padding: 0;
	margin: 0 auto;
	overflow: hidden
}
.panel_navigation li {
	display: block;
	float: left;
	margin: 0;
	margin-right: 1px
}
.panel_navigation li a {
	display: block;
	margin-left: 1px;
	white-space: nowrap;
	background: rgba(255,255,255,0.5);
	font-size:  18px;
	height: 35px;
	line-height: 35px;
    padding: 0 5px;
	font-weight: 100;
	border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.panel_navigation li a:hover {
	background: rgba(255,255,255,1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.panel_navigation li a:disabled {
	background: rgb(255,255,255);
}

.panel_navigation li.active a {
	background: rgba(255,255,255,1);
}
.panel_content {
	padding: 9px;
	background: rgb(255,255,255);
    overflow: hidden
}
.panel_content p:first-child {
	margin-top: 0;
}
.panel_content ul.feaures {
	padding-left: 1em
}
.related_links_heading {
	font-weight:  600;
	margin-bottom: 0;
}
.panel_content ul.related_links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.panel_content p:last-child, 
.panel_content ul:last-child{
	margin-bottom: 0;
}

.finish_container, 
.handle_container {
    width: 133px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left
}
.finish_container:nth-child(5n+1), 
.handle_container:nth-child(5n+1) {
    margin-right: 0;
}
.finish_container .finish, 
.handle_container .handle {
    width: 133px;
    height: 133px;
    padding: 5px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important
}
.finish_container p, 
.handle_container p {
    font-size: 0.8rem;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.finish .stock {
    padding: 5px;
    font-size: 60%;
    text-transform: uppercase;
    background: rgb(255,255,255);
    display: inline-block
}

.door_container {
    margin-right: 10px;
    margin-bottom: 20px;
    float: left
}
.door_container p {
    font-size: 0.8rem;
    margin-top: 5px;
    white-space: nowrap
}
.search_term {
    font-weight: 600;
    font-size: 70%;
    text-transform: uppercase;
}

.search_options {
    padding: 1px;
    background: -moz-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.search_option {
    white-space: nowrap;
    display: inline-block;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis
}
.search_option label {
    width: initial !important;
}

ul.matched_options  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: outside
}
ul.matched_options li {
    display: inline;
}
ul.matched_options li:after {
    content: ", ";
}
ul.matched_options li:last-child:after {
    content: "";
}

/* Collection index */

.collections,
.accessories {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.collections h2, 
.accessories h2 {
    text-transform: uppercase
}
    .collections .square_group {
        width: 100%;
        grid-gap: 0;
        margin-bottom: 30px
    }
        .collections .square_group .square_2x1 {
            margin-bottom: 0
        }
        .collections .square_group .square_2x1 .text_container {
            align-items: flex-start;
        }
            .collections .square_group .square_2x1 .text_container h2,
            .collections .square_group .square_2x1 .text_container p {
                text-align: left;
                padding: 0 30px
            }
            .collections .square_group .square_2x1 .text_container p {
                margin-bottom: 30px;
            }
.range_thumbnails {
    width: 100%;
    padding: 0 30px
}
.range_thumbnail {
    float: left;
    text-align: center;
    padding-right: 30px
}
.range_thumbnail img {
    height: 110px
}

.accessories .accessory {
    width: 30vw;
    max-width: 384px;
    display: block;
    float: left;
    overflow: auto;
    margin-left: 25px
}
.accessories .accessory:first-child {
    margin-left: 0
}
    .accessories .accessory .info {
        width: 30vw;
        height: 30vw;
        max-width: 384px;
        max-height: 384px;
        display: table;
        float: left;
        overflow: hidden
    }


/* Collection index */


/* news */

.news_intro {
    font-size: 1.25rem;
}
.news_quote {
    font-style: italic;
}
.news_quote::before { 
    content: "“";
}
.news_quote::after { 
    content: "”";
}
.news_name {
    font-size: 10pt;
}

/* news */


/* competition */

.competition_winner {
    display: table;
    width: 125px;
    height: 125px;
    margin: 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 100px;
    overflow: hidden;
    box-shadow: rgb(255,255,255) 0 0 4px 2px;
}
.competition_winner div {
    display: table-row;
    width: 100%;

}
.competition_winner div div {
    display: table-cell;
    font-size: 200%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: rgb(84,88,91); /* PANTONE 425 C */
}
.competition_winner div div.season, 
.competition_winner div div.year {
    font-size: 100% !important;
    color: rgb(255,255,255);
    background:  rgba(84,88,91,0.8); /* PANTONE 425 C */
    font-weight: 700
}
.competition_winner div div.season {
    padding-top: 5px
}
.competition_winner div div.year {
    padding-bottom: 5px
}

/* competition */


/* related slider */

.related_slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: rgb(255,255,255)
}

    .related_slider .slider_navigation {
        flex: 0 0 auto;
        width: 54px;
        height: 240px;
        margin: auto; /* auto centres the child both horizontally and vertically */
    }
    .related_slider .slider_navigation button {
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        width: 54px;
        height: 240px
    }

    .related_slider .slider_slides {
        flex: 0 0 auto;
        max-width: 990px;
        height: 260px;
        overflow: hidden;
    }

    .related_slider #slide_container {
        height: 225px;
        margin-left: 0;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .related_slider .slider_slide {
        display: table;
        float: left;
        width: 240px;
        height: 240px;
        vertical-align: bottom;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 10px;
        margin-top: 10px
    }
    .related_slider .slider_slide:first-child {
        margin-left: 0;
    }
    .related_slider .slider_slide > .image_container {
        background-position: 0 50px;
        margin: 0;
        height: 100%;
        display: block
    }

/* related slider */

/* sample form */

.sample_discount {
    padding: 10px;
    background: rgb(217,217,214); /* PANTONE Cool Gray 1 C */
    font-size: 120%;
    text-align: center;
}
.sample_discount p {
    margin: 0
}
.sample_discount p:first-child {
    text-transform: uppercase;
    font-weight: 700
}
.sample_range_container {
    display:inline-block;
    padding-right: 50px
}
.sample_finishes {
    overflow: auto
}
.sample_finish_container {
    width: 133px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left
}
.sample_finish_container img {
    /*
    height:225px;
    */
    width: 133px;
}
.sample_finish_container p {
    font-size: 0.8rem;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.sample_finish_container p:nth-child(2) {
    font-weight: 700;
    margin: 0
}




/* The details */

.column {
    width: 270px;
    display: block;
    float: left;
}
.column:first-child {
    margin-right: 5px;
}

.the_details_images {
    width: 545px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom
}


.the_details_images .image {
    width: 270px;
    float: left;
    display: table;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 5px
}
.the_details_images .image:last-child {
    margin-bottom: 0
}

.double_height {
    height: 515px;
}
.double_width {
    width: 545px !important;
    height: 385px;
    margin-top: 5px
}
.landscape {
    height: 255px;
}
.portrait {
    height: 385px;
}
.the_details_images .image .caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    opacity: 0;
    color: rgb(255,255,255);
    background: rgba(84,88,91,0.8); /* PANTONE 425 C */
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.the_details_images .image:hover .caption {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.the_details_copy {
    width: 555px;
    height: 775px;
    display: inline-table;
    vertical-align: bottom ;
    background: -moz-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%, rgba(218,217,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(218,217,215,0.25) 0%,rgba(218,217,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dad9d7', endColorstr='#dad9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.the_details_copy div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 0 50px;
}


/* The details */