/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */



@font-face {
    font-family: 'simplon_bp_mediummedium';
    src: url('types/simplonbp-medium-webfont.eot');
    src: url('types/simplonbp-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('types/simplonbp-medium-webfont.woff2') format('woff2'),
         url('types/simplonbp-medium-webfont.woff') format('woff'),
         url('types/simplonbp-medium-webfont.ttf') format('truetype'),
         url('types/simplonbp-medium-webfont.svg#simplon_bp_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'simplon_bp_mediumMdIt';
    src: url('types/simplonbp-mediumitalic-webfont.eot');
    src: url('types/simplonbp-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('types/simplonbp-mediumitalic-webfont.woff2') format('woff2'),
         url('types/simplonbp-mediumitalic-webfont.woff') format('woff'),
         url('types/simplonbp-mediumitalic-webfont.ttf') format('truetype'),
         url('types/simplonbp-mediumitalic-webfont.svg#simplon_bp_mediumMdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simplon_bp_light';
    src: url('types/simplonbpregular-webfont.eot');
    src: url('types/simplonbpregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('types/simplonbpregular-webfont.woff2') format('woff2'),
         url('types/simplonbpregular-webfont.woff') format('woff'),
         url('types/simplonbpregular-webfont.ttf') format('truetype'),
         url('types/simplonbpregular-webfont.svg#simplon_bp_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'simplon_bp_lightitalic';
    src: url('types/simplonbpregular-italic-webfont.eot');
    src: url('types/simplonbpregular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('types/simplonbpregular-italic-webfont.woff2') format('woff2'),
         url('types/simplonbpregular-italic-webfont.woff') format('woff'),
         url('types/simplonbpregular-italic-webfont.ttf') format('truetype'),
         url('types/simplonbpregular-italic-webfont.svg#simplon_bp_mediumMdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'SimplonBP-Bold';
  src: url('types/SimplonBP-Bold.eot?#iefix') format('embedded-opentype'),  url('types/SimplonBP-Bold.otf')  format('opentype'),
	     url('types/SimplonBP-Bold.woff') format('woff'), url('types/SimplonBP-Bold.ttf')  format('truetype'), url('types/SimplonBP-Bold.svg#SimplonBP-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('types/fontello.eot?70745988');
  src: url('types/fontello.eot?70745988#iefix') format('embedded-opentype'),
       url('types/fontello.woff2?70745988') format('woff2'),
       url('types/fontello.woff?70745988') format('woff'),
       url('types/fontello.ttf?70745988') format('truetype'),
       url('types/fontello.svg?70745988#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	background: white;
	font-family: 'simplon_bp_light';
	color: #7F7F7F;
	font-weight: normal;
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	margin: 0;
	text-rendering: optimizeLegibility;
	
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 1.1vw;
}

ul, h3{//font-size: .8vw;}

h1,
h2,
h3,
h4,
h5,
h6{
	 font-family: 'SimplonBP-Bold';
}

.insert-page li:before{
	content: "-";
	position: absolute;
	left: 0;

}

.insert-page li{
	padding-left: 10px !important;
	position: relative;
	
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* DCOMM */

#secondary #polylang-2{display: none;}
.langs_wrapper:after {
    font-family: 'Genericons';
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -27px;
    content: '\f429';
    color: black;
    top: 0px;
    font-size: 17px;
}


.langs {
    position: fixed;
    right: 30px;
    top: 45px;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 3px;
    width: 14px;
}

.langs:hover{
   
    height:auto;
    
}



.langs li {
    height: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}



.langs a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;

}



.current-lang{
	position: absolute;
	top:0;
}



.nemus-slider{
	//position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh !important;
}

.slide-image{
	height: 100vh !important;
}

#masthead{
	background-color: white;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

}

#masthead.idiomes{
	height: 115px;
}

#post-5 > .entry-content{
	//padding-top: 100vh;
}

#post-5 > .entry-content > p, #post-55 > .entry-content > p{
	display: none;
}


.insert-page{
	height: 100vh;
	min-height: 400px;
	width: 100%;
}



.inner-image, #map{
	width: 55%;
	height: 100vh;
	min-height: 400px;	
	background-size: cover;
	background-position: center;
}

.entry-content > br{
	display: none;
}

#map{
	//height: calc(100vh - 70px);
	min-height: 500px;	
	
}



.left{background-color: #343434; color:white; overflow: auto;}
.right{background-color: #e0e0e0; color:black; overflow: auto;}

.inner-content{
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4vw;
	padding-right: 15vw;
}



.left .inner-content{
	float: left;
	
}

.right .inner-content,  #map{
	float: right;
	
}

.left .inner-image{
	float: right;
}

.right .inner-image{
	float: left;
}

.site-title, .site-description{
	float: left;
}

ul,li{
	list-style: none;
	padding:0;
	margin: 0;
}

.logo_img{
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 5px;
	
}
.site-title{
	clip:auto !important;
	background-image: url('/wp-content/uploads/2018/12/news-worthy-logo-txiki.png');
	background-repeat: no-repeat;
	background-position: 10px 7px;
	 background-size: 250px 58px;

}
.site-title a img{
	/*display: none !important;*/
}
.site-description{
	margin-top: 43px;
    margin-bottom: 0;
    margin-left: 22px;
    font-size: 15px;
    color: black;
     font-family: 'simplon_bp_mediummedium';
}

#site-navigation{
	
	position: fixed;
	right: 45px;
	top: 45px;

}


.site-header-menu > nav > div a{
	color: black;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

#menu-toggle{display: none;}

.site-header-menu > nav > div li{
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}

#masthead{
	height: 72px;
}

#main-19, #main-59, #main-117{
	position: relative;
}


#main-19 .inner-content,#main-59 .inner-content,#main-117 .inner-content{
	position: absolute;
	bottom: 40px;
}

.nemus-control-nav{display: none;}

.menu-item a{
	position: relative;
	
}

.menu-item a:after, .langs a:after{
	content:"";
	display: block;
	height: 1px;
	width: 0;
	position: absolute;
	left: 50%;
	bottom: -5px;
	background-color: black;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

}

.menu-item a:hover:after, .menu-item.active a:after, .langs a:hover:after {
	width: 100%;
	left: 0;
}


.nemus-slider .caption.tl {
	left: 156px !important;
    top: 200px !important;
    font-size: 30px;
   

}


.nemus-slider .caption.tl a{
	
    font-size: 20px;
    text-decoration: none;
    position: relative;
   

}

.nemus-slider .caption.tl a:after{
	content:"";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px; 
}

.nemus-slider .caption.tl a.black:after{
	
	background-color: black;
}

.nemus-slider .caption.tl a.white:after{
	
	background-color: white;
}

.black, .black span {
    color: black
}

.white, .white span {
    color: white
}

.nemus-slider .caption{
	width: 80% !important;
}

.entry-title{
	margin-bottom: 1vw;
}

h3{
	margin-bottom: .8vw;
}

p a{
	color: white;
}

.arrowbottom:after{
	font-family: 'Genericons';
	content: '\f431';
	display: block;
	width: 50px;
	height: 50px;
	font-size: 50px;
	position: absolute;
	left: 50%;
	
	cursor: pointer;
	bottom: 10px;
	z-index: 999;
	margin-left: -25px;
	-webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
    opacity: 0;
}

.white .arrowbottom:after{
	color: white;
	opacity: 1;
}
.black .arrowbottom:after{
	color: black;
	opacity: 1;
}

.site-header-menu span{
	color: black;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.rrss {display: inline; float: left; text-decoration: none;}
.icon-facebook:before { content: '\f052'; } 
.icon-twitter:before { content: '\f058'; } 
.icon-linkedin:before { content: '\f0e1'; } 

/* Formularios */
.FormContainer{
	background-color: #323232;
	display: flex;
	justify-content: center;
	align-items: center;
}
.FormWraper{
	position:relative;padding:30px 30px 10px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid #ffffff;
}
label{
	color: #ffffff  !important;
	font-size: .7em !important;
	font-weight: 100 !important;
}
input{
	color:#000000 !important;
}
span.wpcf7-not-valid-tip{
	color:red !important;
}
input, textarea{
	margin-top:5px !important;
}
input[type='submit'] {
	background:none !important;
	color:#ffffff !important;
	border:2px solid #ffffff;
	padding:10px 30px 10px 30px;
}
input[type='submit']:hover{
	background-color: #ffffff !important;
	color: #323232 !important;

}
.wpcf7-form .invalid{
	position:relative;
	display: flex;justify-content: center;align-items: center;
	width:50% !important;
}
div.wpcf7-validation-errors{
	width:50%;
	background-color: red;
	color:white;
	border:none;
}
div.wpcf7-mail-sent-ok{
	color:white !important;
}
.wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{
	display:block !important;
}
form{

}
p{

}
/* RESPONSIVE */
@media screen and (max-width: 1700px) {
	body,
	button,
	input,
	select,
	textarea,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		font-size: 1.6vw;
	}

	ul, h3{//font-size: 1.2vw;}

	.entry-title{
		margin-bottom: 1.2vw;
	}

	h3{
		margin-bottom: 1vw;
	}


	.insert-page{
		height: 100vh;
		min-height: 600px;
		width: 100%;
	}



	.inner-image, #map{
		width: 55%;
		height: 100vh;
		min-height: 600px;	
		background-size: cover;
	}

	#map{
		//height: calc(100vh - 70px);
		min-height: 500px;	
		
	}
	.inner-content{
		
		padding-right: 10vw;
	}

}

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
	body,
	button,
	input,
	select,
	textarea,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		font-size: 2vw;
	}

	ul, h3{//font-size: 1.5vw;}

	.entry-title{
		margin-bottom: 1.5vw;
	}

	h3{
		margin-bottom: 1.2vw;
	}


	.insert-page{
		height: 100vh;
		min-height: 500px;
		width: 100%;
	}



	.inner-image, #map{
		width: 55%;
		height: 100vh;
		min-height: 500px;	
		background-size: cover;
	}	

	#map{
		//height: calc(100vh - 70px);
		min-height: 500px;	
		
	}

	.inner-content{
		
		padding-right: 4vw;
	}


}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
	body,
	button,
	input,
	select,
	textarea,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		font-size: 3.2vw;
	}

	ul, h3{//font-size: 2.8vw;}

	.insert-page, .content-area, .site-main{
		height: 100vh;
		min-height: 500px;
		width: 100%;
		position: relative;
	}

.FormContainer{
	display:inline-block !important;
	z-index: 999999999999 !important;
		padding-bottom:50px !important;
}
.FormWraper{
	z-index: 999999999999 !important;
	
}
	.inner-image, #map{
		display: inline-block;
		width: 100%;
		padding-bottom:50px !important;
	}	

	#map{
	z-index: +1 !important;
		
		/*min-height: 500px;	*/
		
	}

	.inner-content{
		width: 100%;
		padding: 6vw;
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
		background-color: black;
		padding-top: 8vw;
		padding-bottom: 15vw;
		
		-webkit-box-sizing: border-box;
	 	-moz-box-sizing: border-box;
	  	box-sizing: border-box;
	  	min-height: 2px;
	}	

	.right .inner-content{
		background-color: #e0e0e0;
	}

	.left .inner-content{
		background-color: #343434;
	}

	#burger:after{
		font-family: 'Genericons';
		content: '\f419';	
		display: block;
		width: 30px;
		height: 30px;
		font-size: 22px;
		position: absolute;
		right: 20px;
		color: black;
		cursor: pointer;
		top: 32px;
	}

	#site-navigation{
		position: relative;
	}

	#site-navigation{
		height:0;
		overflow: hidden;
		width: 100%;
		-webkit-transition: all 200ms ease-out;
	    -moz-transition: all 200ms ease-out;
	    -o-transition: all 200ms ease-out;
	    transition: all 200ms ease-out;
	}

	#site-navigation.opened{
		height:200px;
		padding-top: 20px;
	    padding-bottom: 60px;
		
	}

	.current-lang{
		position: relative;
	}

	#site-navigation {
	    position: fixed;
	    right: 0;
	    top: 70px;
	    background-color: white;
	    width: 100%;

	}

	#site-navigation li{
	   
	    width: 100%;
	    float: left;
	    margin-bottom: 15px;
	    text-align: left;
	    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding-left: 176px;
	   
	}

	#site-navigation li span{
	   
	
	    font-size: 20px;
	}

	.nemus-slider .caption.tl {
	    left: 35px !important;
	    top: 180px !important;
	    font-size: 30px;
	}
	
	
	.langs {
	    position: absolute;
	    right: 8px;
	    top: -8px;
	    overflow: visible;
	}

	.langs li{
	   padding: 0 !important;
	   margin-bottom: 10px !important;
	 
	}

	.langs li a:after{
	   content: "";
	   display: none;
	 
	}
	.site-header-menu > nav > div a{
		color: black;
		text-decoration: none;
		font-size: 18px;
		display: block;
	}
	.site-header-menu > nav > div a{
		display: inline-block;

	}

}


