/*
Theme Name: Voley
Theme URI: http://treze.es
Author: Treze
Author URI: http://treze.es
Description: Theme & Bootstrap
Version: 1.0
License: The MIT License (MIT)
License URI: https://opensource.org/licenses/MIT
*/
@charset "UTF-8";

/* CSS */
@font-face {
	font-family: 'gibsonlight';
	src: url('fonts/Gibson-Light.eot');
	src: url('fonts/Gibson-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gibson-Light.woff2') format('woff2'), url('fonts/Gibson-Light.woff') format('woff'), url('fonts/Gibson-Light.ttf') format('truetype'),
		url('fonts/Gibson-Light.svg#gibsonlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

@font-face {
	font-family: sofia-pro;
	font-weight: 700;
	src: url(fonts/329223_0_0.eot);
	src: url(fonts/329223_0_0.eot?#iefix) format("embedded-opentype"), url(fonts/329223_0_0.woff2) format("woff2"), url(fonts/329223_0_0.woff) format("woff"), url(fonts/329223_0_0.ttf) format("truetype")
}

@font-face {
	font-family: sofia-pro;
	font-weight: 300;
	src: url(fonts/329223_1_0.eot);
	src: url(fonts/329223_1_0.eot?#iefix) format("embedded-opentype"), url(fonts/329223_1_0.woff2) format("woff2"), url(fonts/329223_1_0.woff) format("woff"), url(fonts/329223_1_0.ttf) format("truetype")
}

/*--------------------------------------------------------------
1.0 - Reset & Base
--------------------------------------------------------------*/
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*::after, *::before {
	content: '';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

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

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe,
.video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

a {
	background-color: transparent;
}

a:active {
	outline: 0;
}

a:hover {
	outline: 0;
}

a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}

.transparent {
	background: transparent;
	background-image: none;
	border: none;
}

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

section, footer {
	padding-top: 7.42857143em;
	padding-bottom: 7.42857143em;
}

footer {
	border-top: 6px solid #367A32;
}

@media (max-width: 767px) {
	footer {
		margin-top: -15px;
	}
}

/*--------------------------------------------------------------
  General
--------------------------------------------------------------*/
body {
	font-family: 'sofia-pro', Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	webkit-tap-highlight-color: #222;
	color: #222223;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	margin: 0;
	margin: 0
}

body::after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(19, 19, 19, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

pre {
	overflow: auto;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}

small, .small {
	font-size: 80%;
	font-weight: 300;
}

.sep {
	border-bottom: 1px solid #f1f1f1;
}

hr.sep {
	max-width: 50px;
	border-color: rgba(19, 19, 19, 1);
	border-width: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.hr-white {
	max-width: 50px;
	border-color: rgba(255, 255, 255, 1);
	border-width: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.hr-black {
	max-width: 50px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	height: 3px;
	background-color: #222223;
	margin: 10px 0 20px 0;
}

a {
	color: #7FBD00;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover, a:focus {
	color: #367A32;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer !important;
}

a.no-link {
	text-decoration: none!important;
	font-weight: normal!important;	
}

a[href^="tel:"] {
  text-decoration: none!important;
}

/*a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}*/

p {
	margin-bottom: 1.6em;
}

p.lead {
	font-size: 1.24em;
	line-height: 1.6em;
	white-space: wrap;
	word-wrap: break-word;
	clear: both;
	margin: 1.4em 0 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'gibsonsemibold', Arial, sans-serif;
	letter-spacing: 0.024em;
}

h1 {
	font-weight: 700;
	font-size: 3.2em;
	line-height: 1.4321em;
}

h2 {
	font-weight: 500;
	font-size: 2.4em;
	line-height: 1.123456em;
}

h3 {
	font-weight: 500;
	font-size: 2em;
	line-height: 1.1123456em;
}

h4 {
	font-family: gibsonregular, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	letter-spacing: 0.02em;
}

h5 {
	font-family: gibsonlight, sans-serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 0em;
	font-weight: 300;
}

h6 {
	font-family: gibsonlight, sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	letter-spacing: 0em;
}

blockquote, q {
	quotes: "« " " »";
	font-family: gibsonregular, sans-serif;
	font-weight: 700;
	margin-bottom: 2em;
	font-size: 1.6em;
	line-height: 1.7em;
	font-style: italic;
}

blockquote>p {
	display: inline;
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

cite {
	margin: 0 6px;
}

cite:before {
	content: "—";
	font-size: 1.3em;
}

cite:after {
	content: "—";
	font-size: 1.3em;
}

mark {
	padding: 0.13em 0.3em 0.06em;
	background: rgba(255, 230, 0, 0.65);
}

mark.blue {
	background: rgba(169, 220, 255, 0.65);
}

mark.orange {
	background: rgba(255, 164, 82, 0.65);
}

mark.green {
	background: rgba(90, 231, 34, 0.65);
}

.no-border-radius {
	border-radius: none!important;
}

.no-space>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

.opacity50 {
	opacity: .5;
}

.blur {
	-webkit-filter: blur(10px); /* Chrome, Opera, etc. */
  	filter: url('http://treze.org/almeriavoley/blur.svg#blur'); /* Older FF and others */
  	filter: blur(10px); /* Firefox 35+, eventually all */
}

/*----------------------------------
  Placeholders
----------------------------------*/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #7c7c7d;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #7c7c7d;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #7c7c7d;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #7c7c7d;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
	color: transparent;
} /* FF 19+ */
img::selection {
	color: #fff;
	background: 0 0;
}

img::-moz-selection {
	color: #fff;
	background: 0 0;
}

article img {
	width: 100%;
	height: auto;
}

/* Bootstrap 4.0 Alpha */
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.container-fluid {
	max-width: 1440px;
}

ol, ul {
	margin: 15px 0 10px;
}

div.entry-content div.container {
	width: auto;
}

div.entry-content h2,
div.entry-content h3 {
	margin-bottom: 10px;
	font-size: 26px;
}

.page-header,
.no-border {
	border: none;
}

/*--------------------------------------------------------------
  Elements
--------------------------------------------------------------*/
.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.pointer {
	cursor: pointer !important;
}

.default {
	cursor: default !important;
}

/*--------------------------------------------------------------
  Text
--------------------------------------------------------------*/

.letter {
	letter-spacing: -0.02em;
}

.pm0 {
	padding: 0 !important;
	margin: 0 !important;
}

.pm5 {
	padding: 0;
	margin: 0 5px;
}

.pm10 {
	padding: 0 10px;
}

.m0 {
	margin: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.p0 {
	padding: 0 !important;
}

.p20 {
	padding: 0 20px;
}

.p40 {
	padding: 0 40px;
}

.m5 {
	margin: 0 5px;
}

.m10 {
	margin: 0 10px;
}

.space-xy {
	padding: 1rem 2rem !important;
}

.space-y {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.space-x {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.space-xs {
	margin: 15px 0;
}

.space {
	margin: 25px 0;
}

.space-sm {
	margin: 40px 0;
}

.space-md {
	margin: 60px 0;
}

.space-lg {
	margin: 100px 0;
}

.icon-margin {
	padding: 0 6px 0 0;
}

.icon-marginx2 {
	padding: 0 12px 0 0;
}

.rotate-45 {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.rotate-90 {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.rotate-90- {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.rotate-180 {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.embed-responsive-item {
	width: 100%;
	height: auto;
}

.embed-responsive-item img {
	width: 100%;
	height: auto;
}

img.embed-responsive-item {
	width: 100%;
	height: auto;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.valign {
	display: flex;
	flex-direction: row;
}

.valign>[class^="col-"], .valign>[class*=" col-"] {
	display: flex;
	align-items: center; /* Align the flex-items vertically */
	justify-content: center; /* Optional, to align inner flex-items horizontally within the column  */
}

/*--------------------------------------------------------------
2.1 Colours
--------------------------------------------------------------*/
.text-white {
	color: white !important;
}

a.text-white {
	color: white;
}

a.text-white:hover {
	color: white !important;
	text-decoration: underline;
}

.text-black {
	/*color: rgb(74, 74, 74)*/
	color: #222223!important;
}

.bg-white {
	/*color: rgb(74, 74, 74);*/
	color: #222223;
	background: white;
}

.bg-black {
	color: white;
	/*background: rgba(19, 19, 19, 1);*/
	background: #222223;
}

.btn:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.text-primary {
	color: #367A32;
}

.bg-primary {
	background: rgba(64, 132, 61, 1.000) !important;
	/* background: #3d8440; */
}

.btn-primary {
	background-color: rgba(64, 132, 61, 1.000);
	border-color: rgba(64, 132, 61, 1.000);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btn-primary:hover {
	color: #fff;
	background: rgba(0, 133, 52, 1.000);
	border-color: rgba(0, 133, 52, 1.000);
}

.text-secundary {
	color: #FF7F00;
}

.bg-secundary {
	background: #FF7F00 !important;
}

.btn-secundary {
	background: #043e3e;
	border-color: #6ea400;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.btn-secundary:hover {
	color: #fff;
	background-color: rgba(4, 62, 62, 0.95);
	border-color: #233D3F
}

.text-gray {
	color: rgb(158, 158, 158);
	/* color: #9e9e9e*/
}

.bg-gray {
	background-color: #f4f4f4;
}

.btn-round {
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.box-shadow {
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* End of Colours */

/*******************************************
| wrapper-flex 
*******************************************/
.wrapper-flex {
	max-width: 55em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wrapper-flex:after {
	clear: both;
	content: "";
	display: block
}

.wrapper-flex--large {
	max-width: 73em;
	margin-left: auto;
	margin-right: auto
}

.wrapper-flex--large:after {
	clear: both;
	content: "";
	display: block
}

.wrapper-flex--full {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0
}

.wrapper-flex--full:after {
	clear: both;
	content: "";
	display: block
}

.wrapper-flex:after {
	display: none
}

@media screen and (min-width:75em) {
	.wrapper-flex {
		padding: 0;
	}
	.wrapper-flex--full {
		padding: 0
	}
}

/*******************************************
| CONTENT & POST
*******************************************/


.two-colums {
	position: relative;
	overflow: hidden;
  	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	-ms-column-gap: 40px;
	column-gap: 40px;
	text-align: justify;
}

.three-colums {
	position: relative;
	overflow: hidden;
  	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	-ms-column-gap: 40px;
	column-gap: 40px;
	text-align: left;
}

@media (max-width:991px) {
	.two-colums, .three-colums {
	position: relative;
	overflow: hidden;
  	-webkit-column-count: 1;
	-moz-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	-o-column-gap: 0px;
	-ms-column-gap: 0px;
	column-gap: 0px;
	text-align: left;
	}	
}

.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Social */
.social-share {
	display: block;
	height: 35px;
	width: 100%;
	padding: 0 8px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.content-twitter {
	padding: 10px 0px 0px;
	width: 74px;
	float: right;
	height: 35px;
	font-size: 1px;
}

.content-linkedin {
	padding: 9.5px 0px 0px;
	width: 91px;
    height: 31px;
	float: right;
	overflow: hidden;
}

.content-google {
	position: relative;
	padding: 0;
	width: 38px;
	float: right;
	overflow: hidden;
	height: 50px;
	margin: 10px 0 0 3px;
}

.content-google>div {
	position: absolute;
	max-height: 20px;
	margin: 0;
}

.content-facebook {
	position: relative;
	float: right;
	width: 160px;
	height: 20px;
	top: 10px;
	overflow: hidden;
}

.content-facebook iframe {
	position: absolute;
	max-height: 20px;
}

.content-whatsapp {
    padding: 0 5px 0 6px;
    width: 100%;
    display: inline-block;
    border: 1px solid #34bf49;
    color: #34bf49;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #34bf49;
    margin: 10px 0;
    max-width: 24px;
    font-size: .65em;
    line-height: 19px;
    letter-spacing: -0.013em;
    overflow: hidden;
    height: 20px;
    float: right;
}

.content-whatsapp a {
	color: white;
	margin-left: 15px;
	float: left;
}

.content-whatsapp a:before {
	content: "\f232";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	margin-left: -15px;
	font-weight: 400;
	font-size: 1.3em;
	text-decoration: none;
}

.content-whatsapp a:hover, .content-whatsapp a:focus {
	color: white;
	text-decoration: underline;
}

.content-telegram {
    padding: 0 5px 0 6px;
    width: 100%;
    display: inline-block;
    border: 1px solid #0077b3;
    color: #34bf49;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0088cc;
    margin: 10px 0;
    max-width: 24px;
    font-size: .65em;
    line-height: 19px;
    letter-spacing: -0.013em;
    overflow: hidden;
    height: 20px;
    float: right;
    margin-right: 7px;
}

.content-telegram a {
	color: white;
	margin-left: 15px;
	float: left;
}

.content-telegram a:before {
	content: "\f1d9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	margin-left: -15px;
	font-weight: 400;
	font-size: 1em;
	text-decoration: none;
}

.content-telegram a:hover, .content-telegram a:focus {
	color: white;
	text-decoration: underline;
}

.top-bar-social {
}


.top-bar-social li, 
.top-bar-socil li:last-child{
	float: left;
}

.fix-mobile-social {
    max-height: 40px;
    line-height: 2px;
}

.menu-principal {

}

.menu-principal ul {
	padding: 0;
	margin: 0;
}

.menu-principal li, 
.menu-principal li:last-child{
	float: left;
}

/* End of Social */

/*
Navigation
*/
.content-navigation-post {
	position: relative;
	background: linear-gradient(to bottom, #000 0, #1A130B 7px, #222223 100%);
	height: 90px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
  	-o-transform: translate3d(0,0,0);
  	transform: translate3d(0,0,0);
}

.content-navigation-footer {
	width: 100%;
	position: relative;
}

.content-navigation-footer:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 30%;
	margin: 0 auto;
	height: 0;
	border-top: 13px solid #222223;
	border-right: 300px solid rgba(255, 255, 255, 0);
	border-bottom: 0 solid rgba(255, 255, 255, 0);
	border-left: 300px solid rgba(255, 255, 255, 0);
}

.navigation-post {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
	height: 90px;
	margin: 0 auto;
}

.navigation-post a:hover {
	text-decoration: none;
}

.navigation-post .navigation-post-left, 
.navigation-post .navigation-post-right {
	overflow: hidden;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.navigation-post .navigation-post-left a, .navigation-post .navigation-post-right a {
	color: #aca095;
}

.navigation-post .navigation-post-left a:hover, .navigation-post .navigation-post-right a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
}

.navigation-post .navigation-post-left {
}

.navigation-post .navigation-post-left::before {
	position: absolute;
	z-index: 301;
	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
  	-o-transform: translate3d(0,0,0);
  	transform: translate3d(0,0,0);
  	left: 45px;
    top: 33px;
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-left: 0.4em solid white;
	border-bottom: 0.4em solid white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 0.5em;
}

.navigation-post .navigation-post-right {
}

.navigation-post .navigation-post-right::before {
	position: absolute;
	z-index: 301;
	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
  	-o-transform: translate3d(0,0,0);
  	transform: translate3d(0,0,0);
  	right: 40px;
    top: 32px;
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-right: 0.4em solid white;
	border-top: 0.4em solid white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 0.5em;
}

.navigation-post .navigation-post-left img, .navigation-post .navigation-post-right img {
	position: relative;
	z-index: 300;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	opacity: 1;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.navigation-post .navigation-post-left img:hover, .navigation-post .navigation-post-right img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.navigation-post .navigation-post-left img, .navigation-post .navigation-post-right img {
	display: block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 5px;
}

.navigation-post .navigation-post-left img {

}

.navigation-post .navigation-post-right img {
	right: 15px;
}

.navigation-post .navigation-post-left h4 {
	padding: 28px 0 24px 90px;
}

.navigation-post .navigation-post-right h4 {
	padding: 28px 90px 24px 0px;
}

@media ( max-width : 768px) {
	.navigation-post .navigation-post-left {
		min-height: 90px;
	}
	.navigation-post .navigation-post-right {
		padding: 20px 0px 0px 0;
		min-height: 90px;
	}
}

@media ( max-width : 560px) {
	.navigation-post {
		height: auto;
	}
	.navigation-post .navigation-post-left .fade-way-black, .navigation-post .navigation-post-right .fade-way-black {
		display: none !important;
	}
	.navigation-post .navigation-post-left h4,
	.navigation-post .navigation-post-right h4 {
		display: none;
	}
}

.navigation-current {
	position: relative;
	margin-top: 5px;
	padding: 5px 20px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	max-height: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

body.single-post .navigation-current {
	display: none!important;
}

.navigation-current small {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	height: 20px;
}

.navigation-current h4, .navigation-current h2 {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	max-height: 50px;
}

.navigation-current h2 {
	margin: 10px 0 0 0;
	padding: 6px 0 10px 0;
}


.progress-bar {
  background: rgba(0, 122, 255, 1);
  bottom: 0;
  position: fixed;
  height: 7px;
  left: 0;
  z-index: 400;
  -webkit-transform: translate3d(0, 0, 0);
}

/*******************************************
| NEWS 
*******************************************/

.antetitulo {
	padding: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 90%;
	font-weight: 200;
}

.subtitulo-partido {
	max-width: 800px;
}

.meta {
    padding: 8px 0 0;
}

.meta ul {
	border: 1px solid #ececec;
	border-radius: 3px;
}

.meta ul li i {
    top: -1px;
    position: relative;
    margin-right: 3px; 
}

.meta ul li {
	border: 1px solid #ececec;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 20px 3px;
    font-size: 14px;
    margin: 10px 5px;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.03);
}

.meta ul li:first-child {
	border: 1px solid #ffffff;
	padding: 0 8px 0 20px;
	margin: 10px 0;
	text-transform: uppercase;
	box-shadow: none;
}

.meta ul li:hover {
	box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
}

.meta ul li:first-child:hover {
	box-shadow: none;
}

.boxed-bottom .h1 {
	line-height: 1.2em;
}

.boxed-bottom .subtitulo {
	font-style: italic;
	font-weight: 500;
	padding: 12px 0 0 0!important;
	margin: 0!important;
}

.boxed-bottom {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.comunicados {
	min-height: 220px;
	height: auto;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.comunicados > a {
	color: black!important;
}

.comunicados .comunicados-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
}

.number-trophy {
	position: relative;
	height: 100%;
	line-height: 180px;
	width: 100%;
	font-size: 5em;
	font-weight: 700;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}


.temporadas-trophy {
	font-size: 0.9em;
	letter-spacing: -0.02em;
	padding: 20px 0 10px 10px;
	line-height: 34px;
}

.foto-trophy {
	position: relative;
    margin: 20px auto 0 auto;
    padding: 0px 0 0 15px;
    max-height: 150px;
}

.ochenta, .noventa {
	position: absolute;
	right: -160px;
    top: 0px;
	width: 530px;
	height: 420px;
	background: url('http://treze.org/almeriavoley/wp-content/uploads/2017/09/80.png') right top no-repeat;
	opacity: .6;
}

.noventa {
	background: url('http://treze.org/almeriavoley/wp-content/uploads/2017/09/90.png') right top no-repeat;
	opacity: 0.3;
}

#map_canvas_container {
	position: relative;
}

#map_canvas iframe, 
.map-canvas {
    height: 502px;
}

@media (max-width: 480px) {
#map_canvas iframe, 
	.map-canvas {
	    height: 240px;
	}
}

.boxed-fix {
	min-height: 650px;
}

.boxed-fix img {
	width: 100%;
}

@media (max-width: 991px) {
	.boxed-fix {
		min-height: 690px;
	}
}

.boxed-jugador {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-top: -50px;
}

.boxed-jugador2 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	right: 0;
	margin-top: -80px;
	z-index: 9;
}	

.data-jugador {
    position: absolute;
    width: 100%;
    padding: 10px 25px;
    overflow: hidden;
}

.dorsal {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    top: -60px;
    right: 20px;
    text-align: center;
    line-height: 65px;
    color: white;
    font-size: 2.15em;
    font-weight: 600;
}

.dorsal2 {
    font-size: 3.8em;
   	letter-spacing: -0.06em;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.cantidad {
	font-size: 3.2em;
    letter-spacing: -0.06em;
    display: block;
    float: left;
    /* background: red; */
    width: 60px;
    height: 90px;
    text-align: center;
    line-height: 0.94em;
    font-weight: 600;
}

.posicion {
	font-size: 2em;
	background: red;
	border-left: 1px solid #ececec;
}

.posicion_jugador {
    font-size: 2em;
    letter-spacing: 0.04em;
    border-top: 1px solid #ececec;
    padding: 25px 50px 0 80px;
    position: relative;
    display: inline-block;
    margin-top: 140px;
    margin-left: -148px;
    width: 350px;
}

.posicion_tecnico {
    font-size: 2em;
    letter-spacing: 0.04em;
    border-top: 1px solid #ececec;
    padding: 25px 50px 0 80px;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-left: -48px;
    width: 350px;
}


.triangle {
  	position: absolute;
  	top: 3px;
  	left: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-left: 400px solid white;
	border-bottom: 50px solid transparent;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.triangle2 {
  	position: absolute;
  	top: 3px;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 0;
  	border-left: 800px solid white;
	border-bottom: 80px solid transparent;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	z-index: 9;
}

.nacionalidad {
	position: relative;
	z-index: 10;
	padding: 30px 20px;
	text-align: right;
}

@media (max-width: 768px) {
	.nacionalidad {
		margin-top: 30px;
	}
}

.nacionalidad img {
	margin: 0 0 0 15px;
}

.dl-horizontal dt {
    width: 80px!important;
    text-align: left!important;
}

.dl-horizontal.jugador dt {
    width: 140px!important;
    text-align: left!important;
}

.dl-horizontal dd {
	margin: 0;
}

.dl-horizontal dt {
	
}

.datos-jugador {
	    min-height: 80px;
}

.news {
	min-height: 400px;
}

.bg-facebook {
	background: rgba(59,89,152,1);
}

.gallery-facebook {
	position: relative;
}

.gallery-facebook a {
    position: absolute;
    right: 40px;
    top: -30px;
    width: 100px;
    z-index: 9;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 12px;
    line-height: 16px;
    color: white;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

.gallery-facebook a:before {
	position: absolute;
  	top: 106px;
  	left: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-left: 100px solid #3b5998;
	border-bottom: 24px solid transparent;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}

.gallery-facebook a:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

.gallery-facebook a img,
.gallery-facebook a i {
	margin-bottom: 10px;
}

ul.link-cronica {
    padding: 0;
    margin: 0 0 0 6px;
    position: relative;
    overflow: hidden;
	bottom: -4px;	
	border-top: #121212 solid 1px;
}

ul.link-cronica li {
    display: inline-block;
    min-width: 24.5%;
    text-align: center;
    padding: 8px 3px 6px;
    line-height: 34px;
    float: left;
}

ul.link-cronica li.item-color {
	position: relative;
}

ul.link-cronica li.item-color:before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 101%;
	height: 45px;
	background: #BF0224;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
}
@media (max-width: 991px) {
	ul.link-cronica li { 
		width: 49%;
	}
	ul.link-cronica li.item-color:before {
 		background: none;
 	}
}

@media (max-width: 480px) {
	ul.link-cronica li { 
		display: block!important;
		width: 100%!important;
	}
	article.format-standard {
		padding: 0 15px;
	}
}


ul.link-cronica li.item-color a {
	position: relative;
	z-index: 2;
}

.title-article {
	width: 100%;
	display: block;
}

.wpcf7-acceptance {
	position: relative;
    left: 0;
    float: left;
    width: 26px!important;
    height: 20px!important;
}

.delivery {
    padding: 20px 15px 15px 15px;
    margin: 0 0 30px!important;
   	background: #FFCD00 url('http://treze.org/almeriavoley/wp-content/uploads/2017/09/correos.png') no-repeat center right;
}

.delivery i { 
	margin-right: 15px;
}

.content-marcador {
	padding: 60px 0px;
}

.content-marcador-cronica {
	padding: 20px 25px;
}

.equipo-content {
	display: block;
}

.marcador-number {
    font-size: 36px;
    line-height: 40px;    
    text-align: left;
    float: none;
}


.marcador-number span {
	position: relative;
    width: 52px;
    display: inline-block;
    text-align: center;
    height: 46px;
    max-height: 46px;
    margin: 0 0px 0 0;
}

.marcador-number span.gameover {
    opacity: 0.3;
}

.marcador-number span.win {
	opacity: 1;
}

@media (max-width: 480px) {
	.content-marcador {
		padding: 25px 0px;
		text-align: left;
	}
	.marcador-number {
		float: none;
		display: block;
		padding: 10px 0;
		margin-bottom: 0px;
		height: 60px!important;
	}
	.equipo-content {
		display: block;
		float: none;
		font-size: 1.42em;
    	font-weight: 600;
    	font-family: sans-serif;
    	margin-top: 25px;
	}
}

.img-responsive.wp-post-image {
	width: 100%;
	height: auto;
}

.countdown {
	text-transform: capitalize;
	font-size: 1.42345em;
}

@media (max-width: 768px) {
	.countdown {
		display: block;
		width: 100%;
	}
}

.publicidad {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f1f1;
    max-height: 20px;
    margin: 0 2px 4px 0;
    letter-spacing: 0.04em;
    color: #555;
    border-bottom: 1px solid #ececec;
}


.banner-unicaja {
	text-align: center;
}

@media (max-width:743px) {
	.banner-unicaja {
		text-align: center;
		margin: 0 0 40px 0;
	}
}

.carousel-photo {
	position: relative;
	width: 100%;
	height: 500px;
	max-height: 560px;
	overflow: hidden;
}

.carousel-photo img {
	width: 100%;
	float: left;
}

@media ( max-width : 520px) {
	.carousel-photo {
		width: 100%;
		height: 300px;
	}
}

.carousel-cell {
	width: 16.66666667%;
	height: 200px;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	counter-increment: carousel-cell;
}

@media ( max-width : 990px) {
	.carousel-cell {
		width: 50%;
	}
}

.carousel-cell.is-selected {
	background: rgba(0, 0, 0, 0.8);
}

/* position dots up a bit */
.flickity-page-dots {
	bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
	height: 4px;
	width: 40px;
	margin: 0;
	border-radius: 0;
}

/*******************************************
| HEADER & MENU 
*******************************************/

.menu-menu-secundario-container .menu-horizontal li a,
.menu-menu-portada-container .menu-horizontal li a {
	color: white!important;
	padding: 6px 0 0;
}

@media (min-width: 481px) and (max-width: 991px){
	.menu-menu-secundario-container .menu-horizontal li a,
	.menu-menu-portada-container .menu-horizontal li a {
		font-size: 12px;
		font-weight: normal;
	}
}
@media (max-width: 480px){
	.menu-menu-portada-container .menu-horizontal li  {
		display: none;
	}
	.menu-menu-portada-container .menu-horizontal li:first-child  {
		display: inline-block!important;
		float: left;
	}
	.menu-menu-secundario-container .menu-horizontal li a, .menu-menu-portada-container .menu-horizontal li a {
		padding: 6px 0 9px;
	}
}

.icon-tv-menu {
	float: right;
	width: 60px;
	padding: 9px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-tv-menu:hover,
.icon-tv-menu:focus {
	outline: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}

.top-bar-title {
	margin-left: 68px;
}

.top-bar {
	position: relative;
	height: 34px;
	background-color: white;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #aaaaab;
	z-index: 2;
}

.content-navigation {
	background-color: #ffffff;
	/*background-image: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);*/
}

.icon-tv {
	width: 22px;
    bottom: -3px;
    position: relative;
}

.logo-unicaja {
	max-width: 200px;
}

.logo-unicaja-white {
	display: block;
	max-width: 200px;
	margin: 0 auto!important;
}

@media (max-width: 767px){
	.logo-unicaja {
		display: block;
		max-width: 200px;
		width: 200px;
		margin: 0 auto!important;
	}
}

#menu-footer li {
	font-size: 0.9em;
}

.edad-lugar {
	float: right;
    margin: 10px 0 10px 0;
    line-height: 18px;
}

/* Pagination */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background: #367A32;
	border-color: #488F46;
	cursor: default;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #367A32;
}

/* Animated CSS Delay
******************************************/
.animated.delay.x1 {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay.x2 {
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay.x3 {
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay.x4_2 {
	-moz-animation-delay: 4.2s;
	-webkit-animation-delay: 4.2s;
	-o-animation-delay: 4.2s;
	animation-delay: 4.2s;
}

.animated.delay.x4 {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay.x5 {
	-moz-animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.delay.x6 {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s;
}

.animated.delay.x7 {
	-moz-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-o-animation-delay: 7s;
	animation-delay: 7s;
}

.animated.delay.x8 {
	-moz-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-o-animation-delay: 8s;
	animation-delay: 8s;
}

.animated.delay.x9 {
	-moz-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	-o-animation-delay: 9s;
	animation-delay: 9s;
}

.animated.delay.x10 {
	-moz-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	-o-animation-delay: 10s;
	animation-delay: 10s;
}

.animated.delay.x15 {
	-moz-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	-o-animation-delay: 15s;
	animation-delay: 15s;
}

.animated.delay.x20 {
	-moz-animation-delay: 20s;
	-webkit-animation-delay: 20s;
	-o-animation-delay: 20s;
	animation-delay: 20s;
}

/* Cookies */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
    background: #222223;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    min-width: 100%;
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0 0 0 25px;
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
	.cc-revoke,
	.cc-window {	
		font-size: 11px!important;
		line-height: 18px!important;
	}
	.cc-compliance {  
		margin: 0;
	}
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

#yottie_1 .yottie-widget-feed {
	background: transparent!important;
}


.yottie-popup .yottie-popup-video-channel {
    max-height: 60px;
}