<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}
/****-----start-wrapper-demo----****/
.wrapper-demo
{
	width:400px;
	height:300px;
	margin: 0 auto;
	margin-top: 5%;
	align: center;
}
.wrapper-textbox
{
	width:400px;
	height:800px;
	margin: 0 auto;
	margin-top: 15%;
}
/****-----start-wrapper-dropdown-2----****/
.wrapper-dropdown-2 {
    position: relative;
	padding: 17px 20px 17px 15px;
	background: #339933;
	cursor: pointer;
	outline: none;
	color: #fff;	
	font-size: 1.1em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-transform: capitalize;
	font-weight: 600;
}
.dropdown:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: -3%;
	margin-top: -6px;
	border-width: 0px 12px 12px 12px;
	border-style: solid;
	border-color: #c7c7c7 rgba(0, 0, 0, 0);
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 136%;
    left: 0px;
    right: 0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
    /* Styles */
    background:#c7c7c7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index:1;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li:last-child{
	border-bottom:none;
}
.wrapper-dropdown-2 .dropdown li
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li a {
    display: block;
	text-decoration: none;
	color: #5f5f5f;
	padding:15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
	font-size: 0.99em;
	font-weight: 600;
	
}
.dropdown li a:hover{
	color:#FFF;
	
} 
.dropdown li a:hover .icon{
	background-position:0px 0px;
}
/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover {
    background: #72d072;
    
}
.wrapper-dropdown-2 .dropdown  li:nth-child(1) {
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
}
.wrapper-dropdown-2 .dropdown  li:last-child{
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
}
.wrapper-dropdown-2 .dropdown  li:nth-child(2),.wrapper-dropdown-2 .dropdown  li:nth-child(3),.wrapper-dropdown-2 .dropdown  li:nth-child(4)
{
	border-radius: none;
}
/* Active state */
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/* No CSS3 support */
.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}
.wrapper-dropdown-2.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}
/*****/
.wrapper-dropdown-2 span {
	float: right;
	vertical-align: middle;
}
.icon{
	background: url(../images/spriteimg.png);
	width:24px;
	height:25px;
	display:inline-block;
}
.icon
{
	background: url(../images/spriteimg.png) no-repeat 0px 0px;
}
.dropdown li a:hover span.icon{
	background: url(../images/spriteimg.png) no-repeat 0px -25px;
}
.stat{
	background: url(../images/spriteimg.png) no-repeat -26px 0px;
}
.dropdown li a:hover span.stat{
	background: url(../images/spriteimg.png) no-repeat -26px -24px;
}
.msg{
	background: url(../images/spriteimg.png) no-repeat -51px 0px;
}
.dropdown li a:hover span.msg{
	background: url(../images/spriteimg.png) no-repeat -51px -24px;
}
.signout{
	background: url(../images/spriteimg.png) no-repeat -76px 0px;
}
.dropdown li a:hover span.signout{
	background: url(../images/spriteimg.png) no-repeat -76px -24px;
}
/****-----end-wrapper-dropdown-2----****/
/****-----start-copyright----****/
.copy-right{
	text-align: center;
	padding:1em 0;
}
.copy-right p{
	color:#c7c7c7;
	font-size: 0.8em;
	line-height:1.8em;
}
.copy-right p a{
	color:#5F5F5F;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#339933;
}
/****-----end-copyright----****/
/****----*media Queries----****/
@media only screen and (max-width: 480px) and (min-width:320px)
{
	.wrapper-demo {
	width: 350px;
	}
}
@media only screen and (max-width: 320px) and (min-width:240px)
{
	.wrapper-demo {
	width: 290px;
	}
	.wrapper-dropdown-2 {
	font-size: 1em;
	}
}
/****------end-media Queries-----****/
/*form*/
    .form {
	  text-align: center;
	}
