/* Variables */
/* Colors */
/* Sizes */
/* General */
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

/* Layout */
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

header {
    background: #e5e4e2;
}

.wrapper .header_wrapper {
    height: 16px;
}
.wrapper .full_col {
    height: 22px;
    background: url('../images/header-slice.png');
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
    display: block;
}

#logoCallouts {
    margin-left: 5%;
    position: absolute;
    top: 0;
    z-index: 222;
    width: 150px;
    padding: 8px 10px;
    background: url('../images/header-slice.png');
}
#logoCallouts img {
    width: 100%;
    background: white;
}

.content_wrapper {
    position: relative;
    width: 98%;
    margin: 50px auto 0 auto;
}

.main_container .palette_filter {
    float: left;
    width: 17%;
    height: 400px;
    margin: -28px 1% 0 0;
}
.main_container .palette_filter .material_container img {
    width: 100%;
    border: 1px solid #999999;
}
.main_container .palette_filter .material_container .flooring h2 {
    cursor: pointer;
}
.main_container .palette_filter .material_container h2 {
    text-align: center;
    padding: 0 0 15px 0;
    font-weight: bold;
    color: #382f2d;
    clear: both;
}
.main_container .palette_filter .material_container p {
    font-size: 9px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.main_container .palette_filter .kitmembers {
    background: #e5e4e2;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
    overflow-x: hidden;
    padding: 15px 0;
    height: 400px;
    position: relative;
}
.main_graphic .info_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    padding: 20px 10px 20px 10px;
    height: auto !important;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 1.2em;
    width: calc(100% - 20px) !important;
}
.main_container .palette_filter .kitmembers div {
    width: 30%;
    float: left;
    margin: 0 10% 40px 10%;
    position: relative;
}
.main_container .palette_filter .kitmembers div:last-child {
    margin-bottom: 10px;
}
.main_container .palette_filter .kitmembers .checked {
    cursor: pointer;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 222;
    top: -1px;
    left: -1px;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid transparent;
}
.main_container .palette_filter .kitmembers .active {
    border: #382f2d 2px solid;
    background: url('../images/check.png') center center;
    background-repeat: no-repeat;
}
.main_container .palette_filter .cabinets,
.main_container .palette_filter .countertop,
.main_container .palette_filter .flooring {
    display: none;
}
.main_container .palette_filter .kitmembers::-webkit-scrollbar {
    width: 10px;
}
.main_container .palette_filter .kitmembers::-webkit-scrollbar-track {
    background-color: #c1c1c1;
}
.main_container .palette_filter .kitmembers::-webkit-scrollbar-thumb {
    background-color: #382f2d;
}
.main_container .palette_filter .selected_material_title {
    text-align: center;
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #382f2d;
    font-weight: bold;
}
.main_container .palette_filter .selected_material_title:first-letter {
    text-transform: uppercase;
}
.main_container .graphic_container {
    position: relative;
    float: left;
    width: 63%;
    overflow: hidden;
    cursor: auto;
}
.main_container .graphic_container .main_back {
    width: 100%;
}
.main_container .graphic_container .main_graphic {
    background: url('../images/Base_Image.jpg');
    position: absolute;
    width: inherit;
    height: inherit;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}
.main_container .graphic_container .main_graphic div {
    position: absolute;
    width: 100%;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
.main_container .selection_details {
    width: 18%;
    padding: 0 0.5%;
    margin: -28px 0 0 0;
    height: 466px;
    float: right;
    position: relative;
}
.main_container .selection_details .zoom_btns {
    position: absolute;
    bottom: 36px;
    width: 100%;
}
.main_container .selection_details .zoom_btns input {
    border: 1px solid #382f2d;
    cursor: pointer;
    color: #fff;
    background: #382f2d;
    width: 30%;
    height: 34px;
    font-size: 0;
    display: block;
    float: left;
    margin: 0 10%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    outline-width: 0;
    transition: ease-in-out 0.4s;
}
.main_container .selection_details .zoom_btns #in {
    background: url('../images/zoom-in-xxl.png') center center #382f2d;
    background-repeat: no-repeat;
}
.main_container .selection_details .zoom_btns #in:hover {
    opacity: 0.9;
}
.main_container .selection_details .zoom_btns #out {
    background: url('../images/zoom-out-xxl.png') center center #382f2d;
    background-repeat: no-repeat;
}
.main_container .selection_details .zoom_btns #out:hover {
    opacity: 0.9;
}
.main_container .selection_details .print_btn {
    display: block;
    width: 72px;
    cursor: pointer;
    margin: 0 auto;
    height: 19px;
    padding: 5px 5px;
    background: #e5e4e2;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-weight: bold;
    margin-left: -41px;
    color: #382f2d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    transition: ease-in-out 0.4s;
}
.main_container .selection_details .print_btn:hover {
    background: #382f2d;
    color: #e5e4e2;
}

