::-webkit-scrollbar {
    display: none;
}
body:after{
        display: none;
        content: url(images/dpgLogo.jpg) url(images/dpgBackground.jpg) url(images/dpgHeader2.png)
}
#topWrapper {
	width: 100%;
	height: 32vh;
}
.dpgFont {
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
}
#bottomWrapper {
	width: 100%;
	height: 68vh;
	background-image: url(images/dpgBackground.jpg);
	background-position: 50% 25%;
}
.dpgButtonWrapper {
/*
	width: 16vw;
	height: 10vh;
	line-height: 10vh;
*/
	display: inline-block;
}
.dpgUL {
	list-style-type: none;
}
#colMenu1 {
	height: 60vh;
}
.dpgButton {
	width: 9vw;
	font-weight: bold;
	display: inline-block;
	font-size: 1.2em;
	cursor: pointer;
}
.rightBorder {
	border: 3px solid #fff;
	border-style: none solid none none;
}
.dpgButton:active {
/*
	box-shadow: 1px 1px 3px #000;
	transform: translateY(2px);
	transition: all 0.3s;
	
*/
	color: yellow;
}
.activeDpgButton {
	color: yellow!important;
}
.gscBorder {
        border: 3px solid #0e68A3;
}
#dpgText {
	width: 60%;
	text-align: center;
	padding: 25px;
	margin-top: 15vh;
	display: inline-block;
	background: #fff;
}
#colLogo {
	height: 55vh;
}
#dpgLogo {
	margin-top: 5vh;
	cursor: pointer;
	float: left;
}
.bg-color-dpg,.text-color-dpg {
	background: #0e68A3;
}
.borderLess,.borderless {
	border: 0!important;
}
.hiddenView1 {
	display: none;
}
.hiddenViewImportant {
	display: none!important;
}
#dpgAddress {
	color: white;
	float: left;
	width: 1200px;
}
/*
div[class*="col"] {
	font-size: 1em;
	padding:10px;
}
*/
.padding-50 {
	padding: 50px;
}
.padding-75 {
	padding: 75px;
}
.fontSize2em {
	font-size: 2em;
}
.g-recaptcha {
        left: 50%;
        margin: 0px 0px 10px -150px;
        position: relative;
        width: 300px;
}
@media screen
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	.gscMenu {
		background-size: contain!important;
		width: 67%;
		height: 67%;
	}
}
