/* =================================================================== */
/* 
/*  Refresh v2.0 Main Stylesheet
/*  url:styleshout.com
/*  08-25-2014
/*
/* =================================================================== */

/* 
/* Webfonts and Iconfonts
/* =================================================================== */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");

/* 
/* Document setup
/* =================================================================== */

/* Body
---------------------------------------------------------------------- */
body {
	background: #cccccc;
	font-family: "opensans-regular", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #575859;
}

/* Page Wrap
---------------------------------------------------------------------- */
.wrap {
	background: #fff;
	margin-top: 42px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	display: block;
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-clip: padding-box;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}

/* links
---------------------------------------------------------------------- */
a, a:visited {
	color: #427ad1;

	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #82c13e;
}

/* Typography
--------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #575859;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 12px;
}
h1, h2, h3, h4 {
	font-family: "opensans-semibold", sans-serif;
}
h5, h6 {
	font-family: "opensans-bold", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 29px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-size: 17px;
	line-height: 24px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 13px;
	line-height: 24px;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p {
	margin: 12px 0 12px 0;
}
p img {
	margin: 0;
}
p.lead {
	font: 17px/30px "opensans-light", sans-serif;
	color: #7d7e80;
}
em {
	font: 14px/24px "opensans-italic", sans-serif;
	font-style: normal;
}
strong, b {
	font: 14px/24px "opensans-bold", sans-serif;
	font-weight: normal;
}
small {
	font-size: 11px;
	line-height: inherit;
}
blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}
blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #707273;
	border: none;
}
abbr {
	font-family: "opensans-bold", sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
}
pre, code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	padding: 3px;
	background: #e6e6e6;
	color: #707273;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #f2f2f2;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists
--------------------------------------------------------------------- */
ul, ol {
	margin-top: 12px;
	margin-bottom: 12px;
}
ul {
	list-style: disc;
	margin-left: 17px;
}
dl {
	margin: 0 0 12px 0;
}
dt {
	margin: 0;
	color: #82c13e;
}
dd {
	margin: 0 0 0 20px;
}

/* Floated image
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}
img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* 
/* Forms
/* =================================================================== */
form {
	margin-bottom: 24px;
}
fieldset {
	margin: 0 0 24px 0;
	padding: 0;
	border: none;
}
input, button {
	-webkit-font-smoothing: antialiased;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #f2f2f2;
	display: block;
	padding: 12px 15px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	max-width: 100%;
	color: #a3a4a6;
	font-family: "opensans-regular", sans-serif;
	font-size: 14px;
	line-height: 24px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
textarea {
	min-height: 162px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	background: #e6e6e6;
}
label, legend {
	font: 15px/24px "opensans-semibold", sans-serif;
	margin: 12px 0;
	color: #3e3f3f;
	display: block;
}
label span, legend span {
	color: #575859;
	font: 14px/24px "opensans-regular", sans-serif;
}
input[type="checkbox"], input[type="radio"] {
	font-size: 15px;
	color: #575859;
}
input[type="checkbox"] {
	display: inline;
}

/* 
/* Preloader
/* =================================================================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}

/* 
/* Buttons
/* =================================================================== */
.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	font: 14px/24px "opensans-bold", sans-serif;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #82c13e;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;

	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #75ae38;
	color: #fff;
}

/* primary button */
.button.primary, button.primary {
	background: #427ad1;
}
.button.primary:hover, button.primary:hover {
	background: #2c61b4;
}

button.medium, .button.medium {
	font: 15px/24px "opensans-bold", sans-serif;
	padding: 12px 18px !important;
}
button.large, .button.large {
	font: 15px/24px "opensans-bold", sans-serif;
	padding: 15px 20px !important;
}
button.round, .button.round {
	padding-left: 20px !important;
	padding-right: 20px !important;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	background-clip: padding-box;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}

