@charset "utf-8";
/* ===============================================
			#HTML5 display definitions
================================================== */
/* normalize.css 2011-06-23T00:50 UTC //github.com/jonathantneal/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}html{cursor:default;font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,form,input,button,select,textarea{font-size:100%;margin:0}a,a:active,a:hover{outline:none}a:focus{outline:thin dotted}abbr{_border-bottom:expression(this.title ? '1px dotted':'none')}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#FF0;color:#000}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul{list-style:none}audio[controls],canvas,video{display:inline-block;*display:inline}audio{display:none;_display:expression(this.controls ? 'inline':'none');*zoom:1}audio[controls]{display:inline-block}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){ overflow:hidden}legend{*margin-left:-7px}button,input,select,textarea{vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;_overflow:expression(this.type == 'button|reset|submit' ? 'visible':'')}button,input[type="button"],input[type="reset"],input[type="submit"]{overflow:visible;-webkit-appearance:button}input[type="checkbox"],input[type="radio"]{box-sizing:border-box}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}fieldset{border:none;}big{display:block;}

/* #Web Fonts
================================================== */
@font-face {
font-family: 'Calibri';
src: url('fonts/calibri.eot');
src: url('fonts/calibri.eot#iefix') format('embedded-opentype'), 
url('fonts/calibri.woff') format('woff'), 
url('fonts/calibri.ttf') format('truetype'), 
url('fonts/calibri.svg') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'parmapetitregular';
src: url('fonts/parmapetit-normal-webfont.eot');
src: url('fonts/parmapetit-normal-webfont.eot#iefix') format('embedded-opentype'), url('fonts/parmapetit-normal-webfont.woff') format('woff'), 
url('fonts/parmapetit-normal-webfont.ttf') format('truetype'), 
url('fonts/parmapetit-normal-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}



/* #Basic Styles
================================================== */
	*{
	margin:0;
	padding:0}
	
	body {
		background:#000;
		color: #000;
		font: 16px/22px 'Calibri',sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 	}
	
	img {
	  width: auto\9;
	  height: auto;
	  max-width: 100%;
	  vertical-align: middle;
	  border: 0;
	  -ms-interpolation-mode: bicubic;
	}

	::-moz-selection {background: #38d878;color: #fff; }
	::selection {background: #38d878;color: #fff; }




/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
	 color: inherit;
	font-weight: normal;
	font-family: 'parmapetitregular';
}	
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
		color:#000}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 48px; line-height: 50px; }
	h2 { font-size: 48px; line-height: 50px; }
	h3 { font-size: 26px; line-height: 28px; padding-bottom:15px; }
	h4 { font-size: 22px; line-height: 24px; padding-bottom:15px; }
	h5 { font-size: 20px; line-height: 22px; padding-bottom:15px; }
	h6 { font-size: 18px; line-height: 21px; padding-bottom:10px;}
	.subheader { color: #7a7a7a; }

	p { margin:5px 0 25px; }
	p img { margin: 0; }
	p.lead { color: #777777;line-height: 20px;}

	em { font-style: italic;  }
	strong { font-weight: bold;}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #323a3d; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { 
	border:none solid #323a3d; 
	border-width: 0px 0 0; 
	clear: both; 
	margin:10px 0 40px 0; 
	width:100%;
	height: 20px; 
	position:relative;
	background:url(../images/heading-sep.png) scroll no-repeat center center;
	}
	
/*    Article    */
	article{}
	
/* Widgets */
	input[type="search"] {
	  -webkit-box-sizing: content-box;
		 -moz-box-sizing: content-box;
			  box-sizing: content-box;
	  -webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button {
	  -webkit-appearance: none;
	}
	
	label{
		width:100%;
		float:left}
	
	textarea {
	  border: 1px solid #DCDCDC !important;
    overflow: auto;
    vertical-align: top;
    width: 99%;
	min-height:60px !important;
}
	form{
	color: inherit;
    float: left;
    font-size: 13px;
    width: 100%;
	overflow:hidden;
}
	input[type=text],input[type=search],input[type=tel],input[type=email],input[type=password]{
		border: 1px solid #DCDCDC !important;
    font-size: 16px;
    height: 30px;
}
		
	input[type=text].mini-input{
		width:40%}
	
	input[type=text],input[type=tel],input[type=email],input[type=password],textarea{
		background-color: #F2F2F2;
    color: #666666;
    line-height: 22px;
	padding: 0 20px;
}
	input[type=search]{color:#A1A1A1}
	
	fieldset{
	float: left;
    margin-bottom: 10px;
    width: 100%;
}	input[type=file]{
	margin-top:10px;}
	
	.send_btn{ 
		background:url(../images/send.png) #000 !important;
		border:none !important;
		width:107px;
		height:31px;
		display:inline-block;
		font-size:0px !important;}
	
	
/* #Alignments
================================================== */
.text-center{text-align:center;}
.text-justify{text-align:justify;}
	
/* #Colors
================================================== */
.lighter{
	color:#aaaaaa !important}
	
/* #Links
================================================== */
	a, a:visited { color: #f0be5c;text-decoration: none;}
	a:hover, a:focus { text-decoration:underline;}
	p a, p a:visited { line-height: inherit;}

/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; padding-bottom:15px; }
	
	ul.disc li{padding-bottom:10px;}
	
	
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px;}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	.arrow{
		/*padding-top:11px;*/}
		
	.arrow li{
		background: url("https://arrowheadmanor.com/wp-content/themes/arrowhead/images/arrow.jpg") no-repeat scroll 0 13px rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #7A7B7D;
    line-height: 22px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 5px;
}

/* #Buttons
================================================== */

	.round{
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	behaviour:url('https://arrowheadmanor.com/wp-content/themes/arrowhead/css/border-radius.htc');}
	
	.button, a.button,.button2, a.button2 {
	text-transform:uppercase;
	font-family: 'CorbelRegular';
	font-size:13px;
	color:#FFF !important;
    border: 0px solid #000000;
    margin-bottom: 10px;
	margin-top:3px;
	padding:8px 25px;
    display: inline-block;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; 
	
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	behaviour:url('https://arrowheadmanor.com/wp-content/themes/arrowhead/css/border-radius.htc'); */
	
	background: #fcc965; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYzk2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDYxMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcc965 0%, #84611b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc965), color-stop(100%,#84611b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcc965 0%,#84611b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcc965 0%,#84611b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcc965 0%,#84611b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcc965 0%,#84611b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc965', endColorstr='#84611b',GradientType=0 ); /* IE6-8 */
}

	
	.button:hover, a.button:hover{
		text-decoration:none;
		background: #84611b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0NjExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2M5NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #84611b 0%, #fcc965 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84611b), color-stop(100%,#fcc965)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #84611b 0%,#fcc965 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #84611b 0%,#fcc965 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #84611b 0%,#fcc965 100%); /* IE10+ */
background: linear-gradient(to bottom,  #84611b 0%,#fcc965 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84611b', endColorstr='#fcc965',GradientType=0 ); /* IE6-8 */
}
		
	.button2:hover, a.button2:hover{
    background-color: #535A64 !important;
	text-decoration:none !important;
}
		
	.button2, a.button2{
		background-color:#424953 !important;}
	
	
	
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	input[type=file] {
	color:#FFF;
	font-size:13px;
    border: 0px solid #000000;
    margin-bottom: 10px;
	padding:6px 10px;
    display: inline-block;
	border:1px solid #034577;
	
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	behaviour:url('https://arrowheadmanor.com/wp-content/themes/arrowhead/css/border-radius.htc'); 
	
	background: #21a2e9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYTJlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTYwYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #21a2e9 0%, #0160b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21a2e9), color-stop(100%,#0160b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #21a2e9 0%,#0160b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #21a2e9 0%,#0160b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #21a2e9 0%,#0160b3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #21a2e9 0%,#0160b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a2e9', endColorstr='#0160b3',GradientType=0 ); /* IE6-8 */

}

	
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #0160b3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMWEyZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0160b3 0%, #21a2e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0160b3), color-stop(100%,#21a2e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0160b3 0%,#21a2e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0160b3 0%,#21a2e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0160b3 0%,#21a2e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0160b3 0%,#21a2e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0160b3', endColorstr='#21a2e9',GradientType=0 ); /* IE6-8 */
 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	.img-ls{
		margin:0 10px 10px 0;
		float:left;}
		
	.img-rs{
		margin:0 0 10px 10px;
		float:right;}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important;}
	.add-bottom { margin-bottom: 20px !important; }
	.clearfix { float: none; clear: both;}
	.phone-visible{ display:none}
	.left{float:left !important;}
	.right{float:right !important;}
	
/* #Margins
===================================================*/
	/* MARGIN TOP */
	.margin_top_10px{ margin-top:10px}
	.margin_top_15px{ margin-top:15px}
	.margin_top_20px{ margin-top:20px}
	.margin_top_25px{ margin-top:25px}
	.margin_top_30px{ margin-top:30px}	
	.margin_top_35px{ margin-top:35px}
	.margin_top_40px{ margin-top:40px}
	.margin_top_45px{ margin-top:45px}
	.margin_top_50px{ margin-top:50px}
	.margin_top_55px{ margin-top:55px}
	.margin_top_60px{ margin-top:60px}
	
	/* MARGIN RIGHT */
	.margin_right_10px{ margin-right:10px}
	.margin_right_15px{ margin-right:15px}
	.margin_right_20px{ margin-right:20px}
	.margin_right_25px{ margin-right:25px}
	.margin_right_30px{ margin-right:30px}	
	.margin_right_35px{ margin-right:35px}
	.margin_right_40px{ margin-right:40px}
	.margin_right_45px{ margin-right:45px}
	.margin_right_50px{ margin-right:50px}
	.margin_right_55px{ margin-right:55px}
	.margin_right_60px{ margin-right:60px}
	
	/* MARGIN BOTTOM */
	.margin_bottom_10px{ margin-bottom:10px}
	.margin_bottom_15px{ margin-bottom:15px}
	.margin_bottom_20px{ margin-bottom:20px}
	.margin_bottom_25px{ margin-bottom:25px}
	.margin_bottom_30px{ margin-bottom:30px}	
	.margin_bottom_35px{ margin-bottom:35px}
	.margin_bottom_40px{ margin-bottom:40px}
	.margin_bottom_45px{ margin-bottom:45px}
	.margin_bottom_50px{ margin-bottom:50px}
	.margin_bottom_55px{ margin-bottom:55px}
	.margin_bottom_60px{ margin-bottom:60px}
	
	
	/* MARGIN LEFT */
	.margin_left_10px{ margin-left:10px}
	.margin_left_15px{ margin-left:15px}
	.margin_left_20px{ margin-left:20px}
	.margin_left_25px{ margin-left:25px}
	.margin_left_30px{ margin-left:30px}	
	.margin_left_35px{ margin-left:35px}
	.margin_left_40px{ margin-left:40px}
	.margin_left_45px{ margin-left:45px}
	.margin_left_50px{ margin-left:50px}
	.margin_left_55px{ margin-left:55px}
	.margin_left_60px{ margin-left:60px}
	
	
/* #Paddings
====================================================*/
	/* PADDING TOP */
	.padding_top_10px{ padding-top:10px}
	.padding_top_15px{ padding-top:15px}
	.padding_top_20px{ padding-top:20px}
	.padding_top_25px{ padding-top:25px}
	.padding_top_30px{ padding-top:30px}	
	.padding_top_35px{ padding-top:35px}
	.padding_top_40px{ padding-top:40px}
	.padding_top_45px{ padding-top:45px}
	.padding_top_50px{ padding-top:50px}
	.padding_top_55px{ padding-top:55px}
	.padding_top_60px{ padding-top:60px}
	
	/* PADDING RIGHT */
	.padding_right_10px{ padding-right:10px}
	.padding_right_15px{ padding-right:15px}
	.padding_right_20px{ padding-right:20px}
	.padding_right_25px{ padding-right:25px}
	.padding_right_30px{ padding-right:30px}	
	.padding_right_35px{ padding-right:35px}
	.padding_right_40px{ padding-right:40px}
	.padding_right_45px{ padding-right:45px}
	.padding_right_50px{ padding-right:50px}
	.padding_right_55px{ padding-right:55px}
	.padding_right_60px{ padding-right:60px}
	
	/* PADDING BOTTOM */
	.padding_bottom_10px{ padding-bottom:10px}
	.padding_bottom_15px{ padding-bottom:15px}
	.padding_bottom_20px{ padding-bottom:20px}
	.padding_bottom_25px{ padding-bottom:25px}
	.padding_bottom_30px{ padding-bottom:30px}	
	.padding_bottom_35px{ padding-bottom:35px}
	.padding_bottom_40px{ padding-bottom:40px}
	.padding_bottom_45px{ padding-bottom:45px}
	.padding_bottom_50px{ padding-bottom:50px}
	.padding_bottom_55px{ padding-bottom:55px}
	.padding_bottom_60px{ padding-bottom:60px}
	
	
	/* PADDING LEFT */
	.padding_left_10px{ padding-left:10px}
	.padding_left_15px{ padding-left:15px}
	.padding_left_20px{ padding-left:20px}
	.padding_left_25px{ padding-left:25px}
	.padding_left_30px{ padding-left:30px}	
	.padding_left_35px{ padding-left:35px}
	.padding_left_40px{ padding-left:40px}
	.padding_left_45px{ padding-left:45px}
	.padding_left_50px{ padding-left:50px}
	.padding_left_55px{ padding-left:55px}
	.padding_left_60px{ padding-left:60px}