
@font-face { font-family: Apercu; src: url('apercu-regular.otf'); } 
@font-face { font-family: Apercu; font-weight: bold; src: url('apercu-bold.otf');}

body
{


   font-weight: normal;
   font-size: 1rem;
   color:#68605a;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   background: -webkit-gradient(linear, left top, left bottom, from(#f4f8f9), to(#f4f8f9)) fixed;
   
}


#Editbox
{
   border: 2px #68605a solid;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family:'Apercu';
   font-size: 14px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
   border-radius:5px;display:block;width:100%;height:32px;line-height:32px;z-index:2;
}


#Image1
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image2
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}


.Button {
    position:relative;
	border-radius:20px;
    max-width:140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family:'Apercu';
    color: #fff;
	background:#c82032;
    text-decoration: none;
   
}

.menuBar {
	
	margin: 0 auto;
	max-width:2147px;
	
	
}

#wb_Image1{
	
	position:relative;
	left:20px;
	top:0px;
	width:111px;
	height:50px;
	z-index:2;
	
}

.menuLabel {
	
	text-align:center;
	color:#68605a;
	font-family:'Apercu';
	font-size:24px;
	
}

.mobileButtonImage{
	
	width:30px;
	height:30px;
	margin-right:10px;
	
}

.mobileButtonImage2{
	
	width:110px;
	height:45px;
	position:relative;
	top:-40px;
	
}

.paragraphText {
	
	margin-left:5px;
	
}

.footerText {
	
	position: relative;
	width: 167px;
	height: 90px;
	
}

.footerStyle {
	
	text-align:center;
	position: absolute; 
	bottom: 5px;
	
}

.paragraphTitle {
	
	text-align:center;
	color:#c82032;
	font-family:'Apercu';
	font-size:19px;
	padding-bottom:10px;
	
}

.Button:Hover{
	
	background: #D3D3D3;
}

#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}

#wb_Text5 div
{
   text-align: center;
}


#container {
  display:                 flex;
  display:                 -webkit-flex;
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;    
  justify-content:         center;
  -webkit-justify-content: center;
  position:relative;
  top:-20px;
}

.blockImage {
	
	height:250px;
	width:250px;
	margin: 0 auto;
	display:block;
}

.block {
  width:              275px;
  min-height:            400px;
  overflow:hidden;
  border: solid #68605a 3px;
  margin:             20px;
  position:relative;
  top:20px;
}
#imagesMain {
  padding: 0;
  position:relative;
  margin-top: 20px;

  width:auto;
  text-align:center;

}

#imagesMain img {
  height: 475px;
  width: auto;
  vertical-align: middle;
}





#menu {
		
	margin-left:150px;
	z-index:1;
	
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
	
}

li {
    display:inline-block;
    float: left;
    margin-right: 1.01px;
}

li a {
    display:block;
	width:10vw;
    max-width:190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family:'Apercu';
    color:#c82032;
    font-size:17px;
    background:#f4f8f9;
	border-radius:0px;
    text-decoration: none;
}

li:hover a {
    background: #D3D3D3;
}

li:hover ul a {
    background:#c82032;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
	text-align:left;

}

li:hover ul a:hover {
    background: #D3D3D3;
    color: #fff;

}

li ul {
	
    display: none;
	
}

li ul li {
	
    display: block;
    float: none;
	
}

li ul li a {
    width:auto;
	min-width:165px;
    padding: 0 20px;
}

ul li a:hover + .hidden, .hidden:hover {
    display: block;
}

.mobileButton {
    font-family:'Apercu';
    color: #fff;
    background:#c82032;
    text-align: center;
    padding: 10px 0;
    display: none;
}

input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked ~ #menu{
    display: block;
	
}

@media screen and (max-width:930px){
    
    .quote{
        
        display:none;
        
    }
    
}

.textMobile{
        
        font-size:35px;
        
}

.slideDiv{
        
    height:310px;
    min-height:auto;
        
}

.bigText{
    
    font-size:9vw;
    
}

@media screen and (min-width : 2000px){
    
    .bigText{
        
        font-size:130px;
        
    }
}

@media screen and (max-width : 900px){
    
    .slideDiv{
        
        height:250px;
        
    }
	
	#wb_Image1{
		
		display:none;
		
	}
	
	
	#menu {
		
		margin-left:0px;
		
	}

    ul {
        position: static;
        display: none;
		text-align:center;
    }
    
    li {
        margin-bottom: 1.01px;
		text-align:center;

    }
	
	li a {
    display:block;
	max-width:1000px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family:'Apercu';
    color: #fff;
    background:#c82032;
	border-radius:0px;
    text-decoration: none;
}
    
    ul li, li a {
		
		width:100%;
		
    }
    
    
    .mobileButton {
        display:block;
		text-align:right;
		height:30px;
    }
    
    .textMobile{
        
        font-size:25px;
        
    }
}







