/* KK main css */
@import url(https://fonts.googleapis.com/css?family=Dosis);

html{
	background-color:white;
}

body {
	background-color:white;
	color: #333;
	font-size: 11px;
 	padding: 0px 0 40px;
 	width: 1350px;
 	margin: 0 auto;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.container_3 h1 {
	font-family: 'Dosis', serif;
	font-weight: normal;
	text-align: center;
}
.container_3 h2 {
	padding: 20px 0 0;
	font-family: 'Dosis', serif;
	font-weight: normal;
	text-align: center;
}



.container_3 p {
	/*border: 1px solid #666;*/
	font-family: "Dosis" sans-serif;
	overflow: hidden;
	margin: 4px 0;
}
.container_3 {
	background-color:white;
	background-repeat: repeat-y;
}

.container_3 a {
	padding: 20px 0 0;
	font-family: 'Dosis', serif;
	font-weight: normal;
	text-align: center;
	
}


.navBox1, .navBox2 {
	width:187px;
	height:155px;
	margin:3px;
	border: 2px solid  #fff;
	background-color: white;;
	z-index: 10000;
}

.navBox1 {float:left}
.navBox2 {float:right;}
.navBox1 .navBoxTitleBar, .navBox2 .navBoxTitleBar {
	width:100%;
	height:32px;
	position: relative;
	background-color: /*#7A7C56*/ rgb(122,124,86);
	opacity: .8;
	top: -36px; /* bottom */
}

.navBox1 .navBoxTitleBar a, .navBox2 .navBoxTitleBar a {
	text-decoration: none;
	color:#fff
}
.navBox1:hover, .navBox2:hover,.llSmallBox:hover {
	border: 2px solid orange;
	cursor: pointer;
}
.navBox1:hover > .navBoxTitleBar > span.tick, .navBox2:hover > .navBoxTitleBar > span.tick{border-color: transparent transparent transparent orange;}
.navBoxTitleBar h4, .navBoxTitleBar h5, .nivo-caption {
	font-family: 'Dosis', sans-serif;
}
span.tick {
	/*little triangle next to titles in title bar */
	width: 0;
	height: 0;
	margin: auto 0;
	position: absolute;
	border-style: solid;
	border-width: 7.5px 0 7.5px 7px;
	border-color: transparent transparent transparent #ffffff;
    top: 0; bottom: 0; left: 0; right: 0;
	z-index: 999;
}
.navBoxTitleBar h4 {
	margin-left:12px;
	vertical-align: middle;
	font-size:1.4em;
	font-weight: 400;
	color:#fff;
	height: 32px;
	line-height: 32px;
    top: 0; bottom: 0; left: 0; right: 0;
}
.navBoxTitleBar h5 {
	/*for crocs and gator title */
	vertical-align: middle;
	line-height: 32px;
	font-size:1.4em;
	font-weight: 400;
	color:#fff;
	margin-left:12px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}


.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

#header {background-color:#7A7C56;
margin-left: auto;
	margin-right: auto;
	width: 1020px;}
#searchBar {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height:30px;
	background-color: #000;
}
#searchBar p {
	font-family: 'Dosis', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#fff;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
    top: 0; bottom: 0; left: 0; right: 0;
	margin:auto 10px auto 30px;}
.navbar-collapse ul li{
	display: inline-block;
	vertical-align: middle;
}
.navbar-collapse ul li > ul {
	display: block;
	z-index: 1;
}


/* main navigation */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 960px;
	height:28px;
  font-family: 'Dosis', sans-serif;
	margin:0 auto;
	z-index: 9999;
}
#cssmenu > ul {
 /* background: url('bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);*/
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
	width:auto;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;

}
#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  background: #ffffff;
  padding: 10px 30px 5px 5px;
  border-right: 2px solid rgb(122, 124, 86);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7c56;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;
  background: #7A7C56;
 /* background:rgba(122,124,86,0.1);*/
}
#cssmenu > ul > li.has-sub {
	z-index: 999;
}

#cssmenu > ul > li > a, #cssmenu > ul > li.has-sub > a {
	/* adding space in nav button */
  padding-right: 75px;
}
#cssmenu > ul > li.ytBtn > a {padding-right:95px}
#cssmenu > ul > li.has-sub > a::after {
	/* tick below nav button with sub menu */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  right: 10px;
  top: 28px;
	z-index: 11;
}
#cssmenu > ul > li.has-sub > a:hover::after{
	/* hover color change to tick below nav button with sub menu */
	border-top-color:#7a7c56
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #7a7c56;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 0px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  /*content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;*/
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #fff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 26px;/*sub menu stops here when parent is rolled over */
  left: 0;
  opacity: 1;
z-index: 4;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}

#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 200px;
  color: #7a7c56;
  background: #ffffff;
  border-bottom:1px solid #7a7c56;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #fff;
  background:#7A7C56;
}

#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #7a7c56;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #7a7c56;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #7a7c56;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

