#popup_box { 
                display:none;
                position:fixed;  
                _position:absolute;
                width:1170px;  
                max-width:100%;
                max-height:100%;
                background:#FFFFFF;  
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index:100;   
                padding:15px;  
                font-size:15px;  
                border:5px solid #7e1128;
                color:#fff;
                background: rgba(0, 0, 0, 0.8);
                text-align: center;
            }
            #popupBoxClose {
                font-size:20px;  
                line-height:15px;  
                right:5px;  
                top:5px;  
                position:absolute;  
                color:grey;  
                font-weight:500;
                cursor: pointer;      
            }
            .popUpHead {
              color:#fff;
              font-size: 36px;
            }
            .popUpSub {
              color:#fff;
              text-transform: uppercase;
              font-weight: bold;
            }
            .popUpDivider{
              border:2px solid #7e1128;
              margin-bottom: 20px;
              width: 20%;
              margin-left: auto;
            margin-right: auto;
            }
            .specialRow{
              max-width: 100%;
              margin-bottom: 40px;
              margin-left: 0px;
              margin-right: 0px;
            }

            .specialHolder {
              max-width: 100%;
              padding-left: 5px;
              padding-right: 5px;
            }

            .specialHolder img {
              max-width: 100%;
            }

            .popUpLink {
                border:1px solid #fff;
                background-color: #7e1128;
                color:#fff;
                text-align: center;
                margin-top: 10px;
                margin-bottom: 10px;
                padding: 5px;
            }

            .popUpLink a {
                color:#fff;
            }

            .specialRow{
              max-width: 100%;
              margin-bottom: 40px;
              margin-left: 0px;
              margin-right: 0px;
            }

            @media screen and (max-width: 376px) {
              .col-md-12 {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
