
     
	body {
		font-family: 'Arimo', sans-serif;
		color:#4a4a4a;
		margin: 0;
		padding:0;
		float:left;
		width:100%;
		height:auto;
		line-height: normal;
	}

	p { 
		margin-block-start: 18px;
		margin-block-end: 18px;
	}

	p strong {font-weight: 600;}




	
	a img {	border:none; }
	
	a { 
	color: #000; 
	text-decoration:none;
	}
	 
	 
	a:hover {
	 color: #357E89;
	 text-decoration:none;

	 }	

hr { margin: 40px 0px; }

h1 {
	line-height: normal;
	font-size:38px;
	font-weight: 500;
	color: #30708d;
}


@media only screen and (max-width: 760px){ 
	h1 { 
		margin-block-start: 0;
		margin-block-end: 0;
		font-size: 32px;
		line-height: 36px;
	}
}



h2 {
	line-height: normal;
	font-size: 26px;
	font-weight: 600;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	color:#4c6367;
	line-height: 27px;
    font-size: 24px;
	font-weight: 600;
	margin-bottom:0px;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

h4 a {
	color: #223579;
	text-decoration:none;
	font-weight: 500;
}

h4 a:hover {
	color: #357E89;
	text-decoration:none;
}


	
	.clear{clear:both;}
	
	.outer_container {
		height: auto;
		width: 100%;
		float:left;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}



	img {
	width:100%;	
	}

	
	.top-bar {
		float: left;
		width: 100%;
		height: auto;
		background-color: #30708d;
		text-align: center;
		padding-top:20px;
		padding-bottom:20px;
		background: #00547acc;
	}

@media only screen and (max-width: 760px){ .top-bar { padding-top:0px; } }

.top-bar img {
	width:200px;
	z-index:2;
	postion:relative;
}

.nav-burger {
	float: right;
    height: auto;
    margin-right: 3.9%;
    margin-top: -118px;
    text-align: right;
}

.nav-burger img {
	width:100%;
	height:auto;
	max-width:60px;
}	
	
	
	.nav {
		background-color: #b3c5daf0;
		color: #FFF;
        font-size: 1.5vw;
		text-align: center;
		padding-top: 14px;
		padding-bottom: 14px;
		position: sticky;
		z-index: 1000;
		top: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-around;
}

@media only screen and (max-width: 600px) { .nav { display:none; } }

@media only screen and (max-width: 1300px) { 
	
	.nav {
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.nav {
		padding-top: 17px;
		padding-bottom: 15px;
	}
}


.nav a {
	color:#FFF;
	font-size:1.2vw;
	opacity:1;
	letter-spacing: 0.05vw;
	text-shadow: 0px 0px 16px #0a445fb3;
}

@media only screen and (max-width: 1300px) { .nav a { font-size: 1.5vw; } }
@media only screen and (max-width: 1024px) { .nav a { font-size: 2vw; } }

.nav a:hover {
	opacity: 0.6;
	-webkit-transition: .1s ease;
    transition: .1s ease;
}

.nav-div {
	margin: 0% 1% 0% 1%;
	font-family: none;
}


.nav-links {
	width: 50%;
    margin: 0 0 0 13%;
}


.new-book-btn {
	border-radius: 280px;
    background: #0a455d;
    font-size: 0.9vw;
    padding: 6px 24px;
    cursor: pointer;
    margin: 0px 17% 0 0;
}

.new-book-btn a {
	font-size: 0.8vw;
	text-transform: uppercase;
}

@media only screen and (max-width: 1300px) {
	.new-book-btn { margin: 0px 0% 0 0; } 
	.nav-links { margin: 0 0 0 0%; width: 60%; }
}

@media only screen and (max-width: 1024px) {
	.new-book-btn { margin: 0px 1% 0 0; padding: 6px 12px; }
	.new-book-btn a { font-size: 1.3vw; }
	.nav-links { margin: 0 0 0 0%; width: 70%; }
}





.portal-bar {
	position: fixed;
    bottom: 0;
    z-index: 50;
    margin-bottom: -4px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.portal-bar img {
	width:100%;
	max-width: 732px;
}

.portal-bar img:hover {
	filter: brightness(115%);
	-webkit-transition: .1s ease;
    transition: .1s ease;
}




.book-btn {
	/*-- border: 2px solid #FFF; --*/
    display: inline;
    padding: 0px 10px 6px 10px;
    margin-left: 3%;
    padding-right: 0%;
    padding-left: 0%;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
	.book-btn {
		margin-left: 2%;
	}
}

/*--.book-btn a:hover {
	color: #b5ca97;
	text-shadow: 0px 0px 0px #b5ca97;
} --*/

 .book-btn:hover {
	background-color: #FFFFFF25;
	-webkit-transition: .1s ease;
    transition: .1s ease;
} 

.book-btn img {
	width: 15.2%;
	vertical-align: top;
	margin-bottom:-9px;
}

@media only screen and (max-width: 1300px) { 
	.book-btn img {
			width: 15%;
			margin-bottom: -9px;
			margin-top: -6px;
		}
}

@media only screen and (max-width: 1024px) { 
	.book-btn img {
		width:20.8%;
		margin-top: -11px;
	}
}

.book-btn img:hover {
	opacity: 0.95;
	-webkit-transition: .1s ease;
    transition: .1s ease;
}
	
	.header-image {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -255px;
    position: relative;
    z-index: -1;
		
	}

.header-image-subpage {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -384px;
    position: relative;
    z-index: -1;
}

	@media only screen and (max-width: 760px)  { .header-image-subpage { display: none; } }	
	@media only screen and (max-width: 600px)  { .header-image { display: none; } }	
	
	
	
.header-form {
	width: 29.05%;
    height: auto;
    float: right;
    margin-top: -38%;
    margin-right: 8.9%;
}    
	

@media only screen and (max-width: 1680px)  { .header-form { margin-top: -35%; } }

@media only screen and (max-width: 1300px)  {
		.header-form{
	
		display:none;
		
		}		
	}	
	
	
	.availability-slice {
    width: 91.45%;
    height: auto;
    float: left;
    padding-left: 4.275%;
    padding-right: 4.275%;
    padding-top: 3%;
    padding-bottom: 1%;
	background-color: #ffffff;
	display: block;
	}	

.availability-slice img {
    width: 80%;
	text-align: center;
	margin-left: 10%;
		
	}


.availability-slice-mobile {
    width: 91.45%;
    height: auto;
    float: left;
    padding-left: 4.275%;
    padding-right: 4.275%;
    padding-top: 3%;
    padding-bottom: 1%;
	background-color: #ffffff;
	display: none;	
}	

.availability-slice-mobile img {
    width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
		
	}

@media only screen and (max-width: 1300px)  { 
	.availability-slice { display: none; }
	.availability-slice-mobile { display: block; }
}





.home-image {
	width: 100%;
	height: auto;
	float: left;
}

.home-image-about {
	background-image: url(/images/image-about.webp);
    min-height: 720px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	float: left;
}

.home-image-inthearea {
	background-image: url(/images/image-inthearea.webp);
    min-height: 720px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	float: left;
}
	
.home-divider {
    width: 100%;
    height: 18px;
    float: left;
    background-color: #b4cbcf;
    margin-top: -4px;
}

.home-about {
	width: auto;
    height: 180px;
    float: right;
    margin-top: -24%;
    margin-right: 3%;
	visibility: hidden;
}	

.home-gallery {
    width: auto;
    height: 180px;
    float: left;
    margin-top: -25%;
    margin-left: 3%;
	visibility: hidden;
}

.home-inthearea {
    width: auto;
    height: 180px;
    float: right;
    margin-top: -24%;
    margin-right: 3%;
	visibility: hidden;
}	
	
.home-suites {
    width: auto;
    height: 180px;
    float: left;
    margin-top: -24%;
    margin-left: 3%;
	visibility: hidden;
}

.home-mobile-image { display: none; }

@media only screen and (max-width: 900px)  {
	.home-about, .home-gallery, .home-inthearea, .home-suites { margin-top: -110px; height: 0px; }	
	.home-about img, .home-gallery img, .home-inthearea img, .home-suites img { width: auto; height: 70px; }
	
	.home-image-about, .home-image-inthearea {
		background-image: none;
		width: 100%;
		min-height: auto;
		float: left;
	}
	
	.home-mobile-image { display: block; }
	
	
}



.yellow-bar {
	width: 100%;
	height: 16px;
	float: left;
	/*-- background-color: #d9d389; --*/
	background-color: #b5ca97;
	margin-top: -4px;
}



.elfsite {
	width:80%; 
	margin-left:10%; 
	margin-top:60px; 
	margin-bottom: 60px;
}

@media only screen and (max-width: 1200px)  { 
	.elfsite { 
		width:90%;
		margin-left:10%;
		margin-top:50px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 900px)  { 
	.elfsite { 
		width:94%; 
		margin-left: 3%; 
		margin-top:40px; 
		margin-bottom: 40px;
	}
}




.footer-bar {
	width: 100%;
	height: 8px;
	float: left;
	background-color: #4c6367;
	/*-- background-color: #596647; --*/
	
	margin-top: 60px;
}

.footer-container {
	width: 100%;
    height: auto;
    float: left;
    /*-- background-color: #b4cbcf; --*/
	/*-- background-color: #b2cd8e; --*/
	background-color: #b3c5da;
	padding-bottom: 70px;
	
}

.footer-container a:hover { text-decoration: underline; }

.footer-col1 {
	width: 7%;
    height: auto;
    float: left;
    margin-left: 19%;
    padding: 3% 1.5% 3% 3%;
}

@media only screen and (max-width: 1400px)  { .footer-col1 { margin-left: 2%; } }

@media only screen and (max-width: 900px)  { 
	.footer-col1 { 
	width:98%;
	padding:1%;
	text-align:center;
	margin-left:0;
	margin-top:20px;
	}		
}
	
.footer-col1 img { width:100%; max-width:200px; }	


.footer-col2 {
	width: 13%;
	padding: 3% 2.5% 3% 1.5%;
	margin-left: 0%;
    height: auto;
    float: left;
	color: #4c6367;
	/*-- color: #596647; --*/
    font-size: 15px;
	line-height: 24px;
}

@media only screen and (max-width: 1400px)  { .footer-col2 { width: 20%; font-size: 15px; padding: 3% 2% 3% 1.5%; } }

@media only screen and (max-width: 900px)  {
	.footer-col2 {
		width:98%;
		padding:1%;
		text-align:center;
		margin-left:0;
	}
}

.footer-divider {
	width: 2px;
	padding: 0% 0% 1.5% 0%;
    margin: 3% 3.5% 1.5% 0%;
    height: auto;
    float: left;
	background-color: #4c6367;
	/*-- background-color: #596647; --*/
}

@media only screen and (max-width: 900px)  { .footer-divider { display: none; } }

.footer-col3 {
	width: 8%;
    height: auto;
    float: left;
    margin-left: 0%;
    margin-top: 3%;
}	

	@media only screen and (max-width: 1400px)  {
		.footer-col3{
	
		width: 14%;
		
		}		
	}
	
	@media only screen and (max-width: 900px)  {
		.footer-col3{
	
		width:98%;
		padding:1%;
		text-align:center;
		margin-left:0;
		
		}		
	}	

	

	.footer-col3 a{
    font-size: 15px;
    color: #4c6367;
	/*-- color: #596647; --*/
    line-height: 24px;
	}
	
	@media only screen and (max-width: 1400px)  {
		.footer-col3 a{
	
		font-size: 15px;
		
		}		
	}
	
	
	

.footer-col4 {
	width: 18%;
    height: auto;
    float: left;
    margin-left: 3%;
    margin-top: 2%;
    font-size: 11px;
    color: #4c6367;
	/*-- color: #596647; --*/
    line-height: 14px;
}	

@media only screen and (max-width: 1400px)  {
	.footer-col4 {
		font-size: 11px;
		width: 25%;
	}		
}
	
	@media only screen and (max-width: 900px)  {
		.footer-col4{
	
		width:98%;
		padding:1%;
		text-align:center;
		margin-left:0;
			margin-bottom: 10px;
		
		}		
	}	
	

.footer-col4 a {
	font-size: 11px;
	color: #4c6367;
	/*-- color: #596647; --*/
	line-height: 14px;
}
	
@media only screen and (max-width: 1400px)  { .footer-col4 a { font-size: 11px; } }	
	
	.footer-col4 span {
    font-size: 11px;
	}	
	
	
	.footer-col4 img {
    max-width:125px;
	}	
	
.content-container {
	float:left;
	margin-left:15%;
	width:70%;
	height:auto;
	line-height:30px;
	font-size:18px;
	margin-top:50px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1365px)  { 
	.content-container { margin-left:10%; width:80%; }
}

@media only screen and (max-width: 1024px)  { 
	.content-container { margin-left:5%; width:90%; margin-top: 40px; margin-bottom: 0px; }
}



.content-container a {
	color: #30708d;
	text-decoration: underline;
}

.content-container a:hover {
	color: #a1a1a1;
	text-decoration: none;
	box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.content-container hr {
	border: 0;
    border-top: 1px solid #eee;
	width: 50%;
    margin: 80px 25%;
    float: left;
}

@media only screen and (max-width: 760px){ 
	.content-container hr { 
		width: 70%;
		margin: 35px 15% 10px 15%; 
		border-top: 1px solid #d4d4d4; 
	} 
}

	

.w3-row-padding {
	-webkit-text-size-adjust: 100%;
}

.w3-row-padding:before {
	content: "";
    display: table;
    clear: both;
}

.w3-row-padding:after {
	content: "";
    display: table;
    clear: both;
}

*,*:before,*:after {
    box-sizing: unset;
}

.w3-row-padding>.w3-half {
	padding: 0 0px;	
}

/*-- .w3-col.m6, .w3-half {
    width: 48.045%;
	float: left;
} --*/

.w3-row-padding img {
    margin-bottom: 6px;
	vertical-align: middle;
	border-style: none;
	overflow-clip-margin: content-box;
    overflow: clip;
}




div.about-table {
  /*-- font-family: Arial, Helvetica, sans-serif; --*/
  background-color: #fafdff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
	margin-bottom: 34px;
}
.divTable.about-table .divTableCell, .divTable.about-table .divTableHead {
  border: 0px solid #AAAAAA;
  padding: 10px 20px;
}
.divTable.about-table .divTableBody .divTableCell {
  /*-- font-size: 13px; --*/
}
.divTable.about-table .divTableHeading {
  background: #b3c5da;
}
.divTable.about-table .divTableHeading .divTableHead {
  /*-- font-size: 15px; --*/
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
}
.about-table .tableFootStyle {
  /*-- font-size: 14px; 00*/
}
.about-table .tableFootStyle .links {
	 text-align: right;
}
.about-table .tableFootStyle .links a{
  display: inline-block;
  background: #b5ca97;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.about-table.outerTableFooter {
  border-top: none;
}
.about-table.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.tablediv-full { display: table-cell;}
.tablediv-mobile { display: none; }

@media only screen and (max-width: 900px)  { .tablediv-full { display: none; } }
@media only screen and (max-width: 900px)  { .tablediv-mobile { display: block; } }


.w3-button {
	font-size: 21px;
    letter-spacing: .2px;
    font-weight: 500;
	padding: 8px 8px;
}

.w3-button:hover {
    -webkit-transition: .1s ease;
    transition: .1s ease;
}



.tooltip-bath, .tooltip-phone, .tooltip-wifi, .tooltip-coffee, .tooltip-cutlery, .tooltip-television, .tooltip-car, .tooltip-plug, .tooltip-wheelchair, .tooltip-bed, .tooltip-shopping-basket, .tooltip-glass, .tooltip-users, .tooltip-loungekitchen {
  position: relative;
  display: inline-block;
  /* --border-bottom: 1px dotted black;  If you want dots under the hoverable text -- */
	font-size: 28px;
}


.tooltip-bath .bathtext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 120px;
	margin-left: -60px;  
}


.tooltip-phone .phonetext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 140px;
	margin-left: -70px;  
}

.tooltip-wifi .wifitext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 160px;
	margin-left: -80px;  
}

.tooltip-coffee .coffeetext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 156px;
	margin-left: -78px;  
}

.tooltip-cutlery .cutlerytext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 80px;
	margin-left: -40px;  
}

