/*--------------------------------------------------------------------*/
/*                    												  
/*	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
/*                    												  
/*--------------------------------------------------------------------*/
#tinymce {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;
}
#tinymce  h1 { font-size: 38px; line-height: 1.2; letter-spacing: -2px; margin-bottom: 30px; }
#tinymce  h2 { font-size: 30px; line-height: 1.2; letter-spacing: -1px; margin-bottom: 30px; }
#tinymce  h3 { font-size: 28px; line-height: 1.2; letter-spacing: 0px; margin-bottom: 30px; }
#tinymce  h4 { font-size: 24px; line-height: 1.3; letter-spacing: 0px; margin-bottom: 30px; }
#tinymce  h5 { font-size: 18px; line-height: 1.4; letter-spacing: 0px; margin-bottom: 30px; }
#tinymce  h6 { font-size: 16px; line-height: 1.5; letter-spacing: 0px; margin-bottom: 30px; }
#tinymce  p { font-size: 15px; line-height: 1.6; letter-spacing: 0px; margin-bottom: 30px; }

h1:last-child { margin-bottom: 0px; }
h2:last-child { margin-bottom: 0px; }
h3:last-child { margin-bottom: 0px; }
h4:last-child { margin-bottom: 0px; }
h5:last-child { margin-bottom: 0px; }
h6:last-child { margin-bottom: 0px; }
p:last-child { margin-bottom: 0px; }

/* no decoration */
.no-dec,
.no-dec a,
.nodec,
.sub-title,
.title,
.nodec a,
.sub-title a,
.title a {
	text-decoration: none;
	border: none;
}
/* no link */
.no-link {}

/* Minor P */
.minor, .minor p {}


/* 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 {
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px rgba(0,0,0,.5);

	-webkit-transition-duration: 0.1s;
	 -khtml-transition-duration: 0.1s;
	   -moz-transition-duration: 0.1s;
	    -ms-transition-duration: 0.1s;
	     -o-transition-duration: 0.1s;
	        transition-duration: 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 {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 40px;
	text-align: center;
	border-top: 2px dotted #f1f1f1;
	border-bottom: 2px dotted #f1f1f1;

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


/*-------------------------------------------------------------- */
/*
/*  BUTTONS
/*
/*-------------------------------------------------------------- */
.button {
	display: inline-block;
	line-height: 1;
	padding: 10px 14px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	font-size: 100%;
	-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;
	   		background: none;
}
.button.tiny {
	padding: 2px 5px;
	font-size: 85%;
}
.button.small {
	padding: 5px 9px;
	font-size: 95%;
}
.button.large {
	padding: 15px 19px;
	font-size: 110%;
}
.button.tiny-square {
	height: 34px;
	width: 34px;
	padding: 7px 0 0 0;
}
.button.icon {
	height: 40px;
	width: 40px;
	padding: 9px 0 0 0;
}
.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";
}
.button span {}

span[class*='fa-'].inline {
	margin-right: 5px;
	font-family: "FontAwesome";
}





/*--------------------------------------------------------------------*/
/*                    												  
/*	FORMS
/*                    												  
/*--------------------------------------------------------------------*/

form {
	position: relative;
}
form fieldset {
	display: block;
	clear: both;
	margin-bottom: 15px;

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

select,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	clear: both;
	float: left;
	width: 100%;

	font-size: inherit;
	font-size: inherit;
	line-height: inherit;

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

/* Text / Textarea */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	color: inherit;
	background: none;
	padding: 10px 10px 8px 10px;
	border: 2px solid #DFE2E6;

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

}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #B1B8BD;
}


/* 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"] {
	margin-bottom: 0px;
}

/* Error */
body input[type="text"].error,
body input[type="password"].error,
body input[type="email"].error,
body textarea.error {
	border-color: #F58E89 !important;
}


/* Success */
form .messageWrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
}
form .message {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -120px;
	margin-top: -80px;
	padding: 20px;
	background: none;
	color: #fff;
	text-align: center;

	-webkit-border-radius: 0px;
	 -khtml-border-radius: 0px;
	   -moz-border-radius: 0px;
	    -ms-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;

}
form .message p {
	margin-bottom: 0px;
}
form .message p strong {
	margin-bottom: 0px;
}
form.success fieldset,
form.success .form-submit,
form.success #submitbutton {
	opacity: .3;
}
form.success div.messageWrap {
	display: block;
}

/* Validator */
input#validator {
  display: none;
  visibility: hidden;
}


/*--------------------------------------------------------------------*/
/*                    												  
/*	MAIN PAGE ELEMENTS
/*                    												  
/*--------------------------------------------------------------------*/

/* Globals */
.section {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}

/* Columns */
.col3,
.col2,
.col1,
.col1x2,
.col1x1 {
	padding: 0 3%;
	float: left;
	width: 100%;
	max-width: 100%;
	position: relative;

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

}
.nested {
	padding: 0;
}
/* Content Blocks */
.content-block {
	margin-bottom: 40px;
}
.tight-block, .tight-block * {
	margin-bottom: 0px;
}
.tight * {
	margin-bottom: 0px;
}