/* button colors */
.button.pink {
	background: #ffadcb;
}
.button.pink:hover {
	background: #ff94bb;
}
.button.blue {
	background: #72bbf0;
}
.button.blue:hover {
	background: #5bb0ee;
}
.button.black {
	background: #2e3236;
}
.button.black:hover {
	background: #222528;
}
.button.yellow {
	background: #ffd900;
}
.button.yellow:hover {
	background: #f0cc00;
}
.button.red {
	background: #ff6163;
}
.button.red:hover {
	background: #ff474a;
}
.button.green {
	background: #9bc724;
}
.button.green:hover {
	background: #8ab120;
}
.button.grey {
	background: #8d8e91;
}
.button.grey:hover {
	background: #808184;
}
.button.purple {
	background: #b482c9;
}
.button.purple:hover {
	background: #a970c1;
}
.button.orange {
	background: #f5731c;
}
.button.orange:hover {
	background-color: #ed650a;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 
/* Other Components
/* =================================================================== */

/* Alert Boxes
/* ------------------------------------------------------------------ */
.alert-box {
	position: relative;
	padding: 18px 40px 18px 20px;	
	margin-bottom: 24px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
.error {
	background-color: #ffd1d2;
	color: #e65153;
}
.success {
	background-color: #c8e675;
	color: #758c36;
}
.info {
	background-color: #d7ecfb;
	color: #4a95cc;
}
.notice {
	background-color: #fff099;
	color: #c16527;
}
.close {
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
}

/* Drop Cap
/* ------------------------------------------------------------------ */
.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 14px 6px 0 0;
	font-size: 84px;
	font-family: "opensans-bold", sans-serif;
	line-height: 60px;
	text-indent: 0;
	background: transparent;
	color: inherit;
}

/* Line Definition Style Markup
/* ------------------------------------------------------------------ */
.lining dt, .lining dd {
	display: inline;
	margin: 0;
}
.lining dt + dt:before, .lining dd + dt:before {
	content: "\A";
	white-space: pre;
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd:before {
	content: ":";
	margin-left: -0.2em;
}

/* Dictionary Definition Style Markup
/* ------------------------------------------------------------------ */
.dictionary-style dt {
	display: inline;
	counter-reset: definitions;
}
.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;
}
.dictionary-style dd {
	display: block;
	counter-increment: definitions;
}
.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";
}

/* /*  Pull Quotes Markup
/*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
/*
/* --------------------------------------------------------------------- */
.pull-quote {
	position: relative;
	padding: 18px 30px 18px 0px;
}
.pull-quote:before, .pull-quote:after {
	height: 1em;
	opacity: 0.45;
	position: absolute;
	font-size: 80px;
	font-family: Arial, Sans-Serif;
}
.pull-quote:before {
	content: "\201C";
	top: 33px;
	left: 0;
}
.pull-quote:after {
	content: '\201D';
	bottom: -33px;
	right: 0;
}
.pull-quote blockquote {
	margin: 0;
}
.pull-quote blockquote:before {
	content: none;
}

