/*
Theme Name: bilnea WordPress theme
Theme URI: http://bilnea.com
Author: Samuel E. Cerezo
Author URI: http://bilnea.com
Description: A super simple theme developed and designed by bilnea crew for to be main theme used in client webs.
Version: 0.1 (10/2015)
License: GNU General Public License
*/

/* Reseteo de estilos */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

embed,
iframe,
object,
.wp-video {
	max-width: 100%;
}

script {
	display: none !important;
}

a, input, button, textarea {
	outline: none;
	-webkit-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

/* Reseteo de estilos para navegadores antiguos */

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

html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: 0;
}

select {
	-webkit-appearance: none;
	width: 100%;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #ccc;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 1;
}

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

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

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

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

video {
	width: 100%;
}

input[type=text],
input[type=email],
textarea {
	color: #888888;
	border: 0;
	border-radius: 5px;
}

input[type=text],
input[type=email] {
	padding: 3px;
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	width: 98%;
}

input[type="checkbox"] {
	outline: 0px !important;
	opacity: 0 !important;
}

.fix-check {
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 !important;
	display: inline-block;
	margin-right: 5px !important;
}

.fix-check + * {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	margin-left: 10px;
}

.fix-check + p a {
	color: white;
	text-decoration: underline;
}

input[type="checkbox"]:not(.b_input_checkbox) + label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: transparent;
	left: 1px;
	top: 1px;
	border: none;
}

input[type="checkbox"]:not(.b_input_checkbox) + label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	border-right: 3px solid #03693E;
	border-bottom: 3px solid #03693E;
	top: -1px;
	left: 4px;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
}

input[type="checkbox"]:not(.b_input_checkbox) + label:hover:after {
	opacity: 0.3;
}

input[type=checkbox]:not(.b_input_checkbox):checked + label:after {
	opacity: 1;
}

.fix-check input {
	display: none;
}

input.b_input_radio {
	display: none;
}

input.b_input_radio + label {
	position: relative;
}

input.b_input_radio + label::before {
	width: 15px;
	height: 15px;
	background-color: white;
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid white;
}

input.b_input_radio + label::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: black;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

input.b_input_radio + label:hover::after {
	opacity: 0.3;
}

input.b_input_radio:checked + label::after {
	opacity: 1;
}

input.b_input_checkbox {
	display: none;
}

input.b_input_checkbox + label {
	position: relative;
}

input.b_input_checkbox + label::before {
	width: 15px;
	height: 15px;
	background-color: white;
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	border: 1px solid white;
	cursor: pointer;
}

input.b_input_checkbox + label::after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	border-right: 3px solid #03693E;
	border-bottom: 3px solid #03693E;
	top: -1px;
	left: 4px;
	cursor: pointer;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
}

input.b_input_checkbox:checked + label::after {
	opacity: 1;
}

input.b_input_checkbox + label:hover::after {
	opacity: 0.3;
}

input.b_input_checkbox:checked + label:hover::after {
	opacity: 1;
}

input[data-type="text"],
input[data-type="email"],
input[data-type="number"],
textarea {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 4px 10px;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: 0;
	resize: none;
}

.form-send.elementor-button {
	cursor: pointer;
}

#mobile-menu .sub-menu {
	position: relative;
	margin-top: 0 !important;
	border: 0;
}

#mobile-menu #main_menu ul.sub-menu > li {
	height: auto !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}

.sub-menu.open {
	display: block !important;
	position: absolute;
	z-index: 2;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

html[lang="ar"] .al {
	text-align: right;
}

html[lang="ar"] .ar {
	text-align: left;
}

.ac {
	text-align: center;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
	z-index: 1;
}

/* Correción de errores */

#wp-admin-bar-user-info .avatar {
	max-height: none !important;
}

#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a span {
	color: #b4b9be !important;
}

/* Definición de estilos por defecto */

body,
button,
input,
select {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
	-webkit-box-shadow: 0 3px 5px #ddd inset;
	        box-shadow: 0 3px 5px #ddd inset;
}

