@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

nav.navrotatein {
	width: 700px;
	margin: 200px auto;
}

nav.navrotatein ul ul {
	display: none;
}

	nav.navrotatein ul li:hover > ul {
		display: block;
	}

nav.navrotatein ul {
	background: #fff;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.30);
	padding: 0 10px;
	/*border-radius: 5px;*/ 
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav.navrotatein ul:after {
		content: ""; clear: both; display: block;
	}

nav.navrotatein ul li {
	float: left;
}
	nav.navrotatein ul li:hover {
		background: #9acd32;
		-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	    -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	    -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
		nav.navrotatein ul li:hover a {
			color: #fff;
		}
	
	nav.navrotatein ul li a {
		display: block; padding: 15px 18px;
		color: #757575; text-decoration: none;
	}

nav.navrotatein ul ul {
	background: #9acd32; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	z-index: 99999999999;
}
	nav.navrotatein ul ul li {
		float: none; 
		border-top: 1px solid #b8f63a;
		position: relative;
		z-index: 99999999999;
	}
		nav.navrotatein ul ul li a {
			padding: 15px 30px;
			color: #757575;
		}	
			nav.navrotatein ul ul li a:hover {
				background: #b8f63a;
				-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
		    	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
		    	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
		    	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
			}





nav.navrotatein ul ul ul {
	position: absolute; left: 100%; top:0;
}

	nav.navrotatein ul ul ul li a {
		display: block;
		min-width: 85px;
		text-align: center;
	}


/* Animation */
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 30s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}

/* col2 */
nav.navrotatein .col2 {
	width: 302px;
}

nav.navrotatein .col2 li {
	width: 150px;
	float: left !important;
	border-left: 1px solid #b8f63a;
}

nav.navrotatein .col2 li a {
	text-align: center;
}

/* col3 */
nav.navrotatein .col3 {
	width: 453px;
}

nav.navrotatein .col3 li {
	width: 150px;
	float: left !important;
	border-left: 1px solid #b8f63a;
}

nav.navrotatein .col3 li a {
	text-align: center;
}

/* col4 */
nav.navrotatein .col4 {
	width: 604px;
}

nav.navrotatein .col4 li {
	width: 150px;
	float: left !important;
	border-left: 1px solid #b8f63a;
}

nav.navrotatein .col4 li a {
	text-align: center;
}

/* Form */
nav.navrotatein ul li ul.form {
	width: 234px;
}
nav.navrotatein ul li ul form {
	padding: 10px;
}

nav.navrotatein form input {
	width: 200px;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 13px;
	background: #b8f63a;
	border: 0;
	color: #fff;
}

nav.navrotatein form button {
	padding: 7px 10px;
	border: 0;
	background: #b8f63a;	
	color: #fff;
	font-size: 13px;
	float: right;
}