
header.sticky-header {
	height:89px;
	background-color: #1D1D38;
	border-bottom: 2px solid #CF9C51;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

header .content-max-width {
	position: relative;
	height:89px;
}

/** header .logo {
	background-image: url(img/sprite.png);
	background-position: 0 -98px;
	width:150px;
	height: 150px;
	position: absolute;
	z-index: 10;
} **/

/*////////// MAIN NAV - LOGO //////////*/
header .logo {
	background-image: url(../img/Kick_TripleCrown_Web_LogoFlag_121619-01.png);
	width: 150px;
	height: 140px;
	position: absolute;
	z-index: 10;
	background-position: bottom;
}


header .navigation {
	width:800px;
	float:right;
}

header a{
	text-decoration: none;
}

.navbar-header {
	width: 100%;
}

.navbar-collapse.collapse.desktop {
	padding-right: 0;
}

.navbar-header .collapse.desktop {
	display: block !important;
}

.navbar-header .collapse.mobile {
	display: none !important;
}

header .navbar-toggle {
	display:none;
}

header .find-dealer.mobile{
	display:none;
}

header .menu-mobile-menu-container{
	display:none;
}

/*////////// MAIN NAV //////////*/
header .menu-main-menu-container{
	width:77%;
	margin-left:20px;
}

header .menu-main-menu-container ul{
	padding:0;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:-ms-flex;
	display:-ms-flexbox;
}

header .menu-main-menu-container li {
	flex:1 0 auto;
	-webkit-flex:1 0 auto;
	-moz-flex:1 0 auto;
	-o-flex:1 0 auto;
	-ms-flex:1 0 auto;
	margin:27px 0px 0px 0px;
	padding:5px 0px 10px 0;
	list-style-type: none;
	cursor: default;
}

/*header .menu-main-menu-container li:nth-of-type(5n) {*/
header .menu-main-menu-container .menu > li:last-of-type {
	padding-right:0;
}

/*header .menu-main-menu-container .menu > li:last-of-type {*/
header .find-dealer{
	position: absolute;
	right:16px;
	top:27px;
	border:1px solid #fff;
	/*float: right;*/
	padding:5px 0 2px;
	text-align: center;
	width:164px;
	margin-right: 6px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

header .find-dealer:hover{
	text-decoration: none;
}

header .menu-main-menu-container a {
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

header .menu-main-menu-container a:hover {
	text-decoration: none;
}

header li.menu-item-has-children ul.sub-menu {
	display: none;
	background: rgba(79, 79, 79, 0.9);
	width: auto;
	padding: 0px;
	z-index: 13;
	position: absolute;
	top:60px;
	min-width: 175px;
	text-align: left;
}

header li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

/*////////// MAIN NAV - SUB MENU //////////*/
header .menu-main-menu-container ul.sub-menu li {
	display: block;
	padding:4px 12px 2px 12px;
	margin-top: 5px;
}

header .menu-main-menu-container ul.sub-menu li a {
	font-size: 16px;
	font-weight: 500;
}

header .menu-main-menu-container ul.sub-menu li:hover {
	background: #777777;
}

header .menu-main-menu-container ul.sub-menu li:first-child {
	display: block;
	padding:4px 12px 2px 12px;
	margin-top: 0px;
}

/*////////// RIGHT ICONS //////////*/
header .call-chat.mobile {
	display: none;
}

header .call-chat {
	position: absolute;
	right:21px;
	bottom:-35px;
}

header .call-chat a {
	color: inherit;
}

header .call-chat a:hover {
	text-decoration: none;
}

header .call-chat.desktop div {
	display: inline-block;
	position: relative;
	width:81px;
	height:35px;
	line-height: 35px;
	color:#dcdcdc;
	text-transform: uppercase;
	font-family: 'proxima-nova-condensed', sans-serif;
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
}

header .call-chat div span {
	display: inline-block;
	position: absolute;
	right: 0px;
	height: 35px;
	width: 31px;
	background-image: url(../img/sprite.png);
}

header .call-chat .call span {
	background-position: -189px -57px;
}

header .call-chat .email-ask-tcn span {
	background-position: -262px -57px;
}

header .call-chat .chat span {
	background-position: -220px -57px;
}


header .call-chat.desktop .call {
	background-color:#1D1D38;
	width: 100px;
}

header .call-chat .email-ask-tcn {
	background-color :#1D1D38;
}

header .call-chat .chat {
	background-color: #1D1D38;
}

header .call-chat.desktop .call img {
	border: 0;
	height: 20px;
	margin-left: 5px;
}

header .call-chat.desktop .chat img {
	border: 0;
	height: 20px;
	margin-left: 5px;
}






@media only screen and (max-width: 1000px) {
	header .menu-main-menu-container{
		width:80%;
		float:right;
	}

	header .navigation {
 		width:100%;
		text-align: right;
 	}

	header .content-max-width {
	    position: relative;
	    height: 89px;
	    max-width: 100%;
		margin: 0 auto;
		padding:0 5%;
	}

	header .menu-main-menu-container li {
		padding:5px 5px 10px;
	}

	header li.menu-item-has-children:last-of-type ul.sub-menu {
		right:0px;
	}

	/*header .menu-main-menu-container .menu > li:last-of-type {*/
	header .find-dealer{
		display: block;
		position: absolute;
		right:4.4%;
		top:auto;
		bottom:-70px;
	}

	header .call-chat {
		position: absolute;
		right:5%;
		bottom:-35px;
	}

} /*CLOSE 992px RESPONSIVE*/




@media only screen and (max-width: 880px) {

	header .menu-main-menu-container li {
		padding:5px 0 10px 0;
	}

} /*CLOSE 880px RESPONSIVE*/





@media only screen and (max-width: 768px) {

	header .content-max-width {
	    padding:0 6%;
	}

	/*////////// MAIN NAV //////////*/
	header .menu-main-menu-container {
		padding-left:3%;
	}

	header .menu-main-menu-container li {
	    display: inline-block;
		/*margin: 30px 0px 0px 0px !important; */
    	padding: 5px 0 10px 0;
	}

	/*header .menu-main-menu-container .menu > li:last-of-type {*/
	header .find-dealer{
		right:5.2%;
	}

	header .call-chat {
		right:6%;
	}

    header .menu-main-menu-container li#menu-item-30 {
		padding-right: 0;
	}

	header .menu-main-menu-container a {
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 14px;
    }

} /*CLOSE 767px RESPONSIVE*/





@media only screen and (max-width: 680px) {
	header .menu-main-menu-container {
		display:none;
	}

	.navbar-header .collapse.mobile {
		display: block !important;
	}

	/*////////// MAIN NAV //////////*/
	header.sticky-header {
    	height: 70px;
	}

	header .content-max-width {
	    position: relative;
	    margin: 0 10px;
	    padding: 0 20px 0 20px;
    }

	header .logo {
		background: url(../img/TC_LOGO_STANDARD_USE_RGB_TC_Logo_Horizonal@2x.png) no-repeat center bottom;
		width: 286px;
		height: 89px;
		margin: -9px auto;
		background-size: cover;
		position: absolute;
		left: -30px;
	}

	header .navigation {
		float: left;
		text-align: left;
	}

	header .find-dealer.desktop{
		display:none;
	}

	/*////////// MOBILE NAV BUTTON //////////*/
	header .menu-mobile-menu-container ul {
		padding-left:0;
	}

	header .navbar-toggle {
		display: block;
	    position: relative;
	    left: 8%;
	    padding: 9px 10px;
	    top: -10px;
	    color: #fff;
	    font-size:36px;
	    text-align: center;
		cursor:pointer;
		margin-right: 0;
    }

    header .navbar-toggle .name{
    	display:none;
    	margin-top:-12px;
    	font-size:12px;
    }

    header .menu-mobile-menu-container{
    	display:none;
    	padding-top:10px;
    	background: #6d6d6d;
    	width:50%;
    	height:auto;
    	position:fixed;
    	top:68px;
    	left:-100%;
    	/* top:-100%; */
    	/* left: 50%; */
    }

	header .menu-mobile-menu-container li {
	    display: block;
	    /*margin: 3px 0px 3px !important;*/
	    padding: 5px 0em 5px 0em;
    }

    header .menu-mobile-menu-container a {
	    padding: 0 10px;
	    font-size: 18px;
	    color:#fff;
    }

    header .menu-mobile-menu-container a:hover {
    	text-decoration: none;
	}

	.menu-mobile-menu-container openMenu {
		display: block;
		left: 50%;
	}

    /*header .menu-item-has-children ul.sub-menu li:after	{
    	content: ' >';
    	text-align: center;
    	padding: 0px 10px 0px 0px;
    	color: #fff;
    	font-size: 15px;
    	font-weight: bold;
    }*/

    header li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}

	/*////////// SUB NAV //////////*/
	header li.menu-item-has-children ul.sub-menu {
	    background: rgba(50, 50, 50, 0.9);
	    width: 100%;
	    min-width: 100%;
	    padding: 4px 0px;
	    border-top: inset 1px #fff;
	    border-bottom: inset 1px #fff;
	    position: inherit;
	    /*margin-top: 4px;*/
	}
	header li.menu-item-has-children ul.sub-menu li a{
		display:block;
	}

	header li.menu-item-has-children ul.sub-menu li:hover {
		background: #6d6d6d;
	}

	/*////////// RIGHT ICONS //////////*/
	header .call-chat.desktop {
		display: none !important;
	}

	header .call-chat.mobile {
		display: block !important;
		position: absolute;
		top: 10px;
		right: 14%;
	    cursor: pointer;
	}

	header .call-chat.mobile .contact-menu{
		display:none;
		padding-top:30px;
    	background: #6d6d6d;
    	width:50%;
    	height:auto;
    	position:fixed;
    	top:68px;
    	right:-100%;
    	/*top:-100%;
    	right:2%;*/
	}

	header .call-chat.mobile .contact-menu div,
	header .call-chat.mobile .contact-menu a{
		display: block;
		margin:0 auto;
		background:none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
		color:#fff;
		vertical-align: middle;
		text-align: center;
		padding:12px 0;
		border:solid 2px #6d6d6d;
	}

	header .call-chat.mobile .contact-menu div:hover,
	header .call-chat.mobile .contact-menu a:hover{
		border:solid 2px #fff;
		text-decoration: none;
	}

	header .call-chat.mobile div span,
	header .call-chat.mobile .contact-menu div span {
	    display: inline-block;
	    height: 30px;
	    width: 30px;
	    position: relative;
	    margin:0 auto;
	}

	header .call-chat.mobile .contact-menu div span {
	    display: inline-block !important;
	}

	header .call-chat .call {
	    background-color: transparent !important;
	    background-size: cover;
	}

	header .call-chat .call img {
		border: 0;
		height: 30px;
		margin-top: 8px;
	}

	header .call-chat.mobile .call small {
	    display: block !important;
	    color: #dcdcdc;
	    font-weight: bold;
	    text-align: center;
	    font-size: 12px;
	}

	header .glyphicon {
		background-color: transparent;
	}

} /*CLOSE 680px RESPONSIVE*/
