@font-face {
	font-family: 'icomoonLevit';
	src:url('../fonts/icomoonLevit.eot?m5vugj');
	src:url('../fonts/icomoonLevit.eot?#iefixm5vugj') format('embedded-opentype'),
		url('../fonts/icomoonLevit.woff?m5vugj') format('woff'),
		url('../fonts/icomoonLevit.ttf?m5vugj') format('truetype'),
		url('../fonts/icomoonLevit.svg?m5vugj#icomoonLevit') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

@media (min-width: 1100px) {
	.span10 {
		width : 100%;
	}
}

/** stupid chrome on mac */
header, footer {
	display: block;
}

#jlang {
	position: absolute;
	top: 30px;
	right: 80px;
	z-index: 340;
}
#jlang ul {
	padding: 0;
	list-style-type: none;
}
#jlang li {
	margin: 0;
	float: left;
	padding: 2px 10px;
	line-height: 0.5;
}
#jlang li:first-child {
	border-right: 1px solid white;
}
#jlang li a {
	color: white;
	font-size: 18px;
	font-family: 'Roboto Slab';
	display: inline-block;
	padding: 3px 0;
}
#jlang li.current-lang a {
	border-bottom: 2px solid white;
}

#menu-item-search{display:none !important;}
body[class*="home"] .biography .separator { display: none; }
header{background:none !important;}

.contact-background, .levit-background, .home-background {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
}

footer .footer-switch .icon-th-menu {
	font-family: 'icomoonLevit';	
}
.icon-th-menu:before {
	content: '\e602';
}

body, body[class*="home-page-php"] {
	color: white;
	background: #4F5963;
	font-weight: 300;
}
.layout {
	background: #232733;
	background-size: cover;
	background-position: center;
}

.page-loader.first-loader{
    z-index: 350;
    background: #171B2C url(../img/levitPreloader.gif) no-repeat center center;
}
.page-loader.first-loader .text{
    display: block;
    color: white;
}
.page-loader.second-loader {
	background: #232733;
	z-index: 1000;
/*	-webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;*/
}
.page-loader.second-loader .spinner{
    display: none;
}
footer .content {
	height: 42px;
}

header .max-container {
	position: relative;
	width: 100%;
}
.levitHeaderWrapper {
	width: 1080px;
	margin: 0 auto;
}
.navigation {
	right: 0;
	top: 95px;
}
.navigation .title {
    color:white;
	padding: 10px 0;
	font-family: 'Roboto Slab' !important;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	display: block;
}
.navigation li:hover .title {
    color: white;
}
.navigation ul li {
	border: medium none;
	margin-right: 42px;
}
.navigation ul li a {
	text-transform: uppercase;
	position: relative;
}
.navigation ul li.current-menu-item a span {
	border-bottom: 2px solid white;
}
/** main menu links hover animation - by tympanus.net/Development/CreativeLinkEffects **/
.navigation li:not(.current-menu-item) .title::before,
.navigation li:not(.current-menu-item) .title::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.navigation li:not(.current-menu-item) .title::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.navigation li:not(.current-menu-item) .title::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.navigation li:not(.current-menu-item) .title:hover,
.navigation li:not(.current-menu-item) .title:focus {
	color: #fff;
}
.navigation li:not(.current-menu-item) .title:hover::before,
.navigation li:not(.current-menu-item) .title:focus::before,
.navigation li:not(.current-menu-item) .title:hover::after,
.navigation li:not(.current-menu-item) .title:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.logo .name {
	font-weight: bold;
	top: 75px !important;
	font-family: 'Roboto Slab';
	font-size: 50px;
	color: white;
}
.page .logo .name-small {
	display: none;
}
.logo .job-title {
	top: 140px !important;
	font-size: 24px;
	font-family: 'Roboto Slab';
	color: #1E1E1E;
	text-transform: uppercase;
}

