/*
Theme Name: Socialike Responsive WordPress Blog & Social Pages
Theme URI: http://themes.iki-bir.com/socialike
Author: elemis
Author URI: http://themeforest.net/user/elemis/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.2
Tags: light
Description: Wordpress Tumblog, Portfolio and Social Theme
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
a, a img {
	outline:0
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0; 
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/


html {
  	background-image: url("http://365c.fr/Blog/wp-content/themes/socialike/style/images/bg/bg8.jpg") !important;
	background-repeat: repeat !important;
}

body {
	font-family: 'DroidSansRegular';
	font-size: 13px;
	color: #6f6f6f;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height:1;
	background-repeat: no-repeat !important;
  	background-image: url("http://365c.fr/Blog/wp-content/uploads/2012/10/bg-header-blog-365c.png") !important;
    	background-position: center top;
}

input, textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	color: #6f6f6f;
	font-size: 13px;
	cursor: text;
	font-family: 'DroidSansRegular';
}

label {
	color: #6f6f6f;
	font-size: 13px;
	cursor: text;
	font-family: 'DroidSansRegular';
}

p {
	line-height: 22px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #6d9dc1;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a.pink {
	color: #FF7D7B;
	text-decoration: none;
}
a:hover {
	color: #FF7D7B;
	text-decoration: none;
	border-bottom:1px dotted #FF7D7B;
}
html, body {
	height: 100%;
}
#body-wrapper {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -130px 0; the bottom margin is the negative value of the footer's height */
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	padding: 0px;
	width: 960px;
	margin: 0 auto;
}
#social {list-style:none;margin:0 20px 0 0;padding:0px 5px 0px 5px;float:right;}
#social li {display: inline-block;margin: 0 1px 0 0;padding:0px 5px; background-image: none;}
@media only screen and (max-width: 767px) {
#header-top #social {display:none;}
}
#social a {border-bottom:none;}
.push {
	height: 130px; /* .push must be the same height as .footer */
}
#footer {
	padding-top: 50px;
	width: 960px;
	margin: 0 auto;
}
.footer {
	background:transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/footer-line.png) repeat-x top;
	padding: 20px 0 0 0;
	height: 60px;
}
.footer p {
	text-align: center;
	margin-top: 15px;
}
.logo {
	text-align: center;
	padding-bottom: 30px;
	clear:both;
z-index: 2000;
position: relative;
top: -25px;
}
.logo img {
	display: inline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ClassicRoundMedium';
	font-weight: normal;
	padding-bottom: 6px;
	color: #606060;
}
.outer {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.inner {
	background: #fff;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
}
.content-box .inner {
	padding: 24px;
	padding-bottom: 4px;
}
.sidebox .widget-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.line {
	border-top: 4px double #c9c9c9;
	border-bottom: 4px double #c9c9c9;
	padding: 7px 0;
	text-align: center;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
.entry-title {
	padding-bottom: 15px;
	font-size: 20px;
}
.entry-title a {
	color: #606060;
}
.entry-title a:hover {
	color: #ad6069;
}
h2.page-title, h1.page-title {
	margin-bottom: 15px;
	font-size: 20px;
}
.intro {
	font-family: 'SortsMillGoudyItalic';
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: -3px auto 25px;

}
.alignleft {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 0 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
#fancybox-thumbs ul li img {
	max-width: none;
}
.frame {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #d2d2d2;
	background: #f7f7f7;
	padding: 9px;
}
.map {
	margin-bottom: 25px;
}
.map iframe {
	max-width: 100%;
}
img.alignleft {
	margin: 5px 20px 10px 0;
}
img.alignright {
	margin: 5px 0 10px 10px;
}
img.aligncenter {
	margin: 10px auto;
}
iframe, object {
	display: block;
	border: none;
}
a.button, .jta-tweet-list-controls-button-more, .forms fieldset .btn-submit, #commentform input#submit,
#navigation .nav-previous .meta-nav-prev,
#navigation .nav-next .meta-nav-next {
	padding: 4px 25px 6px;
	text-align: center;
	background: #9cc1e3 url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/button.png) repeat-x left center;
	border: none;
	height: 21px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #5c7fa0;
	font-size: 13px;
	line-height: 22px;
	border: 1px solid #91aec8;
	display: inline-block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-family: 'DroidSansRegular';
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
}
#navigation .nav-previous .meta-nav-prev {
	float: left;
}
#navigation .nav-next .meta-nav-next {
	float: right;
}
#navigation {
	margin-bottom: 20px;
}
#navigation:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
	font-family: 'ClassicRoundMedium';
	text-transform: uppercase;
}
ul {
	line-height: 22px;
	margin-bottom: 20px;
}
ul li {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/dot.png) no-repeat left 10px;
	padding-left: 15px;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	line-height: 22px;
	margin-bottom: 20px;
}
ol li {
	padding: 0;
	margin: 0;
}

