
/* ----------------------------------------------------------------------------------------------------

CSSGrid is a Responsive CSS Grid designed to work on web and mobile devices. (www.cssgrid.co)
Please don't steal. Support this grid and buy a license from: http://codecanyon.net/item/responsive-css-grid/4928861

---------------------------------------------------------------------------------------------------- */

/*
	The following styles are used on the top navigation only.
	You do not need to use this CSS as part of the CSSGrid.
*/

.wrapper {
}
.wrapper-push {
}
.space-top {
	width:100%;
	height:61px;
}
a {
	transition: color .20s ease;
	-moz-transition: color .20s ease;
	-webkit-transition: color .20s ease;
	transition: background-color .20s ease;
	-moz-transition: background-color .20s ease;
	-webkit-transition: background-color .20s ease;
	transition: background-position .20s ease;
	-moz-transition: background-position .20s ease;
	-webkit-transition: background-position .20s ease;
	transition: border-color .20s ease;
	-moz-transition: border-color .20s ease;
	-webkit-transition: border-color .20s ease;
	opacity: 1.0;
	text-decoration:none;
}

img,
img a {
	border:0px;
	margin:0px;
	padding:0px;
}

.header {
	width:986px;
	height:auto;
	padding:0px;
	margin:0 auto;
	margin-bottom:31px;
}
.logo {
	padding:0px;
	margin:0px;
	top:0;
	margin-top:8px;
	float:left;
	position:absolute;
	background-color:transparent;
	width:100px;
	height:100px;
	background-size:100px;
	-moz-background-size:100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo-preload {
	padding:0px;
	margin:0px;
	top:50%;
	position:absolute;
	background-color:transparent;
	width:48px;
	height:100px;
	top:50%;
	left:50%;
	margin:-75px auto auto -24px;
	background-size:48px;
	-moz-background-size:48px;
	background-image: url(../images/logo-preload.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo strong {
	color:#f1844d;
	font-weight:normal;
}
.logo a {
	color:#111;
	width:95px;
	height:95px;
	display:block;
	border:0px;
}
.logo a:hover {
	border:0px;
}

.navigation {
	height:102px;
	width:986px;
	margin:0 auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.navigation.fixed {
	position:fixed;
	z-index:3;
}
.fixed {
	position:fixed;
	z-index:1;
}
.navclosed,
.navclicked {
	display:none;
}
ul.navig {
	margin:0px;
	padding:0px;
	z-index:2;
	list-style:none;
	position:relative;
	float:right;
}
ul.navig li {
	margin:0px;
	margin-top:51px;
	padding-left:20px;
	padding-right:0px;
	float:left;
}
ul.navig li a {
	font-size:14px;
	background-color:#fff;
	margin:0px;
	line-height:26px;
	display:block;
	color:#252525;
	text-decoration:none;
	transition: color .20s ease;
	-moz-transition: color .20s ease;
	-webkit-transition: color .20s ease;
	transition: background-color .20s ease;
	-moz-transition: background-color .20s ease;
	-webkit-transition: background-color .20s ease;
	opacity: 1.0;
	border:0px;
}
ul.navig li a:hover {
	background-color:#fff;
	font-size:14px;
	color:#000;
	text-decoration:none;
	opacity: 1.0;
}
ul.navig li a span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	transition: border-bottom-color .20s ease;
	-moz-transition: border-bottom-color .20s ease;
	-webkit-transition: border-bottom-color .20s ease;
	opacity: 1.0;
	padding-bottom:1px;
}
ul.navig li a:hover span,
ul.navig li.current-menu-item a span,
ul.navig li.current-menu-parent a span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	transition: border-bottom-color .20s ease;
	-moz-transition: border-bottom-color .20s ease;
	-webkit-transition: border-bottom-color .20s ease;
	opacity: 1.0;
	padding-bottom:0px;
}
ul.navig li a.dropdown
{
	background-color:#fff;
	font-size:15px;
	color:#252525;
	padding-left:34px;
	text-decoration:none;
	opacity: 1.0;
	background-image: url(../images/navgrey.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.navig li a.dropdown:hover,
ul.navig li:hover a.dropdown
{
	background-color:#333;
	font-size:15px;
	color:#fff;
	padding-left:34px;
	text-decoration:none;
	opacity: 1.0;
	background-image: url(../images/navgrey.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*
	Drop Down Menu
*/
ul.navig ul {
	background-color:#333;
	list-style:none;
	position:absolute;
	padding:0px;
	width:230px;
	height:auto;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
ul.navig ul li {
	float:none;
	height:50px;
}
ul.navig ul a {
	width:210px;
	display:block;
	margin:0px;
	padding-left:10px;
	background-color:#333;
	color:#fff;
}
ul.navig ul a:hover {
	background-color:#1f1f1f;
	color:#fff;
}
ul.navig li:hover ul {
	left:0; /* Display the dropdown on hover */
}


@media screen and (min-width: 0px) and (max-width: 767px) {

a {
	border:0px;
}
.space-top {
	width:100%;
	height:50px;
}
.clear {
	clear:both;
	height:0px;
}
.wrapper {
	padding-top:30px;
}
.wrapper-push {
/* Push left or right not required as this is top nav */
margin-top:0px;
}

.header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color:#fff;
	height:5px;
	width:462px;
	margin-bottom:10px;
}
.logo {
	font-size:16px;
	padding-top:0px;
	position:absolute;
	margin-top:14px;
	z-index:5;
	width:150px;
	height:95px;
	background-size:150px;
	-moz-background-size:150px;
	background-image: url(../images/logo_mob.png);
	background-repeat: no-repeat;
	background-position: left top;


}
.logo a,
.logo a:hover {
	border-bottom-width: 0px;
}
.logo strong {
	color:#fff;
	font-weight:normal;
}
.navigation {
	border:0px;
	display:none;
	position:static;
	z-index:6;
	width:462px;
	clear:both;
	padding:0px;
	margin:0 auto;
	background-color:#131313;
}
.navclosed.fixed {
	position:fixed;
	top:0;
	z-index:3;
}
.navigation.fixed {
	position:fixed;
	z-index:2;
}
.navclosed {
	z-index:4;
	color:#fff;
	margin:0 auto;
	padding:0px;
	list-style:none;
	background-color:#fff;
	background-image:none;
	transition: background-color 0.7s ease;
	-moz-transition: background-color 0.7s ease;
	-webkit-transition: background-color 0.7s ease;
	opacity:1;
	width:462px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-top:20px;
	text-align:right;
}
.navclicked {
	color:#fff;
	margin:0 auto;
	margin-top:20px;
	padding:0px;
	list-style:none;
	background-image:none;
	background-color:#000;
	text-decoration:none;
	z-index:6;
	width:462px;
	height:40px;
}
.navclosed.slide + .navigation {	
	display:block;
	overflow: hidden;
	padding-top:0px;
	max-height:0;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	height:50%;
	-moz-transition-duration: 0.2s;  /* Timers for closing the navigation panel */
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.linetop {
	display:none;
}

.navclicked.slide + .navigation {
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	position:relative;
	-moz-transition-duration: 0.2s; /* Timers for sliding out the navigation panel */
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	max-height: 999px;
	overflow: hidden;
}
.navclicked.fixed + .navigation {
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	position:absolute;
	-moz-transition-duration: 0.2s; /* Timers for sliding out the navigation panel */
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	max-height: 999px;
	overflow: hidden;
}
.navclosed a {
	color:transparent;
	text-align:right;
	margin:0px;
	padding:0px;
	right:0;
	margin-left:422px;
	width:40px;
	height:40px;
	display:block;
	border-bottom-width: 0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:40px;
	-moz-background-size:40px;
}
.navclicked a {
	color:transparent;
	text-align:right;
	margin:0px;
	padding:0px;
	right:0;
	margin-left:422px;
	width:40px;
	height:40px;
	display:block;
	border-bottom-width: 0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left -40px;
	background-size:40px;
	-moz-background-size:40px;
}




.navclosed a:hover,
.navclicked a:hover {
	color:transparent;
	border-bottom-width: 0px;
}
ul.navig {
	float:none;
	width:462px;
	margin:0px;
	padding:0px;
	clear:both;
	position:static;
}
ul.navig li {
	color:#fff;
	width:100%;
	height:40px;
	float:none;
	margin:0px;
	padding:0px;
}
ul.navig li a {
	color:#fff;
	font-size:15px;
	display:block;
	padding-top:0px;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:0px;
	line-height:40px;
	background-image:none;
	background-color:transparent;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition: color .20s ease;
	-moz-transition: color .20s ease;
	-webkit-transition: color .20s ease;
	transition: background-color .20s ease;
	-moz-transition: background-color .20s ease;
	-webkit-transition: background-color .20s ease;
	opacity: 1.0;
}
ul.navig li a:hover {
	background-color:transparent;
	color:#fff;
	font-size:15px;
}
ul.navig li a span {
	border:0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	transition: border-bottom-color .20s ease;
	-moz-transition: border-bottom-color .20s ease;
	-webkit-transition: border-bottom-color .20s ease;
	opacity: 1.0;
}
ul.navig li a:hover span,
ul.navig li.current-menu-item a span,
ul.navig li.current-menu-parent a span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	transition: border-bottom-color .20s ease;
	-moz-transition: border-bottom-color .20s ease;
	-webkit-transition: border-bottom-color .20s ease;
	opacity: 1.0;
}
ul.navig li a:hover,
ul.navig li.current-menu-item a
{
	opacity: 1.0;
}

/*
	Drop Down Menu
*/
ul.navig li a.dropdown {
	color:#ccc;
	background-color:#444;
	background-image:none !important;
	padding-left:10px !important;
}
ul.navig ul {
	background-color:#666;
	list-style:none;
	padding:0px;
	width:100%;
	float:none;
	left:0px;
	top:0px;
	position:relative;
}
ul.navig ul li {
	color:#fff;
	float:none;
	width:100%;
	height:40px;
	margin-right:0px;
}
ul.navig ul a {
	color:#999;
	font-size:15px;
	display:block;
	margin:0px;
	padding-top:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
	line-height:40px;
	background-image:none;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-color:#333;
	transition: color .20s ease;
	-moz-transition: color .20s ease;
	-webkit-transition: color .20s ease;
	transition: background-color .20s ease;
	-moz-transition: background-color .20s ease;
	-webkit-transition: background-color .20s ease;
	opacity: 1.0;
	width:auto;
}
ul.navig ul a:hover {
	background-color:#1f1f1f;
}

}

@media screen and (min-width: 0px) and (max-width: 479px) {

.header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color:#fff;
	height:5px;
	width:302px;
	margin-bottom:10px;
}
.navigation {
	width:302px;
}
.navclosed,
.navclicked {
	width:302px;
}
.navclosed a {
	margin-left:262px;
}
.navclicked a {
	margin-left:262px;
}

}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {

.navclosed a {
	color:transparent;
	text-align:right;
	margin:0px;
	padding:0px;
	right:0;
	margin-right:5px;
	width:100%;
	height:40px;
	display:block;
	border-bottom-width: 0px;
	background-image: url(../images/nav2x.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:40px;
	-moz-background-size:40px;
}
.navclicked a {
	color:transparent;
	text-align:right;
	margin:0px;
	padding:0px;
	right:0;
	margin-right:5px;
	width:100%;
	height:40px;
	display:block;
	border-bottom-width: 0px;
	background-image: url(../images/nav2x.png);
	background-repeat: no-repeat;
	background-position: right -40px;
	background-size:40px;
	-moz-background-size:40px;
}

}