/* nav icons */
#nav {z-index: 10;}
#nav li span {
	background-image: url('../images/KK_SITE_SPRITES_CS5.png');
	background-repeat: no-repeat;
	position:absolute;
	right: 10px;
}
#nav span.home {background-position: 0px -16px; height:18px; width:15px;/*margin: 0 0 0 24px;*/top:6px;  }
#nav span.about {background-position: -15px -16px; height:22px; width:15px; /*margin: -3px 0 0 24px;*/top:6px; }
#nav span.edu {background-position: -30px -16px; height:20px; width:15px; /*margin: 0px 0 0 20;*/  top:6px; }
#nav span.youtoob {background-position: -180px -25px; height: 25px; width:65px;/*margin: -8px 0 0 24px;*/top:2px; }
#nav span.store {background-position: -63px -16px; width:17px; height:18px; /*margin: -3px 0 0 24px;*/top:6px; }
#nav span.share {background-position: -80px -16px; width:46px; height:20px;/*margin: -3px 0 0 24px;*/top:6px; }

/* set bg position for active buttons */

/* set bg position on rollover for main nav icons */
#cssmenu > ul > li.active span.home, #cssmenu > ul > li >a:hover > span.home {
	background-position: 0px 0px;
}
#cssmenu > ul > li.active span.about, #cssmenu > ul > li >a:hover > span.about {
	background-position: -15px 0px;
}
#cssmenu > ul > li.active span.edu, #cssmenu > ul > li >a:hover > span.edu {
	background-position: -30px 0px;
}
#cssmenu > ul > li.active span.youtoob, #cssmenu > ul > li >a:hover > span.youtoob {
	background-position: -180px 0px;
}
#cssmenu > ul > li.active span.store, #cssmenu > ul > li >a:hover > span.store {
	background-position: -63px 0px;
}
#cssmenu > ul > li.active span.share, #cssmenu > ul > li >a:hover > span.share {
	background-position: -80px 0px;
}
#cssmenu > ul > ul li:hover > span.edu {background-position: -30px 0px;} 	

#headerLogo {
	margin:20px 0 0 30px;
}

#bioCopy {
	float:right;
	margin-left:210px
}



/* end nav icons */
.aboutBox p {
	font-family: "Dosis" sans-serif;
	font-size: 1.6em;
	margin:4px
}
#smallboxesContainer {
	margin:10px 20px;
	float:left;
	width:566px;
}

.midbox {
	margin:0 12px 0 12px;
}

.ytbox {

}


#footerNav {
	margin:10px auto !important;
	background-color: ;
}


#footerNav ul li {
	list-style: none;
	display: inline;
	font-family: 'Dosis' sans-serif;
    font-size:1.1em;
/*    font-size: .9em;  */
	height:30px;
	padding: 8px 18px;
	margin:0px auto !important;
	border-right:1px solid #7A7C56;
	float:left;
	margin-left:20px;
	line-height: 1;
}

#footerNav ul li:last-child {
	border-right:0px
}
#footerNav li a {
	vertical-align: middle;
	margin:auto;
	text-decoration: none;
}

#footerNav ul li:hover { background-color:#7a7c56}
#footerNav li:hover > a {color:#fff}

#subNav {
	z-index: 1;
}
#subNav > li > a:hover > span.edu {background-position: -30px 0px;}

#bigwrap{
	position:relative;
	background-color:white;
	width: auto;
	height: auto;
}

#left{
	position: absolute; 
	left:0px;
	top:0px;
	display: inline;
}

#right{
	display: inline;
	position: absolute;
	right:0px;
	top:0px;
	width:350px;
	height: auto;
	background-color:;

}

#green{ width:350px;
	height: 127px;
	background-color:#7a7c5a;
	overflow: hidden;
}

#black{width:350px;
	height: 30px;
	background-color:black;
	overflow: hidden;
}

.advid{
	height: auto;
	width: auto;
	background:;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	overflow:hidden;
}

.advidthree{
	height: 250px;
	width: 300px;
	background-color:/*#7a7c5a*/white;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	overflow:hidden;
}


#quote{
	height: auto;
	width:300px;
	background-color:#7a7c5a;
	overflow: hidden;
}

#most{
	height:auto;
	width:300px;;
	background:black;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	overflow:hidden;
	text-align: center;
	color: white;
	font-family: 'Dosis', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#fff;
	vertical-align: middle;


}

#most p{

padding: 15px 10px 10px 10px;
text-align: left;
	
}

#tan{
	width:980px;
	height:90px;
	margin-left:20px;
	background-color:/*#7a7c5a*/white;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#tube{
	width:980px;
	height: auto;
	min-height: 935px;
	margin-left: 20px;
	margin-top: 5px;
	background-color:#7A7C5a;
}

#tube h2{color:orange;
	
	
}

#tube img{
	padding-left: 200px;
}

#tube iframe{
	margin: auto;
	text-align: center;
}

#tube p{
	padding:0px 30px 30px 30px;
	font-size: 14px;
	color: white;
}

.container #tube img{
	text-align: center;
	margin: auto;
}

#tube ul li{
	color:white;
	margin-left: 20px;
}

iframe{
	background-color:#7a7c5a;
}

.games{text-align: center;
	margin: auto;
	background-color: white;
}

#tube h2{
	color:orange;
}