.footer {
    clear: both;
}
.footer .copyright {
    width: 70%;
    padding: 40px 0 0 0;
    margin: 0 15% 10px 15%;
    color: #382f2d;
    font-size: 9px;
    text-align: center;
}

.print_preview {
    background: url('../images/print_back.png');
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 999;
}
.print_preview .print_container {
    width: 450px;
    background: #fff;
    height: 580px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 50%;
    margin-left: -225px;
    top: 30px;
}
.print_preview .print_container .logo_container {
    margin-left: 5px;
    background: url(../images/header-slice.png);
    width: 130px;
    padding: 5px 0;
    margin-top: 5px;
}
.print_preview .print_container .logo_container img {
    height: 45px;
    display: block;
    margin: 0 auto 0 auto;
    background: white;
}
.print_preview .print_container .logo_container .print_logo {
    display: block;
    background: url('../images/KmLogo.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    text-indent: -9999px;
}
.print_preview .print_container .gray_bar {
    width: 100%;
    margin: 15px 0 0 0;
    height: 8px;
    float: none;
    background: #382f2d;
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.print_preview .print_container .print_selection_container {
    width: 380px;
    margin: 25px auto 0 auto;
    height: 219px;
    position: relative;
}
.print_preview .print_container .print_selection_container .imagesToPrint {
    position: absolute;
}
.print_preview .print_container .print_selection_container .imagesToPrint img {
    width: 100%;
    position: absolute;
}
.print_preview .print_container .print_selection_container .main_back {
    background: url('../images/Base_Image.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
.print_preview .print_container .print_selection_container div {
    position: absolute;
    height: 219px;
    width: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}
.print_preview .print_container .print_selection_text {
    position: relative;
    top: 350px;
    height: 120px;
}
.print_preview .print_container .print_copyright {
    position: absolute;
    width: 94%;
    margin: 0 3%;
    bottom: 10px;
    color: #9f9f9f;
    font-size: 8px;
    text-align: center;
    border-top: 1px solid gray;
    padding-top: 8px;
}
.print_preview .buttons_container {
    position: fixed;
    top: 630px;
    left: 50%;
    margin-left: -41px;
    width: 82px;
}
.print_preview .buttons_container a {
    background: #e8e6da;
    cursor: pointer;
    width: 72px;
    height: 19px;
    padding: 5px 5px;
    display: block;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #382f2d;
    transition: ease-in-out 0.4s;
}
.print_preview .buttons_container a:hover {
    background: #382f2d;
    color: #e8e6da;
}

.selection_info div,
.selected_items_print div {
    float: left;
    width: 100%;
}
.selection_info p,
.selected_items_print p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #382f2d;
    font-weight: bold;
}
.selection_info .selection,
.selected_items_print .selection {
    display: none;
}
.selection_info .title_selections li,
.selected_items_print .title_selections li {
    color: #000;
    font-size: 15px;
    height: 17px;
    padding: 8px 0px 8px 0px;
    width: 86%;
    margin: 0 7%;
    margin-bottom: 6px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.selection_info .title_selections .active,
.selected_items_print .title_selections .active {
    background: url('../images/header-slice.png');
    color: #ffffff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}
.selection_info .main_info,
.selected_items_print .main_info {
    background: #382f2d;
    display: none;
}
.selection_info .main_info p,
.selected_items_print .main_info p {
    color: #fff;
}
.selection_info .main_info li,
.selected_items_print .main_info li {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 0 4px 10px;
    background: #382f2d;
    margin: 14px 6px 14px 6px;
    height: 20px;
    font-size: 0.8em;
    text-transform: capitalize;
    display: none;
    text-align: center;
}

.selected_items_print .main_info {
    width: 60%;
    margin: 0 20%;
}
.selected_items_print .main_info li {
    font-size: 0.7em;
    padding: 7px 0 0px 10px;
    margin: 4.8px;
}
.selected_items_print p {
    margin: 8px 0 8px 0;
}

@media print {
    header,
    .content_wrapper,
    .footer,
    .buttons_container {
        display: none;
    }

    .print_preview {
        background: #fff;
        width: 100% !important;
        position: absolute !important;
        height: 900px !important;
    }

    .print_container {
        width: 99% !important;
        webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        height: 98% !important;
        border: 1px solid #382f2d;
        left: 0 !important;
        margin-left: 0 !important;
        position: absolute !important;
        top: 0 !important;
    }
    .print_container .print_selection_container {
        width: 90% !important;
        margin: 50px auto 0 auto !important;
        height: 490px !important;
    }
    .print_container .print_selection_container .imagesToPrint {
        width: 100% !important;
        background: red !important;
    }
    .print_container .print_selection_container .imagesToPrint img {
        width: 100% !important;
    }
    .print_container .print_selection_container .main_back {
        width: 100% !important;
    }
    .print_container .print_selection_container .main_back .main_graphic {
        height: 400px !important;
    }
    .print_container .print_selection_container .main_back .main_graphic div {
        height: 400px !important;
    }
}
@media screen and (max-width: 1480px) {
    .hidden_info {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .print_btn {
        display: none !important;
    }

    .hidden_info {
        display: block;
    }

    .wrapper {
        width: 100%;
        min-width: 0;
    }
    .wrapper .header_wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 12px;
    }
    .wrapper #logoCallouts {
        margin: 0 auto;
        position: relative;
    }
    .wrapper .content_wrapper {
        width: 99%;
        padding: 0 0.5%;
        min-width: 0;
        margin: 0;
        height: auto;
    }
    .wrapper .content_wrapper .main_container .selection_details {
        padding: 0;
        width: 100%;
        height: 255px;
        margin: 0;
    }
    .wrapper .content_wrapper .main_container .selection_details p,
    .wrapper .content_wrapper .main_container .selection_details li {
        font-size: 1.2em;
    }
    .wrapper .content_wrapper .main_container .selection_details li {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 12px 0 14px 0;
    }
    .wrapper .content_wrapper .main_container .selection_details .active {
        -webkit-box-shadow: inset 0 0 20px #013d32;
        -moz-box-shadow: inset 0 0 20px #013d32;
        box-shadow: inset 0 0 20px #013d32;
    }
    .wrapper .content_wrapper .main_container .selection_details .zoom_btns {
        position: relative;
        bottom: 0;
        display: none;
    }
    .wrapper .content_wrapper .main_container .graphic_container {
        float: right;
        width: 100%;
        margin: 40px 0 0 0;
    }
    .wrapper .content_wrapper .main_container .palette_filter {
        width: 100%;
        height: 280px;
        margin: 10px 1% 0 0;
    }
    .wrapper .content_wrapper .main_container .palette_filter p {
        font-size: 0.8em;
    }
    .wrapper .content_wrapper .main_container .palette_filter .selected_material_title {
        font-size: 1.2em;
    }
    .wrapper .content_wrapper .main_container .palette_filter .kitmembers {
        padding: 0;
        background: none;
        height: 160px;
    }
    .wrapper .content_wrapper .main_container .palette_filter .kitmembers div {
        width: 13%;
        margin: 22px 6% 24px 6%;
    }
    .wrapper .content_wrapper .main_container .palette_filter .kitmembers .checked {
        width: 100%;
        margin: 0;
    }
    .wrapper .footer .copyright {
        font-size: 10px;
        width: 90%;
        margin: 0 5%;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .wrapper .content_wrapper .main_container .palette_filter .kitmembers div {
        margin: 22px 7% 50px 7%;
        width: 19.33%;
    }
}
@media only screen and (max-width: 1075px) {
    .main_container .palette_filter .kitmembers div{
        margin: 0 10% 50px 10%;
    }
}
@media only screen and (min-width: 1400px) {
    .header .logo h1 a {
        width: 45%;
        height: 68px;
    }

    .main_content .main_container .palette_filter .material_container p {
        font-size: 12.5px;
    }
    .main_content .main_container .palette_filter .material_container h3 {
        font-size: 18px;
    }
    .main_content .main_container .palette_filter .filters li {
        font-size: 1.2em;
    }
    .main_content .main_container .palette_filter p:first-child {
        font-size: 20px;
        margin: 10px 0 12px 0;
    }
    .main_content .main_container .palette_filter .selected_material_title {
        font-size: 16px;
        margin: 75px 0 14px 0;
    }
    .main_content .back_button {
        font-size: 28px;
        width: auto;
        padding: 6px 12px 14px 12px;
        margin-left: 36px;
    }
}
