/*************HOLDING BAD PROPS****************/
div,p,form{position:relative}
div,p,form{display:block}
form,p{margin:0 auto}


/*

#top-menu strong{display:block;margin-top:30px;text-align:center;font-family:"Permanent Marker",cursive;font-weight:400;letter-spacing:1px;color:#ef1130}
*/

.btt::before{content:"\f106";color:#fff}

/* Back to top Button */
#btt{position:fixed;visibility:hidden;z-index:10000;margin:0;opacity:0;right:15px;bottom:15px;width:50px;-webkit-transition:all .4s cubic-bezier(.23,1,.32,1);-moz-transition:all .4s cubic-bezier(.23,1,.32,1);transition:all .4s cubic-bezier(.23,1,.32,1);-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
#btt.on{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}

#btt span span{display:block;position:relative;z-index:10;line-height:inherit}

#btt>span{display:block;width:50px;height:50px;line-height:50px;text-align:center;font-size:27px;color:#fff;background-color:rgba(0,0,0,.85);-webkit-transition:background-color .15s ease-out,color .15s ease-out;-moz-transition:background-color .15s ease-out,color .15s ease-out;transition:background-color .15s ease-out,color .15s ease-out}

/* Search logo */

/*
#search-logo i{display:block;transform:skew(-3deg);color:#000}
*/

.nrw{width:auto;max-width:90%}

/*form:not(.knob-group){width:80%}*/


/* Markers */
/*
h3{display:block;font-family:"Permanent Marker",cursive;font-weight:400;letter-spacing:1px;color:#ef1130;font-size:30px}
*/

#important h4{display:block;font-family:"Permanent Marker",cursive;font-weight:400;letter-spacing:1px;color:#ef1130;font-size:24px}

/* Headers Colorize */
.px h1 i, .px h2 i{color:#ef1130}

#important h4{color:#ef1130}

#options, #options li{display:block;cursor:pointer;}
#options li{padding:5px;margin:0;color:#353535;font-weight:500;display:block;position:relative;width:100%}
#options li:hover{text-decoration:underline}

@media(max-width:440px){
	h1,h2{font-size:36px}
}

@media(max-width:200px){
	#mopn{padding-right:10px}
}