/*--------------------------------------------------------------------*/
/*                    												  
/*	RESET
/*                    												  
/*--------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	list-style: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	TYPE
/*                    												  
/*--------------------------------------------------------------------*/
html, #tinymce { 
	/* Setting base font size to 10px for easy rem calcs */
	font-size: 62.5%; /* 10px */
}
body, h1, h2, h3, h4, h5, h6, p, #tinymce {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
}
h1 { font-size: 38px; font-size: 3.8rem; line-height: 1.2; letter-spacing: -2px; margin-bottom: 30px; }
h2 { font-size: 30px; font-size: 3.0rem; line-height: 1.2; letter-spacing: -1px; margin-bottom: 30px; }
h3 { font-size: 28px; font-size: 2.8rem; line-height: 1.2; letter-spacing: 0px; margin-bottom: 30px; }
h4 { font-size: 24px; font-size: 2.4rem; line-height: 1.3; letter-spacing: 0px; margin-bottom: 30px; }
h5 { font-size: 18px; font-size: 1.8rem; line-height: 1.4; letter-spacing: 0px; margin-bottom: 30px; }
h6 { font-size: 16px; font-size: 1.6rem; line-height: 1.5; letter-spacing: 0px; margin-bottom: 30px; }
p { font-size: 15px; font-size: 1.5rem; line-height: 1.6; letter-spacing: 0px; margin-bottom: 30px; }
body, #tinymce { font-size: 15px; font-size: 1.5rem; line-height: 1.6; letter-spacing: 0px; }
.entry-content h1:last-child { margin-bottom: 0px; }
.entry-content h2:last-child { margin-bottom: 0px; }
.entry-content h3:last-child { margin-bottom: 0px; }
.entry-content h4:last-child { margin-bottom: 0px; }
.entry-content h5:last-child { margin-bottom: 0px; }
.entry-content h6:last-child { margin-bottom: 0px; }
p:last-child { margin-bottom: 0px; }
/* no decoration */
.no-dec, .no-dec a {
	text-decoration: none;
	border: none;
}
/* no link */
.no-link {
	
}

/* fix for chrome rendering google fonts incorrectly */
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

/*--------------------------------------------------------------------*/
/*                    												  
/*	HTML TAGS
/*                    												  
/*--------------------------------------------------------------------*/
a,
span.page-numbers,
.form-submit input {
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px rgba(0,0,0,.5);

	-webkit-transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;
	 -khtml-transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;
	   -moz-transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;
	    -ms-transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;
	     -o-transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;
	        transition: background 0.1s, color 0.1s, border 0.1s, box-shadow 0.1s;

}
address {
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
}
address p {
	margin-bottom: 0;
	font-weight: inherit;
}
abbr {
	font-weight: bold;
}
acronym {
	font-weight: bold;
	text-transform: uppercase;
}
big {
	font-size: 120%;
}
blockquote {
    background: rgba(0,0,0,.03);
    padding: 40px;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}
blockquote *:last-child {
	margin-bottom: 0px;
}
body {
	background: #fff;
	font-weight: normal;
	overflow-x: hidden;
}
cite {
	font-style: italic;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 0;
	padding: 0;
	font-style: italic;
	font-size: 13px;
}
em {
	font-weight: bold;
	font-style: italic;
}
html {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
iframe {
	display: block;
}
kbd {
    border: solid 1px #ccc;
    border-bottom: solid 2px #c2c1c1;
    padding: 1px 4px;
    background: rgba(255,255,255,.1);
    font-size: 80%;
    display: inline-block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
pre, code {
    display: block;
    clear: both;
    overflow: auto;

	font-size: 13px;
	font-family: Courier, "Courier New", monospace;
	text-align: left;

    background: rgba(0,0,0,.03);

    max-width: 100%;
    padding: 20px 40px;
    margin-bottom: 30px;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
q {
	font-weight: bold;
}
q:before, q:after {
	content:"";
}
small {
	font-size: 80%;
}
select {
	max-width: 100%;
	overflow: hidden;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 70%;
	vertical-align: super;
} 
sub {
	font-size: 70%;
	vertical-align: sub;
}
tt {
	font-family: monospace;
}
var {
	font-style: italic;
	font-weight: bold;
}
video {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	LISTS
/*                    												  
/*--------------------------------------------------------------------*/
.entry-content ul ul,
.entry-content ol ol,
#tinymce ul ul,
#tinymce ol ol {
	margin-left: 30px;
}
.entry-content > ul,
.entry-content > ol,
#tinymce > ul,
#tinymce > ol {
	margin-bottom: 30px;
}
.entry-content ul > li, 
.entry-content ol > li,
#tinymce ul > li, 
#tinymce ol > li {
	list-style-position: inside;
	display: list-item;
	clear: both;
}
.entry-content ul > li,
#tinymce ul > li {
	list-style-type: disc;
}
.entry-content ol > li,
#tinymce ol > li {
	list-style-type: decimal-leading-zero;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	FORMS
