/*
	#Reset & Basics
	#Basic Styles
	#Typography
	#Buttons
	#Forms
	#Adaptive Helper Classes
	#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: 13px;
	line-height: 22px;
	color: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: auto;
	background-color: #f8f9f4;
}
	
::-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. Typography
/*-----------------------------------------------------------------------------------*/

/* Headings
----------------------------- */
h1 {
	font-family: "Roboto Condensed", Tahoma, Geneva, sans-serif;
}
h2, h3 {
	font-family: Signika, "Roboto Condensed", Tahoma, Geneva, sans-serif;
}
h4, h4.italic, h5, h6 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 { font-size: 40px; line-height: 43px; color: #8c9560; font-weight: 400; }
h2 { font-size: 30px; line-height: 37px; color: #444; font-weight: 400; }
h3 { font-size: 27px; line-height: 35px; color: #333; font-weight: 400; }
h4 { font-size: 18px; line-height: 26px; color: #444; font-weight: 600; }
h4.italic { font-size: 20px; line-height: 27px; color: #444; font-weight: 400; font-style: italic; }
h5 { font-size: 16px; line-height: 24px; color: #444; font-weight: 600; }
h6 { font-size: 14px; line-height: 22px; color: #333; font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 20px;
}
h2, h3 {
	margin-bottom: 15px;
}
h4, h5, h6 {
	margin-bottom: 10px;
}

h1.slogan {
	font: 36px/43px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3.slogan {
	font: 600 25px/33px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h6.light {
	font-weight: 400;
}

.section-header,
.section-header-colored {
	position: relative;
    text-align: center;
	overflow: hidden;
    white-space: nowrap;
	margin-bottom: 30px;
}
.section-header:before,
.section-header:after,
.section-header-colored:before,
.section-header-colored:after {
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.section-header:before,
.section-header-colored:before {
    left: -1em;
    margin: 0 0 0 -50%;
}
.section-header:after,
.section-header-colored:after {
    left: 1em;
    margin: 0 -50% 0 0;
}
.section-header:before,
.section-header:after {
	background-color: #dedede;
}
.section-header-colored:before,
.section-header-colored:after {
	background-color: #c7cfc3;
}

h3.underlined, h4.underlined, h5.underlined, h6.underlined,
h3.underlined-colored, h4.underlined-colored, h5.underlined-colored, h6.underlined-colored,
h3.underlined-dotted-colored, h4.underlined-dotted-colored, h5.underlined-dotted-colored, h6.underlined-dotted-colored,
h3.underlined-dashed, h4.underlined-dashed, h5.underlined-dashed, h6.underlined-dashed,
h3.underlined-dashed-colored, h4.underlined-dashed-colored, h5.underlined-dashed-colored, h6.underlined-dashed-colored {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
	border-bottom: 1px solid #dedede;
}
h3.underlined-colored,
h4.underlined-colored,
h5.underlined-colored,
h6.underlined-colored {
	border-bottom: 1px solid #c7cfc3;
}
h3.underlined-dotted-colored,
h4.underlined-dotted-colored,
h5.underlined-dotted-colored,
h6.underlined-dotted-colored {
	border-bottom: 1px dotted #c7cfc3;
}
h3.underlined-dashed,
h4.underlined-dashed,
h5.underlined-dashed,
h6.underlined-dashed {
	background: url(../images/backgrounds/dashed-line-horizontal.png) repeat-x left bottom;
	padding-bottom: 6px;
}
h3.underlined-dashed-colored,
h4.underlined-dashed-colored,
h5.underlined-dashed-colored,
h6.underlined-dashed-colored {
	background: url(../images/colored-theme/main-bg/green/dashed-line-horizontal-colored.png) repeat-x left bottom;
	padding-bottom: 6px;
}

h4,
h5 {
	position: relative;
}
h4 > a.headline-link,
h5 > a.headline-link {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
}
h4.underlined > a.headline-link,
h5.underlined > a.headline-link,
h4.underlined-colored > a.headline-link,
h5.underlined-colored > a.headline-link {
	bottom: 4px;
}
h4.underlined-dashed > a.headline-link,
h5.underlined-dashed > a.headline-link,
h4.underlined-dashed-colored > a.headline-link,
h5.underlined-dashed-colored > a.headline-link {
	bottom: 6px;
}
h4 > a.headline-link.italic,
h5 > a.headline-link.italic {
	padding-bottom: 0;
	border-bottom: none;
}


/* Helper Classes & Tags
----------------------------- */
p {
	margin: 0 0 12px 0;
	line-height: 22px;
}
p img {
	margin: 0;
}

.large-font-size,
.large-font-size > * {
	font-size: 17px;
	line-height: 26px;
}
.large-font-size-light,
.large-font-size-light > * {
	font-size: 17px;
	line-height: 26px;
}
.large-font-size-light {
	font-weight: 300;
}
.large-font-size-light strong {
	font-weight: 400;
}
.medium-font-size,
.medium-font-size > * {
	font-size: 15px;
	line-height: 25px;
}
.medium-font-size.tight,
.medium-font-size.tight > * {
	line-height: 22px;
}

em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

.semi-bold,
.semi-bold > * {
	font-weight: 600;
}

.colored-text-1 {
	color: #8c9560 !important;
}
.colored-text-2,
p.colored-text-2 > a {
	color: #e8554e !important;
}
.colored-text-pale {
	color: #b1b9ad !important;
}
.colored-text-light {
	color: #959c92 !important;
}
.colored-text-normal {
	color: #778073 !important;
}
.black,
p.black > a {
	color: #333 !important;
}
p.title.black,
p > a.title.black {
	color: #555 !important;
}
.dark-black {
	color: #151515 !important;
}
.grey {
	color: #666 !important;
}
h2.grey,
h3.grey {
	color: #777 !important;
}
.light-grey {
	color: #909090 !important;
}
.white {
	color: #fff !important;
}
.colored-background-1 {
	background-color: #8c9560 !important;
}
.colored-background-2 {
	background-color: #e8554e !important;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font: italic 13px/22px Arimo, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

hr {
	border: none;
	border-bottom: 1px solid #dedede;
	clear: none;
	height: 0;
	margin: 0 0 25px;
}

code,
kbd {
	display: inline;
	font-family: "Lucida Console", "Lucida Sans Typewriter", "Andale Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	color: #909090;
	white-space: pre-wrap;
}
pre {
	font-family: "Lucida Console", "Lucida Sans Typewriter", "Andale Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #f0f2ed;
	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 {
	color: #778073;
}
blockquote {
	position: relative;
	margin: 5px 0 30px 0;
	padding: 20px 25px 25px 30px;
	background-color: #ebeee9;
}
blockquote p {
	margin: 0;
}
blockquote:not(.testimonial),
blockquote:not(.testimonial) p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
}
blockquote:not(.testimonial):before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #c7cfc3;
	background-image: -webkit-linear-gradient(top, rgba(232, 85, 78, 0.5), rgba(255, 255, 255, 0) 50%);
	background-image: -moz-linear-gradient(top, rgba(232, 85, 78, 0.5), rgba(255, 255, 255, 0) 50%);
	background-image: -o-linear-gradient(top, rgba(232, 85, 78, 0.5), rgba(255, 255, 255, 0) 50%);
	background-image: linear-gradient(to bottom, rgba(232, 85, 78, 0.5), rgba(255, 255, 255, 0) 50%);
	-webkit-border-radius: 3px 0 0 3px;
	   -moz-border-radius: 3px 0 0 3px;
	        border-radius: 3px 0 0 3px;
}
blockquote cite {
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	margin-top: 10px;
}
blockquote:not(.testimonial) cite {
	margin-top: 8px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
strong cite {
	font-weight: bold;
}


/* Links
----------------------------- */
a,
a > *,
a [class^="thumbnail"] > img {
	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: #8c9560;
}
a:hover,
a > *:hover {
	color: #e8554e;
}
p a {
	line-height: inherit;
}

a h2.title,
a h3.title,
a h4.title,
a h5.title,
a h6.title {
	display: inline-block;
}
a:hover .title,
a.title:hover,
a.black.italic:hover {
	color: #e8554e !important;
}

a h4.italic.title span {
	padding-bottom: 1px;
	border-bottom: 1px dotted transparent;
	-webkit-transition: border-color 0.15s ease;
	   -moz-transition: border-color 0.15s ease;
	     -o-transition: border-color 0.15s ease;
	        transition: border-color 0.15s ease;
}
a:hover h4.italic.title span {
	border-bottom-color: #e8554e;
}

a.italic {
	padding-bottom: 1px;
	border-bottom: 1px dotted transparent;
}
a.italic:hover {
	border-bottom-color: #e8554e;
}

	
/* 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: 22px;
	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;
}


/*-----------------------------------------------------------------------------------*/
/*	4. Buttons
/*-----------------------------------------------------------------------------------*/

.button,
.button-small,
.button-medium,
.button-large,
input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	background-color: #959c92;
	background: -webkit-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
	background: -moz-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
	background: -o-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
	background: linear-gradient(to bottom, rgba(149, 156, 146, 0.8), #959c92);
	border: none;
	border-bottom: 1px solid #727378;
	padding: 6px 15px 7px;
	outline: none;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.body-font-open-sans .button,
.body-font-open-sans .button-small,
.body-font-open-sans .button-medium,
.body-font-open-sans .button-large,
.body-font-open-sans input[type="submit"],
.body-font-open-sans input[type="submit"].button:active,
.body-font-open-sans input[type="reset"],
.body-font-open-sans input[type="button"] {
	font-weight: 600;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
	line-height: 18px;
	padding: 4px 15px 5px;
}

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,
.button-small:hover,
.button-medium:hover,
.button-large:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background-color: #959c92;
}

.button.colored,
.button-small.button-colored,
.button-medium.button-colored,
.button-large.button-colored,
input[type="submit"].button.colored:active {
	color: #fff !important;
	background-color: #e8554e;
	background: -webkit-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
	background: -moz-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
	background: -o-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
	background: linear-gradient(to bottom, rgba(232, 85, 78, 0.8), #e8554e);
}
.button.colored:hover,
.button-small.button-colored:hover,
.button-medium.button-colored:hover,
.button-large.button-colored:hover {
	background-color: #e8554e;
}

.button.dark,
.button-small.button-dark,
.button-medium.button-dark,
.button-large.button-dark,
input[type="submit"].button.dark:active {
	color: #fff !important;
	background-color: #727378;
	background: -webkit-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
	background: -moz-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
	background: -o-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
	background: linear-gradient(to bottom, rgba(114, 115, 120, 0.8), #727378);
	border-bottom-color: #555;
}
.button.dark:hover,
.button-small.button-dark:hover,
.button-medium.button-dark:hover,
.button-large.button-dark:hover {
	background-color: #727378;
}

.button.grey,
.button-small.button-grey,
.button-medium.button-grey,
.button-large.button-grey,
input[type="submit"].button.grey:active {
	color: #fff !important;
	background-color: #a5a5a5;
	background: -webkit-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
	background: -moz-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
	background: -o-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
	background: linear-gradient(to bottom, rgba(165, 165, 165, 0.8), #a5a5a5);
	border-bottom-color: #777;
}
.button.grey:hover,
.button-small.button-grey:hover,
.button-medium.button-grey:hover,
.button-large.button-grey:hover {
	background-color: #a5a5a5;
}

.button.light,
.button-small.button-light,
.button-medium.button-light,
.button-large.button-light,
input[type="submit"].button.light:active {
	color: #505050 !important;
	text-shadow: none;
	background-color: #e9e9e9;
	background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
	background: -moz-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
	background: -o-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
	background: linear-gradient(to bottom, rgba(233, 233, 233, 0.8), #e9e9e9);
	border-bottom: none;
}
.button.light:hover,
.button-small.button-light:hover,
.button-medium.button-light:hover,
.button-large.button-light:hover {
	background-color: #e9e9e9;
}

.button.medium,
.button-medium {
	font-size: 14px;
	line-height: 15px;
	font-style: normal;
	padding: 9px 15px;
}

.button.large,
.button-large {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 17px 11px;
}


/*-----------------------------------------------------------------------------------*/
/*	5. 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: #fff;
	border: 1px solid #c7cfc3;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
	font: 13px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #909090;
	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 {
	-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;
	color: #666;
	padding: 6px 6px;
}
textarea {
	min-height: 60px;
	line-height: 19px;
}
label,
legend {
	display: block;
	font-size: 12px;
}

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;
}


/*-----------------------------------------------------------------------------------*/
/*	6. Adaptive Helper Classes
/*-----------------------------------------------------------------------------------*/

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;
}

.image-left[class^="thumbnail"],
.image-left[class*=" thumbnail"] {
	margin: 0 20px 12px 0;
}
.image-right[class^="thumbnail"],
.image-right[class*=" thumbnail"] {
	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;
}
p > img[class*="wp-image"].alignnone {
	margin-bottom: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
}
.gallery-caption {}

@media only screen and (max-width: 767px) {
	.responsive .adapted-max-767px {
		width: auto !important;
		float: none !important;
	}
	.responsive .image-left.adapted-max-767px,
	.responsive .image-right.adapted-max-767px,
	.responsive img[class*="wp-image"].alignleft.adapted-max-767px, /* images added in WP editor */
	.responsive img[class*="wp-image"].alignright.adapted-max-767px,
	.responsive .wp-caption.alignleft.adapted-max-767px, /* images with caption added in WP editor */
	.responsive .wp-caption.alignright.adapted-max-767px {
		margin: 0 0 25px !important;
	}
	
	.responsive .image-right.offset-left-5px,
	.responsive .image-right.offset-left-10px,
	.responsive .image-right.offset-left-20px,
	.responsive .image-right.offset-left-30px,
	.responsive .image-right.offset-left-40px,
	.responsive .image-right.offset-left-50px {
		margin-left: 20px;
	}
	.responsive .image-left.offset-right-5px,
	.responsive .image-left.offset-right-10px,
	.responsive .image-left.offset-right-20px,
	.responsive .image-left.offset-right-30px,
	.responsive .image-left.offset-right-40px,
	.responsive .image-left.offset-right-50px {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 959px) {
	.responsive .adapted-max-959px {
		width: auto !important;
		float: none !important;
	}
	.responsive .image-left.adapted-max-959px,
	.responsive .image-right.adapted-max-959px,
	.responsive img[class*="wp-image"].alignleft.adapted-max-959px, /* images added in WP editor */
	.responsive img[class*="wp-image"].alignright.adapted-max-959px,
	.responsive .wp-caption.alignleft.adapted-max-959px, /* images with caption added in WP editor */
	.responsive .wp-caption.alignright.adapted-max-959px {
		margin: 0 0 25px !important;
	}
}

.image-left[class*="offset-left-"] {
	margin-right: 0;
}
.image-right[class*="offset-right-"] {
	margin-left: 0;
}

img.wp-smiley {
	display: inline;
}


/*-----------------------------------------------------------------------------------*/
/*	7. 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-bottom-55px { margin-bottom: 55px !important; }
.margin-bottom-60px { margin-bottom: 60px !important; }
.margin-bottom-65px { margin-bottom: 65px !important; }
.margin-bottom-70px { margin-bottom: 70px !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; }
.padding-top-60px { padding-top: 60px; }

.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-50px { width: 50px; }
.width-60px { width: 60px; }
.width-70px { width: 70px; }
.width-80px { width: 80px; }
.width-90px { width: 90px; }
.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; }

[class*="width-"][class*="px"] {
	max-width: 100%;
}

.width-one-fourth { width: 25%; }
.width-one-third { width: 33.333333%; }
.width-one-half { width: 50%; }
.width-two-thirds { width: 66.666666%; }
.width-three-fourths { width: 75%; }

.width-10 { width: 10%; }
.width-20 { width: 20%; }
.width-30 { width: 30%; }
.width-35 { width: 35%; }
.width-40 { width: 40%; }
.width-45 { width: 45%; }
.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; }
.height-110px { height: 110px !important; }
.height-120px { height: 120px !important; }
.height-130px { height: 130px !important; }
.height-140px { height: 140px !important; }
.height-150px { height: 150px !important; }
.height-160px { height: 160px !important; }
.height-170px { height: 170px !important; }
.height-180px { height: 180px !important; }
.height-190px { height: 190px !important; }
.height-200px { height: 200px !important; }
.height-210px { height: 210px !important; }
.height-220px { height: 220px !important; }
.height-230px { height: 230px !important; }
.height-240px { height: 240px !important; }
.height-250px { height: 250px !important; }
.height-260px { height: 260px !important; }
.height-270px { height: 270px !important; }
.height-280px { height: 280px !important; }
.height-290px { height: 290px !important; }
.height-300px { height: 300px !important; }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* 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) {
	
	h3.underlined-dashed,
	h4.underlined-dashed,
	h5.underlined-dashed,
	h6.underlined-dashed {
		background-image: url(../images/backgrounds/dashed-line-horizontal-2x.png);
		background-size: 10px 1px;
	}
	h3.underlined-dashed-colored,
	h4.underlined-dashed-colored,
	h5.underlined-dashed-colored,
	h6.underlined-dashed-colored {
		background-image: url(../images/colored-theme/main-bg/green/dashed-line-horizontal-colored-2x.png);
		background-size: 10px 1px;
	}
}