.levitWrapper {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.levitTitle {
	font-family: 'Roboto Slab';
	color: white;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
}
.levitSecTitle {
	font-size: 0.5em;
	vertical-align: baseline;	
	font-family: 'Roboto condensed';
	color: #1E1E1E;
}

.levit-page{
    position: absolute;
    width: 100%;
    top: 230px;
    left: 0;
}

/** home **/
body[class*="home-page-php"] .biography {
	padding-left: 0;
	width: 90%;
	margin: 230px auto 0;
}
body[class*="home"] .biography .title {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	font-family: 'Roboto Slab';
	color: white;
}
body[class*="home-page-php"] .biography p {
	width: 100%;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Roboto Slab';
}
body[class*="home-page-php"] .biography a {
	color: white;
	font-size: inherit;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 3px;
	font-family: 'Roboto Slab';
	font-size: 18px;
}
body[class*="home-page-php"] .biography a:hover {
	color: #4F4F4F;
	background-color:white;
}


/** main pages **/
.levit-page .levitWrapper {
	/*padding-left: 50px;*/
}
body.page-id-6 .levitWrapper .page,
body.page-id-116 .levitWrapper .page {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/** team **/
body.page-id-8 .levitWrapper .page,
body.page-id-9 .levitWrapper .page {
	width: 60%;
	float: left;
}
.levitInnerMenu {
	position: absolute;
	z-index: 500;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	left: 0;
	text-transform: uppercase;
	top: -30px;	
}
.levitInnerMenu li {
	margin: 0 20px 8px 0;
	padding: 0;
	float: left;
}
.levitInnerMenu li a {
	color: white;
	font-size: 14pt;
} 
.levitInnerMenu li.current_page_item a {
	border-bottom: 2px solid white;
}

/** precedents **/
.precedentsList {
	position: absolute;
	z-index: 500;
	width: 100%;
}
.precedentsList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.precedentsList li {
	float: left;
	width: 28%;
	height: 150px;
	margin: 2%;
	border: 1px solid white;
	padding: 10px 0.5%;
	text-align: center;
	position: relative;
}
.precedentsList li .precedentListReadMore {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.precedentsList li .precedentListReadMore a {
	color: white;
	font-size: inherit;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 3px;
}
.precedentsList li .precedentListReadMore a:hover {
	color: #4F4F4F;
	background-color:white;
}
.precedentsPaging {
	position: relative;
	top: 0;
	clear: both;
	float: right;
	margin-right: 30px;
}
.precedentsPaging a, .precedentsPaging span {
	color: inherit;
	font-size: 0.8em;
	margin: 0 5px;
}
.precedentsPaging span.current {
	border-bottom: 1px solid white;
}
.post-content p, .type-page p {
	font-weight: 400;
	font-size: 20px;
	font-family: 'Roboto Slab';
}
.post-content a {
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 3px;
	font-weight: 300;
	font-size: 18px;
	font-family: 'Roboto Slab' !important;
}
.post-content a:hover {
	color: #4F4F4F;
	background-color:white;
}
.levit-page .levitWrapper.precedent {
	z-index: 500;
	padding: 0;
}
.precedentTitle {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Roboto Slab';
}
.precedentTopMenu {
	margin-bottom: 20px;
}

.precedentTopMenu a span {
	display: block;
	text-align: center;
	font-family: 'icomoonLevit';
}
.precedentTopMenu a span:before {	
	content: "\e600";
}
.precedentTopLink, .precedentTopLink:hover {
	color: white;
	font-size: inherit;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 3px;
	display: block;
	float: left;
}
.precedentTopPager {
	display: block;
	text-align: center;
}
.precedentTopPager span {	
	font-family: 'Roboto condensed';
	color: #1E1E1E;
	display: inline-block;
	margin: 0 10px;
	font-size: 22px;
	font-weight: normal;
}
.precedentTopPager a {
	color: white;
	font-size: inherit;
}
.precedentSidePager {
	position: absolute;
	color: #1E1E1E;
	font-family: 'Roboto condensed';
	font-size: 22px;
	line-height: 31px;
	font-weight: normal;
}
.levit-page .levitWrapper.precedent > .row {
	margin-left: 50px;
}

/** contact **/
.contact-page {
	background: none;
	left: 0;
	top: 230px;
	width: 100%;
}
.contact-page .levitTitle {
	margin-bottom: 40px;
}
.contact-page .info {
	margin-left: 50px;
	width: auto;
}
.contact-page .info .subtitle {
	color: #1e1e1e;
	font-size: 22px;
	font-family: 'Roboto condensed';
	margin-bottom: 0;
}
.contact-page .info .phone {
	margin: 15px 0;
	color: #1e1e1e;
	font-size: 22px;
	font-family: 'Roboto condensed';
}
.contact-page .contact-form {
	margin: 0 0 0 50px;
	z-index: 5;
	position: relative;
	width: 450px;
}
span.wpcf7-form-control-wrap {
	display: block !important;
}
.wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="text"], .input-text input[type="text"] {
	background: transparent;
	border: 1px solid white;
	color: white;
}
.wpcf7-form-control-wrap textarea {
	background: transparent;
	border: 1px solid white;
	color: white;
	resize: none;
	height: 200px;
}
.contact-page .contact-form .wpcf7-response-output {
	opacity: 0;
	float: left;
	width: 300px;
	margin-left: 20px !important;
	padding: 0 !important;
}
div.wpcf7-mail-sent-ok {
	border: medium none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* General styles for all types of buttons */
.progress-button {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	outline: none;
	border: none;
	background: white;
	color: #4F4F4F;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: 2;
	overflow: hidden;
}
.progress-button[disabled],
.progress-button[disabled].state-loading {
	cursor: default;
}
.progress-button .content {
	position: relative;
	display: block;
	content: 'SEND';
}
.progress-button .content::before,
.progress-button .content::after  {
	position: absolute;
	right: 20px;
	color: #4F4F4F;
	font-family: "icomoon";
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.progress-button .content::before {
	content: "\e604"; 
}
.progress-button .content::after {
	content: "\e605";
}
.progress-button.state-error .content {
	content: 'SORRY';
	border: 1px solid blue;
}
.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
	opacity: 1;
}
.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.progress-button .progress {
	background: #148544;
}
.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #0e7138;
}
.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}
/* top-line */
.progress-button[data-style="top-line"] .progress-inner {
	height: 3px;
}
.progress-button[data-style="top-line"] .content::before,
.progress-button[data-style="top-line"] .content::after {
	right: auto;
	left: 100%;
	margin-left: 2px;
}
.progress-button.state-error {
	background: #D72B41;
}
.progress-button.state-success {
	background: #1d9650;
}

.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*visibility: hidden;*/
	z-index: 1000;
	
	display: none;
	background: #232733;
}
.pageload-overlay.show {
	visibility: visible;
}
.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.pageload-overlay svg path {
	fill: #232733;
}

