html {
	font-size: 24px; /* fallback */
	font-size: 1vw;
	font-weight: 300;
}
body {
	font-size: 1.3rem;
	line-height: 1.4;
	overflow-x: hidden;
	background: #fff;
	margin: 0;
}
body.mceContentBody {
	font-size: 16px;
	line-height: 20px;
}
b, strong {
    font-weight: 600;
}
small,
.small,
.uk-text-small {
	font-size: 1rem;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	width: 100%;
}
h2, .uk-h2,
.uk-article-title {
	font-size: 3rem;
	line-height: 1.2;
}
h3, .uk-h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 15px;
	letter-spacing: -0.4px;
}
h4, .uk-h4 {
	font-size: 1.8rem;
	line-height: 1.1;
	margin-bottom: 5px;
}
h5, .uk-h5 {
	font-size: 1.4rem;
	line-height: 1.1;
}
.uk-article-meta {
    font-size: 1.1rem;
    line-height: 1;
}
.uk-article-meta + h1, .uk-article-meta + h2, .uk-article-meta + h3 {
	margin-top: 15px;
}
.uk-panel-title {
	font-weight: 600;
	text-transform: uppercase;
}
aside .uk-panel-title {
	text-transform: none;
	color: #eb602b;
	font-weight: normal;
	padding-bottom: 5px;
}
aside .uk-panel-title:after {
	content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #EB602B 0%,#fff 100%);
    background: -webkit-linear-gradient(left, #EB602B 0%,#fff 100%);
    background: linear-gradient(left, #EB602B 0%,#fff 100%);
    width: 100%;
    display: block;
}
h3 + .uk-margin,
h3 + p {
	margin-top: 15px;
	position: relative;
}
h4 + .uk-margin,
.uk-h4 + .uk-margin,
h4 + p,
.uk-h4 + p {
	margin-top: 5px;
}
h1 > strong,
h2 > strong,
h3 > strong {
	display: block;
	color: rgba(200,200,200,0.5);
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	white-space: nowrap;
	left: 50%;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform: translate3d(-50%, 300%, 0px);
	transform: translate3d(-50%, 300%, 0px);
	z-index: 0;
}
h3.uk-h1 > .uk-link-reset {
	display: block;
	position: relative;
	left: 50%;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform: translate3d(-50%, 300%, 0px);
	transform: translate3d(-50%, 300%, 0px);
	z-index: 0;
}
.tm-block-light h1 > strong,
.tm-block-light h2 > strong,
.tm-block-light h3 > strong {
	color: #fff;
}
.tm-block-dark h1, .tm-block-dark h2, .tm-block-dark h3, .tm-block-dark h4, .tm-block-dark h5, .tm-block-dark h6 {
	margin-bottom: 20px;
}
h1 > span,
h2 > span,
h3 > span {
	position: relative;
	z-index: 1;
}
::-moz-selection {
	background: #EB602B;
	color: #ffffff;
	text-shadow: none;
}
::selection {
	background: #EB602B;
	color: #ffffff;
	text-shadow: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color:none;
    outline-style: none;
    outline-width: 0px;
}

.relateditems h5 {
	color: #000;
	margin-top: 10px;
}
input#filter-search {
	margin-bottom: 0;
}
.chzn-container-single .chzn-single {
	border-radius: 0px;
	background: #fff;
}
.chzn-container .chzn-results li.highlighted {
	background-color: #EB602B;
	background-image: none;
}
.chzn-container-single .chzn-single:focus,
.chzn-container-single .chzn-single:active,
.chzn-container-active .chzn-single {
	border-color: #aaa;
}
div.img-container,
div.uk-panel-teaser,
.tm-article-blog .tm-featured-image {
	display: inline-block;
	position: relative;
	width: 100%;
}
div.img-container > img,
div.uk-panel-teaser > img,
.tm-article-blog .tm-featured-image > img {
	width: 100%;
	height: auto;
}
div.img-container:before,
div.uk-panel-teaser:before,
div.uk-overlay a.uk-position-cover:before,
.tm-article-blog .tm-featured-image:before,
.tm-mask-default:before {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  border: 1px solid #fff;
}
.uk-overlay-right {
    top: 150px;
}
.tm-block > .uk-container > .uk-grid {
    padding: 100px 0;
}

/*.tm-headerbar:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}*/

.tm-header + .tm-block.fullwidth {
	padding-top: 35px;
}
.hover-map {
	position: absolute;
	left: 7.5%;
	margin-left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	min-width: 300px;
	width: 25%;
	z-index: 99;
	background: #fff;
}
.hover-header {
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	z-index: 1001;
}
.hover-header p {
	margin: 0;
}
.hover-header a.v-readmore {
	position: absolute;
	display: inline-block;
	font-size: 15px;
	padding: 5px 40px 5px 40px;
	right: -40px;
	top: 40px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hover-header a.v-readmore:after {
	content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #EB602B 0%,#fff 100%);
    background: -webkit-linear-gradient(left, #EB602B 0%,#fff 100%);
    background: linear-gradient(left, #EB602B 0%,#fff 100%);
    width: 100%;
    display: block;
}
.hover-header .uk-panel-box {
	background: #fff;
	padding: 20px 80px 20px 20px;
}
.tm-headerbar {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    padding: 20px 50px;
    height: 140px;
}
.tm-headerbar .uk-logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tm-headerbar + #tm-header {
	margin-top: -140px;
}
.tm-headerbar + #tm-header {
	min-height: 400px;
	background-color: #3C3C3B;
}
.tm-headerbar + #tm-header > div > div > div {
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.tm-headerbar + #tm-header > div > h1,
.tm-headerbar + #tm-header > div > h2,
.tm-headerbar + #tm-header > div > h3,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h1,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h2,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h3 {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	width: auto;
	color: #fff;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.tm-headerbar + #tm-header > div > h1:after,
.tm-headerbar + #tm-header > div > h2:after,
.tm-headerbar + #tm-header > div > h3:after,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h1:after,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h2:after,
.tm-headerbar + #tm-header > div > div:not([data-uk-slideshow]) h3:after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: -8px;
	border-bottom: 2px solid #EB602B;
}
.tm-overlay-menu {
	overflow-x: hidden;
}
.tm-overlay-menu .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: #EB602B;
	background-color: #EB602B;
	background-image: url(../images/menu-background.png);
	background-repeat: no-repeat;
	background-position: bottom -75px right +50px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 200px;
	top: 0 !important;
	z-index:1;
	margin-top:-100px;
	transform:skew(0deg,-4.3deg);
	-ms-transform:skew(0deg,-4.3deg); /* IE 9 */
	-webkit-transform:skew(0deg,-4.3deg); /* Safari and Chrome */
}
.tm-overlay-menu .wrapper {
	margin: 100px auto 200px;
	transform:skew(0deg,4.3deg);
	-ms-transform:skew(0deg,4.3deg);
	-webkit-transform:skew(0deg,4.3deg);
}
.tm-overlay-menu .wrapper .uk-flex-right {
	padding-right: 50px;
}
.tm-overlay-menu h3.uk-panel-title {
	margin-bottom: 5px;
}
.tm-overlay-menu h3.uk-panel-title + p {
	margin-top: 5px;
}
.tm-overlay-menu .uk-navbar-nav {
	padding: 0;
	list-style: none;
}
.tm-overlay-menu .uk-navbar-nav > li {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	float: none;
	display: block;
}
.tm-overlay-menu .uk-navbar-nav > li + li {
	margin-top: 18px;
}
.tm-overlay-menu .uk-navbar-nav > li > a {
	position: relative;
	display: inline-block;
	height: auto;
	line-height: 1.5;
	font-weight: 600;
	padding: 0;
}
.tm-overlay-menu .uk-navbar-nav > li > a:after {
	content: "";
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	border-bottom: 3px solid rgba(255,255,255,0.55);
}
.tm-overlay-menu .uk-navbar-nav > li > a:hover,
.tm-overlay-menu .uk-navbar-nav > li > a:focus,
.tm-overlay-menu .uk-navbar-nav > li > a:active {
	text-decoration: none;
}
.tm-overlay-menu .uk-navbar-nav > li.uk-active > a:after,
.tm-overlay-menu .uk-navbar-nav > li > a:hover:after {
	width: 100%;
}
.tm-block.fullwidth > .uk-container {
	max-width: 100%;
	padding: 0;
}
.tm-block.fullwidth > .uk-container > .uk-grid {
	padding: 0;
}
.grecaptcha-badge {
	opacity: 0;
	z-index: -1;
}
.tm-totop-scroller:after {
    content: "\f062";
    font-family: FontAwesome;
}
.tm-footer {
	font-size: 1.1rem;
	padding: 20px 0;
	background: #c14c1f;
}
.tm-footer a {
	color: rgba(255,255,255,0.8);
}
.tm-footer a:hover,
.tm-footer a:focus,
.tm-footer a:active {
	color: #fff;
	text-decoration: none;
}
.tm-footer footer {
	margin-bottom: 15px;
}
.tm-footer p:last-child {
	margin-bottom: 0;
}
.tm-footer .uk-nav > li {
	display: inline-block;
}
.tm-footer .uk-nav > li + li {
	margin-left: 15px;
}
.tm-footer .uk-nav > li > a {
	padding: 0;
	color: #fff;
}
.tm-footer .uk-nav > li > a:hover,
.tm-footer .uk-nav > li > a:focus,
.tm-footer .uk-nav > li > a:active {
	background: transparent;
	text-decoration: underline;
}
.tm-bottom-c .uk-panel-title {
	text-transform: uppercase;
	font-weight: 700;
}
div.mod-languages {
	font-size: 1.2rem;
	font-weight: 700;
}
div.mod-languages ul.lang-inline li {
    display: block;
    height: 18px;
    line-height: 18px;
    float: left;
    position: relative;
}
div.mod-languages li {
	margin-right: 10px;
}
div.mod-languages li + li {
	padding-left: 10px;
}
div.mod-languages li + li:before {
    content: " ";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: -5px;
    z-index: -1;
    border-left: 3px solid #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.tm-headerbar div.mod-languages a {
	color: #fff;
	display: block;
}
.tm-icon {
  display: block;
  width: 45px;
  height: 35px;
  position: relative;
}
.tm-icon-menu {
  background: #fff;
}
[class*='tm-icon-'] {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 4px;
}
[class*='tm-icon-']::before,
[class*='tm-icon-']::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.99, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0.99, 0.2, 1);
}
.tm-icon-menu:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.tm-icon-menu:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}
:hover > .tm-icon-menu:before,
:hover > .tm-icon-menu:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.tm-icon-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tm-icon-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
:hover > .tm-icon-close:before {
  -webkit-transform: rotate(45deg) scaleX(1.5);
  transform: rotate(45deg) scaleX(1.5);
}
:hover > .tm-icon-close:after {
  -webkit-transform: rotate(-45deg) scaleX(1.5);
  transform: rotate(-45deg) scaleX(1.5);
}
ul.categories-module {
	padding: 0;
	list-style: none;
}
ul.categories-module h5,
ul.categories-module h5 a {
	color: #3C3C3B;
}
div.tagspopular > ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
div.tagspopular a:after {
	content: ", ";
}
div.tagspopular > span.tag:last-child a:after {
	display: none;
}
div.tagspopular a {
	color: #3C3C3B;
}
div.article-tags > a {
	background: #F1F1F2;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 0.9em;
}
div.article-tags > a:hover,
div.article-tags > a:focus,
div.article-tags > a:active {
	color: inherit;
	text-decoration: none;
}
div.article-tags > a + a {
	margin-left: 5px;
}