/*--------------------------------------------------------------------*/
/*                    												  
/*	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
/*                    												  
/*--------------------------------------------------------------------*/

/* Basic Comment Markup
<ul id="comments">
	<li>
		<div class="comment-wrap">
			<div class="comment-image">
				<img src="image.jpeg">
			</div>
			<div class="comment-content">
				<p class="comment-meta">12/02/2013 @ 3:34pm - <a href="">Reply</a></p>
				<p>The comment text goes here.</p>
			</div>
		</div>
	</li>
</ul>
*/

.comment-wrap {

}
.comment-image {
	max-width: 60px;
	width: 60px;
	float: left;
	margin-right: 20px;
}
.comment-image img {

}
.comment-content {
	overflow: hidden;
	display: block;
	text-align: left;
}
.comment-content p {

}
.comment-content p:last-child {
	margin-bottom: 0px;
}
p.comment-name {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0px;
}
p.comment-name a {
	border: none;
}
p.comment-meta,
p.comment-meta a {
	margin-bottom: 0px;
}


/* Replies */
ul#comments > li > ul {
	margin-left: 29px;
	padding-left: 49px;
	border-left: 2px dotted;
}



/*--------------------------------------------------------------------*/
/*                    												  
/*	AUTHOR BADGE
/*                    												  
/*--------------------------------------------------------------------*/

.author-avatar {
	max-width: 60px;
	width: 60px;
	float: left;
	margin-right: 20px;
}
.author-description {
	overflow: hidden;
	display: block;
	text-align: left;
}
.author-description p {

}
.author-description p:last-child {
	margin-bottom: 0px;
}
p.author-name {
	font-weight: bold;
	margin-bottom: 0px;
}
p.author-meta, p.author-meta a {
	margin-bottom: 0px;
}


/*--------------------------------------------------------------------*/
/*                    												  
/*	MEDIA PLAYER SKIN (skin for WordPress's mediaelements.js)
/*                    												  
/*--------------------------------------------------------------------*/

/* Player Background */
body div.mejs-container {
	background: none !important;
}

/* Player Wrap */
body div.mejs-container.mejs-audio {
	height: 42px !important;
}

/* Controls */
body .mejs-container .mejs-controls {
	height: 40px;
	background: #222;
	border-top: solid rgba(255,255,255,.2) 1px;
	border-bottom: solid rgba(0,0,0,.8) 1px;
}

/* Buttons */
body .mejs-container .mejs-controls div, body .mejs-container .mejs-controls .mejs-time {
	margin: 0px;
	margin-right: 1px;
	height: 26px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background: #2D3033;
}

/* Play & Mute Buttons */
body .mejs-controls div.mejs-button{
	width: 16px;
	height: 28px;
	padding-top: 12px;
	cursor: pointer;
}
body .mejs-controls .mejs-button, body .mejs-controls .mejs-button button {
	margin: 0px;
	padding: 0px;
	display: block;
}

/* Global Progress */
body .mejs-controls div.mejs-time-rail {
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	padding-top: 15px;
}
body .mejs-controls div.mejs-time-rail .mejs-time-total {
	margin: 0px;
	padding: 0px;
	background: #111;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.8);
}
body .mejs-controls div.mejs-time-rail .mejs-time-loaded {
	background: #666;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.8);
}
body .mejs-controls div.mejs-time-rail .mejs-time-current {
	background: #4DA2DB;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}


/* Volume Progress Audio */
body .mejs-controls div.mejs-horizontal-volume-slider {
	width: 50px;
}
body .mejs-controls div.mejs-horizontal-volume-slider div {
	top: 15px !important;
	left: auto !important;
	cursor: pointer !important;
}
body .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 10px;
	background: #111;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.8);
}
body .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 10px;
	background: #4DA2DB;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}


/* Volume Progress Video */
body .mejs-video .mejs-controls div.mejs-volume-slider {
	left: 0px;
	top: -100px;
	height: 100px;
	width: 35px;
	padding: 0px;
	background: none;
}
body .mejs-video .mejs-controls div.mejs-volume-slider .mejs-volume-total {
	left: auto;
	top: auto;
	width: 35px;
	padding: 0px;
	background: rgba(0,0,0,.5);
}
body .mejs-video .mejs-controls div.mejs-volume-slider .mejs-volume-current {
	left: auto;
	top: auto;
	width: 35px;
	padding: 0px;
	background: rgba(0,0,0,.2);
}
body .mejs-video .mejs-controls div.mejs-volume-slider .mejs-volume-handle {
	left: auto;
	top: auto;
	width: 35px;
	height: 10px;
	margin-bottom: -5px;
	padding: 0px;
	background: #4DA2DB;
}

