/*
Theme Name: Phraseanet
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
	font-family: HelveticaNeue-light;
	src: url("fonts/HelveticaNeue-Light.eot?");
	src: local("☺"), url("fonts/HelveticaNeue-Light.eot?") format('eot'), url("fonts/HelveticaNeue-Light.woff2?") format("woff2"), url("fonts/HelveticaNeue-Light.woff?") format("woff"), url("fonts/HelveticaNeue-Light.ttf?") format("truetype");
	font-weight: 100;
	font-style: normal; }

@font-face {
	font-family: HelveticaNeue-regular;
	src: url("fonts/HelveticaNeue.eot?");
	src: local("☺"), url("fonts/HelveticaNeue.eot?") format('eot'), url("fonts/HelveticaNeue.woff2?") format("woff2"), url("fonts/HelveticaNeue.woff?") format("woff"), url("fonts/HelveticaNeue.ttf?") format("truetype");
	font-weight: 300;
	font-style: normal; }

@font-face {
	font-family: HelveticaNeue-medium;
	src: url("fonts/HelveticaNeue-Medium.eot?");
	src: local("☺"), url("fonts/HelveticaNeue-Medium.eot?") format('eot'), url("fonts/HelveticaNeue-Medium.woff2?") format("woff2"), url("fonts/HelveticaNeue-Medium.woff?") format("woff"), url("fonts/HelveticaNeue-Medium.ttf?") format("truetype");
	font-weight: 500;
	font-style: normal; }

@font-face {
	font-family: HelveticaNeue-bold;
	src: url("fonts/HelveticaNeue-Bold.eot?");
	src: local("☺"), url("fonts/HelveticaNeue-Bold.eot?") format('eot'), url("fonts/HelveticaNeue-Bold.woff2?") format("woff2"), url("fonts/HelveticaNeue-Bold.woff?") format("woff"), url("fonts/HelveticaNeue-Bold.ttf?") format("truetype");
	font-weight: 700;
	font-style: normal; }

@font-face {
	font-family: HelveticaNeue-ulight;
	src: url("fonts/HelveticaNeue-UltraLight.eot?");
	src: local("☺"), url("fonts/HelveticaNeue-UltraLight.eot?") format('eot'), url("fonts/HelveticaNeue-UltraLight.woff2?") format("woff2"), url("fonts/HelveticaNeue-UltraLight.woff?") format("woff"), url("fonts/HelveticaNeue-UltraLight.ttf?") format("truetype");
	font-weight: 700;
	font-style: normal; }

h1{
	font-family:HelveticaNeue-ulight;
	font-weight: 700;
	color: #3caadc;
	font-size: 75px;
	margin-bottom: 50px;
}
h3{
	font-family:HelveticaNeue-light;
	color:#ffffff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
}

h2{
	font-family:HelveticaNeue-regular;
	font-weight: 300;
	color:#3ea3d3;
	font-size: 20px;
	padding: 30px 0 20px 0;
	display: block;
	clear: both;
	width: 100%;
}

*{
	margin:0;
	padding:0;
}

body {
	font-size: 15px;
	font-family: HelveticaNeue-light, Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color:#2b2b2b;
	color:#dddddd;
}

img
{
	border:none;
	max-width:100%;
}

html:lang(en) body.home.page #content {
	background-image: url(images/home-en.png);
}

html:lang(fr) body.home.page #content {
	background-image: url(images/home-fr.png);
}
body.home.page #content {
	/*background-size: 770px 425px;*/
	background-repeat: no-repeat;
	background-position: 270px -25px;
}

#page{
	position:relative;
	width:920px;
	margin:0 auto;	
}

a{
	color:#3caadc;
	text-decoration:underline;	
}

p{
	line-height: 25px;
	margin:10px 0;
}

ul{
	position:relative;
	list-style-type:none;	
}
ul li{
	position:relative;
	float:left;	
}

.float, #content .post{
	position:relative;
	float:left;
	width:100%;
}

.margin15{
	margin:15px;	
}

