/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*
* Modified by Emerald
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Body Backgrounds
	#Typography
	#Buttons
	#Forms
	#Images & Video
	#Misc. */

	
/*-----------------------------------------------------------------------------------*/
/*	1. Reset & Basics (Inspired by E. Meyers)
/*-----------------------------------------------------------------------------------*/

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, center, dl, dt, dd, ol, ul, 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, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	2. Basic Styles
/*-----------------------------------------------------------------------------------*/

body {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-color: #f6f6f6;
}
	
::-moz-selection {
	color: #fff;
	background: #727378;
}
::selection {
	color: #fff;
	background: #727378;
}

.align-center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}
.align-left {
	float: left !important;
}
.align-right {
	float: right !important;
}
.hidden {
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	3. Body Backgrounds
/*-----------------------------------------------------------------------------------*/

/* Body background images
--------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	/* Full width */
	[class*="body-bg-image"] {
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.body-bg-image1 { background-image: url(../images/backgrounds/body-bg-img1.jpg); }
	.body-bg-image2 { background-image: url(../images/backgrounds/body-bg-img2.jpg); }
	.body-bg-image3 { background-image: url(../images/backgrounds/body-bg-img3.jpg); }
	.body-bg-image4 { background-image: url(../images/backgrounds/body-bg-img4.jpg); }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	/* Reduced width - cropped from left and right (this also prevents iOS from background image scaling) */
	[class*="body-bg-image"] {
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.body-bg-image1 { background-image: url(../images/backgrounds/body-bg-img1-cropped.jpg); }
	.body-bg-image2 { background-image: url(../images/backgrounds/body-bg-img2-cropped.jpg); }
	.body-bg-image3 { background-image: url(../images/backgrounds/body-bg-img3-cropped.jpg); }
	.body-bg-image4 { background-image: url(../images/backgrounds/body-bg-img4-cropped.jpg); }
}

@media only screen and (max-width: 767px) {
	/* Fixed layout */
	.fixed-layout [class*="body-bg-image"] {
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.fixed-layout .body-bg-image1 { background-image: url(../images/backgrounds/body-bg-img1-cropped.jpg); }
	.fixed-layout .body-bg-image2 { background-image: url(../images/backgrounds/body-bg-img2-cropped.jpg); }
	.fixed-layout .body-bg-image3 { background-image: url(../images/backgrounds/body-bg-img3-cropped.jpg); }
	.fixed-layout .body-bg-image4 { background-image: url(../images/backgrounds/body-bg-img4-cropped.jpg); }
}

/* Body background patterns
--------------------------------------------------- */
[class*="body-bg-pattern"] {
	background-color: #f2f2f2;
	background-repeat: repeat;
	background-position: left top;
}
.body-bg-pattern1 { background-image: url(../images/patterns/pat01-45degree-fabric.png); }
.body-bg-pattern2 { background-image: url(../images/patterns/pat02-grunge-wall.png); }
.body-bg-pattern3 { background-image: url(../images/patterns/pat03-wine-cork.png); }
.body-bg-pattern4 { background-image: url(../images/patterns/pat04-project-papper.png); }
.body-bg-pattern5 { background-image: url(../images/patterns/pat05-scribble-light.png); }
.body-bg-pattern6 { background-image: url(../images/patterns/pat06-chruch.png); }
.body-bg-pattern7 { background-image: url(../images/patterns/pat07-old-husk.png); }
.body-bg-pattern8 { background-image: url(../images/patterns/pat08-fabric-plaid.png); }
.body-bg-pattern9 { background-image: url(../images/patterns/pat09-light-alu.png); }
.body-bg-pattern10 { background-image: url(../images/patterns/pat10-bright-squares.png); }
.body-bg-pattern11 { background-image: url(../images/patterns/pat11-brushed-alu.png); }
.body-bg-pattern12 { background-image: url(../images/patterns/pat12-smooth-wall.png); }

/* for high-resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (-o-min-device-pixel-ratio: 3/2),
	   only screen and (min-resolution: 1.5dppx),
	   only screen and (min-resolution: 144dpi) {
	.not-old-ie .body-bg-pattern1 {
		background-image: url(../images/patterns/pat01-45degree-fabric-@2X.png);
		background-size: 315px 315px;
	}
	.not-old-ie .body-bg-pattern2 {
		background-image: url(../images/patterns/pat02-grunge-wall-@2X.png);
		background-size: 500px 375px;
	}
	.not-old-ie .body-bg-pattern3 {
		background-image: url(../images/patterns/pat03-wine-cork-@2X.png);
		background-size: 300px 300px;
	}
	.not-old-ie .body-bg-pattern4 {
		background-image: url(../images/patterns/pat04-project-papper-@2X.png);
		background-size: 105px 105px;
	}
	.not-old-ie .body-bg-pattern5 {
		background-image: url(../images/patterns/pat05-scribble-light-@2X.png);
		background-size: 304px 306px;
	}
	.not-old-ie .body-bg-pattern6 {
		background-image: url(../images/patterns/pat06-chruch-@2X.png);
		background-size: 100px 100px;
	}
	.not-old-ie .body-bg-pattern7 {
		background-image: url(../images/patterns/pat07-old-husk-@2X.png);
		background-size: 500px 500px;
	}
	.not-old-ie .body-bg-pattern8 {
		background-image: url(../images/patterns/pat08-fabric-plaid-@2X.png);
		background-size: 200px 200px;
	}
	.not-old-ie .body-bg-pattern9 {
		background-image: url(../images/patterns/pat09-light-alu-@2X.png);
		background-size: 282px 282px;
	}
	.not-old-ie .body-bg-pattern10 {
		background-image: url(../images/patterns/pat10-bright-squares-@2X.png);
		background-size: 297px 297px;
	}
	.not-old-ie .body-bg-pattern11 {
		background-image: url(../images/patterns/pat11-brushed-alu-@2X.png);
		background-size: 400px 400px;
	}
	.not-old-ie .body-bg-pattern12 {
		background-image: url(../images/patterns/pat12-smooth-wall-@2X.png);
		background-size: 358px 358px;
	}
}

/* Body solid backgrounds
--------------------------------------------------- */
.body-bg-solid1 { background-color: #f2f2f2; }
.body-bg-solid2 { background-color: #eee; }
.body-bg-solid3 { background-color: #eaeaea; }

/* Page gradient background */
[class*="body-bg-pattern"] #page-wrapper,
.image-background #page-wrapper {
	background: url(../images/backgrounds/body-gradient-bg.png) repeat-x left bottom;
}
@media only screen and (max-width: 767px) {
	.responsive [class*="body-bg-pattern"],
	.responsive [class*="body-bg-solid"],
	.responsive [class*="body-bg-pattern"] #page-wrapper,
	.responsive .image-background #page-wrapper {
		background: #f6f6f6;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	4. Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", Tahoma, Geneva, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1 { font-size: 60px; line-height: 67px; color: #c16225; font-weight: 700; }
h2 { font-size: 26px; line-height: 32px; color: #444; font-weight: 400; }
h3 { font-size: 22px; line-height: 27px; color: #444; font-weight: 400; }
h4 { font-size: 19px; line-height: 25px; color: #444; font-weight: 400; }
h5 { font-size: 16px; line-height: 23px; color: #444; font-weight: 400; }
h6 { font-size: 14px; line-height: 21px; color: #444; font-weight: 400; }

h4.solid-underline,
h5.solid-underline {
	margin-bottom: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
h4.solid-underline.double,
h5.solid-underline.double {
	border-bottom-width: 2px;
}
h4.dotted-underline,
h5.dotted-underline {
	margin-bottom: 18px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dedede;
}
h4.solid-underline.colored,
h5.solid-underline.colored,
h4.dotted-underline.colored,
h5.dotted-underline.colored {
	border-bottom-color: #e3c7b4;
}
h4.dashed-underline,
h5.dashed-underline {
	background: url(../images/icons/dashed-line-horizontal.png) repeat-x left bottom;
	margin-bottom: 18px;
	padding-bottom: 8px;
}
h4.dashed-underline.colored,
h5.dashed-underline.colored {
	background-image: url(../images/icons/colored/brown/dashed-line-horizontal.png);
}

p {
	margin: 0 0 12px;
	line-height: 19px;
}
p img {
	margin: 0;
}

.middle-font-size,
.middle-font-size > * {
	font-size: 14px;
	line-height: 23px;
	color: #444;
}
.middle-font-size.caption {
	line-height: 21px;
	margin-bottom: 0;
}
.middle-font-size.black > * {
	color: #151515;
}
.middle-font-size.grey > * {
	color: #666;
}
.middle-font-size.light-grey > * {
	color: #999;
}
.middle-font-size.colored-text > * {
	color: #c16225;
}

em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

.colored-text {
	color: #c16225 !important;
}
.black {
	color: #151515 !important;
}
.grey {
	color: #666 !important;
}
.light-grey {
	color: #999 !important;
}
.uppercase {
	text-transform: uppercase;
}

hr {
	border: solid #dedede;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 25px;
	height: 0;
}

code,
kbd {
	display: inline;
	font-family: "Lucida Console", "Lucida Sans Typewriter", "Andale Mono", "Courier New", Courier, monospace;
	font-size: 11px;
	color: #909090;
	white-space: pre-wrap;
}
pre {
	font-family: "Lucida Console", "Lucida Sans Typewriter", "Andale Mono", "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #f4f4f5;
	border-left: 2px solid #d5d5d5;
	margin: 0 0 20px;
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
}

address {
	font-style: italic;
	margin: 0 0 15px;
}
abbr[title],
acronym {
	font-variant: none;
	border-bottom: 1px dotted;
}
ins {
	background-color: #fcfbe2;
	padding: 1px 4px 3px;
	text-decoration: none;
}
var {
	font-style: italic;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}
sub {
	bottom: -0.3em;
}
sup {
	top: -0.4em;
}


/* Blockquotes
----------------------------- */
blockquote,
blockquote p {
	font-size: 14px;
	line-height: 23px;
	color: #999;
	font-style: italic;
}
blockquote {
	margin: 5px 0 20px 25px;
	padding: 0 0 5px 25px;
	border-left: 2px solid #d5d5d5;
}
blockquote p { margin: 0; }
blockquote cite {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 7px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
:not(blockquote) cite {
	font-style: italic;
}


/* Links
----------------------------- */
a, a > * {
	text-decoration: none;
	outline: 0;
	-webkit-transition-property: color, border-color, background-color, opacity;
	   -moz-transition-property: color, border-color, background-color, opacity;
	     -o-transition-property: color, border-color, background-color, opacity;
	        transition-property: color, border-color, background-color, opacity;
	-webkit-transition-duration: 0.15s;
	   -moz-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
}
a {
	color: #c16225;
}
a:hover,
a > *:hover {
	color: #87451a;
}
p a {
	line-height: inherit;
}

a h2.title,
a h3.title,
a h4.title,
a h5.title,
a h6.title,
a p.title {
	display: inline-block;
}

a:hover .title,
a.title:hover {
	color: #c16225 !important;
}

	
/* Lists
----------------------------- */
ul,
ol {
	margin-bottom: 20px;
}
ul {
	list-style: disc outside;
	padding-left: 20px;
}
ol {
	list-style: decimal;
	padding-left: 20px;
	overflow: hidden;
}
ul.disc {
	overflow: hidden;
}
li {
	line-height: 19px;
	margin-bottom: 5px;
}

ul.tight li,
ul.disc.tight li,
ol.tight li {
	margin-bottom: 0;
}

ul.list-style-none {
	list-style: none;
	padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	padding-top:  5px;
	margin-bottom: 0;
}

/* Description List */
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	5. Buttons
/*-----------------------------------------------------------------------------------*/

.button,
input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "Roboto Condensed", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #d08d62;
	background-image: url(../images/icons/link-arrow-small-white.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	border: none;
	-webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
	        border-radius: 13px;
	padding: 6px 25px 6px 15px;
	outline: none;
	cursor: pointer;
}

input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
	line-height: 18px;
	background-position: right 12px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
	margin: 0;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background-color: #727378;
}

.button.grey,
p.grey > .button,
input[type="submit"].button.grey:active {
	color: #fff !important;
	background-color: #727378;
}
.button.grey:hover,
p.grey > .button:hover {
	background-color: #444;
}

/* for high-resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (-o-min-device-pixel-ratio: 3/2),
	   only screen and (min-resolution: 1.5dppx),
	   only screen and (min-resolution: 144dpi) {
	.not-old-ie  .button,
	.not-old-ie input[type="submit"],
	.not-old-ie input[type="submit"].button:active,
	.not-old-ie input[type="reset"],
	.not-old-ie input[type="button"] {
        background-size: 19px 7px;
		background-image: url(../images/icons/link-arrow-small-white-2x.png);
    }
}


/*-----------------------------------------------------------------------------------*/
/*	6. Forms
/*-----------------------------------------------------------------------------------*/

fieldset {
	margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
	display: block;
	width: 210px;
	max-width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
	font: 12px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #808080;
	margin: 0 0 12px;
	padding: 6px 8px;
	outline: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
input[type="checkbox"] {
	display: inline;
	position: relative;
	top: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
select {
	width: 220px;
	padding: 6px 6px;
}
textarea {
	min-height: 60px;
	line-height: 19px;
}
label,
legend {
	display: block;
	font-size: 11px;
}
input,
textarea {
	-webkit-transition-property: color, border-color, background-color;
	   -moz-transition-property: color, border-color, background-color;
	     -o-transition-property: color, border-color, background-color;
	        transition-property: color, border-color, background-color;
	-webkit-transition-duration: 0.15s;
	   -moz-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
}


/*-----------------------------------------------------------------------------------*/
/*	7. Images & Video
/*-----------------------------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}
video {
	max-width: 100%;
}
.scale-with-grid {
	display: block;
	max-width: 100%;
	height: auto;
}
.frame-scale-with-grid {
	max-width: 100%;
}

.image-left {
	float: left;
	margin: 0 20px 12px 0;
}
.image-right {
	float: right;
	margin: 0 0 12px 20px;
}

img[class*="wp-image"].alignleft,
.wp-caption.alignleft {
	float: left;
	margin: 0 20px 12px 0;
}
img[class*="wp-image"].alignright,
.wp-caption.alignright {
	float: right;
	margin: 0 0 12px 20px;
}
img[class*="wp-image"].aligncenter,
a.item-picture.aligncenter,
.wp-caption.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px;
	text-align: center;
}
img[class*="wp-image"].alignnone,
.wp-caption.alignnone {
	margin-bottom: 20px;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	margin-top: 3px;
}
.gallery-caption {}

@media only screen and (max-width: 767px) {
	.responsive .adapted {
		width: auto !important;
		float: none !important;
	}
	.responsive .image-left.adapted,
	.responsive .image-right.adapted,
	.responsive img[class*="wp-image"].alignleft.adapted, /* images added in WP editor */
	.responsive img[class*="wp-image"].alignright.adapted,
	.responsive .wp-caption.alignleft.adapted, /* images with caption added in WP editor */
	.responsive .wp-caption.alignright.adapted {
		margin: 0 0 20px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.responsive .sidebar-layout .adapted {
		width: auto !important;
		float: none !important;
	}
	.responsive .sidebar-layout .image-left.adapted,
	.responsive .sidebar-layout .image-right.adapted,
	.responsive .sidebar-layout img[class*="wp-image"].alignleft.adapted, /* images added in WP editor */
	.responsive .sidebar-layout img[class*="wp-image"].alignright.adapted,
	.responsive .sidebar-layout .wp-caption.alignleft.adapted, /* images with caption added in WP editor */
	.responsive .sidebar-layout .wp-caption.alignright.adapted {
		margin: 0 0 20px !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.sidebar-layout .width-520px.adapted {
		width: auto !important;
		float: none !important;
	}
	.sidebar-layout .width-520px.image-left.adapted,
	.sidebar-layout .width-520px.image-right.adapted,
	.sidebar-layout .width-520px.alignleft.adapted, /* images added in WP editor */
	.sidebar-layout .width-520px.alignright.adapted {
		margin: 0 0 20px !important;
	}
}

img.wp-smiley {
	display: inline;
}


/*-----------------------------------------------------------------------------------*/
/*	8. Misc
/*-----------------------------------------------------------------------------------*/

.remove-bottom { margin-bottom: 0 !important; }
.margin-bottom-3px { margin-bottom: 3px !important; }
.margin-bottom-5px { margin-bottom: 5px !important; }
.margin-bottom-7px { margin-bottom: 7px !important; }
.margin-bottom-10px { margin-bottom: 10px !important; }
.margin-bottom-12px { margin-bottom: 12px !important; }
.margin-bottom-15px { margin-bottom: 15px !important; }
.margin-bottom-20px { margin-bottom: 20px !important; }
.margin-bottom-25px { margin-bottom: 25px !important; }
.margin-bottom-30px { margin-bottom: 30px !important; }
.margin-bottom-35px { margin-bottom: 35px !important; }
.margin-bottom-40px { margin-bottom: 40px !important; }
.margin-bottom-45px { margin-bottom: 45px !important; }
.margin-bottom-50px { margin-bottom: 50px !important; }

.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; }

.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; }

.gap[class*="margin-bottom-"] {
	height: 1px; margin-top: -1px;
}

.indent-small {
	padding-left: 10px;
}
.indent-medium {
	padding-left: 20px;
}
.indent-large {
	padding-left: 30px;
}
ul.indent-small,
ul.disc.indent-small,
ol.indent-small {
	padding-left: 20px;
}
ul.indent-medium,
ul.disc.indent-medium,
ol.indent-medium {
	padding-left: 30px;
}
ul.indent-large,
ul.disc.indent-large,
ol.indent-large {
	padding-left: 40px;
}

.width-100px { width: 100px; }
.width-110px { width: 110px; }
.width-120px { width: 120px; }
.width-130px { width: 130px; }
.width-140px { width: 140px; }
.width-150px { width: 150px; }
.width-160px { width: 160px; }
.width-170px { width: 170px; }
.width-180px { width: 180px; }
.width-190px { width: 190px; }
.width-200px { width: 200px; }
.width-210px { width: 210px; }
.width-220px { width: 220px; }
.width-230px { width: 230px; }
.width-240px { width: 240px; }
.width-250px { width: 250px; }
.width-260px { width: 260px; }
.width-270px { width: 270px; }
.width-280px { width: 280px; }
.width-290px { width: 290px; }
.width-300px { width: 300px; }
.width-310px { width: 310px; }
.width-320px { width: 320px; }
.width-330px { width: 330px; }
.width-340px { width: 340px; }
.width-350px { width: 350px; }
.width-360px { width: 360px; }
.width-370px { width: 370px; }
.width-380px { width: 380px; }
.width-390px { width: 390px; }
.width-400px { width: 400px; }
.width-410px { width: 410px; }
.width-420px { width: 420px; }
.width-430px { width: 430px; }
.width-440px { width: 440px; }
.width-450px { width: 450px; }
.width-460px { width: 460px; }
.width-470px { width: 470px; }
.width-480px { width: 480px; }
.width-490px { width: 490px; }
.width-500px { width: 500px; }
.width-510px { width: 510px; }
.width-520px { width: 520px; }
.width-530px { width: 530px; }
.width-540px { width: 540px; }
.width-550px { width: 550px; }
.width-560px { width: 560px; }
.width-570px { width: 570px; }
.width-580px { width: 580px; }
.width-590px { width: 590px; }
.width-600px { width: 600px; }
.width-610px { width: 610px; }
.width-620px { width: 620px; }
.width-630px { width: 630px; }
.width-640px { width: 640px; }
.width-650px { width: 650px; }
.width-660px { width: 660px; }
.width-670px { width: 670px; }
.width-680px { width: 680px; }
.width-690px { width: 690px; }
.width-700px { width: 700px; }

.width-one-fourth { width: 25%; }
.width-one-third { width: 33.33%; }
.width-one-half { width: 50%; }
.width-two-thirds { width: 66.66%; }
.width-three-fourths { width: 75%; }

.width-10 { width: 10%; }
.width-20 { width: 20%; }
.width-30 { width: 30%; }
.width-40 { width: 40%; }
.width-50 { width: 50%; }
.width-60 { width: 60%; }
.width-70 { width: 70%; }
.width-80 { width: 80%; }
.width-90 { width: 90%; }
.width-100 { width: 100%; }

.height-20px { height: 20px; }
.height-25px { height: 25px; }
.height-30px { height: 30px; }
.height-35px { height: 35px; }
.height-40px { height: 40px; }
.height-45px { height: 45px; }
.height-50px { height: 50px; }
.height-55px { height: 55px; }
.height-60px { height: 60px; }
.height-65px { height: 65px; }
.height-70px { height: 70px; }
.height-75px { height: 75px; }
.height-80px { height: 80px; }
.height-85px { height: 85px; }
.height-90px { height: 90px; }
.height-95px { height: 95px; }
.height-100px { height: 100px; }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}