/* Video Poster */
body .mejs-poster {
	-webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

/* Video Overlay Button */
body .mejs-overlay-button {
	background-image: none;
	border: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;

	-webkit-border-radius: 1000px;
	 -khtml-border-radius: 1000px;
	   -moz-border-radius: 1000px;
	    -ms-border-radius: 1000px;
	     -o-border-radius: 1000px;
	        border-radius: 1000px;	
}
body .mejs-overlay-button:after {
	content: "\f04b";
	color: #fff !important;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;

	font-size: 12px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
body .mejs-overlay-loading {
	background: none;
	opacity: 0;
}

/* Alignment hacks for audio player */
body .mejs-audio .mejs-controls {
	padding-left: 87px;
	padding-right: 158px;
	width: 100% !important;
	height: 42px;
	position: relative;
	-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;
}

body .mejs-audio .mejs-controls div.mejs-button.mejs-playpause-button {
	position: absolute;
	left: 0px;
}
body .mejs-audio .mejs-controls div.mejs-time.mejs-currenttime-container {
	position: absolute;
	left: 37px;
}
body .mejs-audio .mejs-controls div.mejs-button.mejs-volume-button {
	position: absolute;
	right: 71px;
}
body .mejs-audio .mejs-controls div.mejs-time.mejs-duration-container {
	position: absolute;
	right: 108px;
}
body .mejs-audio .mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	right: 0px;
}


/*--------------------------------------------------------------------*/
/*                    												  
/*	WIDGETS
/*                    												  
/*--------------------------------------------------------------------*/

/* Basic Markup */
div.widget {
	position: relative;
}


/* Lists */
div.widget ul {
	display: inline-block;
	text-align: center;
}
div.widget ul li {
	display: block;
	clear: left;
	padding-bottom: 8px;
	-webkit-transition-duration: 0.1s;
	 -khtml-transition-duration: 0.1s;
	   -moz-transition-duration: 0.1s;
	    -ms-transition-duration: 0.1s;
	     -o-transition-duration: 0.1s;
	        transition-duration: 0.1s;
}
div.widget ul:hover li {
	opacity: .3;
}
div.widget ul li:hover {
	opacity: 1;
}


/* Tagcloud */
div.widget .tagcloud a {
	margin-bottom: 5px;
}


/* Recent Comments */
div.widget ul#recentcomments li.recentcomments {
	position: relative;
	padding-left: 20px;
}
div.widget ul#recentcomments li.recentcomments:before {
	content: "\F10D";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	position: absolute;
	top: 4px;
	left: 0;
	opacity: .5;

}


/* 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 !important;
	padding-top: 20px;
}
.gallery-caption{}


/* tables */
table {
	margin-bottom: 2em;
	font-size: 14px;
}
thead th {
	font-weight: bold;
	text-align: center;
	width: 14.2857%;
}
tbody {}
tbody td {
	padding: 10px;
	text-align: center;
	position: relative;
}
tbody td a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: none;
}
thead, thead th, tbody, tbody td {
	border: solid 1px #e2e2e2;
}


/* lists */
.hentry ul, #tinymce ul, .comment-content ul,  
.hentry ol, #tinymce ol, .comment-content ol {
	margin-bottom: 40px;
	text-align: center;
	display: block !important;
}
.hentry ul ul, #tinymce ul ul, .comment-content ul ul,
.hentry ol ol, #tinymce ol ol, .comment-content ol ol {
	margin-bottom: 0 !important;
}

/* list items */
.hentry ul > li, #tinymce ul > li, .comment-content ul > li,
.hentry ol > li, #tinymce ol > li, .comment-content ol > li {
	list-style-position: inside;
	display: list-item;
	clear: both;
}
.hentry ul > li, #tinymce ul > li, .comment-content ul > li {
	list-style-type: disc;
}
.hentry ol > li, #tinymce ol > li, .comment-content ol > li {
	list-style-type: decimal-leading-zero;
}


/* word breaks */
.hentry {
	-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: 680px) {

	.container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

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

	.section { text-align: left; }

	.col3 { max-width: 100%; }

	.col2 { max-width: 50%; }

	.col1 { max-width: 50%; }

	.col1x2 { max-width: 66.66%; }

	.col1x1 { max-width: 33.33%; }

	.hentry ul, #tinymce ul, .comment-content ul,  
	.hentry ol, #tinymce ol, .comment-content ol {
		text-align: inherit;
	}
	.hentry ul ul, #tinymce ul ul, .comment-content ul ul,
	.hentry ol ol, #tinymce ol ol, .comment-content ol ol {
		margin-left: 30px;
	}

	div.widget ul li {
		display: block;
		text-align: left;
	}
	div.widget ul li {
		float: left;
		display: block;
	}

}

@media screen and (min-width: 900px) {

	.container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.col3 { max-width: 100%; }

	.col2 { max-width: 50%; }

	.col1 { max-width: 33.33%; }

}

/*--------------------------------------------------------------------*/
/*                    												  
/*	SELECTION
/*                    												  
/*--------------------------------------------------------------------*/

::selection {
	background: #999; /* Safari */
}
::-moz-selection {
	background: #999; /* Firefox */
}


/*--------------------------------------------------------------------*/
/*                    												  
/*	FONT AWESOME
/*                    												  
/*--------------------------------------------------------------------*/
[class^="fa-"], [class*=" fa-"] {
  font-family: FontAwesome !important;
   font-style: normal !important;
  font-weight: normal !important;
}