/* https://googlesamples.github.io/web-fundamentals/samples/css/main.css /*

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
/* =============================================================================


	LOAD FONTS AT BOTTOM OF PAGES
	
	
==============================================================================*/

html,
button {
    color: #eee;
}

html { 
	height:100%; 
	padding:0; 
	margin:0;
}

body {
    font-size: 1em;
    line-height: 1.4;
	height:100%; 
	padding:0; 
	margin:0;
}

.wrapper {
	position:absolute;
	width:100%;
	min-height:100%;
	top:0; 
	bottom:0; 
	left:0; 
	right:0;
}

a {
    color: #800000;
}

a:visited {
    color: #800000;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*==========================================================================
	VIDEOS
============================================================================*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Misc.
   ========================================================================== */
.full_width{
	width:100%;
}
.select_sub{
	background-color: #C0C0C0;
	width:100%;
	height:25px;
	padding:2px;
	position:fixed;
	top:60px;
	left:0px;
	z-index:2;
}	

.clear {
	clear:both;
}
.mirror {
	display:none;
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:#000;
	text-align:left;
	color:#fff;
	padding:3px;
}
.flip-horizontal {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: fliph; /*IE*/
}
.flip-normal{}
.slect_cat_dropdown{
	display:inline-block;
	background-color:#c0c0c0;
	color:#800000;
	font-size:16px;
	height:25px;
	padding:0px 5px 0px 5px;
	border:1px solid #800000;
}

/* ==========================================================================
   POPUP WINDOWS
   ========================================================================== */

/*------------->ALL POPUP<-----------------*/
.PopupMain {
    position: fixed;
    top:5%;
    left:5%;
    z-index: 900;
    height: 110%;
    width: 90%;
    background-image: url("https://raddezigns.com/images/black_shade.png");
    display: none;
	padding: 12px;

}
.show_aff_popup {
    position: fixed;
    top:5%;
    left:5%;
    z-index: 998;
    height: 110%;
    width: 90%;
    background-image: url("https://raddezigns.com/images/black_shade.png");
    display: none;
	padding: 12px;

}
.PopupBorderWindow {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	height:90%;
	background-image: url("https://raddezigns.com/images/black_shade.png");
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 12px;
}
.PopupContainer {
    position: relative;
	height:100%;
}
.PopupMain #closeButton {
    position:absolute;
    top: -15px;
    right: -15px;
}
.PopupContent {
    background-color: #FFF;
    width:100%;
	height:100%;
    padding:5px;
    overflow:scroll;
}

/*--------->SEARCH<----------------*/
#head_search{
	display:none;
	background-color: #C0C0C0;
	width:100%;
	padding:2px;
	margin-right:auto;
	margin-left:auto;
}
	
/* -------> CATEGORIES AND MENU <----------*/
.menu_odd{
	background:#fff;
}
.menu_odd a{
	color:#000;
}
.menu_even{
	background:#E8E6E6;
}
.menu_even a{
	color:#000;
}
.menu_box{
	cursor:pointer;
	border:1px solid grey;
	padding:5px;
}
.menu_head{
	width:100%;
	background:#000;
	color:#fff;
	border:1px solid grey;
	padding:5px;
}
.menu_cat_box{
	border:1px solid grey;
	padding:5px;
}

/*------------->ITEM POPUP<-----------------*/
.itemPopupMain {
    position: fixed;
    top:0px;
    left:0px;
    z-index: 998;
    height: 110%;
    width: 100%;
    background-image: url("https://raddezigns.com/images/black_shade.png");
    display: none;
	padding: 12px;

}
.itemPopupBorderWindow {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	background-image: url("https://raddezigns.com/images/black_shade.png");
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 12px;
}
.itemPopupContainer {
    position: relative;
}
.itemPopupMain #closeButton {
    position:absolute;
    top: -15px;
    right: -15px;
}
.itemPopupContent {
    background-color: #FFF;
    width:100%;
    height:100%;
    padding:5px;
    overflow:scroll;
}
/*------------->FONT SELECT POPUP<-----------------*/
.fontPopupMain {
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999;
    height: 110%;
    width: 100%;
    background-image: url("https://raddezigns.com/images/black_shade.png");
    display: none;
	padding: 12px;

}
.fontPopupBorderWindow {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	background-image: url("https://raddezigns.com/images/black_shade.png");
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 12px;
}
.fontPopupContainer {
    position: relative;
}
.fontPopupMain #closeButton {
    position:absolute;
    top: -15px;
    right: -15px;
}
.fontPopupContent {
    background-color: #FFF;
    width:100%;
    height:100%;
    padding:5px;
    overflow:scroll;
}
/* ==========================================================================
	SEARCH AND CATEGORY PAGES
   =========================================================================== */
