body
{
	background-color:#FFF;
	font-family: 'Didact Gothic', sans-serif;
	font-size:16px; 
    padding-top: 51px;
	color:#333333;
}

.white-background
{
	background-color:#FFF;
}

a
{
	color:#333333;
	text-decoration:none;
}

a:hover
{
	color:#333333;
	text-decoration:none;
}

a:visited
{
	color:#333333;
	text-decoration:none;
}

.topheader
{
	height:45px;
	font-size:14px;
	padding-top:12px;
}

.whitetext
{
	color:#FFFFFF;
}

.greytext
{
	color:#aeadad;
}


.container-pad
{
	padding-top:30px;
	padding-bottom:30px;
}

.aboutus_text
{
	font-size:16px;
	padding-bottom:10px;
}


.my-navbar
{
	top: 45px; 
	position:absolute;
	z-index:999;
	height:140px;
	width:100%;
	background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
}


/*4 box bar*/
.boxbars
{
	position:absolute;
	z-index:999;
	width:100%;
}

.boxbars2
{
	position:absolute;
	z-index:999;
	
	width:100%;
}

.boxbar
{
	background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
	padding-left:10px;
	padding-right:10px;
}

.box-height
{
	height:100px;
}

.box-image
{
	width:70px;
}

.empty-grey
{
	background-color:#e3e3e5;
	height:270px;
}

.navbar-tabs
{
	height:140px;
}

.nav-height
{
	height:140px;
}

.logo
{
	width:50px;
}

.nav-tab
{
	height:140px;
	padding:25px;
	float:left !important;
	font-size:15px;
	font-weight:bold;
}

.nav-tab a
{
	color:#333333;
	text-decoration:none;
}

.nav-tab-active
{
	background-color:#ffffff;
}

.nav-tab:hover
{
	background-color:#ffffff;
}

/*central a div in a div*/
#parent {display: table;}

#child {
    display: table-cell;
    vertical-align: middle;
}
/*central a div in a div*/



/*footer*/
.footer-header
{
	font-size:20px;
	font-weight:bold;
}

.footer-logo-row
{
	padding-bottom:10px;
}

.footer-logo-padding
{
	padding-left:10px;
}

/*contentpage*/
.contentpage-pad
{
	padding-bottom:30px;
}

/*google map*/
#map 
{
    height: 300px;
    width: 100%;
}

.lightgrey
{
	background-color: #f1f1f1;
}

.contactus_link
{
	color:#ffffff;
	text-decoration:none;
}

.contactus_link a
{
	color:#ffffff;
	text-decoration:none;
}


}