.tooltip-television .televisiontext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 120px;
	margin-left: -60px;  
}

.tooltip-car .cartext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 136px;
	margin-left: -68px;  
}

.tooltip-plug .plugtext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%; background-color: #fafdff;
	width: 156px;
	margin-left: -78px;  
}

.tooltip-wheelchair .wheelchairtext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 226px;
	margin-left: -113px;  
}

.tooltip-bed .bedtext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 164px;
	margin-left: -82px;    
}

.tooltip-shopping-basket .shopping-baskettext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 226px;
	margin-left: -113px;  
}

.tooltip-glass .glasstext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 226px;
	margin-left: -113px;  
}

.tooltip-users .userstext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 226px;
	margin-left: -113px;  
}

.tooltip-loungekitchen .loungekitchentext {
	visibility: hidden; text-align: center; padding: 5px 0; border-radius: 4px; border: 1px solid #b4cbcf; position: absolute; z-index: 1; bottom: 36px; left: 50%;  background-color: #fafdff;
	width: 245px;
	margin-left: -122px;  
	
}





.tooltip-bath:hover .bathtext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-phone:hover .phonetext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-wifi:hover .wifitext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-coffee:hover .coffeetext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-cutlery:hover .cutlerytext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-television:hover .televisiontext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-car:hover .cartext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-plug:hover .plugtext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-wheelchair:hover .wheelchairtext { visibility: visible; font-size: 14px; line-height: 18px; }