#header{
	height: 86px;
	padding-top: 37px;
}
#header ul.meta, #header ul.qtranxs_language_chooser{
	float:right;
	width:140px;
	bottom: 5px;
}

#header ul.qtranxs_language_chooser{
	bottom: 0px\9\0;
}


#header ul.meta li{
	margin:0px 0px 0 10px;
}
#header ul.qtranxs_language_chooser li{
	margin:5px 8px;
}
#searchform label{
	display:none;	
}
#header ul{
	float:right;
	width:100%;
	right:20px;
}	
#header ul.menu{
	bottom:50px;
	font-weight:lighter;
}	
#header ul li{
	font-family:HelveticaNeue-light, Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
	float:right;
}
#header a.logo{
	top: 4px;
	z-index: 1;
	left:22px;
	left:-75px\9\0;
	width:212px;
	height:79px;
	background-image:url(images/phrasea-logo.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}	
#header .logo .name{
	display:none;
}

#header .btn-demo{
	-webkit-transition: color linear 0.5s;
	transition: color linear 0.5s;
	height: auto;
	padding: .5em 1em .6em 1em;
	margin-top: 0.15em;
	border-radius: 3px;
	background-color: #2ba9e1;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	bottom: 10px;
	left: 74%;
	display: inline-block;
	z-index: 1;
}
#header .btn-demo:hover{
	color:#313131;
	cursor:pointer;
}

#header ul div.separator{
	margin:0 9px;
	background-color:#5b504b;
	width:1px;
	height:20px;
}
#header ul li a, #content.homepage .entry .text .presentation-button ul li a{
	text-decoration:none;
	font-size:15px;
	color:white;
}
#header ul li a{
	font-size:14px;
}

#header ul li.current_page_parent a,
#header ul li a:hover,
#content.homepage .entry .text .presentation-button ul li a:hover,
#header ul li.current_page_item a{
	color:#3caadc;
}

#content, #sidebar{
	width:680px;
	margin-top:2px;
	display: inline-block;
	vertical-align: top;
}

#content .page-top,
#content .page-middle,
#content .page-bottom,
#content .page-top-full,
#content .page-middle-full,
#content .page-bottom-full
{
	width:654px;
}
#content .page-top-full,
#content .page-middle-full,
#content .page-bottom-full
{
	width:920px;
}

#content .entry{
	margin:30px;
	width:594px;
	margin-top: 0;
}
#content .entry ul,#content .entry li,#content .entry p,#content .entry pre{
	float:left;
	width:100%;	
}
#content .entry pre
{
	width:550px;
	padding:20px;
	border:2px solid #9b9a97;
	background-color:#cbcbcb;
	color:#302b25;
}
#content .entry ul,#content .entry li{
	width:100%;
	margin:3px 0;
	line-height: 25px;
}
#content .edit{
	margin:10px 30px;
	width:594px;
	text-align:right;	
}
#content .title{
	margin:10px 30px 0;
	width:594px;
	text-align:left;	
}
#content .post .title li, #content .post .title li a{
	color:#8c8c8c;
	text-decoration:none;
}
#content .post .title li a:hover{
	text-decoration:underline;
}
#content .post .title li.current_page_item a{
	color:#3aaadc;
}





#content.homepage{
	width:100%;
}
#content.homepage .entry{
	display: block;
	width: 100%;
	height:325px;
	margin-top:0px;
}
#content.homepage .entry .text{
	margin:45px 0 0 0px;
	font-size:24px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#dddddd;
	width:260px;
	font-weight:lighter;
}
#content.homepage .entry .text .download-button{
	-webkit-transition: color linear 0.5s;
	transition: color linear 0.5s;
	font-family:HelveticaNeue-light, Helvetica, Arial, sans-serif;
	font-size:21px;
	background-image:url(images/download-button.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	width:130px;
	padding:10px 10px 10px 41px;
	margin:10px 0 0 0;
	color:#FFFFFF;
	cursor:pointer; 
	float:left;
}
#content.homepage .entry .text .presentation-button ul{
	margin:5px 0 0 40px;
	list-style-type:square;
}
#content.homepage .entry .text .presentation-button ul li{
	margin:0;
	height:20px;
}
#content.homepage .entry .text .download-button.active{
	color:#313131;
}
#content.homepage .entry .text p{
	line-height:32px;	
}
#content.homepage .premium_users{
	height:45px;
}
#content.homepage .feature_tabs p{
	margin:0;
	line-height: 15px;
}