a {
	color: inherit;
	-webkit-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

input {
	outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: background-color 50000s ease-in-out 0s;
	     -o-transition: background-color 50000s ease-in-out 0s;
	        transition: background-color 50000s ease-in-out 0s;
}

.main_container  img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.container {
	position: relative;
	margin: auto;
}

#content {
	width: 100%;
	margin: 0;
}

.fa,
#searchsubmit {
	font-family: 'FontAwesome' !important;
}

.row:before,
.row:after {
	content: '';
	display: table;
}

.row:after {
	clear: both;
}

.row {
	zoom: 1;
	width: 100%;
}

.row > * {
	display: inline-block;
	float: left;
	width: 100%;
}

html[lang="ar"] .row > * {
	float: right;
	margin-left: 0;
}

form > .elementor-row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

html[lang="ar"] .row > .first {
	margin-right: 0;
}

.clear {
	display: block;
	width: 100%;
	height: 1px;
	background-color: transparent;
}

.title-hr {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: auto;
}

.title-hr:before, .title-hr:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    border-top: 1px solid;
}

.title-hr:before {
    margin-left: -50%;
    text-align: right;
}

.title-hr.left {
	text-align: left;
}

.title-hr.right {
	text-align: right;
}

.title-hr.left:before, .title-hr.right:after {
	width: 0;
}

.title-hr.right:before {
	margin-left: -100%;
}

.title-hr.right:before, .title-hr.left:after {
	width: 100%;
}

.content-wrapper {
	position: relative;
}

.center {
	text-align: center;
}

header#header .logo.image-link,
#mobile-header .logo {
	display: inline-block !important;
}

header#header nav li {
	position: relative;
}

#mobile-header .logo {
	height: 50px;
	margin: 6px 0;
}

#mobile-menu {
	display: none;
}

#mobile-header.menu-fixed {
	position: fixed;
	z-index: 10000;
}

.header {
	position: relative;
}

#mobile-menu.open {
	display: block;
	height: 0;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	display: block !important;
	-webkit-animation: movmenu 0.5s linear 0s 1 forwards;
	        animation: movmenu 0.5s linear 0s 1 forwards;
}

@-webkit-keyframes movmenu {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1
	}
}

@keyframes movmenu {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1
	}
}

#mobile-menu #searchform {
	padding: 10px 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#mobile-menu ul {
	width: 100%;
}

#mobile-menu #main_menu ul > li {
	width: 100%;
	padding: 10px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

#mobile-menu li.menu-item-has-children:after {
	content: '+';
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 30px;
	z-index: 10000;
	color: black;
}

#mobile-menu #main_menu > ul > li > a {
	opacity: 0;
}

#mobile-side-menu #mobile-menu #main_menu > ul > li > a {
	opacity: 1;
}

#mobile-side-menu #menu-item-search {
	display: none;
}

#mobile-side-menu #searchform {
	padding: 10px;
	width: auto;
}

.animate {
	-webkit-animation: menuanimacion 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s 1 forwards;
	        animation: menuanimacion 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s 1 forwards;
}

@-webkit-keyframes menuanimacion {

	from {
		-webkit-transform: scale(2) skew(20deg, 0) translate3d(10px, 0, 0);
		-webkit-transform-origin: left bottom;
		opacity: 0;
	}

	to {
		-webkit-transform: scale(1) skew(0, 0) translate3d(0, 0, 0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
}

@keyframes menuanimacion {

	from {
		-webkit-transform: scale(2) skew(20deg, 0) translate3d(10px, 0, 0);
		        transform: scale(2) skew(20deg, 0) translate3d(10px, 0, 0);
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 0;
	}

	to {
		-webkit-transform: scale(1) skew(0, 0) translate3d(0, 0, 0);
		        transform: scale(1) skew(0, 0) translate3d(0, 0, 0);
		-webkit-transform-origin: left bottom;
		        transform-origin: left bottom;
		opacity: 1;
	}
}

/* Aviso cookies */

#cookie_warning {
	background-color: white;
	position: fixed;
	padding: 10px 40px 10px 10px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 100000;
	top: 0;
}

#cookie_warning * {
	font-size: 10px;
}

