/*
	   theme: ERCLab UInified - Margin-Padding
	site url: http://erclab.com
	  design: EVILORD.COM
*/


/* Border Radius */

.markme, .button, input, input[type="text"], textarea{
-webkit-border-radius:4px;
   -moz-border-radius:4px;
 -khtml-border-radius:4px;
		border-radius:4px;
}

.rad-2, .small-title .markme.small {
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
	 -khtml-border-radius:2px;
			border-radius:2px;
}

.rad-3, .btn, .markme.small{
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	 -khtml-border-radius:3px;
			border-radius:3px;
}

.rad-4, .gallery img, .help-pages img{
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	 -khtml-border-radius:4px;
			border-radius:4px;
}

.rad-5{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	 -khtml-border-radius:5px;
			border-radius:5px;
}

.rad-6, #fullResImage{
  -webkit-border-radius:6px;
	 -moz-border-radius:6px;
   -khtml-border-radius:6px;
		  border-radius:6px;
}

.rad-10, #help-menu a{
  -webkit-border-radius:10px;
	 -moz-border-radius:10px;
   -khtml-border-radius:10px;
          border-radius:10px;
}

.rad-circle{
   -webkit-border-radius:50%;
	  -moz-border-radius:50%;
	-khtml-border-radius:50%;
	       border-radius:50%;
}

.rad-t{
	-moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0;
 -moz-border-radius-bottomleft: 0;
 
		 -webkit-border-radius: 10px 10px 0px 0px;
				 border-radius: 10px 10px 0px 0px;
}

.rad-b-5{
	-moz-border-radius-topleft: 0px;
   -moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 5px;
 
		 -webkit-border-radius: 0px 0px 5px 5px;
				 border-radius: 0px 0px 5px 5px;
}

.rad-b{
	-moz-border-radius-topleft: 0px;
   -moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 
		 -webkit-border-radius: 0px 0px 10px 10px;
				 border-radius: 0px 0px 10px 10px;
}

.rad-l,
.menu-item-first a, .menu-item-first-two a,
.menu-item-first.menu-active a, .menu-item-first-two.menu-active a{
	-moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
 -moz-border-radius-bottomleft: 4px;
 
		 -webkit-border-radius: 4px 0 0 4px;
				 border-radius: 4px 0 0 4px;
}

.rad-r,
.menu-item-last a, .menu-item-last-two a,
.menu-item-last.menu-active a, .menu-item-last-two.menu-active a{
	-moz-border-radius-topleft: 0;
   -moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
 -moz-border-radius-bottomleft: 0;
 
		 -webkit-border-radius: 0 4px 4px 0;
				 border-radius: 0 4px 4px 0;
}

.rad-0{
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	 -khtml-border-radius:0;
			border-radius:0;
}

.b-l-0{
	border-left:none;
}

.b-r-0{
	border-right:none;
}

.b-l-r-0{
	border-left:none;
	border-right:none;
}

/*PADDING/MARGIN*/

.padding-0{padding:0;}
.padding-tb-0{padding-top:0;padding-bottom:0;}
.padding-10{padding:10px;}
.padding-0-20{padding:0 20px;}
.padding-5-20{padding:5px 20px;}
.padding-10-20{padding:10px 20px;}
.padding-20{padding:20px;}
.padding-lr20{padding-left:20px;padding-right:20px;}
.padding-r20{padding-right:20px;}
.padding-r30{padding-right:30px;}
.padding-l20{padding-left:20px;}
.padding-l30{padding-left:30px;}
.padding-l40{padding-left:40px;}
.padding-l50{padding-left:50px;}
.padding-t0{padding-top:0 !important;}
.padding-t10{padding-top:10px;}
.padding-t20{padding-top:20px;}
.padding-t30{padding-top:30px;}
.padding-t40{padding-top:40px;}
.padding-t50{padding-top:50px;}
.padding-t80{padding-top:80px;}
.padding-t-b-0{padding-top:0;padding-bottom:0;}
.padding-t-b10{padding-top:10px;padding-bottom:10px;}
.padding-t-b20{padding-top:20px;padding-bottom:20px;}
.padding-t-b30{padding-top:30px;padding-bottom:30px;}
.padding-t-b40{padding-top:40px;padding-bottom:40px;}
.padding-t-b5{padding-top:5px;padding-bottom:5px;}
.padding-b0{padding-bottom:0;}
.padding-b10{padding-bottom:10px;}
.padding-b20{padding-bottom:20px;}
.padding-b30{padding-bottom:30px;}
.padding-b40{padding-bottom:40px;}
.padding-b200{padding-bottom:200px;}
.margin-0{margin:0;}
.margin-t0{margin-top:0;}
.margin-b0{margin-bottom:0;}
.margin-b10{margin-bottom:10px;}
.margin-b20{margin-bottom:20px;}
.margin-b30{margin-bottom:30px;}
.margin-l30{margin-left:30px;}
.margin-l20{margin-left:20px;}
.margin-t10{margin-top:10px;}
.margin-t20{margin-top:20px;}
.margin-t30{margin-top:30px;}
.margin-t-20{margin-top:-20px !important;}
.margin-t60{margin-top:60px;}
.margin-t-60{margin-top:-60px;}
.margin-b-60{margin-bottom:-60px;}
.margin-t-b30{margin-top:30px;margin-bottom:30px;}
.margin-t-33{margin-top:-33px;}