/********************** responsive stuff *****************************/
@media (max-width: 1025px) {	
	.levitHeaderWrapper {
		width: 900px;
	}
	.navigation {
		top: 80px;
	}
	.levitWrapper {
		width: 100%;
		margin-bottom: 30px;
	}
	.levit-page .levitWrapper {
		width: 88%;
		padding-left: 85px;
	}
	.span10 {
		width: 93%;
	}
	body[class*="home-page-php"] .biography {
		width: 94%;
		padding-left: 30px;
		margin-bottom: 40px;
	}
	body[class*="home"] .biography .title {
		font-size: 40px;
	}
	body[class*="home-page-php"] .biography .content {
		padding-left: 80px;
	}
	.logo .name {
		top: 60px !important;
	}
	.levitInnerMenu {
		left: -20px;
	}
	.precedentsList {
		width: 92%;		
		margin-bottom: 100px;
	}
	.precedentsList li {
		line-height: 1.2;
	}
	.precedentsPaging {
		top: 20px !important;
	}
	.precedent .span9 {
		margin-left: 35px;
	}
	.contact-page {
		top: 180px;
	}
	.contact-page .info {
		margin-left: 150px;
		width: auto;
		text-align: left;
	}
	.contact-page .contact-form {
		float: none;
		margin-left: 150px;
		width: 345px;
	}
}
@media (max-width: 980px) {
	html, body, .layout {
		height: 100%;
	}
	.logo .name, .page .logo .name {
		font-size: 42px;
		top: 5px !important;
	}
	.logo .job-title, .logo .name-small {
		display: block;
		top: 40px !important;
	}
	.levitHeaderWrapper {
		width: 88%;
	}
	header .max-container {
		margin-top: 6%;
	}
	.navigation {
		right: auto;
		left: 0;
	}
	body[class*="home-page-php"] .biography .content {
		padding-left: 1%;
		margin: 0;
		width: 100%;
		text-align: left;
	}
	.levit-page .levitWrapper {
		padding-left: 1%;
	}	
	.levitInnerMenu {
		left: 0;
		top: -30px;
	}
	.levitInnerMenu li {
		float: left;
		margin: 0 20px 0 0;
	}
	.precedentsList li {
		width: 43%;
	}
	.levit-page .levitWrapper.precedent > .row {
		margin-left: 0;
	}
	.precedent .span9 {
		margin-left: 0;
		margin-top: 45px;
		width: 90%;
	}
	.contact-page .info {
		margin-left: 45px;
	}
	.contact-page .contact-form {
		margin-left: 45px;
	}
}

