@media screen and (max-device-width: 720px) {
	
.menu {
	width:100%;
}


* {
margin: 0;
}

html, body {
height: 100%;
}

.wrapper {
background: #000;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}

.wrapper-page {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
background:#B6A587
}

.push {
height: 4em;
}


#bkopen, #bkcreate{
	color: #786849;
	background-color: #B6A587;
	text-decoration: none !important;
	border: 1px solid #786849;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	width: 25%;
	text-align: center !important;
	display: inline-block;
	cursor: not-allowed;
	font-family: Roboto;
	visibility: visible;
	font-size: 3rem !important;
	margin:auto;
}

.aside-navigation {
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.aside-navigation img{
	height:2em;
	width:auto;
}

.aside-navigation li {
	font-size: 4rem !important;
	list-style: none;
	font-family: Roboto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-weight: 300;
}

.aside-navigation li.current-menu-item,
.aside-navigation li.current-menu-item a {
	color: #DEC302;
}

.aside-navigation a {
    font-family: Roboto;
	color: #ffffff;
	text-decoration: none;
}

.aside-navigation a:hover {
	color: #DEC302;
	text-decoration: none;
}

.main-section-div a, .main-section-div a.visited {
	color: #3C281C;
}

.main-heading-block a, .main-heading-block a.visited {
	color: white;
}

#breadcrumbs {
    list-style:none;
    margin:10px 0;
    overflow: hidden;
	text-decoration: none;
	font-family: Roboto;
	font-size: 3rem !important;
}
  
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
	text-decoration: none;
	font-family: Roboto;
	color: #3C281C;
	font-weight:100;
	font-size: 3rem !important;
	
}
  
#breadcrumbs .separator {
    font-weight:100;
    color: #172239;
    font-family: Roboto;
    font-size: 3rem !important;
}

#breadcrumbs a,  #breadcrumbs a.visited {
	text-decoration: none;
	color: #3C281C;
	font-size: 3rem !important;
}

header {
	width: 100%;
	display: block;
	min-height: 100px;
	background: #172239;
}

body {
	position: relative;
	min-width: 380px;
	background: #172239;
}

html {
	width:100%;
}

footer {
	min-height: 86px;
	max-height: 100px;
	width: 100%;
	display: block;
    background: #172239;
	padding-bottom: 20px;
	clear: both;
}




.footer_text {
	display: block;
    height: 60%;
	font-family: Roboto;
	text-align: center;
	color: #c8bda6;
	padding: 10px;
	font-size: 3rem !important;
}

footer a, footer a.visited {
	color: #c8bda6;
}

.social {
		position: relative;
		display: block;
		height: 40%;
		margin: auto;
		width: auto;
		font-size: 3em;
		text-align:center;
}

.logo {
	display: block;
	position: relative;
	float:none;
	text-align: center;
}



.login, .login a {
	padding-top: 0px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	float:none;
	text-align: center;
	width:100%;

}

.logo img {
	height: 15rem;
	width: auto;
}

.login img {
	height: 6rem;
	width: auto;
} 

.profile, .profile a, .profile a.visited {
	display: block;
	position: relative;
	float:bottom;
	text-align: center;
	width:100%;
	font-size: 4rem !important;
}
	
.container {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 4rem !important;
}


.aside-navigation {
	font-family: Roboto;
	text-transform: uppercase;
	display: block;
	margin-left: 0px;
	height: 100%;
	float: none;
	display: block;
	width: 100%;
	font-size: 4rem !important;
}



.main-heading-block {
	padding-bottom: 6rem;
	height: 100%;
	display: block;
	width: 90%;
	margin:auto;
	font-size: 4rem !important;
	color:#fff;
}
.main-heading-block img {
	width:90%;
	height:auto;
	 object-fit: cover;
	 margin-top:auto;
	 margin-bottom:auto;
	 margin-left:auto;
	 margin-right:auto;
	 display: block;
	 
}
.main-section-div {
	display: block;
	color: #3C281C;
	font-size: 4rem !important;
	font-family: Roboto;
	text-align: justify;
	padding:10px;
}

