  @charset "UTF-8";
/* CSS Document */




                        /* Multi Column Layout
                        --------------------------------------------------*/


                            .prod-col-container {
                              display: table;
                              width: 100%;
                              clear: both;
                              align-content: center;
                              box-sizing: border-box;
                              clear: both;
                              box-sizing: border-box;



                            }
                            .prod-col {
                              box-sizing: border-box;
                              display: table-cell;
                              width: 50%;
                              padding: 20px;
                              vertical-align: top; /* Removes the extra white space below the baseline */

                            }

                            @media only screen and (max-width: 600px) {
                              .prod-col { 
                                box-sizing: border-box;
                                display: block;
                                width: 100%;
                              }
                            }




                        /* Product Information
                        --------------------------------------------------*/

                            .prod-L {
                                padding: auto;
                                text-align: center;
                                vertical-align: top;
                                display: block;


                            }
                            
                            .prod-R {
                                padding: auto;
                                text-align: left;
                                vertical-align: top;
                                display: table-cell;
                                position: relative;


                            }


                            #prod-img {
                                background-color: #bcbcbc;
                                width: 100%;
                                height: 100%;
                                display: block;
                                margin-top: auto;
                                margin-bottom: auto;
                                margin-left: auto;
                                margin-right: auto;
                                vertical-align: top;
                            }


                            .prod-img-box {
                                background-color: #bcbcbc;
                                border: 2px solid #ffffff;
                                width: 100%;
                                height: auto;
                                min-width: 200px;
                                max-width: 500px;
                                display:block;
                                margin-left: auto;
                                margin-right: auto;
                                vertical-align: top;

                            }



                             form #input-submit {
                               color: #ffffff;
                               background: #cd2333;
                               cursor: pointer;

                           }


                             .UCsubmit {
                               width: 100%;
                               margin-bottom: 0;
                               padding-left: auto;
                               padding-right: auto;

                             }

                             @media (max-width: 480px) {
                               .UCsubmit {
                                 width: 100%;
                                 float: none;
                                 margin-bottom: 0;
                                 padding-left: 15px;
                                 padding-right: 15px;
                               }
                             }

                             /* Clearfix */
                             .cf:before,
                             .cf:after {
                               content: " ";
                               /* 1 */
                               display: table;
                               /* 2 */
                             }

                             .cf:after {
                               clear: both;
                             }




                        .CATbtn {
                            border: 0;
                            background-color: #cd2333;
                            position: relative;
                            color: #FFFFFF;
                            margin: 30px auto;
                            padding: 5px 5px;
                            height: 40px;
                            width: 100%;
                            font-size: 14px;
                            cursor: pointer;
                            text-align: center;
                            transition: 0.3s;
                        }
        
                        .cat {
                            border-color: #FFFFFF;
                            color: #FFFFFF;
                          
                        }
                        
                        .cat:hover {
                            background-color: #000000;
                            color: #ffffff;
                            vertical-align: middle;
                            opacity: 0.7;
                        }


                        #myBtn {
                          border: none;
                          outline: 0;
                          padding: 12px;
                          color: #ffffff;
                          background-color: #cd2333;
                          text-align: center;
                          cursor: pointer;
                          width: 100%;
                          font-size: 18px;
                          border-radius: 5px;
                        }

                        #myBtn:hover {
                          background-color: #000000;
                          opacity: 0.7;
                        }






              #side-a {
                float: left;
                width: 50%;
                position: relative;
              }
              
              #side-b { 
                margin: 0 0 0 0;
                float: left;
                width: 50%;
                height: 1%; /* Holly hack for Peekaboo Bug */
                position: relative;
                overflow-wrap: break-word;
                word-wrap: break-word;

              }
              
              @media screen and (min-width: 480px) {
              	#side-a{
              		display: block;
              		width: 100%;

              	}
              	#side-b{
              		display: block;
              		width: 100%;


              	}

              }
              
              



            #spec-items-A {
              column-count: 2;
              column-gap: 70px;
              column-rule: 1px double #eeeeee;
              line-height: 2em;
              color: #888888;
              margin-top: 10px;
              margin-left: 20px;

            }

            #spec-items-A li{
              line-height: 2em;
              color: #888888;

            }


            ol#spec-items-B {
              color: #cd2333;
              margin-top: 10px;
              margin-left: 30px;
              margin-left: 30px;

            }

            ol#spec-items-B li {
              content: counter(li);
              line-height: 2em;
              color: #cd2333;
              font-weight: bold;

            }




            /* MODAL
            --------------------------------------------------*/

            /* The Modal (background) */
            .modal {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 1; /* Sit on top */
              padding-top: 100px; /* Location of the box */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              background-color: rgb(0,0,0); /* Fallback color */
              background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            }

            /* Modal Content */
            .modal-content {
              position: relative;
              background-color: #fefefe;
              margin: auto;
              padding: 0;
              border: 1px solid #888;
              width: 80%;
              max-width: 600px;
              box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
              -webkit-animation-name: animatetop;
              -webkit-animation-duration: 0.4s;
              animation-name: animatetop;
              animation-duration: 0.4s
            }

            @media screen and (min-width: 480px) {
              #modal-content {
                position: relative;
                width: 100%;
                display: block;
  
                  } 
              }

            /* Add Animation */
            @-webkit-keyframes animatetop {
              from {top:-300px; opacity:0} 
              to {top:0; opacity:1}
            }

            @keyframes animatetop {
              from {top:-300px; opacity:0}
              to {top:0; opacity:1}
            }

            /* The Close Button */
            .close {
              color: #cd2333;
              float: right;
              font-size: 28px;
              font-weight: bold;
              line-height: 1em;
              margin: 0;
            }

            .close:hover,
            .close:focus {
              color: #000000;
              text-decoration: none;
              cursor: pointer;
            }

            .modal-header {
              padding: 10px 16px;
              background-color: #fefefe;
              color: #cd2333;
              text-align: center;
            }

            .modal-body {padding: 2px 16px;}

            .modal-footer {
              padding: 2px 16px;
              background-color: #fefefe;
              color: #cd2333;
            }



            /* Submission Form
            --------------------------------------------------*/


            form.contPG {
              max-width: 400px;
              width: 100%;
              text-align: center;
              margin: auto;
            }
            form input.contTEXT, form textarea.contTEXT {
              outline: 0;
              padding: 1em;
              display: block;
              width: 100%;
              margin-top: 1em;
              -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
              resize: none;
              border: 1px solid #aeaeae;
              color: #777777;
              box-sizing: border-box;
            }
            form input.contTEXT:focus, form textarea.contTEXT:focus {
              -moz-box-shadow: 0 0px 2px #e74c3c !important;
              -webkit-box-shadow: 0 0px 2px #e74c3c !important;
              box-shadow: 0 0px 2px #e74c3c !important;

            }
            form #input-submit {
              outline: 0;
              padding: 12px;
              color: #ffffff;
              background-color: #cd2333;
              text-align: center;
              cursor: pointer;
              display: block;
              width: 160px;
              resize: none;
              border: none;
              font-size: 18px;
              border-radius: 5px;
              margin-top: 10px;
              margin-bottom: 10px;
              margin-left: auto;
              margin-right: auto;
              box-sizing: border-box;


            }
            form #input-submit:hover {
              -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
              -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
              box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
              background-color: #000000;
              opacity: 0.7;
              color: #ffffff;
              font: bold;
            }
            form textarea {
              height: 126px;
              box-sizing: border-box;
            }




            /* Clearfix */
            .cf:before,
            .cf:after {
              content: " ";
              /* 1 */
              display: table;
              /* 2 */
            }

            .cf:after {
              clear: both;
            }






            .MidItem {
                display: block;
                position: relative;
                margin-top: 20px;
                margin-bottom: 10px;
                margin-left: auto;
                margin-right: auto;
                max-width: 200px;
                max-height: auto;
                text-align: center;
                padding: 0;
                box-sizing: border-box;
            }