/*                    												  
/*--------------------------------------------------------------------*/
form {
	position: relative;
}
form fieldset {
	display: block;
	clear: both;
	margin-bottom: 15px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	 -khtml-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
form label {
	display: block;
	float: left;
	clear: both;
	width:  100%;
	font-weight: bold;
	margin-bottom: 5px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
/* text inputs and texareas */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	clear: both;
	float: left;
	width: 100%;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	line-height: 2;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
			box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	   		appearance: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	    -ms-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;
	-webkit-transition: border 0.1s ease-in-out;
	   -moz-transition: border 0.1s ease-in-out;
	    -ms-transition: border 0.1s ease-in-out;
	     -o-transition: border 0.1s ease-in-out;
	        transition: border 0.1s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
			box-sizing: border-box;
}
textarea {
	line-height: 1.6;
}
/* focus */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	
}
/* Error */
body input[type="text"].error,
body input[type="password"].error,
body input[type="email"].error,
body textarea.error {
	-webkit-box-shadow: inset 2px 2px 0px #F58E89, inset -2px -2px 0px #F58E89 !important ;
	box-shadow: inset 2px 2px 0px #F58E89, inset -2px -2px 0px #F58E89 !important ;
}
/* success */
form p.success {
	display: none;
}
/* Radio / Checkbox */
input[type="radio"],
input[type="checkbox"] {
	margin-right: 10px;
}
/* Select */
select {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}
/* Submit */
p.form-submit,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	background: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	   		appearance: none;
	   		margin-bottom: 0px;
}
/* Validator */
input#validator {
	display: none;
	visibility: hidden;
}
/*-------------------------------------------------------------- */
/*
/*  BUTTONS
/*
/*-------------------------------------------------------------- */
.button {
	display: inline-block;
	line-height: 1;
	padding: 10px 14px;
	cursor: pointer;
	margin-bottom: 5px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
			box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	   		appearance: none;
}
.button.small {
	padding: 5px 9px;
	font-size: 90%;
}
.button.large {
	padding: 15px 19px;
	font-size: 120%;
}
.button.fullwidth {
	width: 100% !important;
	text-align: center;
}
/* Fix for firefox */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin-bottom: 0px;
}
/* Icons */
*[class*='fa-'] { 
	font-family: "FontAwesome" !important;
	font-weight: normal !important;
}
.button span {
	padding-right: 5px;
}
span[class*='fa-'].inline {
	margin-right: 5px;
	font-family: "FontAwesome" !important;
	font-weight: normal !important;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	MAIN PAGE ELEMENTS
/*                    												  
/*--------------------------------------------------------------------*/
.tight-block, .tight-block * {
	margin-bottom: 0px;
}
.tight * {
	margin-bottom: 0px;
}
/*-------------------------------------------------------------- */
/*
/*  IMAGES
/*
/*-------------------------------------------------------------- */
img.x1 { display: inline-block; }
img.x2 { display: none; }
@media only screen and ( -webkit-min-device-pixel-ratio: 1.25),
only screen and ( -moz-min-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
	img.x1 { display: none; }
	img.x2 { display: inline-block; max-width: 100%; width: 100%; }
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	GLOBAL CLASSES
/*                    												  
/*--------------------------------------------------------------------*/
/* Clears */
.clear { clear: both; }
.clear-left { clear: both; }
.clear-right { clear: both; }
/* Aligns */
.align-left { text-align: center; }
.align-right { text-align: center; }
.align-center { text-align: center; }
/* Floats */
.float-left { float: none; }
.float-right { float: none; }
.float-none { float: none; }
/* Misc */
.background-cover {
	-webkit-background-size: cover !important;
	 -khtml-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}
.border-box {
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
			box-sizing: border-box;
}
.fullwidth { width: 100%; }
.no-bot-marg { margin-bottom: 0px; }
.no-bot-pad { padding-bottom: 0px; }
.no-transition {
	-webkit-transition: all 0s !important;
	 -khtml-transition: all 0s !important;
	   -moz-transition: all 0s !important;
	    -ms-transition: all 0s !important;
	     -o-transition: all 0s !important;
	        transition: all 0s !important;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	COMMENTS
/*                    												  
/*--------------------------------------------------------------------*/
#pings {
	margin-top: 40px;
}
.comment-wrap {
	margin-bottom: 40px;
}
.comment-image {
	max-width: 40px;
	width: 40px;
	float: left;
	margin-right: 30px;
}
.comment-content {
	overflow: hidden;
	display: block;
	text-align: left;
}
/* Replies no mobiles only */
@media screen and (min-width: 500px) {
	ul#comments > li > ul {
		margin-left: 39px;
		padding-left: 39px;
	}
}
.comments-nav {
	margin-top: 40px;
}

/*--------------------------------------------------------------------*/
/*                    												  
/*	WIDGETS
/*                    												  
/*--------------------------------------------------------------------*/
/* Calendar */
#calendar_wrap {
	float: left;
	width: 100%;
}
.widget_calendar {
	float: left;
}
#wp-calendar {
	float: left;
	width: 100%;
}
#wp-calendar caption {
	text-align: inherit;
	font-weight: bold;
}
#wp-calendar thead th {
	height: 35px;
	line-height: 35px;
}
#wp-calendar tbody td {
	padding: 5px;
}
#wp-calendar tfoot #next a {
  margin-top: 5px;
  float: right;
}
#wp-calendar tfoot #prev a {
  clear: both;
  margin-top: 5px;
  float: left;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	ANIMATIONS
