
/*
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-html5-css-grid/4928861

The following styles are used on the navigation only. You do not need to use this CSS as part of the CSS Grid.

-------------------------------------------------------------
CSS Structure:

01. Desktop Wrapper + Header
02. Desktop Navigation
03. Mobile Wrapper + Header
04. Mobile Toggle Menu
05. Mobile Navigation
06. Retina Support (mobile toggle icon + desktop down arrow)
-------------------------------------------------------------
*/

/* 01. Desktop Wrapper + Header -------------------------- */

.wrapper {
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	opacity:1;
	z-index:0;
	position:absolute;
}
.wrapper-push {
}
.header {
	position:relative;
	width:100%;
	height:90px;
	z-index:2;
	background-color:#fff;
	margin-bottom:0;
}
.header.sticky nav {
	margin-top:12px;
}
.header.stuck nav {
	margin-top:0;
}
.logo {
	margin-top:17px;
	margin-left:5%;
	float:left;
	width:140px;
	height:55px;
	background-image: url(../images/scott-carver.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	background-size:118px;
	-moz-background-size:118px;
	opacity:1;
}
.logo a {
	width:140px;
	height:55px;
	display:block;
	color:transparent;
	border:0;
}
.logo-home {
	margin-top:17px;
	margin-left:5%;
	float:left;
	width:140px;
	height:55px;
	background-image: url(../images/scott-carver.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	background-size:118px;
	-moz-background-size:118px;
	opacity:3;
}
.logo-home a {
	width:140px;
	height:55px;
	display:block;
	color:transparent;
	border:0;
}
header.stuck {
	background-color:#fff;
	position:fixed;
	top:0;
	height:70px;
	z-index:2;
}
.logo.stuck {
	margin-top:10px;
	position:fixed;
	top:0;
	height:50px;
	opacity:1;
	background-position: left -58px;
}
.logo-home.stuck {
	margin-top:10px;
	position:fixed;
	top:0;
	height:50px;
	opacity:1;
	/*background-position: left -2px;*/
}
.logo.stuck a,
.logo-home.stuck a {
	width:120px;
	height:50px;
	display:block;
	color:transparent;
	border:0;
}
.navbar {
	position:fixed;
	top:90px;
	z-index:1;
	height:65px;
	background-color:#fff;
}
.navbar.navstuck {
	position:fixed;
	top:70px;
	z-index:1;
	height:60px;
}

/* 02. Desktop Navigation -------------------------- */

.navclosed,
.navclicked {
	display:none;
}
nav {
	text-align:right;
	margin:0;
	padding:0;
	right:0;
	position:absolute;
	width:auto;
	z-index:1;
}
.navsticky2 {
	margin-top:12px;
}
.navstuck2 {
	margin-top:0;
}
ul.nav-buttons {
	float:none;
	padding:0;
	list-style:none;
	margin-right:198px;
}
ul.nav-buttons li {
	height:auto;
	float:none;
	display:inline-block;
	margin-left:30px;
}
ul.nav-buttons li a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:24px;
}
ul.nav-buttons li.current-menu-item a,
ul.nav-buttons li a.selected,
ul.nav-buttons li a:hover {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#ffed00;
}
/* Search Form */
.form-search {
	text-align:left;
	width:160px;
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
	margin-top:16px;
}
.input-search {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:24px;
	border:0;
	background-color:transparent;
	text-align:left;
	width:100%;
	margin:0;
	padding:0;
}
.submit-search {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#ffed00;
	font-size:20px;
	display:inline-block;
	border:0;
	background-color:transparent;
	cursor:pointer;
	display:none;
	margin:0;
	padding:0;
}
.submit-search:hover {
	color:#ffed00;
}
/* Make placeholder text 100% visible */
.form-search input::-webkit-input-placeholder {
	color:#000;
	text-align:left!important;
	background-image: url(../images/cursor-desktop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input::-moz-placeholder {
	color:#000;
	opacity:1;
	text-align:left!important;
	background-image: url(../images/cursor-desktop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input:-moz-placeholder {
	color:#000;
	opacity: 1;
	text-align:left!important;
	background-image: url(../images/cursor-desktop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input::-ms-input-placeholder {
	color:#000;
	opacity: 1;
	text-align:left!important;
	background-image: url(../images/cursor-desktop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input:focus::-webkit-input-placeholder {
	color: #000;
}
.form-search input:focus::-moz-placeholder {
	color: #000;
}
.form-search input:focus:-moz-placeholder {
	color: #000;
}
.form-search input:focus::-ms-input-placeholder {
	color: #000;
}
.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}

/* 04. Mobile Toggle Menu -------------------------- */
@media screen and (min-width: 0px) and (max-width: 1023px){

.desktop {
	display:none!important;
}
.mobile {
	display:block!important;
}
.header.sticky nav {
	margin-top:0;
}
.header.stuck nav {
	margin-top:0;
}
.navclosed {
	z-index:2;
	color:transparent;
	margin:0;
	padding:0;
	display:block;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100px;
	-moz-background-size:100px;
	width:72px;
	height:50px;
	background-color:transparent;
	right:5%;
	margin-top:0;
	position:absolute;
}
.navclosed:hover {
	background-position: right -50px;
}
.navclosed.stuck {
	height:50px;
	margin-top:10px!important;
}
.navclosed.slide + nav { /* Nav Closed */
	display:block;
	overflow: hidden;
	height:100%;
	position:fixed;
	z-index:2;
	top:-100%;
	background-color:rgba(0,0,0,0.9);
}
.navclosed a {
	color:transparent;
	margin:0px;
	padding:0px;
	width:72px;
	height:60px;
	display:block;
}
.navclosed.sticky {
	margin-top:20px;
}
.navclicked.slide + nav { /* Nav Clicked */
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	position:fixed;
	overflow: hidden;
	z-index:2;
	background-color:rgba(0,0,0,0.9);
}
.navclicked {
	color:transparent;
	margin:0px;
	padding:0px;
	background-position: right -100px;
	z-index:3;
	width:72px;
	height:50px;
	right:5%;
	position:absolute;

	background-color:transparent;
}
.navclicked a {
	color:transparent;
	margin:0;
	padding:0;
	width:72px;
	height:50px;
	display:block;
}
.navclicked:hover {
	background-position: right -100px;
	background-color:transparent;
}

/* 05. Mobile Navigation -------------------------- */

nav {
	display:none;
	z-index:2;
	width:100%;
	text-align:center;
	position:absolute;
}
.navsticky2 {
	margin-top:0;
}
ul.nav-buttons {
	float:none;
	width:100%;
	top:50%;
	margin-top:-180px;
	height:360px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
}
ul.nav-buttons li {
	width:100%;
	margin-left:0;
	height:auto;
	float:none;
	margin-bottom:5px;
}
ul.nav-buttons li a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:32px;
	display:inline-block;
	width:100%;
	color:#fff;
}
ul.nav-buttons li.current-menu-item a,
ul.nav-buttons li a.selected,
ul.nav-buttons li a:hover {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#ffed00;
}
/* Search Form */
.form-search {
	position:absolute;
	width:320px;
	top:50%;
	margin-top:80px;
	left:50%;
	margin-left:-160px;
	height:100px;
	text-align:center;
}
.input-search {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:32px;
	border:0;
	background-color:transparent;
	text-align:center;
	width:90%;
}
.submit-search {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:32px;
	display:inline-block;
	border:0;
	background-color:transparent;
	cursor:pointer;
	display:none;
}
.submit-search:hover {
	color:#ffed00;
}
/* Make placeholder text 100% visible */
.form-search input::-webkit-input-placeholder {
	color:#fff;
	text-align:center!important;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input::-moz-placeholder {
	color:#fff;
	opacity:1;
	text-align:center!important;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input:-moz-placeholder {
	color:#fff;
	opacity: 1;
	text-align:center!important;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input::-ms-input-placeholder {
	color:#fff;
	opacity: 1;
	text-align:center!important;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-search input:focus::-webkit-input-placeholder {
	color: #ffffff;
}
.form-search input:focus::-moz-placeholder {
	color: #ffffff;
}
.form-search input:focus:-moz-placeholder {
	color: #ffffff;
}
.form-search input:focus::-ms-input-placeholder{
	color: #ffffff;
}

}


/* 06. Retina Support -------------------------- */

@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 {
	background-image: url(../images/nav2x.png);
	background-size:100px;
	-moz-background-size:100px;
}
.navclicked {
	background-image: url(../images/nav2x.png);
	background-size:100px;
	-moz-background-size:100px;
}*/
.logo {
	background-image: url(../images/scott-carver2x.png);
	background-size:118px;
	-moz-background-size:118px;
	background-position: left -58px;
}
.logo-home {
	background-image: url(../images/scott-carver2x.png);
	background-size:118px;
	-moz-background-size:118px;
}

}