/* 
/*  Stats Tab Markup

<ul class="stats-tabs">
<li><a href="#">[value]<em>[name]</em></a></li>
</ul>

Extend this object into your markup.

/*
/* --------------------------------------------------------------------- */
.stats-tabs {
	padding: 0;
	margin: 24px 0;
}
.stats-tabs li {
	display: inline-block;
	margin: 0 10px 18px 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.stats-tabs li a {
	display: inline-block;
	font-size: 24px;
	font-family: "opensans-bold", sans-serif;
	border: none;
	color: #575859;
}
.stats-tabs li a:hover {
	color: #82c13e;
}
.stats-tabs li a em {
	display: block;
	margin: 6px 0 0 0;
	font-size: 14px;
	font-family: "opensans-regular", sans-serif;
	color: #7d7e80;
}

/* Pagination
/* ------------------------------------------------------------------ */
.pagination {
	margin: 30px auto;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination .page-numbers {
	font: 15px/24px "opensans-bold", sans-serif;
	display: inline-block;
	padding: 6px 12px;
	height: 36px;
	margin-right: 3px;
	margin-bottom: 6px;
	color: #707273;
	background-color: #e6e6e6;

	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
.pagination .page-numbers:hover {
	background: #737373;
	color: #fff;
}
.pagination .current, .pagination .current:hover {
	background-color: #82c13e;
	color: #fff;
}
.pagination .inactive, .pagination .inactive:hover {
	background-color: #e6e6e6;
	color: #a3a4a6;
}

/* 
/* Header Styles
/* =================================================================== */
header {
	position: relative;
	background: #427ad1;	
	width: 100%;

	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	background-clip: padding-box;
}

/* site branding/logo */
header .site-branding {
	position: absolute;
	top: 42px;
	left: 26px;
}
header .site-branding h1 {
	padding: 0;
	margin: 0 0 6px 0;
}
header .site-branding h1 a {
	display: block;
	width: 146px;
	height: 32px;

	font: 0/0 a;
	text-shadow: none;
	color: transparent;

	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("../images/refresh-logo.png");
}
/* for high-resolution */
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	header .site-branding h1 a {
		background-image: url("../images/refresh-logo-@2x.png");
		-webkit-background-size: 146px 32px;
		-moz-background-size: 146px 32px;
		background-size: 146px 32px;
	}
}
header .site-branding h3 {
	font: 13px/1 "opensans-regular", sans-serif;
	color: #94b4e5;
	margin: 0 0 0 3px;
}

/* header social */
header .social {
	margin: 0;
	padding: 12px;
	font-size: 16px;
	position: absolute;
	top: 162px;
	right: 15px;
	z-index: 9991;

	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-clip: padding-box;
}
header .social li {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}
header .social li a {
	color: #fff;
}
header .social li a:hover {
	color: #4e7425;
}

/* search */
header .search {
	position: absolute;
	top: 42px;
	right: 30px;
	width: 25%;
}
header .search form {
	margin: 0;
}
header .search .text-search {
	width: 100%;
	background: #f2f2f2;
	color: #bfbfbf;
}
header .search .text-search:focus {
	color: #a6a6a6;
}
header .search .submit-search {
	display: none;
}

/* 
/* Primary Navigation
/* =================================================================== */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#nav-wrap {
	font: 12px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 162px;
}
#nav-wrap > a {
	display: none;
}
ul#nav {
	min-height: 48px;
	background: #82c13e;
	width: 100%;
	padding-left: 15px;
	float: left;
	position: relative;
	top: 0;
	text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
	height: 48px;
	display: inline-block;
}
ul#nav > li {
	float: left;
}
ul#nav li a {
	display: inline-block;
	padding: 0 15px;
	line-height: 48px;
	text-decoration: none;
	color: #fff;

	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#nav li a:hover {
	background: #d9d9d9;
	color: #3e3f3f;
}
ul#nav li a:active {
	background-color: transparent !important;
}
ul#nav li.current > a {
	background: #fff;
	color: #3e3f3f;
}

/* sub menu */
ul#nav ul {
	position: absolute;
	top: 48px;
	left: 0px;
	padding-bottom: 12px;
	background: #ededed;
	min-width: 100%;
	border: 1px solid #dedede;
	border-top: none;
	z-index: 100;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;

	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;

	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
ul#nav ul li {
	padding: 0;
	display: block;
	text-align: left;


	height: 0;
	overflow: hidden;

	-moz-transition: height 0.25s ease;
	-o-transition: height 0.25s ease;
	-webkit-transition: height 0.25s ease;
	-ms-transition: height 0.25s ease;
	transition: height 0.25s ease;
}

/* on hover */
ul#nav li:hover > ul {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
ul#nav li:hover > ul li {
	height: 42px;
	overflow: visible;
}

/* submenu links */
ul#nav ul li a {
	padding: 6px 20px;
	color: #575859;
	margin: 0;
	white-space: nowrap;
	font-size: 13px;
	font-family: "opensans-regular", sans-serif;
	text-transform: none;
	letter-spacing: 0;
}
ul#nav ul li a:hover {
	background: transparent;
	color: #427ad1;
}

/* 
/* Content Styles
/* =================================================================== */
.content {
	margin: 30px -10px 30px -10px;
}
.content #main {
	padding-top: 6px;
	padding-right: 18px;
}
.content #sidebar {
	padding-top: 18px;
	padding-left: 30px;
}