/*SUPPORT UI*/

.overlow-auto{ overflow:auto;}

.h-auto{height:auto;min-height:inherit;}

.first{padding-left:0;}

.last{
  background:none;
  box-shadow:none;
  -web-kit-box-shadow:none;
  -moz-box-shadow:none;
}

.left{float:left;}
.right{float:right;}

.center{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.clr{ clear:both;}
.clr-n{clear:none;}
.f-none{float:none;}

.blank, .blank-m{
	background:none;
	border:none;
  -web-kit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}



/* Visibility Support */


.none{ display:none;}

/* Hide App Help Pages */
.m-h-app{display:inline-block;}
/* Show App Help Pages */
.m-s-app{display:none;}



/* TABLETS */

/* Hide Tablet Landscape*/
.mobile-tablet-h-l{
	display:inline-block;
}
.mobile-tablet-h-l-p{
	display:inline-block;
}

/* Show Tablet Landscape*/
.mobile-tablet-s-l{
	display:none;
}
.mobile-tablet-s-l-p{
	display:none;
}

/* Hide Tablet Portrait*/
.mobile-tablet-h-p{
	display:inline-block;
}

/* Show Tablet Portrait*/
.mobile-tablet-s-p{
	display:none;
}



/* MOBILE */

	/* Show Mobile ONLY < 768 All Portrait & Landscape 
	.m{
		display:inline-block;
	}
	*/
	
	/* Hide Mobile ONLY < 768 All Portrait & Landscape */
	.mobile{
		display:none;
	}
	
	/* Hide Mobile < 768 Landscape*/
	.mobile-h-l{
		display:none;
	}
	.mobile-h-l-p{
		display:none;
	}
	
	/* Show Mobile < 768 Landscape*/
	.mobile-s-l{
		display:none;
	}
	.mobile-s-l-p{
		display:none;
	}
	
	/* Hide Mobile < 620 Landscape*/
	.mobile-h-l-small{
		display:none;
	}
	.mobile-h-l-p-small{
		display:none;
	}
	
	/* Show Mobile < 620 Landscape*/
	.mobile-s-l-small{
		display:none;
	}
	.mobile-s-l-p-small{
		display:none;
	}
	
	/* Hide Mobile < 480 Portrait*/
	.mobile-h-p{
		display:inline-block;
	}
	
	/* Show Mobile < 480 Portrait*/
	.mobile-s-p{
		display:none;
	}
	
	/* Show Desktop > 1024 */

	.mobile-s-desktop{
		display:inline-block;
	}
	.mobile-h-desktop{
		display:none;
	}
	.h-sidebar{
		display:none;
	}
	
/* Obey */

 @media screen and (min-width: 768px){
.help-menu-sidebar .h-sidebar{
	display:none;
}
.help-menu-sidebar .mobile-tablet-h-p.sidebar-h{
	display:none;
}

} @media screen and (max-width: 1024px){
.mobile-tablet-s-l{
	display:inline-block;
}
.mobile-tablet-s-l-p{
	display:inline-block;
}
.mobile-tablet-h-l{
	display:none;
}
.mobile-tablet-h-l-p{
	display:none;
}

} @media screen and (max-width: 768px){
.mobile-tablet-h-p{
	display:none;
}
.mobile-tablet-s-p{
	display:inline-block;
}
.centered-tablet-p{
	float:none;
	margin:0 auto;
	display:block;
}
} @media screen and (max-width: 767px){
	
.mobile-tablet-s-p{
	display:none;
}
.m{
	display:none;
}
.mobile{
	display:inline-block;
}
.mobile-s-l{
	display:inline-block;
}
.mobile-s-l-p{
	display:inline-block;
}
.mobile-h-l{
	display:none;
}
.mobile-h-l-p{
	display:none;
}
.centered-m-l{
	float:none;
	margin:0 auto;
	display:table;
}
} @media screen and (max-width: 620px) {

.mobile-h-l-small{
	display:none;
}
.centered-m-l-small{
	float:none;
	margin:0 auto;
	display:block;
}
.centered-m-l-no{
	float:left;
}
} @media screen and (max-width: 469px){
.mobile-h-p{
	display:none;
}
.mobile-s-p{
	display:inline-block;
}
.centered-m-p{
	float:none;
	margin:0 auto;
	display:block;
}
}