.form input[type="tel"]{
	font-size: 1.3355em;
	font-family: 'Open Sans', sans-serif;
	color: #B1B1B1;
	display: block;
	letter-spacing: 0.2em;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.4em 0.4em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 100%;
	margin: 50px 20px auto auto;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	align: center;
}
.form input[type="text"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #B1B1B1;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 100%;
	margin: 20px auto 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form input[type="submit"] {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 40%;
	margin: 30px auto 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #72d072;
}
.form input[type="button"] {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 40%;
	margin: 30px auto 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #72d072;
}
.form input[type="submit2"] {
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	border: none;
	padding: 0.3em 0.7em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 95%;
	margin: 30px auto 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #89C8E8;
}
.form input[type="submit"]:hover {
	background:#339933;
	color:#fff;
}
.form input[type="button"]:hover {
	background:#339933;
	color:#fff;
}
.form input[type="tel"]:hover{
	border:2px solid #339933;
	color: #339933;
}
.form input[type="text"]:hover{
	border:2px solid #339933;
	color: #0287CC;
}
/*top-grids*/
.top-grids{
	float:left;
	width: 100%;
	padding: 23px 10px 4px;

}
.top-grid1{
	float:left;
}
.top-grid {
	width: 98%;
	padding-bottom: 10px;
	text-align: center;
}
.top-grid1 img {
	cursor:pointer;
	margin-top: 6px;
}
.top-grid1 img:hover {
	opacity:0.9;
}
.top-grid2 {
	float: left;
	margin-left: 14px;
	width: 80%;
	text-align: left;
	padding-bottom: 5px;
}
.top-grid2 h4{
	font-family: 'Open Sans', sans-serif;
	color: #0287CC;
	display: block;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-grid2 p{
 	font-family: 'Open Sans', sans-serif;
	color: #919191;
	display: block;
	font-size: 0.72355em;
	font-weight: 400;
	line-height: 1.6em;
}
.top-grid2 h4:hover{
	color: #777;
}
.settings{
	text-align:left;
	padding: 18px 6px 10px;
}
.settings h5{
	font-family: 'Open Sans', sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.settings h5:hover{
	color: #0287CC;
}
.footer p{
	font-family: 'Open Sans', sans-serif;
	color:#525252;
	display: block;
	font-size: 0.0.92355em;
	font-weight: 400;
	text-align:center;
	padding-top:2em;
}
.footer p a{
	color:#4EAEE0;
}
.footer p a:hover{
	color:#90C842;
}

/****------SUPER AWESOME CRAP CSS WHILE I'M LEARNING (don't judge me)----****/

h2 {
  font-family: "ff-meta-serif-web-pro"; text-align:center; letter-spacing:.14em }

*{box-sizing:border-box}.content{max-width:720px; margin:0 auto;width:95%%;padding:0 20px 20px 20px;align:center;}.content-wrapper{margin-top:0px;border-top:1px solid #ddd}.bg-dark{background:#222;color:#fff}.bg-white{background:#fff;color:#222}.dl-link{background:#eee url(/svg/download.svg) no-repeat -100px center}.fork-me{background:#eee url(/svg/fork.svg) no-repeat -100px center}.site-footer .maker{color:#999}.hover:hover{-webkit-transition:background-position, .4s;background-position:10px center;background-color:#b3ffff;border:1px solid #0cc;padding-left:40px}.issue-hover{background-color:cyan;border:1px solid #0cc;background-color:#b3ffff}.issue-hover:hover{-webkit-transition:background-color .3s;background-color:#3ff}.circle{border-radius:9999px}.section-padding{padding:60px 0 40px 0}.polaroid-padding{padding-top:40px;padding-bottom:20px}.half-padding{padding:20px 0}.header-padding{padding:0 0 40px 0}.padding-top{padding-top:40px}.padding-top-half{padding-top:20px}.padding-bottom{padding-bottom:40px}.no-margin{margin:0}.margin-top-20{margin-top:60px}.bottom-clear{margin-bottom:40px}.centered{margin:0 auto}.section-margin{margin-top:20px;margin-bottom:60px}.site-logo{font-family:"orgovan-rounded-web"}.mega{font-size:132px}.center{text-align:center}.serif{font-family:"ff-meta-serif-web-pro"}.tagline{font-size:16px !important;color:#777}.sans-serif{font-family:"daniel"}.caps{text-transform:uppercase}.title-spacing{letter-spacing:.1em}.small-title{font-size:16px}.lh-1{line-height:1}.h2{font-size:52px}.section-title{font-size:48px}.text-link{text-decoration:none;color:#333}p{font-size:20px;line-height:1.5}.meta{font-size:12px;color:#999}

h1,h2,h3,h4,h5,h6{font-weight:100}.gray-border{border:1px solid #ccc}.link-highlight{text-decoration:none;font-size:16px;color:#111;display:inline-block;text-transform:uppercase;-webkit-transition:padding, .4s;letter-spacing:.1em;padding:50px;border-radius:4px;margin-bottom:20px;width:auto;color:#222;font-family:"daniel";background-size:20px 20px}.bug-report{border-top:1px solid #eee}.site-footer{background:#f3f3f3;color:#eee;font-family:"daniel";padding:20px 0;line-height:2}.site-footer .text-link{color:#033;padding-right:20px;-webkit-transition:top .2s;top:0;position:relative}.site-footer .text-link:hover{-webkit-transition:color ease-in .2s;color:#999}.db{display:block}@media screen and (max-width: 480px){.h2{font-size:36px}.mega{font-size:96px}.mobile-small{font-size:16px !important}.mobile-hide{display:none}}

@media all and (min-width: 641px)   {

.numutext {  font-size: 3.3em; font-weight: bold; letter-spacing: 6px; color: #000000; vertical-align:center; }

}

@media all and (max-width: 640px)   {

.numutext {  font-size: 2.3em; font-weight: bold; letter-spacing: 3px; color: #000000; vertical-align:center; }

}

@media all and (max-width: 320px)   {

.numutext {  font-size: 2.3em; font-weight: bold; letter-spacing: 3px; color: #000000; vertical-align:center; }

}

a[href*="twitter"]:before {font-family: FontAwesome;padding-right:10px;content:"\f099";}
a[href*="facebook"]:before {font-family: FontAwesome;padding-right:10px;content:"\f09a";}
a[href*="mailto:contactus@numu.me"]:before {font-family: FontAwesome;padding-right:10px;content:"\f003";}