/*
Theme Name: Bumple
Theme URI: http://bumple.didble.me/
Author: the WordPress team
Author URI: http://ciorici.me/
Description: The Bumple theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: bumple

*/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-font-smoothing:subpixel-antialiased;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: bold;
	text-transform: uppercase;
	color: #252525;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
}
.archive-title span{
	font-weight: 300;
}
.archive-title{
	font-size: 38px;
	font-weight: 100;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: none;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"]{
	height: 35px;
	line-height: 35px;
	box-shadow: none;
}
textarea{
	box-shadow: none;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	background-color:#dde3e8;
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 0.885714286rem;
	line-height: 1.428571429;
	-webkit-appearance: none;
}
#ns_widget_mailchimp_form-2 input[name="Subscribe"]{
	background-color:#2095ff;
	width:100%;
	color:#FFF;
	//padding: 6px 10px;
	//padding: 0.5rem 0.714285714rem;
	font-size: 0.885714286rem;
	line-height: 2;
	//border-radius: 4px;
	//-moz-border-radius: 4px;
	//-webkit-border-radius: 4px;
	text-transform:uppercase;
	padding: 12px 19px 10px 19px;
	border: 1px solid #2095ff;
	cursor: pointer;
	outline: none;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
border-radius: 150px;
-webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
#ns_widget_mailchimp_form-2 input[name="Subscribe"]:hover{
	//background:#2482c1;
	color: #fff;
	background-color: #2095ff;
}
#ns_widget_mailchimp_form-2 input[name="ns_widget_mailchimp_email"]{
	background-color:#2095ff;
	width: 100%;
	height: 54px;
	background-color: #dde3e8;
	line-height: 31px;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #657886;
	font-size: 19px;
	font-weight: 300;
	padding-left: 15px;
}
#ns_widget_mailchimp_form-2 label{
	display:none !important;
}
#ns_widget_mailchimp_form-2 .error{
	color:#DE2154 !important;
}
#ns_widget_mailchimp_form-2 p{
	color:#63CA60 !important;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #2095ff;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	//background-color: #fafafa;
	line-height: 2;
	overflow: hidden;
	height: 60px;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	//padding-left: 20px;
	width: 100%;
	text-align: center;
	font-size:15px;
	padding-top: 18px;
	font-weight:300;
	//text-transform: uppercase;
}
.nav-previous a{
	color:#2095ff;
	border: 1px solid #2095ff;
	padding: 12px 40px 10px 40px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	-webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.nav-previous a:hover{
	color: #fff;
	background-color: #2095ff;
}
.nav-next,
.next-image {
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 50%;
	font-size:15px;
	padding-top: 18px;
	font-weight:700;
	text-transform: uppercase;
	
}
.nav-next a{
	color:#2095ff;
}
.nav-next a:hover;{
	color:#2482c1;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'MuseoSans',Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #657886;
}
body.custom-font-enabled {
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #657886;
	-webkit-transition: color .2s linear;  
	-moz-transition: color .2s linear;  
	-o-transition: color .2s linear;  
	-ms-transition: color .2s linear;  
	transition: color .2s linear;
}
a:hover {
	color: #2095ff;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

.site-content {
	margin: 0;
}
.nav-menu{
	text-align: right;
}
/* Header */
.site-header {
	padding-top: 20px;
	padding-bottom: 17px;
	background-color:#202629;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #2095ff;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	float: right;
	color: #adb6be;
	font-weight: 300;
	font-size: 12px;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #52585b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 34px;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	margin-bottom: 15px;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
	font-weight: 100;
	/*font-size: 20px;*/
	color: #657886;
	position: relative;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: 300;
	color: #2095ff;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #2095ff;
}
.widget-area .widget a:hover {
	color: #2482c1;
}
#searchform #s {
	width: 100%; /* define a width to avoid dropping a wider submit button */
	height: 54px;
	background-color:#dde3e8;
	line-height: 31px;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	color:#657886;
	font-size:19px;
	font-weight:300;
	padding-left:15px;
}
#searchform{
	position: relative;
}
#searchform #searchsubmit{
	font-family:"statifont";
	font-size:22px;
	line-height: 53px;
	position: absolute;
	padding-top: 0px;
	right: 0;
	top: 0;
	height: 54px;
	box-shadow: none;
	color: #adb6be;
	-webkit-transition: color .2s linear;  
	-moz-transition: color .2s linear;  
	-o-transition: color .2s linear;  
	-ms-transition: color .2s linear;  
	transition: color .2s linear;
}
#searchform #searchsubmit:hover{
	background: #F2f2f2;
	color:#5E6D79;
}
.widget > ul > li{
	margin-top: 5px;
	padding-bottom: 5px;
}
.widget > ul > li:first-child{
	margin-top: 0;
}
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	margin-top: 0;
	padding-top: 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #2095ff;
}
footer#colophon .site-info:before{
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 15px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #adb6be;
	text-decoration: none;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #949691;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-weight:100;
	color:#252525;
	font-size: 1.7rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