pre {
	margin: 0 0px 20px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	white-space: normal;
}
strong {
	font-weight: bold;
}
.lite1 {
	color: #6d9dc1;
	border-bottom: 1px dotted #6d9dc1;
}
.lite2 {
	border-bottom: 1px dotted #6d9dc1;
}
.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 0 0 20px 0;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c46c6c;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
	color:#9e660d;
}
.social ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.social ul {
	margin-bottom: 13px;
}
.social ul li {
	list-style: none;
	padding: 0;
	float: left;
	margin: 0 7px 7px 0;
	display: block;
}
.social ul li img {
	display: block;
}
.hr {
	border-top: 1px solid #dedede;
	margin: 20px 0 40px;
	height: 1px;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	border-top: 4px double #c9c9c9;
	border-bottom: 4px double #c9c9c9;
}

.menu ul, .menu ul * {
	margin:		 0;
	padding:		0;
	list-style:		none;
	text-align: center;
	font-family: 'ClassicRoundMedium';
	list-style-position: inside;
}
.menu ul {
	line-height:	1.0;
}
.menu ul ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
	background-color: #f7f7f7;
	margin-top: -2px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.menu ul ul li {
	width:			100%;
}
.menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu ul li {
	display:		inline-block;
	position:		relative;
	padding: 10px;
	font-size: 16px;
	background: none;
	text-transform: uppercase;
}
.menu ul li:first-child {
	background: none;
}
.menu ul li ul li {
	padding: 0;
	background: none;
	border-top: 1px solid #dadada;
}
.menu ul li ul li:first-child {
	border: none;
}
.menu ul a {
	display:		block;
	position:		relative;
	text-decoration: none; 
	color: #606060;
	padding: 0;
	font-size: 16px;
	margin: 0;
	-webkit-transition:all 100ms ease-in;
	-moz-transition:all 100ms ease-in;
}

.menu ul a:hover {
	color: #ad6069;
}
.menu ul ul a {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	padding: 12px 15px 12px 15px;
}
.menu ul li:hover ul, .menu ul li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		200;
}
.menu ul li:hover li ul, .menu ul li.sfHover li ul {
	top:			-999em;
}
.menu ul li li:hover ul, .menu ul li li.sfHover ul {
	left:			152px; /* match ul width */
	top:			0;
}
.menu ul li li:hover li ul, .menu ul li li.sfHover li ul {
	top:			-999em;
}
.menu ul li li li:hover ul, .menu ul li li li.sfHover ul {
	left:			152px; /* match ul width */
	top:			0;
}

