/* Custom CSS */


/* TOP */

#main_logo {
    width: auto;
    height: 18px;
    vertical-align: middle;
}

#main_intro_logo {
    width: 20%;
    margin-top: -10%;
    margin-bottom: -5%;
}

#main_intro_image {
    width: 70%;
}

section header,
article header {
    margin: 0 0 0 0;
}

#tristar_logo {
    width: auto;
    height: 15px;
    vertical-align: middle;
}

#bufa_logo {
    height: 30px;
    vertical-align: middle;
	margin-left: 1rem;
}

#banner {
    box-shadow: inset 0px -15px 20px 15px black;
}

#banner_vid {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    box-shadow: inset 0 33px 40px rgba(0, 0, 0, 0.64) !important;
}

#header {
    padding: 0 0 0 0 !important;
    height: 40px;
    background-color: #424242;
}

#header.with-banner {
    background: rgba(0, 0, 0, 0.8);
}

#header.alt {
    background: rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 33px 40px rgba(0, 0, 0, 0.64) !important;
}

#header a {
    color: #E53436;
}

#header.alt a {
    color: #ffffff;
}

#header .logo {
    height: auto;
}

#tristar_header {
    font-size: 10px;
}

a,
a:hover,
a:active,
a:focus #menu {
    outline: none;
    border: none;
    cursor: pointer;
}

li,
ul #menu {
    outline: none;
    list-style-type: none;
}

.image.main img {
    margin: 0 auto;
    width: 50%;
}


/* MIDDLE */


/* Iphone 5 */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #index_table {
        font-size: xx-small !important;
    }
    #contact_form_obj {
        width: 95% !important;
        height: 660px !important;
    }
    #feedback_form_obj {
        width: 95% !important;
        height: 660px !important;
    }
    .image.main {
        width: 100% !important;
    }
    #main_intro_logo {
        width: 75% !important;
    }
}


/* Iphone 6 */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    #index_table {
        font-size: xx-small !important;
    }
    #contact_form_obj {
        width: 95% !important;
        height: 660px !important;
    }
    .image.main {
        width: 100% !important;
    }
    #main_intro_logo {
        width: 75% !important;
    }
}

@media screen and (max-device-width: 640px) {
    #feedback_form_obj {
        width: 95% !important;
        height: 465px !important;
    }
}

@media screen and (max-device-width: 470px) {
    #feedback_form_obj {
        width: 95% !important;
        height: 594px !important;
    }
}


/* Nexus 5x */

@media screen and (max-width: 736px) and (max-height: 412) {
    #contact_form_obj {
        width: 90% !important;
        height: 600px !important;
    }
    .image.main {
        width: 100% !important;
    }
    #main_intro_logo {
        width: 75% !important;
    }
}


/* OTHER MOBILE DEVICES */

@media screen and (min-width: 737px) and (max-width: 900px) {
    #contact_form_obj {
        height: 520px !important;
    }
    .image.main {
        width: 100% !important;
    }
    #main_intro_logo {
        width: 75% !important;
    }
}

#contact_form_obj {
    height: 500px;
    width: 100%;
}

#section_img_span {
    width: 16em;
    text-align: -webkit-center;
}

.spotlight .image {
    background-color: unset;
}

.spotlight .image:before {
    display: none;
}

.spotlight .image:after {
    display: none;
}

.spotlight .content header h2 {
    text-align: left
}

#two .spotlight .content {
    text-align: center;
}

.section_one_img {
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    border-radius: 8px 8px 8px 8px !important;
}

.section_img {
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    border-radius: 8px 8px 8px 8px !important;
    width: auto !important;
}

#index_table {
    text-align: left;
}

#index_table li {
    list-style-type: circle;
}

.product_child li {
    font-size: large;
}

#nav ul.product_child {
    display: none;
}

#nav ul.visible {
    display: block;
}

.product_number {
    font-size: small;
}

#index_table td {
    padding: 0.75em 0;
}

.sample_img {
    display: block;
    margin: 0 auto;
    width: 25%;
}

.section_sample_img {
    width: auto !important;
    height: 380px !important;
}

.sample_conditions {
    font-size: small;
}

.sample_conditions li {
    list-style-type: circle;
}

/* PRODUCTS-SPECIFIC */
#section_img_span .section_img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#section_img_span:hover .section_img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/* FOOTER */

#footer_item_container {
    display: inline-flex;
}

#footer .footer_item {
    color: #aaaaaa;
    font-size: 0.8em;
    margin: 0 1em 0 1em;
}