{box-sizing: border-box;
}
.blog {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    
}
img-blog {
  display: block;
  box-shadow: -1px 0px 0px rgba(0,0,0,0.06);
  width: 95%;
}
footer .quickLinks {
display: none;
}
p.globalDisclosure {
    display: none;
}
p.globalCopyright{
display: none;
}
p.boker-check-disclaimer{
display: none;
}
.button-rounded a { 
border-radius: 5px; 
font-size: 1em; 
padding: 12px 20px; 
background-color: #1879FE; 
color: #fff; 
}
.arrowBox{
width: 200px;
height: 30px;
background-color: #ffc728;
border-radius: 5px;
position: fixed;
top: 3em;
left: 230px;
padding: 10px;
font-family: Roboto, sans-serif;
font-size: 14px;
line-height: 22px;
color: #313333;
text-align: center;
}

#largebox {
width : 800px;
height : 350px;
background-color : #ffffff;
padding-top : 50px;
padding-left : 10px;
padding-right : 10px;
}

#box 1 {
height: 300px;
width: 250px;
background-color: eaeaea;
float: left;
}
#box 2 {
height: 300px;
width: 250px;
background-color: eaeaea;
float: left;
}
#box 3 {
height: 300px;
width: 250px;
background-color: eaeaea;
float: right;
}

.container-kam{
width:100%;
height:600px;

}
.content-kam{
float:left;
height:300px;
}
.content1-kam{

width:50%;
}
.content2-kam{
width:50%;

}
.content3-kam{

width:50%;
}
.content4-kam{
width:50%;

}

}
.kam-info {
	position: absolute;
	width: inherit;
	height: inherit;
}
 
.kam-info h3 {
	font-family: 'helvetica', cursive;
	font-weight: 400;
	color: #000;
	font-size: 42px;
	margin: 0 30px;
	padding: 100px 0 0 0;
	line-height: 1.5;
}
 
.kam-info p {
	font-family: 'helvetica', sans-serif;
	color: #000;
	padding: 4px 5px;
	margin: 0 30px;
	font-size: 14px;
	line-height: 2;
}
.content-kam {
	width: 50%;
	height: 50%;
	position: relative;
	cursor: pointer;
    -webkit-transition: 0.3s ease-in-out, 
    -webkit-transform 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out, 
    -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, 
    transform 0.3s ease-in-out, ;
}
 
.content-kam:hover {
	transform: scale(1.05); 
}

.services {
max-width: 960px;
margin: 0 auto;
  display: table;
}
.service1 {
width: 200px;
min-height: 200px;
vertical-align: middle;
box-sizing: border-box;
background-color: #fff !important;
margin: 20px 10px;
padding: 0 5px;
float: left;
}
.service-text {
font-variant: small-caps;
font-size: 20px !important;
font-weight: bold;
color: #1b75bc;
max-width: 260px;
padding: 5px 10px;
}

.image {
max-width: 200px;
margin: 15px 0 0 0;
}

.image:hover {
opacity: 0.5;
max-width: 200px;
margin-top: 15px;
}
.custodian-container {
  max-width: 200px;
margin: 0 auto;
  display: table;
}
.custodian-button
{
width: 200px;
height: 100%;
margin: 10px;
padding:10px;
background-color: #1b75bc;
color: #fff;
  font-size: 16px !important;
font-weight: bold;
 text-transform: uppercase;
text-align: center;
  border-radius:0px;
   float: left;
}
.cus-link
{
font-color: #fff;
  font-size: 16px !important;
font-weight: bold;
 text-transform: uppercase;
text-align: center;
}

.custodian-button:hover {
opacity: 0.5;
max-width: 100%;
}

/* Blog Gallery */

.blog-gallery-container {
max-width: 100%;
margin: 0 auto;
  display: table;
}
.blog-gallery {
max-width: 350px;
max-height: 250px;
vertical-align: middle;
box-sizing: border-box;
margin: 20px 10px;
padding: 0 5px;
float: left;
}
#event-content{
  
}
#event-main-content {
  width: 550px;
  float: left;
  min-height:400px;
}
#event-img{
    float:left;
}
#event-sidebar{
  width: 350px;
  background-color: #eee;
 
  min-height:400px;
}
.clear{
  clear: both;
}

  table#table1 
  {
    width:100%; 
    padding: 15px;
    
	font-family:sans-serif;
	text-align: center;
	float: left;
	
  }

  tr { 
	font-size: 20px; 
	}

@media only screen and (max-width: 1250px) {
tr { 
	font-size: 16px; 
	}
table#table1 {
    width:50%; 
    margin-left:25%; 
    margin-right:25%;
  }
}

@media only screen and (max-width: 800px) {
tr { 
	font-size: 12px; 
	}
table#table1 {
    width:90%; 
    margin-left:5%; 
    margin-right:5%;
  }
}