/*                    												  
/*--------------------------------------------------------------------*/
.shake {
	-webkit-animation-delay: 6s;
	 -khtml-animation-delat: 6s;
	   -moz-animation-delay: 6s;
	    -ms-animation-delay: 6s;
	     -o-animation-delay: 6s;
	        animation-delay: 6s;
	-webkit-animation-name: shake;
	 -khtml-animation-name: shake;
	   -moz-animation-name: shake;
	    -ms-animation-name: shake;
	     -o-animation-name: shake;
	        animation-name: shake;
	-webkit-animation-iteration-count: 5;
	 -khtml-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;
	    -ms-animation-iteration-count: 5;
	     -o-animation-iteration-count: 5;
			animation-iteration-count: 5;
	-webkit-animation-duration: 5s;
	 -khtml-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;
	        animation-duration: 5s;
}
@-webkit-keyframes shake {
	2%, 6%     { -webkit-transform: translateX(4px); }
	4%, 8%     { -webkit-transform: translateX(-4px); }
	10%, 100%  { -webkit-transform: translateX(0px); }
}
@-khtml-keyframes shake {
	2%, 6%     { -khtml-transform: translateX(4px); }
	4%, 8%     { -khtml-transform: translateX(-4px); }
	10%, 100%  { -khtml-transform: translateX(0px); }
}
@-moz-keyframes shake {
	0%, 100%   { -moz-transform: translateX(0); }
	2%, 6%     { -moz-transform: translateX(4px); }
	4%, 8%     { -moz-transform: translateX(-4px); }
	10%, 100%  { -moz-transform: translateX(0px); }
}
@-ms-keyframes shake {
	2%, 6%     { -ms-transform: translateX(4px); }
	4%, 8%     { -ms-transform: translateX(-4px); }
	10%, 100%  { -ms-transform: translateX(0px); }
}
@-o-keyframes shake {
	2%, 6%     { -o-transform: translateX(4px); }
	4%, 8%     { -o-transform: translateX(-4px); }
	10%, 100%  { -o-transform: translateX(0px); }
}
@keyframes shake {
	2%, 6%     { transform: translateX(4px); }
	4%, 8%     { transform: translateX(-4px); }
	10%, 100%  { transform: translateX(0px); }
}
.fadeUp {
	-webkit-animation-delay: 0s;
	 -khtml-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	    -ms-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-name: fadeUp;
	 -khtml-animation-name: fadeUp;
	   -moz-animation-name: fadeUp;
	    -ms-animation-name: fadeUp;
	     -o-animation-name: fadeUp;
	        animation-name: fadeUp;
	-webkit-animation-iteration-count: 1;
	 -khtml-animation-iteration-count: 1;
	   -moz-animation-iteration-count: 1;
	    -ms-animation-iteration-count: 1;
	     -o-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-duration: .4s;
	 -khtml-animation-duration: .4s;
	   -moz-animation-duration: .4s;
	    -ms-animation-duration: .4s;
	     -o-animation-duration: .4s;
	        animation-duration: .4s;
}
@-webkit-keyframes fadeUp {
	0%		{ -webkit-transform: translateY(40px); }
	100%	{ -webkit-transform: translateY(0px); }
}
@-khtml-keyframes fadeUp {
	0%		{ -khtml-transform: translateY(40px); }
	100%	{ -khtml-transform: translateY(0px); }
}
@-moz-keyframes fadeUp {
	0%		{ -moz-transform: translateY(40px); }
	100%	{ -moz-transform: translateY(0px); }
}
@-ms-keyframes fadeUp {
	0%		{ -ms-transform: translateY(40px); }
	100%	{ -ms-transform: translateY(0px); }
}
@-o-keyframes fadeUp {
	0%		{ -o-transform: translateY(40px); }
	100%	{ -o-transform: translateY(0px); }
}
@keyframes fadeUp {
	0%		{ transform: translateY(40px); }
	100%	{ transform: translateY(0px); }
}
.fadeDown {
	-webkit-animation-delay: 0s;
	 -khtml-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	    -ms-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s; 
	-webkit-animation-name: fadeDown;
	 -khtml-animation-name: fadeDown;
	   -moz-animation-name: fadeDown;
	     -o-animation-name: fadeDown;
	-webkit-animation-iteration-count: 1;
	 -khtml-animation-iteration-count: 1;
	   -moz-animation-iteration-count: 1;
	    -ms-animation-iteration-count: 1;
	     -o-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-duration: .4s;
	 -khtml-animation-duration: .4s;
	   -moz-animation-duration: .4s;
	    -ms-animation-duration: .4s;
	     -o-animation-duration: .4s;
	        animation-duration: .4s;
}
@-webkit-keyframes fadeDown {
	0%		{ -webkit-transform: translateY(0px); }
	100%	{ -webkit-transform: translateY(40px); }
}
@-khtml-keyframes fadeDown {
	0%		{ -khtml-transform: translateY(0px); }
	100%	{ -khtml-transform: translateY(40px); }
}
@-moz-keyframes fadeDown {
	0%		{ -moz-transform: translateY(0px); }
	100%	{ -moz-transform: translateY(40px); }
}
@-ms-keyframes fadeDown {
	0%		{ -ms-transform: translateY(0px); }
	100%	{ -ms-transform: translateY(40px); }
}
@-o-keyframes fadeDown {
	0%		{ -o-transform: translateY(0px); }
	100%	{ -o-transform: translateY(40px); }
}
@keyframes fadeDown {
	0%		{ transform: translateY(0px); }
	100%	{ transform: translateY(40px); }
}
.fadeUpRotate {
	-webkit-animation-delay: 0s;
	 -khtml-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	    -ms-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s; 
	-webkit-animation-name: upRotate;
	 -khtml-animation-name: upRotate;
	   -moz-animation-name: upRotate;
	     -o-animation-name: upRotate;
	        animation-name: upRotate;
	-webkit-animation-iteration-count: 1;
	 -khtml-animation-iteration-count: 1;
	   -moz-animation-iteration-count: 1;
	    -ms-animation-iteration-count: 1;
	     -o-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	 -khtml-animation-duration: .5s;
	   -moz-animation-duration: .5s;
	    -ms-animation-duration: .5s;
	     -o-animation-duration: .5s;
	        animation-duration: .5s;
}
@-webkit-keyframes upRotate {
	0%		{ -webkit-transform: translateY(40px) rotate(8deg); }
	100%	{ -webkit-transform: translateY(0px) rotate(0deg); }
}
@-khtml-keyframes upRotate {
	0%		{ -khtml-transform: translateY(40px) rotate(8deg); }
	100%	{ -khtml-transform: translateY(0px) rotate(0deg); }
}
@-moz-keyframes upRotate {
	0%		{ -moz-transform: translateY(40px) rotate(8deg); }
	100%	{ -moz-transform: translateY(0px) rotate(0deg); }
}
@-ms-keyframes upRotate {
	0%		{ -ms-transform: translateY(40px) rotate(8deg); }
	100%	{ -ms-transform: translateY(0px) rotate(0deg); }
}
@-o-keyframes upRotate {
	0%		{ -o-transform: translateY(40px) rotate(8deg); }
	100%	{ -o-transform: translateY(0px) rotate(0deg); }
}
@keyframes upRotate {
	0%		{ transform: translateY(40px) rotate(8deg); }
	100%	{ transform: translateY(0px) rotate(0deg); }
}