/* sibebar styles
-------------------------------------------------------------------- */
#sidebar h3 {
	font: 14px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 6px;
}
#sidebar .widget {
	margin-bottom: 6px;
}

/* search */
#sidebar .widget_search {
	padding-top: 0;
	margin-bottom: 24px;
	display: none;
}
#sidebar .widget_search form {
	position: relative;
	margin: 0;
}
#sidebar .widget_search .text-search {
	padding-right: 40px;
	border: none;
	width: 100%;
	min-width: 150px;
	border-radius: 3px;
}
#sidebar .widget_search .submit-search {
	background: url(../images/search-icon.png) no-repeat;
	border: none;
	cursor: pointer;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin: -9px 0 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 18px;
	background-image: url("../images/search-icon.png");
}
/* for high-resolutions */
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	#sidebar .widget_search .submit-search {
		background-image: url("../images/search-icon-@2x.png");
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}

#sidebar .widget_categories ul {
	margin-top: 12px;
	margin-bottom: 18px;
}

/* link list */
#sidebar .link-list {
	padding: 0;
	margin: 18px 10px 24px 0;
	list-style: none;
}
#sidebar .link-list li {
	font: 13px/24px "opensans-regular", sans-serif;
	padding: 8px 0 8px 3px;
	margin: 0;
	border-bottom: 1px dotted #e6e6e6;
}
#sidebar .link-list li:first-child {
	border-top: 1px dotted #e6e6e6;
}
#sidebar .link-list li a {
	color: #7d7e80;
}
#sidebar .link-list li a:hover {
	color: #82c13e;
}

/* list with bullets */
#sidebar ul.bullets li {
	padding-left: 0;
}
#sidebar ul.bullets li:before {
	float: left;
	position: relative;
	top: 1px;
	font-family: 'FontAwesome';
	content: "\f192";
	color: #b3b3b3;
	margin-right: 10px;
	font-size: 14px;
}

/* tag cloud */
#sidebar .tagcloud {
	margin: 18px 0 24px -12px;
	padding: 0;
	font-size: 17px;
}
#sidebar .tagcloud a {
	font: 12px/24px "opensans-bold", sans-serif !important;
	display: inline-block;
	float: left;
	margin: 0 0 12px 12px;
	padding: 6px 15px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: #E9EBEE;
	text-decoration: none;
	letter-spacing: .5px;
	color: #778888;

	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
#sidebar .tagcloud a:hover {
	color: #fff;
	background: #82c13e;
}

