.main-wrapper {
	width: 100%;
	

	
}

.page-wrapperfull {
 
  padding-bottom: 1px;
  padding-top: 30px; 
  background-color: #BFE4F3;
  /*background-image: url('../images/Background_Size_1.png');*/
  background-image: linear-gradient(#0282c0, #BFE4F3);
  
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  }


.page-wrapper {
  padding-bottom: 40px;
  padding-top: 30px; 
  background-color: #BFE4F3;
  /*background-image: url('../images/Background_Size_1.png');*/
 background-image: linear-gradient(#0282c0, #BFE4F3);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
  }



@media (max-width: 767px) {  
    .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px; }
  }
  

  