.uk-button-video {
    box-shadow: -20px -9px 1px #c14c1f;
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    bottom:150px;
}


/***** INIZIO FORMULARI *****/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 1rem !important;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
	padding: 0;
}
.convertforms .cf-fields {
	margin: -6px;
}
.convertforms .cf-control-group {
	padding: 6px;
}
.convertforms .cf-input {
	border: none;
	border-bottom: 2px solid;
	border-color: #EB602B !important;
	padding: 5px 0 !important;
}
.convertforms textarea.cf-input{
	border: 2px solid;
	margin-top: 20px;
	padding: 5px !important;
}
.convertforms .cf-checkbox-group [type="checkbox"]:not(:checked),
.convertforms .cf-checkbox-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.convertforms .cf-checkbox-group [type="checkbox"]:not(:checked) + label,
.convertforms .cf-checkbox-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  cursor: pointer;
}
.convertforms .cf-checkbox-group [type="checkbox"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0; top: .3rem;
  width: 1.7em; height: 1.7em;
  border: 2px solid #EB602B;
  background: #fff;
  border-radius: 0px;
}

.convertforms .cf-checkbox-group [type="checkbox"]:checked + label:before {
	content: '';
	background:white;
	position: absolute;
	left: 0; top: .3rem;
	width: 1.7em; height: 1.7em;
	border: 10px solid #EB602B;
	border-radius: 0px;

}