#content.homepage .feature_tabs{
	height:225px;
	color:#989898;
	margin-bottom: 30px;
}
#content.homepage .feature_tabs .feature.active{
	color:#DDDDDD;
}
#page #content.homepage .feature_tabs .feature.active h1{
	background-color:#DDDDDD;
}

#content.homepage .feature_tabs .feature{
	width:270px;
	margin:0 12px;
	height:195px;
	cursor:pointer;
	font-size: 13px;
}
#content.homepage .feature_tabs .feature h1{
	height:25px;
	font-size:19px;
	font-family:HelveticaNeue-light, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0;
	background-position:center left;
	background-repeat:no-repeat;
	color: inherit;
	margin-bottom: 0;
}
#content.homepage .feature_tabs .feature span {
	margin-left: 10px;
	display: inline-block;
	line-height: 48px;
	font-size: 19px;
	font-weight: bold;
}

#content.homepage .feature_tabs .feature h1.presentation{
	-webkit-mask: url(images/presentation_picto.svg);
	mask: url(images/presentation_picto.svg);
	display: inline-block;
	width: 43px;
	background-color: #989898;
}

#content.homepage .feature_tabs .feature h1.download{
	display: inline-block;
	width: 43px;
	-webkit-mask: url(images/download_picto.svg) no-repeat;
	mask: url(images/download_picto.svg);
	background-color: #989898;
}

#content.homepage .feature_tabs .feature h1.community{
	display: inline-block;
	height: 21px;
	width: 44.5px;
	-webkit-mask:url(images/community_picto.svg);
	mask:url(images/community_picto.svg);
	background-color: #989898;
}

#content .entry ul{
	margin-left:20px;
	list-style-type:square;
}
#content .post h2.title{
	float:left;
	margin:10px 30px;
	font-size:18px;
	font-weight:bold;
}

#respond, #comments{
	float:left;
	width:100%;
	margin:10px 30px;
}
.commentlist{
	margin:5px 30px 5px 60px;
}






#sidebar{
	width:235px;
	margin-top:70px;
}

#sidebar.fixed-top{
	position: fixed;
	top:20px;
	padding-left: 4px;
}

#sidebar.fixed-bottom{
	position: fixed;
	bottom:300px;
	padding-left: 4px;
}

#sidebar li{
	width:100%;
	margin:5px 0;	
}
#sidebar ul li.current_page_item a
{
	color:white;
	text-decoration:none;
}
#sidebar div.separator{
	height:1px;
	width:100%;
	float:left;
	margin:10px 0;
	background-color:#5b504b;
}



#footer{
	margin: 40px auto 80px;
	width: 920px;
}
#footer .menu{
	width:125px;
	padding:30px 0 0 50px;
	font-family:HelveticaNeue-light, Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	fontweight:bold;
	color:#989898;
}
#footer .menu li{
	width:100%;
}
#footer .menu li a:hover{
	text-decoration:underline;
}
#footer .menu li a{
	font-family:HelveticaNeue-light, Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	color:#989898;
	text-decoration:none;
}
#footer .separator{
	background-color:#989898;
	width:1px;
	height:175px;
}

.feature.download > p:first-child, .feature.community > p:first-child{
	display: none;
}

.navigation{
	margin-bottom: 5rem;
}

.navigation h4{
	font-family: HelveticaNeue-bold;
	text-transform: uppercase;
	font-size: 11px;
	color:#989898;
	margin-bottom: 1rem;
	margin-left: 0.6rem;
}
#sidebar .navigation li {
	float: none;
	margin: 10px 0;
}