.tooltip-bed:hover .bedtext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-shopping-basket:hover .shopping-baskettext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-glass:hover .glasstext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-users:hover .userstext { visibility: visible; font-size: 14px; line-height: 18px; }
.tooltip-loungekitchen:hover .loungekitchentext { visibility: visible; font-size: 14px; line-height: 18px; }







.parent-two, .parent-three {
    width: 40.5%;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.parent-two { margin: 0% .5% 1% 9%; }
.parent-three { margin: 0% .5% 1% .5%; }


.threedone {background-image: url(/images/3d-thumb-barker-suite.jpg);}
.threedtwo {background-image: url(/images/3d-thumb-barker-common.jpg);}

.explore-gallery a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.parent-two:hover .child, .parent-two:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent-two:hover .child:before, .parent-two:focus .child:before {
    display: block;
}

.parent-two:hover a, .parent-two:focus a {
    display: block;
}

.parent-three:hover .child, .parent-three:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent-three:hover .child:before, .parent-three:focus .child:before {
    display: block;
}

.parent-three:hover a, .parent-three:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(52,73,94,0.75); */
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.child a { height: 100%; width: 100%; }


@media only screen and (max-width: 760px){
	.parent { height: 125px; width: 48%; margin: 0% 1% 2% 1%; }
	.parent-two { height: 125px; width: 48%; margin: 0% 1% 2% 1%; }
	.parent-three { height: 125px; width: 48%; margin: 0% 1% 2% 1%; }
	.parent-four { height: 125px; width: 48%; margin: 0% 1% 2% 25%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.parent { height: 308px; width: 49%; }
	.parent-two { height: 308px; width: 49%; margin: 0% .5% 1% .5%; }
	.parent-three { height: 308px; width: 49%; margin: 0% .5% 1% .5%; }
	.parent-four { height: 308px; width: 49%; margin: 0% .5% 1% 25%; }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.parent { height: 272px; }
	.parent-two { height: 272px; }
	.parent-three { height: 272px; }
	.parent-four { height: 272px; }
}


.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}






.virtual-regular { display: block; margin-top: 50px; }
.virtual-mobile { display: none; }

.virtual-mobile img {
	width: 49%;
    margin: 10% 0% 0% 0%;
}

@media only screen and (max-width: 760px) {
	.virtual-regular { display: none; }
	.virtual-mobile { display: block; }
}









.area-left {
	width: 33%;
	float: left;
}

.area-right {
	width: 64%;
	padding-left: 3%;
	float: right;
	margin-top: 0;
}

@media only screen and (max-width: 1700px)  { 
	.area-left { width: 37%; } .area-right { width: 60%; } 
}	

@media only screen and (max-width: 1440px)  { 
	.area-left { width: 48%; } .area-right { width: 47%; padding-left: 5%; } 
}	

@media only screen and (max-width: 1300px)  { 
	.area-left { width: 100%; } .area-right { width: 100%; padding-left: 0%; margin-top: 10px; } 
}	

.area-right img { width:100%; height:auto; }










.fadeInLeft {
	position: relative;
	animation: animat_show_left 1.4s;
	visibility: visible !important;
}

@-webkit-keyframes animat_show_left {
	0%{opacity:0.0; left:50px;}
	100%{opacity:1.0; left:0px;}
}

.fadeInRight {
	position: relative;
	animation: animat_show_right 1.4s;
	visibility: visible !important;
}

@-webkit-keyframes animat_show_right {
	0%{opacity:0.0; right:50px;}
	100%{opacity:1.0; right:0px;}
}












    
.topnav {
  overflow: hidden;
  background-color: #00547acc;
}

@media only screen and (min-width: 761px)  {
.topnav{
	display:none;
}	
	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #e01f1a;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}



@media screen and (max-width: 760px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