.fadeUpIcon {
	-webkit-animation-delay: 0s;
	 -khtml-animation-delay: 0s;
	   -moz-animation-delay: 0s;
	    -ms-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-name: fadeUp;
	 -khtml-animation-name: fadeUp;
	   -moz-animation-name: fadeUp;
	    -ms-animation-name: fadeUp;
	     -o-animation-name: fadeUp;
	        animation-name: fadeUp;
	-webkit-animation-iteration-count: 1;
	 -khtml-animation-iteration-count: 1;
	   -moz-animation-iteration-count: 1;
	    -ms-animation-iteration-count: 1;
	     -o-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-duration: .2s;
	 -khtml-animation-duration: .2s;
	   -moz-animation-duration: .2s;
	    -ms-animation-duration: .2s;
	     -o-animation-duration: .2s;
	        animation-duration: .2s;
}
@-webkit-keyframes fadeUp {
	0%		{ -webkit-transform: translateY(10px); }
	100%	{ -webkit-transform: translateY(0px); }
}
@-khtml-keyframes fadeUp {
	0%		{ -khtml-transform: translateY(10px); }
	100%	{ -khtml-transform: translateY(0px); }
}
@-moz-keyframes fadeUp {
	0%		{ -moz-transform: translateY(10px); }
	100%	{ -moz-transform: translateY(0px); }
}
@-ms-keyframes fadeUp {
	0%		{ -ms-transform: translateY(10px); }
	100%	{ -ms-transform: translateY(0px); }
}
@-o-keyframes fadeUp {
	0%		{ -o-transform: translateY(10px); }
	100%	{ -o-transform: translateY(0px); }
}
@keyframes fadeUp {
	0%		{ transform: translateY(10px); }
	100%	{ transform: translateY(0px); }
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	WORDPRESS CLASSES
/*                    												  
/*--------------------------------------------------------------------*/
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.bypostauthor {}
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
img.aligncenter { display:block; margin: 0px auto 30px auto; }
img.alignright { float: right;  margin: 0px 0px 30px 30px; }
img.alignleft { float: left;  margin: 0px 30px 30px 0px; }
img.alignnone { display: inline-block; }
.floatleft { float:left; display: block; }
.floatright { float:right; display: block; }
.floatleft:after, .floatright:after { display: block; float: left; clear: both; width: 100%; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left; }
.wp-caption.aligncenter { display: block; margin: 0px auto 30px auto; }
.wp-caption.alignright { float: right; margin: 0px 0px 30px 30px; }
.wp-caption.alignleft { float: left; margin: 0px 30px 30px 0px; }
.wp-caption.alignnone { display: inline-block; }
.wp-caption { text-align: center; max-width: 100%; height: auto; margin-bottom: 30px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; padding: 5px 0px 0px 0px; margin: 0; }
.wp-smiley { margin: 0px; max-height: 1em; }
.sticky {
	border-top: 10px solid #ff5a5a;
	padding-top: 20px;
}
.gallery-caption{}
/* tables */
table {
	margin-bottom: 2em;
	font-size: 14px;
}
thead th {
	font-weight: bold;
	text-align: center;
	width: 14.2857%;
}
td,
th,
tr {
	padding: 10px;
	text-align: center;
	position: relative;
}
thead,
thead th,
tbody,
tbody td,
td,
th,
tr {
	border: solid 1px #e2e2e2;
}
/* inline lists */
ul.inline, ol.inline {
	list-style: none;
}
ul.inline li, ol.inline li {
	display: inline-block;
	list-style-type: none;
}
/* word breaks */
.entry-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.ping {
	white-space: nowrap;
	overflow: hidden;
	o-text-overflow: ellipsis !important;
	text-overflow: ellipsis !important;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	BROWSER CLASSES
/*                    												  
/*--------------------------------------------------------------------*/
.show-old {
	display: none;
}
.ie8 .show-old,
.ie9 .show-old {
	display: block;
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	RESPONSIVE
/*                    												  
/*--------------------------------------------------------------------*/
@media screen and (min-width: 900px) {
	.clear-left { clear: left; }
	.clear-right { clear: right; }
	.align-left { text-align: left; }
	.align-right { text-align: right; }
	.float-left { float: left; }
	.float-right { float: right; }
}
/*--------------------------------------------------------------------*/
/*                    												  
/*	SELECTION
/*                    												  
/*--------------------------------------------------------------------*/
::selection {
	background: #999; /* Safari */
}
::-moz-selection {
	background: #999; /* Firefox */
}