/* 
/* Footer Styles
/* =================================================================== */
footer {
	padding-top: 24px;
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}
footer h3 {
	font: 14px/24px "opensans-bold", sans-serif;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer p {
	margin-top: 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* list */
footer ul li {
	margin: 0;
	line-height: 24px;
}
footer ul li a, footer ul li a:visited {
	color: #3e3f3f;
}
footer ul li a:hover, footer ul li a:focus {
	color: #82c13e;
}


/* social links */
footer .social-links {
	margin: 18px auto 36px auto;
	padding: 0;
	text-align: center;
}
footer .social-links li {
	display: inline-block;
	font-size: 32px;
	line-height: 48px;
	padding: 0;
	margin: 0 16px;
	color: #444;
}
footer .social-links li:first-child {
	margin-left: 0;
}

/* copyright */
footer .copyright {
	margin: 0;
	padding: 24px 18px 6px 18px;
	clear: both;
	text-align: center;
}


/* Go to top
--------------------------------------------------------------------- */
#go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 48px;
	height: 48px;
	background-color: #427ad1;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;

	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#go-top a:hover {
	background: #82c13e;
}

/* 
/* Common and shared styles
/* =================================================================== */
.entry h1 {
	margin-bottom: 0;
}
.entry h1 a, .entry h1 a:visited {
	color: #575859;
}
.entry h1 a:hover, .entry h1 a:focus {
	color: #82c13e;
}

/* 
/* Single Entry
/* =================================================================== */
.entry {
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.entry header {
	height: auto;
	background: transparent;

	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background-clip: padding-box;
}



/* entry meta */
.entry .entry-meta ul {
	margin: 0 0 18px 3px;
	color: #cccccc;
	line-height: 24px;
}
.entry .entry-meta ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: "opensans-regular", sans-serif;
	text-transform: uppercase;
}
.entry .entry-meta ul .meta-sep {
	margin: 0 5px;
	color: #e6e6e6;
}
.entry .entry-meta ul li a {
	color: #cccccc;
}

/* entry media */
.entry .entry-content-media {
	margin: 18px 0 18px;
}

/* entry tags */
.entry .tags {
	margin-top: 18px;
	font-family: "opensans-regular", sans-serif;
	color: #707273;
}
.entry .tags a {
	font-family: "opensans-bold", sans-serif;
	color: #3e3f3f;
}
.entry .tags a:hover {
	color: #82c13e;
}

/* page navigation
-------------------------------------------------------------------- */
.pagenav {
	margin: 18px 0 6px;
	padding: 12px 0 0 0;
	font: 15px/30px "opensans-light", sans-serif;
}
.pagenav a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.pagenav a[rel="next"]:after, .pagenav a[rel="prev"]:before {
	float: left;
	text-align: center;
	display: inline-block;
	background: #e6e6e6;
	color: #707273;
	font-family: 'FontAwesome';
	font-size: 16px;
	content: "\f054";
	width: 42px;
	height: 42px;
	line-height: 42px;

	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
.pagenav a[rel="next"]:after {
	content: "\f054";
}
.pagenav a[rel="prev"]:before {
	content: "\f053";
	margin-right: 6px;
}
.pagenav a[rel="next"]:hover:after, .pagenav a[rel="prev"]:hover:before {
	background: #82c13e;
	color: white;
}
.entries .pagenav {
	margin-top: -18px;
}

/* comments
-------------------------------------------------------------------- */
#comments {
	padding-top: 12px;
	padding-bottom: 12px;
}

#comments h3 {
	font: 20px/30px "opensans-semibold", sans-serif;
	margin-bottom: 6px;
}
.commentlist {
	border-top: 1px dotted #e6e6e6;
	margin: 29px 0 54px 0;
	padding: 0;
}
.commentlist > li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #e6e6e6;
	padding: 18px 0 17px 0;
	padding-left: 14%;
}
.commentlist li .avatar {
	position: absolute;
	left: 0px;
	display: block;
	height: 48px;
	width: 48px;
}
.commentlist li .avatar img {
	margin-top: 6px;
	height: 48px;
	width: 48px;
	border-radius: 100%;
}
.commentlist li .comment-info cite {
	font: 14px/30px "opensans-bold", sans-serif;
	color: #575859;
}
.commentlist li .comment-info .comment-meta {
	font-size: 13px;
	line-height: 24px;
	display: block;
	color: #707273;
}
.commentlist li .comment-info .comment-meta .reply {
	font-family: "opensans-bold", sans-serif;
}
.commentlist li .comment-info .comment-meta .sep {
	margin: 0 5px;
	color: #7d7e80;
}
.commentlist li .comment-text {
	clear: both;
	margin: 18px 0 0 0;
	padding: 0;
}
.commentlist li ul.children {
	margin: 0;
	padding: 18px 0 0 0;
	list-style: none;
}
.commentlist li ul.children li {
	padding-left: 5%;
	padding-top: 17px;
	border-top: 1px dotted #e6e6e6;
}

/* comment form
-------------------------------------------------------------------- */
#comments form {
	margin-top: 36px;
}
#comments form fieldset {
	padding: 0;
}
#comments form label {
	padding-left: 24px;
	width: 41.66667%;
	float: right;
}
#comments form div {
	margin: 12px 0 18px 0;
}
#comments form input, #comments form textarea, #comments form select {
	width: 58.33333%;
	float: left;
}
#comments form .message label {
	display: none;
}
#comments form textarea {
	width: 100%;
}
#comments form span.required {
	color: #82c13e;
	font-size: 15px;
}