@media (max-width: 767px) {
	.hidden-tablet { display: none !important; }
    .visible-tablet{ display: block !important; }
	
	body.pushed-left {
		overflow: hidden;
	}
	.levit-background {
		min-height: 200px;
	}
	
	.logo {
		max-width: 70%;
	}
	.logo .name, .page .logo .name {
		font-size: 42px;
		top: 5px !important;
	}
	.logo .job-title { 
		display: block;
		top: 40px !important;
	}
	#jlang {
		display: none;
		left: 15px;
		top: 15px;
		width: 65%;
	}
	#jlang li {
		border: medium none;
	}
	.levitHeaderWrapper {
		width: 85%;
	}
	header .max-container {
		margin-top: 15px;
		max-width: 75%;
	}
	header .navigation-button {
		float: none;
		position: absolute;
		top: 35%;
		right: 47px;
	}
	header .navigation-button span {
		text-transform: uppercase;
		border: 1px solid white;
		padding: 0 3px 10px;
		line-height: 1;		
	}
	header .navigation-button span:hover {
		color: #4F4F4F;		
		background-color:white;
	}
	.icon-paragraph-justify:before {
		content: 'MENU';
		font-size: 22px;
	}
	body[class*="home-page-php"] .biography {
		margin-top: 90px;
	}
	body[class*="home"] .biography .title {
		font-size: 38px;
	}
	body[class*="home-page-php"] .biography .content {
		padding-left: 0;
		margin: 0;
		width: 100%;
		text-align: left;
	}
	footer .social-icons {
		display: none;
	}
	.px-translate3d.pushed-left .layout {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.navigation-mobile {
		z-index: 10;
		overflow-y: auto !important;
		width: 160px;
	}
	.navigation-close {
		top: 15px;
	}
	.navigation-mobile > ul {
		margin-top: 50px;
	}
	.navigation-mobile ul li {
		border-bottom: 1px solid white;
	}
	.navigation-mobile ul li a {
		font-size: 17px;		
		color: white;
	}
	.navigation-mobile .sub-menu li a {
		color: white;
		font-size: 13px;
	}
	.navigation-mobile > ul > li:first-child {
		background-color: white;
		padding: 5px;
		text-align: center;
	}
	.navigation-mobile > ul > li:first-child a {
		color: black;
	}
	.navigation-mobile > ul > li:first-child a span:before {
		content: "\e844  ";
		font-family: 'icomoon';
	}
	
	.levit-page {
		top: 110px;
	}
	.page-child .levit-page {
		top: 150px;
	}
	.levit-page .levitWrapper {
		padding-left: 0;
	}
	.contact-background{
        min-height: 100px;
    }
	.contact-page {
		top: 70px;
	}
	.contact-page .info {
		margin-left: 60px;
	}
	.contact-page .contact-form {
		margin-left: 60px;
	}
	.wpcf7-form-control-wrap textarea, .input-textarea textarea {
		height: 80px;
	}
}

@media (max-width: 500px) {
	.levitHeaderWrapper {
		width: 98%;
	}
	body[class*="home-page-php"] .biography {
		padding-left: 0;
	}
	.levit-page .levitWrapper {
		width: 98%;
		padding-left: 4px;
	}
	body.page-id-6 .levitWrapper .page,
	body.page-id-116 .levitWrapper .page {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.levitSecTitle {
		display: block;
		line-height: 1;
		margin-bottom: 20px;
	}
	body.page-id-8 .levitWrapper .page, body.page-id-9 .levitWrapper .page {
		width: 100%;
	}
	.precedentsList {
		position: relative;
	}
	.precedentsList li {
		float: none;
		width: 80%;
		margin: 0 auto 20px;
	}
	.precedentSidePager {
		display: none;
	}
	.levit-page .levitWrapper.precedent > .row {
		margin-left: 0;
	}
	.precedent .span9 {
		margin-left: 4px;
		text-align: left;
	}
	.contact-page * {
		text-align: left;
	}
	.contact-page .info {
		margin-left: 15px;
	}
	.contact-page .contact-form {
		margin-left: 15px;
	}
	.contact-page .contact-form {
		width: 290px;
	}
}
