html	{
	min-height: 100%;
	overflow-y: scroll;
	background-attachment: fixed;
	}	
* {
	margin:0;
	padding:0;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}
img, a img, img a	{
	border: none!important;
	max-width: 100%;
	height: auto;
	}
*:focus {
    outline: none;
	}	
a, .trans	{
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;
	 }
a:hover	{
	transition: all .5s ease-in-out;
	 }	
ul.bullet	{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
ul.bullet li	{
	margin: 0 0 5px 20px;
	}
ul.bullet li:before	{
	content:"\2666"; 
	padding: 0 7px 0 3px;
	margin: 0 0 5px -22px;
	}	
.email	{
	background: url(../images/shell/icon-email.png) no-repeat 0 0;
	line-height: 30px;
	padding: 0 0 0 35px;
	}	
/* .phone:before	{
	content:"\2706"; 
	padding: 0 7px 0 3px;
	font-size: 28px;
	line-height: 16px;	
	}	
.email:before	{
	content:"\2709"; 
	margin: 0 7px -3px 3px!important;
	font-size: 18px;
	line-height: 21px;	
	position: relative;
	font-weight: bold;
	}	 */
	
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo {
	display: block;
	}
.fullContainer	{
	float: left; 
	position: relative;
	display: block;
	width: 100%; 
	text-align: center; 
	clear: both;
	margin: 0;	
	}
.fullContainer.hdr	{
	}
.fullContainer.bodyParts	{
	margin-bottom: 70px;
	}		
.fullContainer.footerArea	{
	padding: 10px 0;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	font-weight: 400;
	font-size: 12px;	
	font-family: 'Montserrat', sans-serif; 
	}
.fullContainer.bodyParts > .grid	{
	margin-top: 15px;
	}	
.clear	{
	clear: both;
	}
.clear-block	{
	clear: both;
	width: 100%;
	height: 10px;
	background: none!important;
	}
.clear-block-tall	{
	clear: both;
	width: 100%;
	height: 30px;
	background: none!important;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
	}
#sticky_navigation	{
	float: left;
	width: 100%; 
	position: relative; 
	z-index: 1000; 
	display: block; 
	clear: both; 
	/* border-bottom: 1px solid #F4F4F4; */
	}	
.fullContainer.navShadow	{
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 30px;
	top: 139px;
	background: url(../images/shell/nav_shadow.png) no-repeat center center;
	/* border-top: 1px solid #F4F4F4; */
	}
	
/*  THE GRIDS  */
.fullContainer:nth-child(2)	{
	/* background: #ebebeb; */
	}
.grid {
	max-width: 990px;
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: left;
	clear: both;
	}
.grid .gridFull	{
	float: left;
	margin: 15px 1.515%;
	width: 96.9696%;
	}
.grid .gridFull.first	{
	float: left;
	margin: 15px 1.515% -15px 1.515%!important;
	width: 96.9696%;
	padding: 15px;
	background: #fff;
	background: rgba(255,255,255,.85);
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	min-height: 450px;
	}
.grid .gridFullNo	{
	float: left;
	margin: 0 1.515%;
	width: 96.9696%;
	}
.grid .gridSixth	{
	float: left;
	position: relative;
	margin: 15px 1.515%;
	width: 13.6363%;
	min-height: 50px;
	}
.grid .gridThird	{
	float: left;
	position: relative;
	margin:  15px  1.515%;
	width: 30.3030%;
	min-height: 50px;
	}
.grid .gridHalf	{
	float: left;
	position: relative;
	margin:  15px  1.515%;
	width: 46.9696%;
	min-height: 50px;
	}	
.grid .gridFourth	{
	float: left;
	position: relative;
	margin:  15px 1.515%;
	width: 21.9191%;
	min-height: 50px;
	}	
.grid .gridThreeFourth	{
	float: left;
	position: relative;
	margin:  15px 1.515%;
	width: 71.9191%;
	min-height: 50px;
	}	
.grid .gridTwoThird	{
	float: left;
	position: relative;
	margin:  15px 1.515%;
	width: 63.6363%;
	min-height: 50px;
	}
.nobg	{
	background: none!important;
	}
.notb	{
	margin: 0 1.515%;
	}

/* FOR IPAD */
@media only screen 
and ( min-width: 768px ) 
and ( max-width: 1023px )	{
	
.grid	{
	width: 100%!important;
	position: relative;
	} 	
}



/* FOR MOBILE */
@media only screen
and ( min-width: 0px ) 
and ( max-width: 767px )	{
	
#sticky_navigation	{
	background: transparent;
	height: auto;
	width: 100%;
	}
nav	{
	width: 100%!important;
	}
nav ul {
	top: 5px; 
	left: 0; 
	float: none!important;
	}
nav ul li{
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	height: auto!important;
	text-align: left;
	width: 100%!important; 
	left: 0;
	padding: 0!important; 
	}
nav ul li a{
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	height: auto!important;
	text-align: left;
	width: 100%!important; 
	left: 0;
	padding: 10px 15px!important; 
	}	
nav ul ul {
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	width: 100%!important; 
	position: relative;
	top: 0; 
	left: 0; 
	}
nav ul ul li {
	float: none;
	display: block;
	width: 100%!important; 
	position: relative; 
	}
	
}

@media only screen 
and (min-device-width : 567px) 
and (max-device-width : 767px)  { 


}

/*  @media only screen and (max-width: 767px) and (orientation: portrait) {
   portrait phones
}  */