.rborder {
border-right: 1px solid #000;
font-size: 13px;
color: #555;
padding: 0 20px;
}

.nborder {
font-size: 13px;
color: #555;
padding: 0 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
}

.bg-dark {
    background-color: #000!important;
}

.hideguy {
	display: none;
}

            .oswald {
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
}
	    .montserrat {
 font-family: 'Montserrat', sans-serif;
 font-weight: 300;
 text-transform: uppercase;
}
.popcontrol {
    font-weight: 600;
    color: #505050;
    border-radius: 6px;
    border: 2px solid #b2b2b2;
    height: 28px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    background-image: none;
    width: 60%;
}
.popcontrol2 {
    font-weight: 600;
    color: #505050;
    border-radius: 6px;
    border: 2px solid #b2b2b2;
    height: 28px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    background-image: none;
    width: 95%;
}
.checkcontrol {
    font-weight: 600;
    color: #505050;
    border-radius: 6px;
    border: 2px solid #b2b2b2;
//    height: 28px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    background-image: none;
    width: 60%;
}
<!--
/* @group Blink */
.blink {
	-webkit-animation: blink 1.2s linear infinite;
	-moz-animation: blink 1.2s linear infinite;
	-ms-animation: blink 1.2s linear infinite;
	-o-animation: blink 1.2s linear infinite;
	 animation: blink 1.2s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */
-->