#cookie_warning .container {
	text-align: left;
	padding-right: 60px
}

#cookie_warning .ok {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	text-align: center;
	border: 1px solid;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

#cookie_warning .ok:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#cookie_warning a {
	text-decoration: underline;
}


/* Bloque central de la cabecera */

header#header #searchform {
	display: inline-block;
	position: relative;
}

#header {
	margin: 0;
	padding: 0;
}

#header #searchsubmit {
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 15px;
	padding: 2px 4px;
	background-color: transparent;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

html[lang="ar"] #header #searchsubmit {
	right: inherit;
	left: 1px;
}

header#header #searchform input[type="text"] {
	font-size: 12px;
	width: 175px;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	outline: 0;
}

header#header.sticky {
	position: fixed;
	width: 100%;
	z-index: 100;
	-webkit-transition: transform 0.2s ease-in-out;
	     -o-transition: transform 0.2s ease-in-out;
	        -webkit-transition: -webkit-transform 0.2s ease-in-out;
	        transition: -webkit-transform 0.2s ease-in-out;
	        transition: transform 0.2s ease-in-out;
	        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

header#header.static {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

header#header.animated {
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
}

/* Menú principal */

header#header .searchform input[type="text"] {
	font-size: 11px;
	line-height: 11px;
	padding: 2.5px 4px;
	width: 150px;
	border: none;
	border-radius: 4px;
	outline: 0;
}

header#header #searchsubmit {
	font-size: 14px;
	top: 4px;
}

/* Menú responsive */

.elementor-widget-bilnea_switcher button {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-box-shadow: none !important;
	    -ms-box-shadow: none !important;
	     -o-box-shadow: none !important;
	        box-shadow: none !important;
	outline: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	     -o-transition: background 0.3s;
	        transition: background 0.3s;
}

.elementor-widget-bilnea_switcher button:focus {
	outline: none;
}

.elementor-widget-bilnea_switcher button span {
	display: block;
	position: absolute;
	top: 14px;
	left: 0px;
	right: 0px;
	height: 4px;
}

.elementor-widget-bilnea_switcher button span::before,
.elementor-widget-bilnea_switcher button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
}

.elementor-widget-bilnea_switcher button span::before {
	top: -12px;
}

.elementor-widget-bilnea_switcher button span::after {
	bottom: -12px;
}

.elementor-widget-bilnea_switcher button span {
	-webkit-transition: background 0s 0.3s;
	     -o-transition: background 0s 0.3s;
	        transition: background 0s 0.3s;
}

.elementor-widget-bilnea_switcher button span::before,
.elementor-widget-bilnea_switcher button span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	     -o-transition-duration: 0.3s, 0.3s;
	        transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	     -o-transition-delay: 0.3s, 0s;
	        transition-delay: 0.3s, 0s;
}

.elementor-widget-bilnea_switcher button span::before {
	-webkit-transition-property: top, transform;
	     -o-transition-property: top, transform;
	        -webkit-transition-property: top, -webkit-transform;
	        transition-property: top, -webkit-transform;
	        transition-property: top, transform;
	        transition-property: top, transform, -webkit-transform;
}

.elementor-widget-bilnea_switcher button span::after {
	-webkit-transition-property: bottom, transform;
	     -o-transition-property: bottom, transform;
	        -webkit-transition-property: bottom, -webkit-transform;
	        transition-property: bottom, -webkit-transform;
	        transition-property: bottom, transform;
	        transition-property: bottom, transform, -webkit-transform;
}

.elementor-widget-bilnea_switcher button.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.elementor-widget-bilnea_switcher button.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.elementor-widget-bilnea_switcher button.active span::before,
.elementor-widget-bilnea_switcher button.active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	     -o-transition-delay: 0s, 0.3s;
	        transition-delay: 0s, 0.3s;
}

.elementor-widget-bilnea_switcher button {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}

.elementor-widget-bilnea_switcher button.active span {
	background: none !important;
}


/* Cabecera móvil */

header#mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 10;
}


/* Menú móvil */

#mobile-menu {
	opacity: 0;
	display: none;
	z-index: -1;
}

