@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Roboto-Regular";                
  src: url('../fonts/Roboto-Regular.woff') format('woff'), 
       url('../fonts/Roboto-Regular.ttf') format('truetype');
	
}

@font-face {
  font-family: "Roboto-Light";
  src: url('../fonts/Roboto-Light.woff') format('woff'), 
       url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto-Thin";
  src: url('../fonts/Roboto-Thin.woff') format('woff'), 
       url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto-Bold";
  src: url('../fonts/Roboto-Bold.woff') format('woff'), 
       url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Oswald-Regular";
  src: url('../fonts/Oswald-Regular.woff') format('woff'), 
       url('../fonts/Oswald-Regular.ttf') format('truetype');
}


body
{
	margin:0;
	padding:0;
	font-family:"Roboto-Light";
	font-size:15px;
	color:#404040;
}

.clear
{
	clear:both;
}

img
{
	border:none;
	outline:none;
}

a
{
	text-decoration:none;
}

header
{
	position:fixed;
	width:100%;
	background-color:#fff;
	z-index:99999;
	padding:8px 0 0 0;
	-webkit-box-shadow: 0px 5px 2px 0px rgba(61,61,61,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(61,61,61,0.25);
	box-shadow: 0px 2px 5px 0px rgba(61,61,61,0.25);
}

.headerLHS
{
	font-family: "Roboto-Bold";
	font-size:30px;
	float:left;
	font-weight:bold;
	margin:0 0 0 5%;
}

.headerLHS a
{
	color:#17b6ea;
}

.headerRHS
{
	float:right;
	margin-right:4.5%;
}

.mobileHeaderWrapper
{
	padding: 4px 0 7px 0;
	position:fixed;
	top:0;
	width:100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 5px 1px 0px rgba(61,61,61,0.25);
	-moz-box-shadow: 0px 1px 5px 0px rgba(61,61,61,0.25);
	box-shadow: 0px 1px 5px 0px rgba(61,61,61,0.25);
	background-color: #fff;
}

.mobileHeaderWrapper .headerRHS
{
	padding: 11px 0 0 0;
}

.headerMobile .navLogo
{
	font-family: "Roboto-Bold";
	font-size: 30px;
	font-weight: bold;
	padding:10px 20px 15px 20px;
}

.headerMobile .navLogo a
{
	color: #17b6ea;
	text-decoration: none;
}

.headerMobile .navLogo a:hover
{
	color: #17b6ea;
	text-decoration: none;
}


.wrapper
{
	width:80%;
	margin:0 auto;
	max-width:1366px;
}

.footer
{
	background-color:#333; 
}

.footerContainer
{
	padding:60px 0;
}

.footerContainer ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.footerContainer ul li
{
	float:left;
	width:20.9%;
	margin-right:3%;
	padding-left:2%;
	border-left:solid 1px #404040;
}

.footerContainer ul li .privacyContainer
{
	display:block;
	font-size:14px;
	padding-bottom:10px;
	color:#adadad;
}

.footerContainer ul li .privacyContainer a
{
	color:#838383;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerContainer ul li .privacyContainer a:hover
{
	color:#333;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerContainer ul li .designedBy
{
	display:block;
	font-size:14px;
	padding-bottom:10px;
	color:#adadad;
}

.footerContainer ul li .designedBy a
{
	color:#adadad;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerContainer ul li .designedBy a:hover
{
	color:#fff;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerContainer ul li .socialMediaContainer ul li
{
	float:left;
	display:block;
	width:40px;
}

.footerContainer ul li .footerHeading
{
	text-transform:uppercase;
	color:#fff;
	padding-bottom:22px;
	display:block;
}

.footerContainer ul li ul li
{
	float:none;
	border-left:none;
	width:100%;
	padding-left:0;
	padding-bottom:15px;
	font-size:13px;
}

.footerContainer ul li ul li a
{
	color:#adadad;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerContainer ul li ul li a:hover
{
	color:#fff;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.parallax
{
	position:relative;
	width:100%; 
	background-attachment:fixed;
	background-position:50% 50%;
	background-repeat:no-repeat;background-size:cover;
}


.innerBannerTitle
{
	font-family: "Roboto-Thin";
	color:#fff;
	font-size:60px;
	text-align:center;
	padding:210px 0 20px 0;
}

.innerParallaxUnderline
{
	border-bottom:solid 1px #17b6ea;
	width:160px;
	margin:0 auto;
}