.pgntn-page-pagination {
				text-align: center !important;

							}
			.pgntn-page-pagination-block {
								
								width: 100% !important;
			}
			.pgntn-page-pagination a {
				margin: 1rem;
				width:6rem;
				font-size:3rem !important;
				color: #3C281C !important;
				background-color: #B6A587 !important;
				text-decoration: none !important;
				border: 1px solid #3C281C !important;
									-webkit-border-radius: 1rem;
					-moz-border-radius: 1rem;
					border-radius: 1rem;
							}
			.pgntn-page-pagination a:hover {
				color: #fff !important;
			}
			.pgntn-page-pagination-intro,
			.pgntn-page-pagination .current {
				width:6rem;
				margin: 1rem;
				font-size: 3rem !important;			
				background-color: #172239 !important;
				color: #fff !important;
				border: 1px solid #3C281C !important;
									-webkit-border-radius: 1rem;
					-moz-border-radius: 1rem;
					border-radius: 1rem;

}

}

@media screen and (min-device-width: 721px) {

.container {
	display: block;
	width: 95vw;
	margin:auto;
}

.aside-navigation {
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	display: block;
	float: right;
	height: 60%;
    width: 33vw;
	margin-left:30vw;
	margin-bottom: 10vh;
}


.main-heading-block {
	position: relative;
	float: left;
	width: 30vw;
	overflow: hidden;
	display: block;
	height: 60%;
	margin-top:10px;
	margin-left:2vw;
}

.main-heading-block img {
	width:80%;
	height: auto !important;
	 object-fit: cover;
	 margin-top:auto;
	 margin-bottom:auto;
	 margin-left:auto;
	 margin-right:auto;
	 padding: 2px;
	 display: block;
}

.menu {
	width:100%;
}


* {
margin: 0;
}

html, body {
height: 100%;
}

.wrapper {
background: #000;
min-height: 71%;
height: auto !important;
height: 71%;
margin: 0 auto -4em;
padding-top:100px;

background-position: top center;
	background-repeat: no-repeat;
	background-image: url('images/headerman1.png');
}

.wrapper-page {
min-height: 82%;
height: auto !important;
height: 82%;
margin: 0 auto -4em;
background:#B6A587
}

.push {
height: 4em;
}


#bkopen, #bkcreate{
	color: #786849;
	background-color: #B6A587;
	text-decoration: none !important;
	border: 1px solid #786849;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 82px;
	text-align: center !important;
	display: inline-block;
	cursor: not-allowed;
	font-family: Roboto;
	visibility: visible;
}
.aside-navigation {
	overflow: hidden;
}

.aside-navigation li {
	font-size: 10pt;
	list-style: none;
	font-family: Roboto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}

.aside-navigation li.current-menu-item,
.aside-navigation li.current-menu-item a {
	color: #DEC302;
}

.aside-navigation a {
    font-family: Roboto;
	color: #ffffff;
	text-decoration: none;
}

.aside-navigation a:hover {
	color: #DEC302;
	text-decoration: none;
}


.main-section-div a, .main-section-div a.visited {
	color: #3C281C;
}

.main-heading-block a, .main-heading-block a.visited {
	color: white;
}

#breadcrumbs {
    list-style:none;
    margin:10px 0;
    overflow: hidden;
	text-decoration: none;
	font-family: Roboto;
	font-size: 12px;
}
  
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
	text-decoration: none;
	font-family: Roboto;
	color: #3C281C;
	font-weight:100;
	
}
  
#breadcrumbs .separator {
    font-size:16px;
    font-weight:100;
    color: #172239;
    font-family: Roboto;
}

#breadcrumbs a,  #breadcrumbs a.visited {
	text-decoration: none;
	color: #3C281C;
}

header {
	width: 100%;
	display: block;
	min-height: 100px;
	background: #172239;
}

body {
	position: relative;
	min-width: 380px;
	background: #172239;
}

html {
	width:100%;
}

footer {
	min-height: 86px;
	max-height: 100px;
	width: 100%;
	display: block;
    background: #172239;
	padding-bottom: 20px;
	clear: both;
}




.footer_text {
	display: block;
    height: 60%;
	font-family: Roboto;
	font-size: 13px;
	text-align: center;
	color: #c8bda6;
	padding: 10px;
}

footer a, footer a.visited {
	color: #c8bda6;
}

.social {
		position: relative;
		display: block;
		height: 40%;
		margin: auto;
		width: 272px;
}

.logo {
	display: block;
	position: relative;
	float:left;
}

.login {
	padding-top: 30px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-right: 5vw;
	float: right;
}

.profile, .profile a, .profile a.visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	width:80px;
	float:left;
}


.main-section-div {
	display: block;
	color: #3C281C;
	font-size: 14pt;
	font-family: Roboto;
	text-align: justify;
	padding:10px;
}

.main-heading-block {	
	font-size: 12pt;
	font-family: Roboto;
	text-align: justify;
	color: #fff;
}

}