#mobile-menu.open {
	z-index: 9;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}

/* Footer */

#footer {
	padding: 0;
}

/* Parallax */

[class*="parallax"] {
	overflow: hidden;
}

[class*="parallax"] > div:not(.parallax-bg) {
	z-index: 1;
}

.parallax-bg {
	position: absolute;
	width: 100%;
	height: 120%;
	top: 0;
}

/* Mapbox */

.map-wrapper .marker {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Lightbox */

.mfp-content .wp-video {
	margin: auto;
}

.b_loader {
	position: relative;
	width: 64px;
	height:64px;
	margin:auto;
}

.b_loader div[class*="b_out"] {
	position: absolute;
	width: 61px;
	height: 61px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.b_loader div[class*="b_out"] .b_lin{
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgb(255,255,255);
	left:0px;
	top:0px;
	border-radius: 8px;
}

.b_loader .b_out_1 {
	-webkit-animation-delay: 1.52s;
	        animation-delay: 1.52s;
}

.b_loader .b_out_2 {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.b_loader .b_out_3 {
	-webkit-animation-delay: 0.61s;
	        animation-delay: 0.61s;
}

.b_loader .b_out_4 {
	-webkit-animation-delay: 0.91s;
	        animation-delay: 0.91s;
}

.b_loader .b_out_5 {
	-webkit-animation-delay: 1.22s;
	        animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		        transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		        transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		        transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		        transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		        transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
		        transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
		        transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

/* Blog */

ul.blog-wrapper {
	margin: 0;
	list-style: none;
	padding: 20px;
}

.blog-wrapper .image.big {
	width: 100%;
	height: 14vw;
	display: block;
	margin-bottom: 14px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-wrapper .image.big.empty {
	border: 1px solid #ddd;
	background-size: auto 80%;
	background-color: #efefef;
}

.the-content p {
	display: block;
}

.blog-wrapper .post-entry {
	margin-bottom: 20px;
}

/* Widgets */

.b_w_recent-posts ul {
	margin: 0;
	list-style: none;
}

.b_w_recent-posts ul li {
	margin: 10px 0 0 0;
}

.b_w_recent-posts .date_post {
	border-right: 1px solid;
	display: inline-block;
	width: 44px;
}

.b_w_recent-posts .post-date {
	font-size: 18px;
	text-transform: uppercase;
}

.b_w_recent-posts .date_post + a {
	margin-left: 4px;
	vertical-align: top;
	width: calc(100% - 54px);
	display: inline-block;
}

.widget_categories ul {
	margin: 0;
	list-style: none;
}

.widget_categories ul li {
	padding: 4px 0;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	overflow: hidden;
	text-align: right;
}

.widget_categories ul li a {
	float: left;
}

/* Shortcodes */

.tweeter {
	display: block;
	border: 2px solid #26ADF0;
	color: #26ADF0;
	font-style: italic;
	padding: 14px;
	margin: 20px 0;
}

.tweeter,
.tweeter * {
	font-size: 18px;
}

.tweeter > div {
	text-align: right;
	display: block;
	margin-top: 14px;
}

.tweet-link {
	font-style: normal;
	color: #26ADF0;
}

.single .the-content .tweeter  a,
.tweeter  a {
	color: #26ADF0;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.tweeter .fa {
	font-family: inherit !important;
}

.tweeter .fa:before {
	font-family: 'FontAwesome' !important;
}

.b_borded {
	border: 3px solid;
	padding: 18px 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}

.b_frame {
	background-color: #efefef;
	padding: 18px 24px;
	text-align: center;
	margin-bottom: 14px;
}

#loader-wrap {
	position: fixed;
	z-index: 10000000;
	top: 0;
	height: 100vh;
	left: 0;
	width: 100%;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	float: right;
	display: inline-block;
	margin-left: 1em;
}

img.alignleft {
	float: left;
	display: inline-block;
	margin-right: 1em;
}

/* Elementor */

.elementor-widget-bilnea_menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-bilnea_menu .menu > li {
	display: inline-block;
}

[class^="elementor-bilnea-"] > .elementor-row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}