@media (max-width: 576px) 
{
	body
	{
		font-size:14px; 
	}
	
	
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) 
{
	
	
	/*4 box bar*/
	.boxbars
	{
		padding-top:20px;
		position:static;
		background-color:green;
	}
	
	.boxbars2
	{
		position:static;
		background-color:#e3e3e5;
		padding-bottom:20px;
	}
	
	.boxbar
	{
		background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-height
	{
		height:120px;
	}
	
	.box-image
	{
		width:150px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:0px;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) 
{
	body
	{
    	padding-top: 0px; 
	}
	
	
	.my-navbar
	{
		height:80px;
		
	}
	
	.navbar-tabs
	{
		height:80px;
	}
	
	.logo
	{
		width:120px;
	}
	
	.nav-height
	{
		height:80px;
	}
	
	.nav-tab
	{
		height:80px;
		padding:10px;
		
	}
	
	/*4 box bar*/
	.boxbars
	{
		padding-top:20px;
		position:static;
		background-color:#e3e3e5;
	}
	
	.boxbars2
	{
		position:static;
		background-color:#e3e3e5;
		padding-bottom:20px;
	}
	
	.boxbar
	{
		background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-height
	{
		height:120px;
	}
	
	.box-image
	{
		width:70px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:0px;
	}
	
	/*contentpage*/
	.contentpage-pad
	{
		padding-top:80px;
	}

	/*google map*/
	#map 
	{
		height: 400px;
	}
	
	/*for non overlap navigation*/
	.non-overlap-page
	{
		padding-top:80px;
	}
	
	.custom_background
	{
		background-image:url(../images/nav-grey-background.jpg);
		background-repeat:repeat-x;
	}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) 
{
	body
	{
    	padding-top: 0px; 
	}
	
	.my-navbar
	{
		height:100px;
		
	}
	
	.navbar-tabs
	{
		height:100px;
	}
	
	.logo
	{
		width:160px;
	}
	
	.nav-height
	{
		height:100px;
	}
	
	.nav-tab
	{
		height:100px;
		padding:20px;
		
	}
	
	/*4 box bar*/
	.boxbars
	{
		padding-top:30px;
		position:static;
		background-color:#e3e3e5;
	}
	
	.boxbars2
	{
		position:static;
		background-color:#e3e3e5;
		padding-bottom:30px;
	}
	
	.boxbar
	{
		background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-height
	{
		height:140px;
	}
	
	.box-image
	{
		width:90px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:0px;
	}
	
	/*contentpage*/
	.contentpage-pad
	{
		padding-top:100px;
	}
	
	/*google map*/
	#map 
	{
		height: 500px;
	}
	
	/*for non overlap navigation*/
	.non-overlap-page
	{
		padding-top:100px;
	}
	
	.custom_background
	{
		background-image:url(../images/nav-grey-background.jpg);
		background-repeat:repeat-x;
	}
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) 
{
	body
	{
    	padding-top: 0px; 
	}
	.my-navbar
	{
		height:140px;
	}
	
	.logo
	{
		width:234px;
	}
	
	.nav-height
	{
		height:140px;
	}
	
	.nav-tab
	{
		height:140px;
		padding:25px;
		float:left !important;
		font-size:15px;
		font-weight:bold;
	}
	
	/*4 box bar*/
	.boxbars
	{
		top: 470px; 
		position:absolute;
		z-index:999;
		height:250px;
		width:100%;
		background-color:transparent;
	}
	
	.boxbars2
	{
		top: 750px; 
		position:absolute;
		z-index:999;
		height:250px;
		width:100%;
		background-color:transparent;
	}
	
	.boxbar
	{
		background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-height
	{
		height:250px;
	}
	
	.box-image
	{
		width:120px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:270px;
	}
	
	/*contentpage*/
	.contentpage-pad
	{
		padding-top:150px;
	}
	
	/*google map*/
	#map 
	{
		height: 600px;
	}
	
	/*for non overlap navigation*/
	.non-overlap-page
	{
		padding-top:140px;
	}
	
	.custom_background
	{
		background-image:url(../images/nav-grey-background.jpg);
		background-repeat:repeat-x;
	}
	
}

/* Specified to 1280*/
@media (min-width: 1280px) 
{
	body
	{
    	padding-top: 0px; 
	}
	/*4 box bar*/
	.boxbars
	{
		top: 420px; 
		position:absolute;
		background-color:transparent;
	}
	
	.boxbars2
	{
		top: 600px; 
		position:absolute;
		background-color:transparent;
	}
	
	.box-height
	{
		height:150px;
	}
	
	.box-image
	{
		width:90px;
	}
	
	.empty-grey
	{
		height:200px;
	}
	
}


/* Specified to 1280*/
@media (min-width: 1366px) 
{
	body
	{
    	padding-top: 0px; 
	}
	/*4 box bar*/
	.boxbars
	{
		top: 460px; 
		position:absolute;
		background-color:transparent;
	}
	
	.boxbars2
	{
		top: 640px; 
		position:absolute;
		background-color:transparent;
	}
	
	.box-height
	{
		height:150px;
	}
	
	.box-image
	{
		width:90px;
	}
	
	.empty-grey
	{
		height:200px;
	}
	
}

/* Specified to 1280*/
@media (min-width: 1440px) 
{
	body
	{
    	padding-top: 0px; 
	}
	
	.empty-grey
	{
		height:170px;
	}
	
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) 
{
	body
	{
    	padding-top: 0px; 
	}
	/*4 box bar*/
	.boxbars
	{
		top: 450px; 
		
	}
	
	.boxbars2
	{
		top: 730px; 
	}
	
	
	.box-height
	{
		height:250px;
	}
	
	.box-image
	{
		width:120px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:280px;
	}
	
}




	/* Extra large devices (large desktops, 1680px and up)*/
@media (min-width: 1680px) 
{
	body
	{
    	padding-top: 0px; 
	}
	/*4 box bar*/
	.boxbars
	{
		top: 470px; 
		position:absolute;
		z-index:999;
		height:250px;
		width:100%;
		background-color:transparent;
	}
	
	.boxbars2
	{
		top: 750px; 
		position:absolute;
		z-index:999;
		height:250px;
		width:100%;
		background-color:transparent;
	}
	
	.boxbar
	{
		background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-height
	{
		height:250px;
	}
	
	.box-image
	{
		width:120px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:270px;
	}
	

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) 
{
	body
	{
    	padding-top: 0px; 
	}
	/*4 box bar*/
	.boxbars
	{
		top: 570px; 
		
	}
	
	.boxbars2
	{
		top: 850px; 
	}
	
	
	.box-height
	{
		height:250px;
	}
	
	.box-image
	{
		width:120px;
	}
	
	.empty-grey
	{
		background-color:#e3e3e5;
		height:260px;
	}
	
}

/*nice scrollbar*/
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #background: #666666;;
}
::-webkit-scrollbar-thumb:active {
  background: #background: #666666;;
}
::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px none #ffffff;
  border-radius: 5px;
}
::-webkit-scrollbar-track:hover {
  background: #cccccc;
}
::-webkit-scrollbar-track:active {
  background: #cccccc;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*default css from bootstrap*/

/*Responsive CSS*/