.navigation a{
	position:relative;
	left:10px;
	text-decoration: none;
	color:#dddddd;
	font-size:15px;
}

.navigation li:hover, .navigation li.active{
	border-left:3px inset #3faadc;
}

.navigation li:hover a, .navigation li.active a {
	color: #3faadc;
}


/* Page Download */
#post-6 table a.download{
	-webkit-transition: color linear 0.5s;
	transition: color linear 0.5s;
	height: 30px;
	padding: .5em 1em .6em 1em;
	margin-top: 0.15em;
	font-weight: 700;
	color: white;
	text-decoration: none;
	position: relative;
	bottom: 10px;
	left: 95px;
	display: inline-block;
	z-index: 1;
	width: 170px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
}
#post-6 table a.download.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

#post-6 table h2{
	font-size: 35px;
	padding-bottom: 5px;
}

#post-6 table a.sublinks:before {
	content: '>';
	width: 20px;
	height: 20px;
	border-radius: 10px;
	color: #f1f1f1;
	line-height: 17px;
	display: inline-block;
	text-align: center;
	font-weight:bold;
}

#post-6 table a.sublinks {
	display: inline-block;
	color: #f1f1f1;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
}

#post-6 table ul.features {
	list-style:none;
}

#post-6 h1{
	margin-bottom: 30px;
}

#post-6 table .dashicons{
	line-height: 20px;
	margin-right: 8px;
	margin-top: 3px;
	border-radius:15px;
	color: #2b2b2b;
}

#post-6 table:nth-of-type(3n) .dashicons{
	background: #BD3750;
}

#post-6 table:nth-of-type(3n +1) .dashicons{
	background: #3bb9f1;
}

#post-6 table:nth-of-type(3n +2) .dashicons{
	background: #339480;
}

#post-6 table:nth-of-type(3n) a.download{
	background-color: #BD3750;
}
#post-6 table:nth-of-type(3n +1) a.download{
	background-color: #3bb9f1;
}
#post-6 table:nth-of-type(3n +2) a.download{
	background-color: #339480;
}

#post-6 table:nth-of-type(3n) h2{
	color: #BD3750;
}
#post-6 table:nth-of-type(3n +1) h2{
	color: #3bb9f1;
}
#post-6 table:nth-of-type(3n +2) h2{
	color: #339480;
}

#content #post-6 .entry li{
	margin: 0;
}
#post-6 p{
	font-size: 13px;
	line-height: inherit;
}
#content #post-6 td p{
	text-align: right;
}

/* POPUP */
.page-id-6 .vm, .page-id-6 .package{
	display:none;
}

#fade {
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#download_list .downloads{

}
#download_list .downloads .dl {
	display: inline-block;
	width: 50%;
}
#download_list .downloads h5 {
	font-size: 1.2rem;
}
#download_list .downloads .infos {
	display: inline-block;
	width: 30%;
}
#download_list .downloads .infos span{
	display: block;
}
#download_list #content .title{
	display: none;
}
#download_list .downloads .more {
	display: inline-block;
	width: 18%;
	text-align: right;
}
#download_list .downloads li {
	width:100%;
	float:none;
	padding: 0.5rem;
}
#download_list .show-list {
	text-decoration: none;
}
#download_list .downloads li:nth-of-type(odd) {
	background:#333;
}
#download_list .downloads li:nth-of-type(even) {
	background:#666;
}
#download_list .downloads h2 {
	padding: 0;
	color: inherit;
}
#download_list .popup-title {
	color: #3ea3d3;
}

#sidebar .nav-menu {
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;
}

#download_list .entry.float {
	margin:0;
}


/* Moema */
.button--moema {
	padding: 0.5em 2em;
	background: #3caadc;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	position: relative;
	margin: 1rem 0;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}
.button--moema.button--inverted {
	background: #ECEFF1;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -40px;
	bottom: -20px;
	right: -40px;
	background: inherit;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #7986cb;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.popup_block .close{
	float: right;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

img#wpstats{width:0px;height:0px;overflow:hidden}