.sf-sub-indicator {
	display: none;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:47.9%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.15%;
}
.five-sixth {
	width:82.67%;
	background-color: fuchsia;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

.container {
	float: left;
	width: 660px;
}

.post {
	clear: both;
	margin-bottom: 27px;
}
.post:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post .content {
	width: 660px;
	float: left;
}
.post .content .inner .post-text {
	padding: 24px 24px 0 24px;
}
.media-wrapper img, .media-wrapper iframe, .media-wrapper object, .media-wrapper .slider-wrapper {
	margin: -23px 0 23px -25px;
	padding: 0 2px;
}
.post.format-video .video,
.post.format-image .full-size {
	margin: -25px -25px 20px -25px;
}
.post.format-image .normal-size {
	margin: 0 0 20px 0;
}
.AudioPlayerV1.APV1_wrapper {
	width:100% !important;
}
.audio-wrapper {
	width:100%;
	margin-bottom: 20px;
	clear:both;
}
.APV1_container {
	width: 458px !important;
}
.post .content .inner .mr_social_sharing_wrapper {
	display: block;
	margin: 0 0 15px 0;
}
.post .content .inner .mr_social_sharing_wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post .content .inner .mr_social_sharing {
	margin-bottom: 10px;
}
.post .content .inner .meta-wrapper {
	padding: 0 0 11px 0;
}
.post .content .inner .meta {
	background:url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/doubleborder.gif) repeat-x top;
	padding: 12px 0 0 0;
	margin:15px 25px;
	position: relative;
	font-size: 11px;
}
.post .content .inner .meta ul.post-info {
	margin: 0;
	line-height: 1;
}
.post .content .inner .meta ul.post-info li {
	display: inline-block;
	padding-right: 8px;
	padding-left: 13px;
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/dot2.png) no-repeat left center;
	color: #9e9e9e;	
	line-height: 22px;
}
.post .content .inner .meta ul.post-info li:first-child {
	padding-left: 0;
	background: none;
}
.post .content .inner .meta ul.post-info li ul.post-tags {
	display: inline;
	line-height: 1;
}
.post .content .inner .meta ul.post-info li ul.post-tags li {
	padding: 0;
	background: none;
	padding-left: 7px;
}
.post .content .inner .meta ul.post-info li ul.post-tags li:first-child {
	padding: 0;
}

.post .content .inner .meta ul.post-info li span.date {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-date.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding-right: 3px;
}

.post .content .inner .meta ul.post-info li span.comment {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-comment.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 10px;
	padding-right: 5px;
}

.post .content .inner .meta ul.post-info li span.tag {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-tag.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding-right: 5px;
}

.post .content .inner .meta ul.post-info li span.love {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-love.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 8px;
	padding-right: 5px;
}

.post .content .inner .meta ul.post-info li.i-heart a:hover,
.post .content .inner .meta ul.post-info li.i-heart a.done:hover {
	color: #ad6069;
}

.post .content .inner .meta ul.post-info li.i-heart a.done:hover {
	cursor: text;
	color: #9e9e9e;
}

.post .content .inner .meta ul.post-info li.post-edit {
	float: right;
	padding: 0;
	background: none;
	
}
.post .audio {
	padding: 10px 0 12px 0;
}
.post .content .inner .meta a {
	color: #9e9e9e;
	display: inline;
}
.post .content .inner .meta a:hover {
	color: #ad6069;
}

.sidebar {
	float: right;
	width: 275px;
}
.sidebox {
	margin-bottom: 25px;
}
.sidebox .inner {
	padding: 24px 24px 4px 24px;
}
ul.popular-posts {
	overflow: hidden;
	margin: 0 0 20px 0;
}
ul.popular-posts li {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	background: none;
	padding: 0;
	line-height: 17px;
}
ul.popular-posts li:first-child {
	margin: 0;
}
ul.popular-posts li img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
ul.popular-posts li .p-text {
	overflow: hidden;
}
ul.popular-posts li span {
	font-size: 11px;
	color: #9e9e9e;
	display: inline-block;
	padding-top: 5px;
}
ul.popular-posts li h5 {
	padding-bottom: 3px;
}
ul.popular-posts li h5 a {
	color: #606060;
}
ul.popular-posts li h5 a:hover {
	color: #ad6069;
}
ul.popular-posts li span a {
	font-size: 11px;
	color: #9e9e9e;
}
ul.popular-posts li span a:hover {
	color: #ad6069;
}
ul.social-buttons {
	float:left;
	margin:0px;
	list-style-type:none;
}
ul.social-buttons li {
	float:left;
	padding:0px;
	margin:0px 0px 5px 0px;
	background:none !important;
}
#PinItCount { display:inline !important; }
.widget_categories ul, .widget_archive ul, .tagcloud {
	margin: 0 0 15px 0;
	overflow: hidden;
	display: block;
}
.widget_categories ul li a, .widget_archive ul li a, .sidebox a {
	color: #FF7D7B;
	text-decoration: none;
}
.widget_categories ul li a span, .widget_archive ul li a span {
	color: #6d9dc1;
}
.widget_categories ul li a:hover, .widget_categories ul li a:hover span, .widget_archive ul li a:hover, .widget_archive ul li a:hover span {
	color: #ad6069;
}
.widget_categories ul:after, .widget_archive ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.widget_tag_cloud a {
	line-height: 22px;
}
.searchform input {
	height: 33px;
	padding: 0 7px;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "SortsMillGoudyItalic";
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #d5d5d5;
}
/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.searchform input {
	padding: 2px 7px 0;
}
}
.searchform input:focus {
	border: 1px solid #b6b6b6;
}
.sidebox a {
	color: #FF7D7B !important;
	text-decoration: none;
}
.sidebox a:hover {
	color: #FF7D7B;
	text-decoration: none;
	border-bottom:1px dotted #FF7D7B;
}