.main_item_box{
	width:190px;
	height:220px;
	display:inline-block;
	overflow:hidden;
}
.main_item_box_background{
	background: url("https://raddezigns.com/images/180x180_box2.jpg") no-repeat;
	width:180px;
	height:220px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding-top: 15px; 
	padding-bottom: 15px;
}
.main_item_text{
	width:150px;
	text-align:center;
	padding-left:15px;
}
.main_item_box_image{
	width:150px;
	padding-left:15px;
}
.main_item_box_clear{
	position:relative;
	z-index:1;
	bottom:210px;
}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}


@font-face {
    font-family: AardvarkCafe;
    src: url(../fonts/AARDC___.woff);
}
@font-face {
    font-family: Abaddon;
    src: url(../fonts/abaddon.woff);
}
@font-face {
    font-family: AceCrikey;
    src: url(../fonts/Ace.woff);
}
@font-face {
    font-family: ActionISJL;
    src: url(../fonts/ACTIONIS.woff);
}
@font-face {
    font-family: AddSpeedy;
    src: url(../fonts/AddSpeedy.woff);
}
@font-face {
    font-family: Adventure;
    src: url(../fonts/Adventure.woff);
}
@font-face {
    font-family: Akbar;
    src: url(../fonts/akbar.woff);
}
@font-face {
    font-family: AlphaMack;
    src: url(../fonts/ALPHMA__.woff);
}
@font-face {
    font-family: AncentGeek;
    src: url(../fonts/GEEK.woff);
}
@font-face {
    font-family: AntsyPants;
    src: url(../fonts/ANTSYPAN.woff);
}
@font-face {
    font-family: ArialRound;
    src: url(../fonts/ArialRoundedMTBold.woff);
}
@font-face {
    font-family: Army;
    src: url(../fonts/Army.woff);
}
@font-face {
    font-family: ArBrush;
    src: url(../fonts/artbrush.woff);
}
@font-face {
    font-family: BabyKruffy;
    src: url(../fonts/BABYK___.woff);
}
@font-face {
    font-family: Baily;
    src: url(../fonts/BAILYN__.woff);
}
@font-face {
    font-family: BailyMF;
    src: url(../fonts/BAILEYMF.woff);
}
@font-face {
    font-family: Bandless;
    src: url(../fonts/bandless.woff);
}
@font-face {
    font-family: Batman;
    src: url(../fonts/batmfa__.woff);
}
@font-face {
    font-family: BeachType;
    src: url(../fonts/BEACHTYP.woff);
}
@font-face {
    font-family: Bellbottom;
    src: url(../fonts/Belbott0.woff);
}
@font-face {
    font-family: Beware;
    src: url(../fonts/BEWARE__.woff);
}
@font-face {
    font-family: BlackCastle;
    src: url(../fonts/BLACCM__.woff);
}
@font-face {
    font-family: Blazed;
    src: url(../fonts/Blazed.woff);
}
@font-face {
    font-family: BoisterBlack;
    src: url(../fonts/Boisterb.woff);
}
@font-face {
    font-family: BoogieNights;
    src: url(../fonts/BoogieNightsNF.woff);
}
@font-face {
    font-family: Boring;
    src: url(../fonts/BoringLesson.woff);
}
@font-face {
    font-family: Braddon;
    src: url(../fonts/BRADDB__.woff);
}
@font-face {
    font-family: Brave;
    src: url(../fonts/BRAVE.woff);
}
@font-face {
    font-family: Broadway;
    src: url(../fonts/BROADW.woff);
}
@font-face {
    font-family: Brook23;
    src: url(../fonts/brook23.woff);
}
@font-face {
    font-family: BrushScriptBT;
    src: url(../fonts/Brushscn.woff);
}
@font-face {
    font-family: BuffaloStance;
    src: url(../fonts/BSTTRIAL.woff);
}
@font-face {
    font-family: Cheeseburger;
    src: url(../fonts/CHEESEBU.woff);
}
@font-face {
    font-family: Cheri;
    src: url(../fonts/CHERI___.woff);
}
@font-face {
    font-family: CHICK___;
    src: url(../fonts/CHICK___.woff);
}
@font-face {
    font-family: College;
    src: url(../fonts/COLLEGE.woff);
}
@font-face {
    font-family: Cowboys;
    src: url(../fonts/cowboys.woff);
}
@font-face {
    font-family: DanceClub;
    src: url(../fonts/danceclub.woff);
}
@font-face {
    font-family: Daredevil;
    src: url(../fonts/Daredevil.woff);
}
@font-face {
    font-family: DarkChristal;
    src: url(../fonts/darkcrystalscript.woff);
}
@font-face {
    font-family: DiscoDuck;
    src: url(../fonts/discoduckv2.woff);
}
@font-face {
    font-family: Docporn;
    src: url(../fonts/Doc_porn_.woff);
}
@font-face {
    font-family: Dodger;
    src: url(../fonts/DODG5.woff);
}
@font-face {
    font-family: DrPeppers;
    src: url(../fonts/drpepp.woff);
}
@font-face {
    font-family: Duvall;
    src: url(../fonts/Duvall.woff);
}
@font-face {
    font-family: Europa;
    src: url(../fonts/europa.woff);
}
@font-face {
    font-family: FatBoySlim;
    src: url(../fonts/fbsbltc.woff);
}
@font-face {
    font-family: Flubber;
    src: url(../fonts/Flubber.woff);
}
@font-face {
    font-family: Forte;
    src: url(../fonts/FORTE.woff);
}
@font-face {
    font-family: Freak;
    src: url(../fonts/Freak_normal.woff);
}
@font-face {
    font-family: Freestyle;
    src: url(../fonts/FREESTYL.woff);
}
@font-face {
    font-family: Froot;
    src: url(../fonts/FrootStand.woff);
}
@font-face {
    font-family: GetThe;
    src: url(../fonts/gettheme.woff);
}
@font-face {
    font-family: GillBold;
    src: url(../fonts/GILB____.woff);
}
@font-face {
    font-family: Gilligan;
    src: url(../fonts/GILLIGAN.woff);
}
@font-face {
    font-family: Glamourgirl;
    src: url(../fonts/GLAMOURG.woff);
}
@font-face {
    font-family: GraveDigger;
    src: url(../fonts/gravedigger.woff);
}
@font-face {
    font-family: Grinched;
    src: url(../fonts/Grinched.woff);
}
@font-face {
    font-family: HanSolo;
    src: url(../fonts/SOLO5.woff);
}
@font-face {
    font-family: Happy;
    src: url(../fonts/Happy.woff);
}
@font-face {
    font-family: Harlow;
    src: url(../fonts/HARLOWSI.woff);
}
@font-face {
    font-family: HipChick;
    src: url(../fonts/hipch___.woff);
}
@font-face {
    font-family: Honda;
    src: url(../fonts/HondaFont.woff);
}
@font-face {
    font-family: Hotpizza;
    src: url(../fonts/hotpizza.woff);
}
@font-face {
    font-family: Hursheys;
    src: url(../fonts/Hursheys.woff);
}
@font-face {
    font-family: Impact;
    src: url(../fonts/impact.woff);
}
@font-face {
    font-family: Juice;
    src: url(../fonts/JUICE__0.woff);
}
@font-face {
    font-family: Kristen;
    src: url(../fonts/ITCKRIST.woff);
}
@font-face {
    font-family: LokiCola;
    src: url(../fonts/lokicola.woff);
}
@font-face {
    font-family: Madfont;
    src: url(../fonts/MADFONT_.woff);
}
@font-face {
    font-family: Magneto;
    src: url(../fonts/MAGNETOB.woff);
}
@font-face {
    font-family: MyPuma;
    src: url(../fonts/MYPUMA__.woff);
}
@font-face {
    font-family: Nightwarrior;
    src: url(../fonts/Nightwarrior.woff);
}
@font-face {
    font-family: Oasis;
    src: url(../fonts/oasis.woff);
}
@font-face {
    font-family: OhCrap;
    src: url(../fonts/Ohcrap.woff);
}
@font-face {
    font-family: Oliver;
    src: url(../fonts/oliver__.woff);
}
@font-face {
    font-family: Oreos;
    src: url(../fonts/Oreos.woff);
}
@font-face {
    font-family: ParryHotter;
    src: url(../fonts/ParryHotter.woff);
}
@font-face {
    font-family: Postmaster;
    src: url(../fonts/POST.woff);
}
@font-face {
    font-family: RiseUp;
    src: url(../fonts/riseup_tbs.woff);
}
@font-face {
    font-family: RoyalAcid;
    src: url(../fonts/Royalacid.woff);
}
@font-face {
    font-family: SeaDog;
    src: url(../fonts/SEA7.woff);
}
@font-face {
    font-family: ShakeThatBooty;
    src: url(../fonts/SHAKETHA.woff);
}
@font-face {
    font-family: Simpsonfont;
    src: url(../fonts/Simpsonfont.woff);
}
@font-face {
    font-family: Subway;
    src: url(../fonts/subway.woff);
}
@font-face {
    font-family: Swingtown;
    src: url(../fonts/SWINM___.woff);
}
@font-face {
    font-family: Tagsextreme;
    src: url(../fonts/TAGSXTREME.woff);
}
@font-face {
    font-family: Turntablz;
    src: url(../fonts/TURNB___.woff);
}
@font-face {
    font-family: Whoa;
    src: url(../fonts/whoa.woff);
}
@font-face {
    font-family: Yahoo;
    src: url(../fonts/Yahoo.woff);
}
@font-face {
    font-family: Yourgone;
    src: url(../fonts/youregon.woff);
}