/*
.convertforms .cf-checkbox-group [type="checkbox"]:not(:checked) + label:after,
.convertforms .cf-checkbox-group [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .6rem; left: .3rem;
  font-size: 1.3em;
  line-height: 0.8;
  color: #EB602B;
  transition: all .2s;
  background:#EB602B
}*/

.convertforms .cf-checkbox-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.convertforms .cf-checkbox-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.convertforms .cf-checkbox-group [type="checkbox"]:disabled:not(:checked) + label:before,
.convertforms .cf-checkbox-group [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.convertforms .cf-checkbox-group [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.convertforms .cf-checkbox-group [type="checkbox"]:disabled + label {
  color: #aaa;
}
.convertforms button[type="submit"]:hover,
.convertforms button[type="submit"]:focus {
	background: #eb602b !important;
	color: #fff !important;
	opacity: 1 !important;
}
.tm-sidebar-a .convertforms .cf-one-half,
.tm-sidebar-a .convertforms .cf-two-fourths,
.tm-sidebar-a .convertforms .cf-three-sixths {
	width: 100%;
}
/***** FINE FORMULARI *****/


/***** INIZIO CONDIVISIONE SOCIAL *****/
.s2s_supra_contenedor {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #EB602B;
}
.s2s_contenedor {
	margin: 0;
}
.s2s_btn .globo {
    margin-top: 10px;
    border-radius: 0;
	border: none;
	background: #F1F1F2;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.s2s_btn.s2s-btn-default {
	padding: 0px;
}
.s2s_btn.s2s-btn-default + .s2s_btn.s2s-btn-default {
	margin-left: 6px;
}
.s2s_contenedor .s2s_btn.active {
    background-color: transparent;
}
.s2s_contenedor .s2s_btn .s2s_flecha {
    border-color: transparent transparent #F1F1F2 transparent;
    top: -15px;
}
a.s2s_icon {
    padding: 6px;
    font-size: 19px;
    border: 1px solid #EB602B;
    border-radius: 50%;
}
a.s2s_icon:hover,
a.s2s_icon:focus,
a.s2s_icon:active {
	background: #EB602B;
	text-decoration: none;
}
a.s2s_icon i {
	color: #EB602B;
}
a.s2s_icon:hover i,
a.s2s_icon:focus i,
a.s2s_icon:active i {
	color: #fff;
}
.s2s_btn {
	margin-bottom: 0;
}
.s2s_share_text {
	font-size: 1.5rem;
    font-weight: 400;
    color: #EB602B;
}
span.s2s_share_text.s2s_share_text_left {
	margin: 0;
}
.socials-container {
	float: right;
}
/***** FINE CONDIVISIONE SOCIAL *****/

/**** SLIDER PRODOTTI ****/

.pradella .uk-slider h3 {
    text-shadow: -1px 2px 5px #7d7272
}
.pradella > .uk-slider-container > .uk-slider > li:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 5;
}
.pradella > .uk-slider-container > .uk-slider a.uk-position-cover {
	z-index: 10;
}
.pradella > .uk-slider-container > .uk-slider > li:first-child {
	z-index: 1;
}
.pradella > .uk-slider-container > .uk-slider .uk-overlay {
    z-index: 0;
    position: static;
}
.pradella > .uk-slider-container > .uk-slider:hover > li:hover .uk-overlay:before {
	opacity: 1 !important;
}
.pradella > .uk-slider-container > .uk-slider > li .uk-overlay .uk-overlay-panel {
	padding: 20px 15%;
}
.pradella ul.uk-slider-fullscreen {
	z-index: 1;
	background: transparent;
}
.pradella .uk-overlay-panel.uk-cover-background {
	width: 100vw;
	padding: 0;
	background-size: cover;
	z-index: 0;
	opacity: 0;
}
.pradella .uk-overlay-panel.uk-cover-background.active {
	opacity: 1;
}
.pradella > .uk-slider-container > .uk-slider .uk-overlay .uk-overlay-panel {
	z-index: 2
}
.pradella > .uk-slider-container > .uk-slider .uk-overlay-hover .uk-overlay-panel {
	opacity: 1 !important;
	background: rgba(0,0,0,.5);
}
.pradella > .uk-slider-container > .uk-slider > li .uk-overlay .uk-overlay-panel {
	transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
}
.pradella > .uk-slider-container > .uk-slider:hover > li:not(:hover) .uk-overlay .uk-overlay-panel {
	background: rgba(0,0,0,0);
}

.mk-intro-text {
    min-height: auto!important;
    width: 100%;
}
 .max-w-large {
    max-width: 727px;
}

/*WIDGET STORIES*/
.container-stories .uk-panel-teaser:before{
	display: none;
}
.box-contenuto {
    width: 50%;
    border-right: 4px dotted #eb602b;
}
.content-centrale {
	margin-bottom: 100px;
	width: 200%;
}
.s-img {
    width: 100%;
}
.s-title {
    display: inline-block;
    background: white;
    border: 3px solid #eb602b;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #eb602b;
    font-weight: 600;
    font-size: 25px;
}
.s-content {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0px 5px 0px;
    background: white;
    font-size: 2em;
    margin-top: 60px;
}
.tm-mask-default {
	position: relative;
}

/* Fix controlli mappa google */

.gm-fullscreen-control {
	display: none;
}
.gm-bundled-control.gm-bundled-control-on-bottom {
    top: 0px;
}
.uk-slidenav {
	background: #eb602b;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}
.uk-slidenav:hover,
.uk-slidenav:focus,
.uk-slidenav:active {
	color: #fff;
}
.uk-slidenav-next {
	margin-left: 2px;
}
.tm-overlay-menu {
	background: transparent; 
}
.uk-icon-button {
	background: transparent;
	border: 1px solid #333;
	border-radius: 100%;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-icon-button + .uk-icon-button {
    margin-left: 8px;
}
.uk-icon-button:hover, .uk-icon-button:focus {
	border-color: #eb602b;
	-webkit-transform: none;
    transform: none;
}
.uk-panel-box-secondary .uk-icon-button { 
	color: #fff;
	border-color: #fff;
}
.uk-panel-box-secondary .uk-icon-button:hover, .uk-panel-box-secondary .uk-icon-button:focus {
	background: #fff;
	color: #eb602b
}

.tm-slant-bottom + .tm-block { padding-top: 10%; }

td.list-title {
    padding-right: 60px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    width: 88%;
}

td.list-date.small {
    padding-left: 15px;
    padding-right: 15px;
}

.tag-category tr {
    background: #f7f7f7;
}

.tag-category tr {background: #f7f7f7;padding: 50px;}

/*MEDIA*/

/* ! MAX */

@media screen and (max-width: 767px) {
	html {
	    font-size: calc(0.6em + 1vw);
	}
	.hover-header {
		left: 0;
	}
	.uk-button-large {
	    min-height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
	.uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li,
	video.uk-cover-object {
		height: 400px !important;
	}
	h2, .uk-h2, .uk-article-title {
		font-size: 2rem;
	}
	h1 > strong, h2 > strong, h3 > strong {
		font-size: 120%;
	}
	.tm-footer .uk-text-right {
		text-align: left !important;
	}
	.tm-headerbar{
		padding: 20px 30px;
	}
	div.mod-languages ul.lang-inline li {
    	float:unset;
		padding-top: 5px;
	}
	div.mod-languages li + li:before {
	    display:none;
	}
	div.mod-languages li, div.mod-languages li + li  {
		padding-left: 0px;
	}
	.mk-p1 img {
	    margin-right:auto;
	}
	.mk-p2 img {
	    margin-left:auto;
	}
	.s-absolute img {
		width: 100%;
	}
	.s-border {
		height: 450px;
	}
	.hover-header {
		position: relative;
	}
	.hover-header .uk-width-1-2 {
	    width: 100%;
	}
	.tm-header + .tm-block.fullwidth {
   		padding-top: 0px;
	}
	.hover-header a.v-readmore {
    	top: 26px;
	}
    .mk-padding{
	    padding: 0px 25px;
    }
    .tm-block:not(.fullwidth) > .uk-container > .tm-top-a.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-top-b.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-top-c.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-bottom-a.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-bottom-b.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-bottom-c.uk-grid,
    .tm-block:not(.fullwidth) > .uk-container > .tm-footer,
    .tm-block:not(.fullwidth) > .uk-container > .uk-grid {
    	padding: 40px 0;
	}
	.tm-overlay-menu .uk-navbar-nav > li + li {
    	margin-top: 10px;
	}
	.tm-overlay-menu .uk-navbar-nav {
    	margin-top: -40px;
	}
	.uk-width-1-3, .uk-width-2-6 {
    	width: 50%;
	}
	.hover-map {
    	left: 3.5%;
		min-width: 200px;
	}
	blockquote {
    	font-size: 1.4rem;
    	padding: 40px;
	}
	.s-absolute img {
    	padding: 0px;
	}
	
	.uk-button-video {
    	top: 300px;
		bottom:auto;
	}
	
}
@media screen and (max-width: 480px) {
	.tm-footer .uk-nav  {
		margin: 10px 0;
	}
	.tm-footer .uk-nav > li {
		display: block;
		margin-left: 0 !important;
	}
	.tm-icon {
    	width: 30px;
	}
	[class*='tm-icon-'] {
    	width: 36px;
		height: 3px;
	}
	.uk-panel-space {
    	padding: 25px;
	}
	.content-centrale {
       margin-bottom: 50px;
	}
	.pradella .uk-slider h3 {
    	text-shadow: -1px 2px 5px #7d7272;
		font-size: 2.8rem;
	}
	.uk-logo img{
		max-width: 100%!important;
	}
	.max-w-large {
    	padding-left: 20px;
		padding-right: 20px;
	}
	.s2s_supra_contenedor {
    	padding-bottom: 40px;
	}
	.article-tags {
    	max-width: 100%;
	}
	div.article-tags > a {
    	display: inline-block;
    	margin-bottom: 7px;
	}
}


/*IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .tm-top-a .uk-slider-container img {
	width: 80%;
		}
 }


/* ! MIN */

@media screen and (min-width: 768px) {
	body {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 960px) {
	body {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1219px) {
	html {
		font-size: 15px;
	}
	body {
		font-size: 1.6rem;
	}
}

@media (min-width: 1440px){
	.uk-container {
	    max-width: 1400px;
	}
}