/* =Quote
----------------------------------------------- */

blockquote {
	font-family: "SortsMillGoudyItalic";
	font-size: 18px;
	font-weight: normal;
	border-left: 5px solid #ededed;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

blockquote p {
	margin: 0;
	line-height: 30px;
}

blockquote cite {
	color: #a0a0a0;
	font-variant: small-caps;
	font-style: normal;
	display: block;
	font-family: 'DroidSansRegular';
	font-size: 15px;
}

blockquote cite:before {
	content: "-";
	padding-right: 5px;
}

/* =Chat
----------------------------------------------- */

.format-chat li {
	padding: 4px 10px;
	background: none;
}




/* =Gallery
----------------------------------------------- */

#flex-wrapper {width: 100%; }
/* 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; background: none; padding: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; height: auto;display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-container ol {
	margin: 0;
}


.format-gallery #flex-wrapper .flexslider {
	margin: -25px -25px 20px -25px;
	overflow: hidden;
}

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


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;  padding: 0; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {zoom: 1;}


.flex-caption
{
  font-size:13px;
  max-width: 80%;
}

.flex-caption.left
{
  position:absolute;
  bottom:15px;
  left:15px;
  max-width: 80%;
}

.flex-caption.right
{
  position:absolute;
  top:15px;
  right:15px;
  max-width: 80%;
  text-align: right;
}

.flex-caption h3
{
  padding:7px 10px;
  background:#FFF;
  display: inline-block;
  margin: 0 0 5px 0;
}

.flex-caption p
{
  padding:7px 10px;
  margin: 0;
  background:#FFF;
}



/* Direction Nav */
.flex-direction-nav {  }
.flex-direction-nav li { background: none; padding: 0; }
.flex-direction-nav li a {width: 23px; height: 23px; margin: -13px 0 0; display: block; background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/slider-arrows.png) no-repeat; position: absolute; top:25px; cursor: pointer; text-indent: -9999em; opacity: 0; filter:alpha(opacity=0);}
.flex-direction-nav li .next {background-position: top right; right: -15px;}
.flex-direction-nav li .prev {right: 10px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav li a.prev:hover {background-position: bottom left;}
.flex-direction-nav li a.next:hover {background-position: bottom right;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 10px; left:-15px; text-align: left;}
.flex-control-nav li {padding:0; margin: 0 0 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a { width: 12px; height: 12px; display: block; font-size:0; background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/slider-nav.png) no-repeat top center; cursor: pointer; text-indent: -9999em; opacity: 0.6; filter:alpha(opacity=60);}
.flex-control-nav li a:hover {background-position: bottom center;}
.flex-control-nav li a.active {background-position: bottom center; cursor: default;}

.flex-container:hover .flex-direction-nav li a, 
.flex-container:hover .flex-control-nav li a { 
	opacity: 1; filter:alpha(opacity=100); 
	-webkit-transition: none;
	-moz-transition: none;
}

.flex-container:hover { 
	 -webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.items {
	width: 1000px;
}
.box {
	padding: 0;
	float: left;
}
.col5, .col4, .col3 {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #d2d2d2;
	background-color: #f7f7f7;
	padding: 9px;
}
.col5 {
	width: 160px;
	margin: 0 15px 15px 0;
}
.col4 {
	width: 208px;
	margin: 0 16px 16px 0;
}
.col3 {
	width: 286px;
	margin: 0 21px 21px 0;
}

.col5 img, .col4 img, .col3 img {
	max-width: 100%;
}

#filtering-nav {
	letter-spacing: normal;
	margin: 30px 0 30px 0;
}
#filtering-nav li {
	list-style: none;
	float: left;
	background: none;
	padding: 0 20px 0 0;
	font-style: normal;
}
#filtering-nav li.active a {
	color: #d3573e;
}
.items:after, #filtering-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#portfolio .items, #gallery .items {
	opacity: 0;
}
#portfolio {
	position: relative;
}
#page-loading {
	width: 960px;
	margin:0 auto;
	position: fixed;
	text-align: center;
}
.gallery-text {
	width: 960px;
	margin: 0 auto 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO HOVER
/*-----------------------------------------------------------------------------------*/

.box a {
	display: block;
	position: relative;
}
.box a img {
	display: block;
	position: relative;
}
.zoom, .visit {
	position: absolute;
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-zoom.png) no-repeat center center;
}
.zoom {
	background-image: url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-zoom.png);
}
.visit {
	background-image: url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-launch.png);
}
.box a span {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.overlay {
	background-color: rgba(15, 15, 15, 0.4);
}
/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/

.twitter-wrapper .inner {
	padding: 24px;
}
.jta-tweet-list {
	padding: 0;
	list-style: none;
}
.jta-tweet-list-item {
	padding: 0;
	margin-bottom: 36px;
	background: none;
	padding: 0;
}
.jta-tweet-list-item:first-child {
}
.jta-tweet-profile-image {
	display: none;
}
.jta-tweet-profile-image-link {
}
.jta-tweet-profile-image img {
	display: none;
}
.jta-tweet-body {
	font-family: "SortsMillGoudyItalic";
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.jta-tweet-body-list-profile-image-present {
}
.jta-tweet-user-name {
	font-weight: bold;
}
.jta-tweet-user-screen-name {
}
.jta-tweet-user-full-name {
}
.jta-tweet-text {
}
.jta-tweet-user-screen-name-link, .jta-tweet-user-full-name-link, .jta-tweet-a, .twitter-anywhere-user {
}
.jta-tweet-user-screen-name-link:hover, .jta-tweet-user-full-name-link:hover, .jta-tweet-a:hover, .twitter-anywhere-user:hover {
}
.jta-tweet-link {
}
.jta-tweet-link:hover {
}
.jta-tweet-hashtag {
}
.jta-tweet-hashtag:hover {
}
.jta-tweet-attributes:before {
	border-top: 1px solid #dedede;
	height: 1px;
	display: block;
	content: '';
	width: 75px;
	margin: 0 auto 5px;
}
.jta-tweet-attributes {
	display: block;
	font-size: 13px;
	font-family: 'DroidSansRegular';
	color: #6f6f6f;
	margin: 10px 0 -13px 0;
}
.jta-tweet-timestamp {
	font-family: "SortsMillGoudyItalic";
}
.jta-tweet-timestamp a {
	font-family: 'DroidSansRegular';
	color: #9e9e9e;
	font-size: 11px;
}
.jta-tweet-timestamp a:hover {
	color: #ad6069;
}
.jta-tweet-timestamp .conj {
	padding: 0 5px;
	font-size: 13px;
}
.jta-tweet-source-link a[rel~="no-follow"] {
	font-family: 'DroidSansRegular';
	color: #9e9e9e;
	font-size: 11px;
}
.jta-tweet-source-link a {
	color: #9e9e9e;
	font-family: 'DroidSansRegular';
}
.jta-tweet-source-link {
	font-family: 'DroidSansRegular';
	color: #9e9e9e;
	font-size: 11px;
}
.jta-tweet-inreplyto .conj {
	font-family: "SortsMillGoudyItalic";
	font-size: 13px;
	padding: 0 5px;
}
.jta-tweet-inreplyto a {
	color: #9e9e9e;
	font-size: 11px;
	font-family: 'DroidSansRegular';
}
.jta-tweet-inreplyto a:hover {
	color: #ad6069;
}
.jta-tweet-location {
}
.jta-tweet-retweeter {
	font-size: 11px;
}
.jta-tweet-list-controls {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.jta-tweet-list-autorefresh-trigger {
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #999;
}
.jta-tweet-list-autorefresh-trigger:hover {
	color: black;
	background-color: #999;
	cursor: pointer;
}
.jta-tweet-list-autorefresh-trigger-content {
}
.jta-follow-button {
}
.jta-tweet-box {
}
.jta-connect-button {
}
.jta-login-info {
}
.jta-login-info-profile-image {
	width: 48px;
	display: inline;
	float: left;
}
.jta-login-info-profile-image img {
	width: 48px;
	height: 48px;
}
.jta-login-info-block {
	margin-left: 58px;
}
.jta-login-info-screen-name {
}
.jta-login-info-sign-out {
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
	border: 1px solid #999;
}
.jta-login-info-sign-out:hover {
	color: black;
	background-color: #999;
	cursor: pointer;
}
.jta-loading {
	text-align: center;
	padding: 0;
	margin: 0;
	background: none;
	padding: 0;
}
.jta-error {
	margin: 0;
	padding: 8px;
	color: #000;
	background-color: #f00
}
.jta-nodata {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.jta-clear {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/* COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments {
	margin-bottom: -20px;
}
ol.commentlist .message p {
	font-style: normal;
	clear: both;
	padding: 0;
}
ol.commentlist {
	list-style:none;
	margin:0;
}
ol.commentlist li {
	margin: 0;
	list-style:none;
	background: none;
	padding: 25px 0 26px 0;
	padding: 0 0 26px 0;
	border: none;
}
#comments .user {
	float:left;
	width:50px;
	text-align: center;
	margin-right: 25px;
}
.avatar {
	width: 50px;
	height: 50px;
	float:left;
	display:block;
	margin-bottom: 8px;
}
#comments .message .info h4 {
	padding: 0;
}
#comments .message .info .date {
	font-size: 11px;
	color: #9e9e9e;
	margin-bottom: 10px;
	display: block;
}
em.moderation {
	font-size: 13px;
	font-family: "SortsMillGoudyItalic";
	color: #9e9e9e;
	display: block;
	font-style: normal;
	margin-bottom: 20px;
}
#comments .reply-link a {
	display:inline;
	text-decoration:none;
	font-size:9px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1;
	float: left;
}
.comment-edit-link {
	padding: 0;
	font-size:9px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1;
	float: right;
}
.comment-meta:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#comments .message {
	background: #eee;
	padding: 20px;
	overflow: hidden;
}

#comments .bypostauthor .message {
	background: #e5e5e5;
}

#comments .info {
	margin: 0 0 3px 0;
}
#comments ul.children {
	margin:0;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding:25px 0 0 0;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	border: none;
	border: none;
}
.comment-form {
	margin-top: 45px;
}
h3#comments-title {
	float: left;
	max-width: 470px;
}
.add-comment {
	float: right;
	margin-bottom: 25px;
}
h3#reply-title {
}

#commentform p {
	position: relative;
	margin-bottom: 15px;
}

#commentform label {
	display: inline-block;
	margin-bottom: 5px;
}

#commentform input {
	height: 35px;
	padding: 0 7px;
	border: 1px solid #d5d5d5;
	position: relative;
}
#commentform textarea {
	height: 200px;
	padding: 7px;
	border: 1px solid #d5d5d5;
	background-color: #fdfdfd;
	display: block;
	position: relative;
	resize: vertical;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #b6b6b6;
}
#commentform input#submit {
	padding: 0 25px 2px 25px;
	height: 31px;
	line-height: 1;
	width: auto;
	float: none;
	text-indent: 0;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	display: inline;
}

a#cancel-comment-reply-link {
	display: block;
	text-align: right;
	padding: 0 0 10px 0;
	margin: -10px 0 0 0;
	display:block;
	text-decoration:none;
	font-size:9px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1;
	font-family: 'DroidSansRegular';
}

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

.form-container {
	position: relative;
	width: 100%;
}

.form-container .loading span {
}
.form-container .response {
	display: none;
	color:#5e9537;
	clear:both;
	line-height: 17px;
	width: 100%;
	margin-bottom: 20px;
}

.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;
	position: relative;
}
.forms li.hidden-row {
	display: none;
}
#respond {
	margin: 20px 0 0 0;
}
.forms input {
	height: 35px;
	padding: 0 7px;
	border: 1px solid #d5d5d5;
	background-color: #fdfdfd;
	position: relative;
}
.forms textarea {
	height: 200px;
	padding: 7px;
	border: 1px solid #d5d5d5;
	background-color: #fdfdfd;
	resize: none;
	display: block;
	position: relative;
	resize: vertical;
}
.forms input[type="text"]:focus,
.forms textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #b6b6b6;
}
/* form fields */
.forms label {
	display: block;
	margin-bottom: 5px;
}

.forms label:after {
	content: ":";
}
.forms fieldset .btn-submit {
	padding: 0 25px 1px 25px;
	height: 31px;
	line-height: 1;
	width: auto;
	text-indent: 0;
}
.forms li.error input, .forms li.error textarea {
	border: 1px #d08d87 solid;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.form-allowed-tags {
	display: none;
}

.forms br {display: none;}

div#search-2 h4 {
	padding-left:25px;
	background:url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/search-ico.png) no-repeat left;
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	width: 100%;
	padding-bottom: 20px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	color: #6B6B6B;
	padding: 15px 20px 12px;
	margin: 0;
	line-height: 1;
	background-color: #eee;
	font-size: 16px;
}
.toggle h4.title.active {
	background-color: #e5e5e5;
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #eee;
}
.togglebox div {
	padding: 20px 20px 0 20px;
	
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

.tab-container {
	overflow: hidden;
}

ul.tabs {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

ul.tabs li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.tabs li a {
	display: block;
	overflow: hidden;
	padding: 8px 15px;
	background: transparent;
	color: #6B6B6B;
	font-family: 'ClassicRoundMedium';
	font-size: 16px;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li a.current {
	background: #eee;
}

ul.tabs:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.panes {
	clear: both;
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
	background: #eee;
	position: relative;
	z-index: 1;
	width: 100%;
	
}

.pane {
	padding: 20px 20px 0 20px;
	
}
/*-----------------------------------------------------------------------------------*/
/*	LASTFM
/*-----------------------------------------------------------------------------------*/

#lastfm {
	margin-bottom: 0;
	overflow: hidden;
}
#lastfm dl {
	position:relative;
	float:left;
	width:273px;
	height:125px;
	margin-bottom: 25px;
	padding: 3px 20px 0 10px;
}
#lastfm .lfm_art {
	position: absolute;
}
#lastfm .lfm_art img {
	width:120px;
	height:120px;
	max-width: none;
}
#lastfm .lfm_art #highlight {
	position: absolute;
	top: -1px;
	left: -13px;
	width: 153px;
	height: 125px;
}
#lastfm dl dd {
	overflow:hidden;
	margin-left: 150px;
	padding-bottom: 5px;
	line-height: 20px;
}
#lastfm dl dd.lfm_artist, #lastfm dl dd.lfm_album {
}
#lastfm dl:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.icon-song,
.icon-album,
.icon-artist {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-song.png) no-repeat right 4px;
	width: 12px;
	height: 16px;
	margin-right: 7px;
	float: left;
	display: block;
}
.icon-album {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-album.png) no-repeat right 5px;
}
.icon-artist {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/icon-artist.png) no-repeat right 4px;
}
/*-----------------------------------------------------------------------------------*/
/*	TUMBLR
/*-----------------------------------------------------------------------------------*/