article.type-page .entry-content, article.type-page .entry-content p{
	font-size: 16px;
	font-weight: 300;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: -1rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.reply{
	display: inline-block;
	background: #292C33;
	border-radius: 3px;
	color: #FFF;
	padding: 0 10px;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.author-margin{
	padding-top: 42px;
}
.category-margin{
	padding-top: 18px;
}
.archive-header{
	margin-bottom: 65px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #2095ff;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.comment-content > p{
	font-weight: 300;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 4.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #2095ff;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #2095ff;
}
a.comment-reply-link{
	color: #FFF;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist li:not(:last-child){
	border-bottom: 1px dotted rgba(0,0,0,0.05);
}
/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
	background-color:#dde3e8;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #2095ff;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



/* ====================== Widgets ====================== */

/* Widget Flickr */
.widget_flickr_photos .flickr_badge_image{
	float: left;
	margin-right: 5%;
	width: 30%;
	-webkit-transition: opacity .2s linear;  
	-moz-transition: opacity .2s linear;  
	-o-transition: opacity .2s linear;  
	-ms-transition: opacity .2s linear;  
	transition: opacity .2s linear;
}
.widget_flickr_photos .flickr_badge_image:hover{opacity: 0.8;}
.widget_flickr_photos .flickr_badge_image img{width: 100%;border-radius: 3px;}
.widget_flickr_photos .flickr_badge_image:nth-of-type(3n) {clear: right;margin-right: 0%;margin-bottom: 5%;width: 30%;}


/*Twitter widget*/
.logic-twitter-container { position: relative;}
.logic-twitter-container .logic_twitter p{ margin:0;}

.logic-twitter-container ul li div{padding: 15px 0; }

.logic-twitter-container span.date{ display: block; margin-top: 0; font-style: italic;color:#999;font-size: 11px; }
.logic-twitter-container span.date a{ text-decoration: none; }

/*Static Twitter widget*/
.tweet-entry{display: none;margin-bottom: 7px;opacity: 0;}
.static .logic_twitter .tweet-entry{ border-bottom: 1px dotted rgba(0,0,0,0.1); padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .logic_twitter .tweet-entry:first-child{ padding-top: 0; }
.static .logic_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.front-galleries-container{
	position: relative;
	margin-bottom: 30px;
	border-bottom: 3px solid #149761;
	margin-top: -10px;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 40px; height: 40px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: 0; opacity: 1; -webkit-transition: all .3s ease;overflow: hidden;color:#FFF;text-align: center;line-height: 40px;}
.flex-direction-nav .flex-next { right: 15px;}
.flex-direction-nav .flex-next:before { content: '\e766';font-family: 'Logic';font-size: 30px;text-shadow:1px 1px rgba(0,0,0,0.3);}
.flex-direction-nav .flex-prev {left: 15px;}
.flex-direction-nav .flex-prev:before {content: '\e765';font-family: 'Logic';font-size: 30px;text-shadow:-1px -1px rgba(0,0,0,0.3);}
.flex-direction-nav a:hover{
	color: #292C33;
}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {right: 0; position: absolute; bottom: 0;width: 100%;text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    height: 8px;
    transition: background-color 0.2s ease 0s;
    width: 25px;
    text-indent: -99999px;
}
.flex-control-paging li a:not(.flex-active):hover { border-color: #292C33;}
.flex-control-paging li a.flex-active { background: #FFF; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.carousel_slide{
	position: relative;
	line-height: 0;
	display: none;
}
.carousel_slide img{
	width: 100%;
	border-radius: 3px;
}
.carousel_slide > .hover-element > h2{
	position: absolute;
	bottom: 50px;
	left: 30px;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 36px;
	line-height: 38px;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
	padding: 5px 15px;
	font-weight: 300;
	background: rgba(0,0,0,0.3);
}
.carousel_slide > .hover-element > h2 > a{
	color: inherit;
}
.carousel_slide > .hover-element:hover{
	
}
/* Blog post single */
.single-post > header.entry-header > img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 3px;
}
.single-post > header.entry-header > .entry-title, .single-post header.entry-header > .entry-title{
	font-size: 38px;
	font-weight: 100;
	color: #657886;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
}
.nav-single{
	margin-top: 15px;
}
article.single-post .entry-meta{
	color: #adb6be;
	font-size: 12px;
	margin-bottom: 10px;
}
article.single-post .entry-meta > ul{
	display: inline-block;
	list-style-type: none;
}
article.single-post .entry-meta > ul > li{
	display: inline-block;
	margin-right: 15px;
}
article.single-post .entry-meta > ul > li > i{
	font-size: 14px;
}
article.single-post .entry-meta > ul > li ul.category-list{
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
article.single-post .entry-meta > ul > li ul.category-list > li{
	display: inline-block;
}
article.single-post .entry-meta > ul > li ul.category-list > span > a{
	color:#2095ff;
	font-weight: 700;	
}
article.single-post .entry-meta > ul > li ul.category-list > span > a:hover{
	color:#2482c1;
}
article.single-post .entry-content, article.single-post .entry-content p{
	font-size: 16px;
	font-weight: 300;
}
article.single-post .entry-meta > ul > li ul.category-list > li > a{
	color:#2095ff;
	font-weight: 700;	
}
article.single-post .entry-meta > ul > li ul.category-list > li > a:hover{
	color:#2482c1;
}
article.single-post .entry-content, .commentlist{
	border-bottom: 2px double #dde3e8;
}
.comments-title, #respond h3#reply-title{
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	position: relative;
}
.portfolio-slide{
	display: block;
	max-height: 500px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 30px;
}
.portfolio-slide > img{
	max-width: 100%;
}
.portfolio-slide:last-child{
	margin-right: 0;
}
.portfolio-scroll{
	margin-bottom: 30px;
}

.portfolio-scroll .viewport{
	height: 500px;
	position: relative;
	overflow: hidden;
}
.portfolio-scroll .overview{
	left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2500px;
}
.portfolio-scroll .scrollbar {
    clear: both;
    height: 10px;
    position: relative;
}
.portfolio-scroll .track {
    background-color: #efefef;
    height: 6px;
    position: relative;
    width: 100%;
}
.portfolio-scroll .thumb {
    background-color: #292C33;
    cursor: pointer;
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.portfolio-scroll .thumb .end {
    display: none;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
.portfolio-scroll .disable {
    display: none;
}

.zoom-buttom{
	z-index: 999;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background: #FFF;
	line-height: 25px;
	text-align: center;
}
.portfolio-slide:last-child .zoom-buttom{
	right: 0;
}
.social-sharing-plugin{
	margin: 30px 0;
}
.block-title{
	display:none;
	font-weight: 400;
	font-size: 34px;
	color: #5E696D;
	margin: 0 0 30px 0;
	line-height: 1;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
	position: relative;
}
.block-title span{
	display: block;
	position: relative;
}
.block-title span b{
	font-size: 16px;
	color: #A8B1B5;
	margin-top: 10px;
	font-weight: normal;
	position: relative;
	display: block;
	clear: both;
}
.block-title span b:after{
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #84B63D;
	margin-left: 15px;
	margin-bottom: 4px;
}
.header-divider{
	border-bottom: 1px solid rgba(0,0,0,0.03);
	clear: both;
	margin-bottom: 20px;
}
.lock-container{
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	text-align: center;
}
.lock-container > i{
	font-size: 62px;
	color: #656565;
}


/* =Repeatable patterns
-------------------------------------------------------------- */
::selection, ::selection {
background: none repeat scroll 0 0 #202629;
color: #FFF;
}
.author a:hover{
	color:#2482c1;
}
.statifont{
	font-family:'Statifont';
}
.statifont-link{
	font-size: 40px;
	padding-left: 6px;
	line-height: 34px;
}
.connect-with{
	padding-top: 14px;
	padding-right: 5px;
	float: left;
}

a.color-fb:hover{
	color:#5E6D79;
}
a.color-tw:hover{
	color:#5E6D79;
}
a.color-ig:hover{
	color:#5E6D79;
}
.sub-header{
	background-color:#f3f6f9;
	text-align:center;
	margin-bottom:70px;
}
.sub-header h1{
	font-weight:300;
	font-size:17px;
	color:#657886;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height:1.4;	
}

.sub-header h1 a{
	color:#2095ff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.sub-header h1 a:hover{
	color:#2482c1;
	text-decoration:underline;
}
.pictos-blog{
	font-size:22px;
	padding-right: 3px;
	-webkit-font-smoothing:antialiased;
}
.moretag{
	font-size:12px;
	font-weight:700;
	color:#2095ff;
}
.listed-content article .entry-summary, .listed-content article .entry-summary p a:hover{
	color:#2482c1;
}
.entry-content p a{
	color:#2095ff;
}
.entry-content p a:hover{
	color:#2482c1;
}
.category-content a{
	color:#2095ff;
}
.category-content a:hover{
	color:#2482c1;
}

footer.page-footer{
    background: #181e21;
    color:#52585b;
    padding: 10px;
}
footer.page-footer a{
    color:#adb6be;
}
footer.page-footer a:hover{
    color:#fff;
}
footer.page-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.page-footer .title{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
}
footer.page-footer li{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
}
footer.page-footer .picto,
footer.page-footer #copyright a{
    color:#52585B;
}
footer.page-footer .footer-column{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-left: 4%;
    margin-top: 40px;
}
footer.page-footer .footer-column.size1{
    width:10%;
}
footer.page-footer .footer-column.size2{
    width: 10%;
    margin-left: 12%;
}
footer.page-footer .footer-column.size3{
    width: 16%;
    margin-left:8%;
}
footer.page-footer .footer-column.size4{
    width: 10%;
    margin-left: 10%;
}
footer.page-footer .footer-column:first-child{
    margin-left: 0;
}

footer.page-footer .footer-social {
    display: inline-block;
}
footer.page-footer .footer-social li {
    display: inline-block;
    margin-right: 7px;
}

footer.page-footer a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer.page-footer .footer-social a.fb:hover{
    color:#254d9c;
}
footer.page-footer .footer-social a.tw:hover{
    color:#2eafed;
}
footer.page-footer .footer-social a.ig:hover{
    color:#1873ac;
}


footer.page-footer #copyright {
    float: right;
    text-align: right;
    margin-top: 20px;
}
footer.page-footer #copyright p{
    font-size: 12px;
    margin:0;
    font-weight: 300;
}
footer.page-footer .picto{
    font-size: 40px;
}
footer.page-footer .picto-color{
	color:#52585b;	
}
footer.page-footer .picto-color:hover{
	color:#5E6D79;
}

footer.page-footer a.color-fb:hover{
	color:#254d9c;
}
footer.page-footer a.color-tw:hover{
	color:#2eafed;
}
footer.page-footer a.color-ig:hover{
	color:#1873ac;
}
.nothing-matched{
	color:#de2154;
	font-weight:300;
	padding-bottom:26px;
}
.yarpp-related{
	border-top: 2px #dde3e8 solid;
	margin-top: 45px;
}
/* SUB FOOTER */
.sub-footer {
	width: 100%;
	height: 150px;
	background: #fafafa;
	padding-top: 54px;
	padding-bottom: 170px;
	margin-top: 50px;
}

.sub-footer .part {
	width: 21%;
	float:left;
	text-align: center;
	margin-left: 3%;
}
.sub-footer .title {
	font-size: 16px;
	font-weight: 100;
	color: #657886;
}
.sub-footer .content {
	font-size: 13px;
	font-weight: 300;
	color: #657886;
	margin-top: 18px;
	margin-bottom: 22px;
	line-height: 20px;
}
.btn-sub-footer {
	//-webkit-font-smoothing:antialiased;
	//font-weight: 900;
	font-size: 11px;
	//color: #fff;
	text-transform: uppercase;
	//background: #454b4d;
	//padding: 11px 18px;
	//border-radius: 4px;
	color: #2095ff;
	border: 1px solid #2095ff;
	padding: 12px 40px 10px 40px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	-webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	background: transparent;
	font-weight: 300;
}

.sub-footer .part.insta .button { margin-top: -9px; }
.sub-footer .part.rank .button { margin-top: 20px; }
.sub-footer .button .btn-hover:hover { background: #2095ff;color:#FFF; }
.antialiased{-webkit-font-smoothing: antialiased;}
.bt-instagram {
	-webkit-font-smoothing:subpixel-antialiased;	
	background-color: #2095ff;
	border: 1px solid #222;
	background: -moz-linear-gradient(top,#4d83b1 0,#104674 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d83b1),color-stop(100%,#104674));
	background: -webkit-linear-gradient(top,#4d83b1 0,#104674 100%);
	background: -o-linear-gradient(top,#4d83b1 0,#104674 100%);
	background: -ms-linear-gradient(top,#4d83b1 0,#104674 100%);
	background: linear-gradient(to bottom,#4d83b1 0,#104674 100%);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 0 2px 0 rgba(255,255,255,.5);
	color: rgba(255,255,255,.9);
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 11px 10px;
}

.bt-instagram:hover {
	background: #498CC2;
	color: rgba(255,255,255,1);	
	background: -moz-linear-gradient(top,#498CC2 0,#0E4F7F 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#498CC2),color-stop(100%,#0E4F7F));
	background: -webkit-linear-gradient(top,#498CC2 0,#0E4F7F 100%);
	background: -o-linear-gradient(top,#498CC2 0,#0E4F7F 100%);
	background: -ms-linear-gradient(top,#498CC2 0,#0E4F7F 100%);
	background: linear-gradient(to bottom,#498CC2 0,#0E4F7F 100%);
}

.bouton .prepend {
	margin-right: 10px;
	line-height: 18px;
	position: relative;
	top: 7px;
	display: inline;
	height: auto!important;
}

.bt-instagram .picto {
	font-size: 36px;
	font-weight: 500;
}

.bt-instagram .txt {
	font-weight: 300;
}
.bouton .prepend {
	margin-right: 10px;
	line-height: 18px;
	position: relative;
	top: 7px;
	display: inline;
	height: auto!important;
}
strong{
	font-weight:500;
}
.wpsr-floatbar-float_left{
	position: absolute;
	border: 1px solid;
	border-color: #e3e3e3 !important;
	background-color: #fff;
	padding: 0px 5px 0px 6px !important;
	width: 70px !important;
	margin: 0px 0px 0px 0px !important;
	z-index: 9999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
}
.wpsr_floatbt_min{
	left: 50% !important;
	top: 50% !important;
	position: fixed !important;
	width: 200px !important;
	margin-left: -100px !important;
	margin-top: -100px !important;
}
.wp-socializer-buttons{
	opacity:0.4 !important;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;	
}
.wp-socializer-buttons:hover{	
	opacity:1 !important;	
}
.wp-socializer-buttons .wpsr-btn {
	margin: 0!important;
	width: 106px!important;
}

.wp-socializer-buttons > span:first-child {
	margin-right: 17px!important; 
}

.wp-socializer-buttons > span:nth-child(2){
	margin-right: 3px!important;
}
.sidebar-right{
	padding-right: 15px;
	padding-left: 35px;
}

.logo-statigram{
	height:32px;
}

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 1024 pixels. 
@media screen and (max-width: 1024px) {
	.widget-area .widget h3{
		font-size: 1.2em;
		word-wrap:normal;
	}
}*/
@media screen and (max-width: 1024px) {
	.bt-instagram .picto {
		font-size: 25px;
		font-weight: 500;
	}
	
	.bt-instagram .txt {
		font-weight: 300;
		font-size: 9px;
	}
	.sub-footer {
		height: 260px;
	}
	.btn-sub-footer{
		font-size: 10px;		
	}
	.sub-footer .part.insta .button{
		margin-top: 10px;
	}
	.wp-socializer-buttons .wpsr-btn {
	margin: 0!important;
	width: 80px!important;
	}
}



@media screen and (max-width: 1320px) {
.wpsr-floatbar-float_left{
	display:none !important;	
}

}

@media screen and (max-width: 800px) {
	.sub-footer .part {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	}
	.sub-footer{
		padding-top: 0px;
	}
	.wp-socializer-buttons .wpsr-btn {
	margin: 0!important;
	width: 100px!important;
	float:left;
	}
	.wp-socializer-buttons > span:nth-child(3) {
	margin-right: 0px!important;
	clear:left;
	}
	.sub-footer {
	height: auto;
	padding-bottom: 60px;
	}
	footer.page-footer .footer-column.size1, .footer-column.size2, .footer-column.size3, .footer-column.size4{
		width:40%!important;
		margin-left: 0%!important;
	}
	.footer-column.size2, .footer-column.size4{
		margin-left:8%!important;
	}
	.footer-column.size5{
		margin-left:0%!important;
		
	}
		

}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		/*max-width: 1140px;*/
		overflow: hidden;
	}
	.site-content {
		float: left;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		display: inline-block;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.site-header h2 {
		display: block;
		text-align: center;
	}
	.header-logo{
		padding:0px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: 100%;
		margin-top: 15px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: 300;
		letter-spacing: 1px;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation .nav-menu > li:after,
	.main-navigation .nav-menu > ul > li:after{
		content: '';
		display: block;
		bottom: 0;
		background: #5A6A79;
		height: 1px;
		width: 10px;
		position: absolute;
		left: 50%;
		margin-left: -5px;
	}
	.main-navigation .nav-menu > li:before,
	.main-navigation .nav-menu > ul > li:before
	{
		content: '*';
		display: block;
		top: 10px;
		color: #84B63D;
		position: absolute;
		opacity: 0;
		left: 50%;
		margin-left: -3px;
		font-size: 20px;
		font-weight: bold;
		pointer-events: none;
		-webkit-transition: top .2s linear, opacity .2s linear;
		-moz-transition: top .2s linear, opacity .2s linear;
		-o-transition: top .2s linear, opacity .2s linear;
		-ms-transition: top .2s linear, opacity .2s linear;
		transition: top .2s linear, opacity .2s linear;
	}

	.main-navigation .nav-menu > li:hover:before,
	.main-navigation .nav-menu > ul > li:hover:before
	{
		top: -5px;
		opacity: 1;
	}

	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
		font-size: 14px;
	}
	.main-navigation li li{
		margin-right: 0;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		border-radius: 3px;
	}
	.main-navigation li ul ul {
		top: -1px;
		left: 100%;
		margin-left: -1px;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
		border: 1px solid rgba(0,0,0,0.03);
	}
	.main-navigation li ul li a {
		background: #FFF;
		border-bottom: 1px solid rgba(0,0,0,0.03);
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #fcfcfc;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 36px;
		font-weight:100;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* Listed content */

.listed-content article{
	margin-bottom: 45px;
	border-radius: 3px;
	border-bottom: 2px solid #ebeef1;
	padding-bottom: 15px;
}

.listed-content article .entry-header{
	margin-bottom: 10px;
}
.listed-content article .entry-title{
	font-size: 36px;
	font-weight: 100;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
	margin-bottom: 6px;
}
.listed-content article .entry-summary, .listed-content article .entry-summary p{
	color: #657886;
	font-size: 15px;
	font-weight: 300;
}
.listed-content article .entry-meta{
	color: #adb6be;
	font-size: 12px;
	margin-bottom: 15px;
}
.listed-content article .entry-meta > ul{
	display: inline-block;
	list-style-type: none;
}
.listed-content article .entry-meta > ul > li{
	display: inline-block;
	margin-right: 15px;
}
.listed-content article .entry-meta > ul > li > i{
	font-size: 14px;
}
.listed-content article .entry-meta > ul > li ul.category-list{
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
.listed-content article .entry-meta > ul > li ul.category-list > li{
	display: inline-block;
}
.listed-content article .entry-meta > ul > li ul.category-list a{
	color:#2095ff;
	font-weight:700;
}
.listed-content article .entry-meta > ul > li ul.category-list a:hover{
	//color:#2482c1;
}
	
.listed-content article .thumb-container{
	position: relative;
	margin: 0 0 20px 0;
}
.listed-content article .thumb-container .hover-element{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.listed-content article .thumb-container .hover-element:hover{
	background: rgba(255,255,255,0.1);
}
.listed-content article .thumb-container .hover-element > i{
	background: rgba(255,255,255,0.8);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #999;
	display: inline-block;
	font-size: 26px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: scale(0) rotate(-90deg);
	-moz-transform: scale(0) rotate(-90deg);
	-o-transform: scale(0) rotate(-90deg);
	-ms-transform: scale(0) rotate(-90deg);
	transform: scale(0) rotate(-90deg);
	opacity: 0;
	-webkit-transition: all .4s linear;  
	-moz-transition: all .4s linear;  
	-o-transition: all .4s linear;  
	-ms-transition: all .4s linear;  
	transition: all .4s linear;
}
.listed-content article .thumb-container .hover-element:hover > i{
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}
.listed-content article .thumb-container .hover-element > i:hover{
	color: #292C33;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.listed-content article .thumb-container > img{
	width: 100%;
	height: auto;
}


/* Grid content */
.grid-content article{
	margin-bottom: 30px;
	border-bottom: 4px double rgba(0,0,0,0.05);
}

.grid-content article .entry-header{
	margin-bottom: 10px;
}
.grid-content article .entry-title{
	font-size: 21px;
	font-weight: 300;
	font-family: 'MuseoSans', Helvetica, Arial, sans-serif;
}
.grid-content article .entry-summary, .grid-content article .entry-summary p{
	color: #808379;
	font-weight: 300;
}
.grid-content article .entry-meta{
	text-transform: uppercase;
	color: #DDDDDD;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
	text-align: center;
}
.grid-content article .entry-meta > ul{
	display: inline-block;
	list-style-type: none;
}
.grid-content article .entry-meta > ul > li{
	display: inline-block;
	margin-right: 15px;
}
.grid-content article .entry-meta > ul > li > i{
	font-size: 14px;
}
.grid-content article .entry-meta > ul > li ul.category-list{
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
.grid-content article .entry-meta > ul > li ul.category-list > li{
	display: inline-block;
}
.grid-content article .thumb-container{
	position: relative;
	margin: 0 0 20px 0;
}
.grid-content article .thumb-container .hover-element{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	-webkit-transition: background-color .2s linear;  
	-moz-transition: background-color .2s linear;  
	-o-transition: background-color .2s linear;  
	-ms-transition: background-color .2s linear;  
	transition: background-color .2s linear;
}
.grid-content article .thumb-container .hover-element:hover{
	background: rgba(255,255,255,0.5);
}

.grid-content article .thumb-container .hover-element > i{
	background: rgba(255,255,255,0.8);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #999;
	display: inline-block;
	font-size: 26px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: scale(0) rotate(-90deg);
	-moz-transform: scale(0) rotate(-90deg);
	-o-transform: scale(0) rotate(-90deg);
	-ms-transform: scale(0) rotate(-90deg);
	transform: scale(0) rotate(-90deg);
	opacity: 0;
	-webkit-transition: all .4s linear;  
	-moz-transition: all .4s linear;  
	-o-transition: all .4s linear;  
	-ms-transition: all .4s linear;  
	transition: all .4s linear;
}
.grid-content article .thumb-container .hover-element:hover > i{
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}
.grid-content article .thumb-container .hover-element > i:hover{
	color: #292C33;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.grid-content article .thumb-container > img{
	width: 100%;
	height: 100%;
}

/* Articles Blog Marges */


.check {
font-family: 'Statifont';
font-size: 24px;
color: #4B96D4;
line-height: 22px;
margin-right: 5px;
}

.margin-circle{
	margin-top:2.857143rem !important;
}

.bloc-blog-small{
	margin-bottom:62px !important;
}

.bloc-blog-medium{
	margin-bottom:82px !important;
}

.bloc-blog-large{
	margin-bottom:105px !important;
}

.wpsr-btn > .fb-like > span{
	vertical-align: top!important;
}



#sgBecomeIcoBar {
    background-color: #2095ff;
    font-family: 'MuseoSans', Helvetica, Arial, sans-serif;    
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    display: none;
}
#sgBecomeIcoBar #sgBecomeIcoBarClose {
    cursor: pointer;
    float: right;
    font-family: "Statifont";
    font-size: 20px;
    font-weight: normal;
    line-height: 13px;
    padding-right: 5px;
}
#sgBecomeIcoBar a {
    color: #ffffff;
    text-decoration: underline;
}