.soundcloudIsGold {
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	LINKEDIN
/*-----------------------------------------------------------------------------------*/

.entry ul li::before {
content: "";
}
html > body .entry ul {
	text-indent: 0;
}
html > body .entry li {
	margin-left: 0;
}
.profile-header h1 {
	display: inline;
}
.join-linkedin {
	display: none;
}
.profile-header .image {
	display: none;
}
.profile-header .image img {
	display: none;
}
.profile-header p {
	font-size:130%;
}
.profile-header p.title {
	font-family: "SortsMillGoudyItalic";
	font-size: 15px;
	margin-top: 3px;
	color: #9e9e9e;
	padding-left: 5px;
	display:inline !important;
}
.profile-header p.title:before {
	content:"/";
	padding-right: 5px;
}
.profile-header .demographic-info {
	clear: both;
	display: none;
}
#overview {
	overflow:hidden;
	clear:both;
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/line2.png) top repeat-x;
	padding-top: 15px;
}
#overview dt {
	margin:0;
	width:13em;
	padding-top: 10px;
	font-family: 'ClassicRoundMedium';
	font-size: 16px;
}
#overview dd {
	overflow:hidden;
	margin:0;
	padding:0;
	padding-left: 13em;
	margin-top:-20px;
	padding-bottom:10px;
}
#overview dd ul, #overview p {
	margin:0;
	padding:0;
	list-style:none;
}
#overview dd:last-child {
	border: none;
	margin-bottom:-6px;
}
#overview dd.last {
	border: none;
	margin-bottom:-6px;
}
#overview ul.current {
}
#overview p, #overview li {
	background: transparent url(http://365c.fr/Blog/wp-content/themes/socialike/style/images/dot.png) left center no-repeat;
	line-height: 24px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
#profile-summary p {
	margin:0;
	padding: 0;
}
#profile-summary h2 {
	margin-bottom:20px;
}
#profile-summary h3 {
	margin-top:20px;
}
.section dl {
	padding-top: 15px;
}
.section dt {
	margin:0;
	width: 100px;
	padding-top: 10px;
	font-family: 'ClassicRoundMedium';
	font-size: 16px;
	color: #606060;
}
.section dd {
	margin:0;
	padding:0;
	padding-left: 100px;
	margin-top:-18px;
	padding-bottom:10px;
}
.section dl dd ul, .section dl dd p {
	margin:0;
	padding:0;
}
.section dl dd ul li {
	margin:0;
	padding:0;
}
.section dd:last-child {
	border: none;
	margin-bottom:-6px;
}
.section dd.last {
	border: none;
	margin-bottom:-6px;
}
ul.competencies h3 {
	font-weight:normal;
	display:inline;
}
ul.competencies .proficiency {
}
ul.documents {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:15px;
}
ul.documents h3 {
	margin:0;
	padding:0;
}
ul.documents ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.documents li {
	padding-bottom:5px;
	margin-bottom: 5px;
}
ul.documents li:last-child {
	margin:0;
	padding:0;
	border: none;
}
ul.documents li li {
	margin:0;
	padding:0;
	border:none;
}
ul.documents .specifics {
	padding-left: 0;
}
ul.documents .specifics li {
	display: inline;
	padding-right: 5px;
}
ul.documents .specifics li:first-child::before {
content: '';
padding-right: 0;
}
ul.documents .specifics li::before, .draggable ul.documents .specifics li::before {
content: '\007C';
padding-right: 5px;
}
.section ol {
	margin-top: 20px;
	overflow: hidden;
}
.section ol li {
}
ul.languages {
	margin-top: 12px;
	overflow: hidden;
}
ul.languages li {
	margin-top: 10px;
}
.section, .profile-header {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.section-inner {
	background: #f7f7f7;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.07);
	padding: 24px;
}
.section h2 {
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	display: block;
}
.section h3 {
	display: inline-block;
}
.section h4, .section h4 strong {
	font-weight:normal;
	font-size:100%;
	display:  inline;
	font-family: "SortsMillGoudyItalic";
	font-size: 15px;
	color: #9e9e9e;
	display: inline;
	padding-left: 5px;
	display: inline-block;
}
.section h4:before {
	content:"/";
	padding-right: 5px;
}
.major {
	line-height: 20px;
}
.period {
	padding-bottom: 5px;
}
#profile-experience p.orgstats {
	display: none;
}
#profile-experience p.period {
	color: #9e9e9e;
}
#profile-experience p.desc {
	margin-top:5px;
}
.position {
	padding-top: 25px;
}
.position abbr {
	border: none;
}