<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif !important;
	background: #fff;
	font-size: 14px;
}

html, html a {
	-webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead,
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%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none !important;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus {
	opacity: 0.8;
	text-decoration: none;
	outline: 0 !important;
	color: #000;
}

a.underline {
	text-decoration: underline;
}

blockquote {
  padding: 20px 40px;
  margin: 0 0 20px;
  font-size: 18px;
  border-left: 5px solid #ccc;
	background-color: #f1f1f1;
}

.container {
	position: relative;
}

@media (max-width: 700px) {

	.container {
		padding: 0 10px !important;
	}

}

.header-top {
	height: 35px;
	background: #f1f1f1;
}

small { font-size: 12px; }

#header-main-sticky-wrapper { z-index: 10000; }





/***********************************************/
/* Forms *
/***********************************************/

input[type="submit"] { cursor:pointer; display:block; color: #FFF; margin: 5px 0; padding: 5px; background: #000 url(../img/bright.png) repeat-x; border: none; border-radius: 4px; -moz-border-radius: 4px;  -webkit-border-radius: 4px; behavior: url(/css/border-radius.htc); }
input[type="submit"]:hover { background-color: #333; }
.error { color: #FF0000;display: block; font-size: 12px; position: relative; }
input.error, textarea.error {  }

input[type="text"].fullwidth, input[type="password"].fullwidth {
	border-radius: 0;
    height: 40px;
    margin: 10px 0;
}

textarea {
	border-radius: 0;
    margin: 10px 0;
}

#commentsForm {
	background: #fff;
	padding:30px;

}


.contactForm input[type="text"].fullwidth, .contactForm input[type="password"].fullwidth, #commentsForm input[type="text"].fullwidth {
	border-radius: 0px;
  height: 50px;
  margin: 10px 0;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	box-shadow: none;
	border: 1px solid #fff;
	padding: 0 10px;
}

.contactForm textarea ,#commentsForm textarea{
	border-radius: 0px;
  margin: 10px 0;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	height: 120px;
	padding: 15px;
	box-shadow: none;
	border: 1px solid #fff;
}

.contactForm span, .contactForm span a {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

.contactForm textarea:focus, input[type="text"]:focus {
	box-shadow: none;
	border: 1px solid rgba(255,255,255,0.5) !important;
}


.form input[type="text"].fullwidth, .form input[type="password"].fullwidth {
	border-radius: 4px;
  height: 50px;
  margin: 10px 0;
	background: none;
	color: #000;
	font-size: 14px;
	box-shadow: none;
	border: 2px solid #a7a7a7;
	padding: 0 10px;
}

.form textarea {
	border-radius: 4px;
    margin: 10px 0;
	background: none;
	color: #000;
	font-size: 15px;
	height: 120px;
	padding: 15px;
	box-shadow: none;
	border: 2px solid #a7a7a7;
}

.form span, .form span a {
	font-size: 12px;
	font-weight: 100;
	color: #000;
}

.form textarea:focus, .form input[type="text"]:focus {
	box-shadow: none !important;
	border: 1px solid #1a81cc !important;
}



.fieldset { margin-bottom:10px; }

.fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 { margin: 20px 0; font-weight:bold; font-size: 24px;letter-spacing:-1px; line-height: 40px }
p { text-align:justify;  }


/***********************************************/
/* Footer *
/***********************************************/

footer {
	background-clip: padding-box;
	position: relative;
	z-index: 80;
}

.footer {
	color: #fff;
}

.footer .mod-text p { color: #a4a4a4 !important; font-size: 12px; }

.footer a {
	color: #fff;
}

.footer a:not(.btn):hover, footer a:not(.btn):focus {
	color: #fff;
	opacity: 0.6;
}

.footer ul {
	list-style: none;
	padding: 0;
}

.footer h2 {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-align:left !important;
	border-bottom: 1px solid #444444 !important;
    margin: 0 0 15px !important;
    padding: 25px 0 8px !important;
	letter-spacing: 0;
	text-transform:uppercase;
}

.square {
	position: relative;
}

.square:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}



/***********************************************/
/* Interweb *
/***********************************************/

.text-align-center {
	text-align: center !important;
}

.mod-title {
	padding: 0px 0 20px;
	color: #000;
	margin: 0;
	font-size: 34px !important;
	line-height: 40px !important;
	text-align: left;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 300;
}

.mod-title-big {
	padding: 0px 0 50px;
	color: #000;
	margin: 0;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
}

.mod-title-big:before {
	content: "";
  width: 300px;
  margin: 0px auto 0px;
  border-bottom: 1px solid #b2936d;
  height: 10px;
  position: absolute;
  bottom: 20px;
  z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}

.mod-title-big:after {
	position: absolute;
  left: 50%;
  font-size: 26px;
  color: #b2936d;
  top: 50%;
  transform: translate(-25px, -0px);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  font-family: 'Fontello';
  text-decoration: none;
  speak: none;
  content: "\e8f7";
  background: #fff;
  z-index: 999;
}

@media (max-width: 1000px) {

	.mod-title-big {
		font-size: 26px !important;
	}

}

.item-type-text a {
	text-decoration: underline;

}

#module9554 .mod-title-big:after, #module5912 .mod-title-big:after, .background-gray .mod-title-big:after {
	background: #f8f8f8;
}

.mod-subtitle {
	font-weight: 300;
	padding: 0;
	color: #000;
	margin: 0 0 30px 0;
	font-size: 24px !important;
	line-height: 30px !important;
	text-transform:none;
	text-align: left;
	text-transform: none;
	position: relative;
	padding-bottom: 0px;
}

.mod-quote {
	font-weight: 300;
	color: #000;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
	text-transform:none;
	border-radius: 10px;
	background: #e5e5e5;
	padding: 40px 10px;
	margin: 10px 0;
}

.mod-text, .mod-text p {
	font-size: 17px;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
}

.mod-text ul {
	margin: 0px 0;
}

.mod-text ul li {
	margin: 0 0 5px 0;
	color: #000;
	 line-height: 35px;
	 padding: 0px 0px 0px 25px;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.mod-text ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
 	font-family: FontAwesome;
	font-display: auto;
	content: "\f00c";
	color: #000;
}

.mod-image { text-align:center; margin: 0px 0 0px; }
.mod-image img { width: 100%; }

.mod-image.fix img { width: auto; }
.mod-button { margin: 20px 0; }

.mod-video { position: relative; text-align:center; margin: 0px 0; display: block; -webkit-border-radius:10px; 	-moz-border-radius:10px; 	border-radius:10px;  }
.mod-video img { width: 100%; }
.mod-video a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: FontAwesome;
	font-display: auto;
	content: "\f01d";
	color: #fff;
	font-size: 60px;
	margin-top: -30px;
	margin-left: -20px;
}

.mod-button a.btt {
	display: block;
	padding-top: 0px;
    position: relative;
	margin-bottom: 40px;
	color: #fff;
}

.mod-button a.btt:before {
	position: absolute;
	top: 0;
	left: 50%;
	font-family: FontAwesome;
	font-display: auto;
	color: #fff;
	font-size: 40px;
	margin-top: -0px;
	margin-left: -50px;
	background: #54b2da;
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 100%;
	line-height: 80px;
}

.mod-button a.btt.email:before {
	content: "\f003";
}

.mod-button a.btt.phone:before {
	content: "\f095";
}


.mod-button a.btt:hover:before {
	background: #000;
}


.mod-social ul.social {
    overflow: hidden;
		text-align: left !important;
}
.mod-social ul.social li {
  display: inline-block;
  height: 40px !important;
  line-height: 40px !important;
  margin: 10px 4px;
  overflow: hidden;
  width: 40px !important;
	background: none !important;
	color: #fff;
	border-radius: 0;

}
.mod-social ul.social li:hover {
  background: none;
  color: #666;
}
.mod-social ul.social li:hover a {
  color: #c2def2 !important;
  text-decoration: none;
}
.mod-social ul.social li a {
  color: #fff;
  display: block;
  font-size: 16px !important;
  line-height: 40px !important;
  padding-top: 0px !important;
  position: relative;
  top: 0;
  width: 100%;
	text-align:center;
	height: 40px !important;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: none !important;
	height: 40px !important;
}

.collapseShow {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    padding: 20px 20px 20px 40px;
    position: relative;
		border: 1px solid #e5e5e5;
}
.collapseShow:hover {
    color: #333;
    text-decoration: none;
}
.collapseShow::before {
    color: #000;
    content: "\f106";
    font-family: FontAwesome;
		font-display: auto;
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 21px;
}
.collapseHide {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    padding: 20px 20px 20px 40px;
    position: relative;
		border: 1px solid #e5e5e5;
}
.collapseHide:hover {
    color: #333;
    text-decoration: none;
}
.collapseHide::before {
    color: #000;
    content: "\f107";
    font-family: FontAwesome;
		font-display: auto;
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 21px;
}
.mod-collapse .nav-toggle {
}
.mod-collapse .collapseContent {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: -16px 0 20px 0;
    padding: 20px;
}


.valign-container {
	display: table;
}

.valign-container .ui-sortable {
	display:table-cell;
	vertical-align:middle;
}


.blackwhite:hover {
-webkit-filter: grayscale(0%);
}

.blackwhite {

	-webkit-filter: grayscale(100%);
}


.text-color-white, .text-color-white a {
	color: #fff !important;
}

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

/*****************************************************/
/* Pages */
/*****************************************************/



.margins {
	padding: 50px 0;
}

.page, .edit {
  background-clip: padding-box;
	min-height: 500px;
	position: relative;
	z-index: 80;
	background: #f8f8f8;
}

.margin {
	padding: 130px 0 0 0;
}

.edit {
  padding: 130px 0 0 0;
}

.page-without-margin {
	padding: 0 !important;
}

@media (max-width: 1000px) {
	.page {
		padding-top: 0px;
	}
	.margin {
		padding-top: 100px;
	}
	.margins {
		padding: 30px 0;
	}

}
@media (max-width: 600px) {
.title-page {
	font-size: 28px!important;

	}
}



/*****************************************************/
/* Buttons */
/*****************************************************/

.btn-custom {
  background-clip: padding-box;
  background-color: #000;
  background-image: none;
  border: medium none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  text-shadow: none;
  word-spacing: 1px;
	padding: 0px 40px;
	line-height: 40px;
	text-transform: uppercase;
  width: auto;
  border-radius: 3px;
  padding: 0 20px;
  background-color: #df1a31;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    background-color: #222;
    background-position: inherit;
    color: #FFFFFF;
}

.btn-custom:focus, .btn-custom:active {
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5) inset;
}

.btn-custom-2 {
  background-color: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
  word-spacing: 1px;
	padding: 0px 40px;
	line-height: 40px;
	border: 2px solid #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active {
  opacity: 1;
	color: #fff;
}


.btn-custom-3 {
  background-color: #fff;
  border-radius: 60px;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
  word-spacing: 1px;
	padding: 0px 20px;
	line-height: 40px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.btn-custom-3:hover, .btn-custom-3:focus, .btn-custom-3:active {
  opacity: 0.9;
}

.btn-custom-small {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
	line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  background-color: #df1a31;
}

/*****************************************************/
/* Header*/
/*****************************************************/

#header-main {
  z-index: 100;
  width: 100%;
  height: 135px;
  padding: 15px;
}
#headers {
	background-color: none;
	transition: all ease-in .3s;
}

header nav {
	float: left;
	margin: 0 0 0 0px;
}

.header {
	background-color: #000;
	transition: all ease-in .3s;
}

.shrink .header {
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}





#header-navigation .logo {
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#header-navigation .logo:hover {
	opacity: 1 !important;
}

#header-navigation .logo img {
	height: 150px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

@media (max-width: 1300px) {

	#header-navigation .logo img {
		height: 100px;
	}

}

#header-navigation {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	height: 130px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-bottom: 0px solid #f1f1f1;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

#header-navigation ul.nav {
	text-align: right;
	line-height: 130px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	margin-right: 20px;
}

#header-navigation ul.nav &gt; .active &gt; a, #header-navigation ul.nav &gt; .active &gt; a:hover, #header-navigation ul.nav &gt; .active &gt; a:focus {
  box-shadow: none;
	color: #000;
  text-decoration: none;
	border-bottom: 2px solid #000 !important;
}

#header-navigation ul.nav li.dropdown.open &gt; .dropdown-toggle, #header-navigation ul.nav li.dropdown.active &gt; .dropdown-toggle, #header-navigation ul.nav li.dropdown.open.active &gt; .dropdown-toggle {
	background-color: none;
}

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
    background-color: #fff !important;
}

#header-navigation ul.nav &gt; li {
  vertical-align: middle;
}

#header-navigation ul.nav &gt; li &gt; a {
  text-shadow: none;
	font-size:16px;
	font-weight:900;
	padding: 10px;
	line-height: 60px;
	color: #000;
	text-transform:uppercase;
	border-bottom: 2px solid #fff;
	letter-spacing: 1px;
}

#header-navigation ul.nav &gt; li &gt; a:hover {
	background: #a03b2c;
  opacity: 0.7;
}

#header-navigation ul.nav &gt; li.hl &gt; a {
  text-shadow: none;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #000;
	color: #000;
	border-radius: 60px;
	padding: 0px 15px;
	line-height: 40px;
}

#header-navigation ul.nav &gt; li &gt; a i:before {
  margin-left: 0;
	vertical-align: middle;
}

#header-navigation ul.nav &gt; li &gt; a:hover {
	background: #a03b2c;
  opacity: 0.7;
}

@media (min-width: 768px) {

#header-navigation ul.nav &gt; li &gt; a {
	margin: 0px 8px 0px;
	padding: 0;
	font-size: 15px;
}

#header-navigation ul.nav &gt; li &gt; a .sf-sub-indicator { margin-left: 10px; }
#header-navigation ul.nav &gt; li &gt; a:hover .sf-sub-indicator { color: #54b2da; }

#header-navigation ul.nav .dropdown {
	position: relative;
	display: inline-block;
}

#header-navigation ul.nav .dropdown-toggle:focus {
	outline: 0;
}

#header-navigation ul.nav .dropdown-menu {
	position: absolute;
	top: 63px;
	left: 0;
	display: block;
	float: left;
	min-width: 160px;
	padding: 15px 0;
	margin: 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff;
	color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 50px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

#header-navigation ul.nav .dropdown-menu:before {
	position: absolute;
  content: "";
  display: inline-block;
  left: 30px;
  position: absolute;
  top: -12px;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
}

#header-navigation ul.nav &gt; li &gt; .dropdown-menu {
	margin-top: 0px;
}

#header-navigation ul.nav .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

#header-navigation ul.nav &gt; li &gt; a:hover, #header-navigation ul.nav &gt; li &gt; a:focus {
    background: none !important;
}

#header-navigation ul.nav .dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	color: #000;
	text-align: left;
	text-transform:uppercase;
}

#header-navigation ul.nav .dropdown-menu &gt; li:last-child &gt; a {
	border-bottom: 0px;
}
#header-navigation ul.nav .dropdown-menu &gt; li &gt; a:hover, #header-navigation ul .dropdown-menu &gt; li &gt; a:focus {
	text-decoration: none;
	background-color: none;
	opacity: 0.6;
	background: none !important;
}

#header-navigation ul.nav .dropdown-menu {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
	visibility: hidden;
}

#header-navigation ul.nav .open .dropdown-menu {
	display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
	visibility: visible;
  }

}

@media (max-width: 668px) {

#header-navigation ul.nav &gt; li &gt; a {
	margin: 0px 5px 0px;
	padding: 0;
	font-size: 14px;
}

}


/***********************************************/
/* Languages *
/***********************************************/

.languages {
	position: absolute;
	top: 10px;
	right: 40px;
}
.languages li {
	display: inline-block;
}
.languages li a {
	color: #666;
	font-size: 11px;
	margin-right: 5px;
	text-transform: uppercase;
}
.languages li a:hover { color: #ccc; }
.languages li:last-child a:after { content:""; }






.sticky-wrapper {
	position: relative;
	width: 100%;
	z-index:999;
}

.sticky {
	width: 100%;
}



.map {
	width: 100%;
	height: 300px;
	margin: 20px 0;
	overflow: hidden !important;
}
.map img {
	max-width: none !important;
}

#map {
	width: 100%;
	height: 300px;
	border: 1px solid;
	margin-top: -1px;
}
#map img {
	max-width: none !important;
}



img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
  	image-rendering: auto;
}


/*****************************************************/
/* Product */
/*****************************************************/

#product .title {
	text-align: center;
	background: #e9e9e9;
	padding: 20px 30px;
	margin-bottom: 30px;
}

#product .title h1 {
	text-transform:uppercase;
}

#product .product-info {
	margin: 50px auto;
}

#product p {
	font-family: "Raleway";
	font-size: 16px;
	letter-spacing:0;
	line-height: 25px;
}

#product .content ul {
	margin: 20px 0;
}

#product .content ul li {
	margin: 0 0 5px 0;
	 padding: 0px 0px 0px 25px;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	font-family: "Raleway";
	font-size: 16px;
	letter-spacing:0;
	line-height: 25px;
	color: #000;
}

#product .content ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
 	font-family: FontAwesome;
	font-display: auto;
	content: "\f00c";
	color: #000;
}

@media only screen and (max-width: 800px)  {
	#product .title {
		margin-bottom: 0px;
	}
	#product .product-info {
		margin-top: 0px;
	}
	#tabs {
		margin: 0 20px !important;
	}
}






/*******************************************************************************************************************************/
/* Sliding-menu */
/*******************************************************************************************************************************/


#sliding-menu {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  right: -275px;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 999999999;
	background: #000;
	transition: all 0.5s ease 0s;
}

#sliding-menu-overlay {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#sliding-menu-inner {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

#outer-container {
	position: relative;
	left: 0px;
	transition: all 0.5s ease 0s;
}

.menu-anim #sliding-menu {
    transform: translateX(-275px) !important;
		width: 100%;
}

#sliding-menu .close {
  width: 30px;
	height: 30px;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1;
	z-index: 2;
}

#sliding-menu .close:before, #sliding-menu .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

#sliding-menu .close:before {
  transform: rotate(45deg);
}

#sliding-menu .close:after {
  transform: rotate(-45deg);
}

.sliding-menu-open,  .sliding-menu-open:focus {
	height: 100%;
	width: 20px;
	color: #000;
	display: block;
	margin-right: 20px;
	line-height: 75px;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	right: 0;
	width: 60px !important;
	margin: 0px;
	display: flex;
	align-items: center;
}

.sliding-menu-open i {
	font-size: 30px;
	color: #000;
}

.sliding-menu-open:hover {
	background: none;
	color: #666;
}

.shrink .sliding-menu-open { color: #000; }

@media (min-width: 1px) and (max-width: 1024px) {

	.sliding-menu-open,  .sliding-menu-open:focus {

	}

}

header#header-mobile {
	display: none;
	height: 100px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header#header-mobile .logo img {
    height: 100px;
    padding: 0 10px;
}

#header-mobile .logo-black { display: none; }
#header-mobile.shrink .logo-black { display: block; }
#header-mobile.shrink .logo-white { display: none; }

@media (min-width: 1px) and (max-width: 1024px) {
	header#header-mobile .logo {
	    padding: 0px 0;
	}
}

#mobile-menu {
	position: relative;
	top: 0px;
 	padding: 0px;
  z-index: 1000;
}

#mobile-menu ul {
	list-style: none;
	margin: 100px 40px;
}

#mobile-menu ul li a {
  color: #fff;
  font-size: 24px;
  display: block;
  position: relative;
  padding: 10px 0;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 300;
}

#mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
    background: none !important;
}

#mobile-menu &gt; ul &gt; li:last-child a {
	border-bottom: none;
}

#mobile-menu ul li ul {
	position: relative;
	background: none;
	display: none;
	border: none;
	padding: 0 0 0 0px;
	margin: 0 0 20px 0;
	width: 100%;
}



.background-cover {
	position: relative;
	background-size:cover;
    color: white;
    padding: 0;
	background-repeat: none;
	background-position: 50% 50%;
}

.background-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.row-fluid-no-margin .col-md-4 {
  width: 33.333% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.row-fluid-no-margin .col-md-6 {
  width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1000px) {

	.row-fluid-no-margin .col-md-4 {
		width: 100% !important;
	}

	.row-fluid-no-margin .col-md-6 {
		width: 100% !important;
	}

}

.heading-block {
	background-color: #000;
	padding: 100px;
}


/*****************************************************/
/* Hero */
/*****************************************************/

.hero {
	text-align: center;
}

.hero-title {
	font-family:"proxima-bold";
	text-transform:uppercase;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
  margin: 0 0 30px;
	text-align:center;
	color: #fff;
	letter-spacing: -1px;
}

.hero-description {
	font-family: "proxima-light";
	text-transform:uppercase;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 30px;
	text-align:center;
	color: #fff;
	font-weight: 100;
	letter-spacing: 2px;
}

.hero .item-type-button {
	display: inline-block !important;
	margin: 0 5px;
}

@media (max-width: 978px) {

	.hero-title {
	  font-size: 40px;
	  line-height: 60px;
	  margin: 0 0 20px;
	}

	.hero-description {
	  font-size: 20px;
	  line-height: 30px;
	  margin-bottom: 20px;
	}

	.hero .item-type-button {
		display: inline-block !important;
		margin: 0 5px;
	}

}


/*****************************************************/
/* Slider */
/*****************************************************/

#rev_slider_forcefullwidth {

}

#rev_slider_wrapper {
	margin:0px auto;
	background-color:transparent;
	padding:0px;
	margin-top:130px;
	margin-bottom:0px;
}

#rev_slider .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*background-color: rgba(0,0,0,0.5);*/
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {

	#rev_slider_wrapper {
    margin-top:0px !important;
	}

}

.slider-title {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.slider-text {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.slider-btn a {
  background-color: none;
  border-radius: 60px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
  word-spacing: 1px;
	padding: 10px 30px;
	line-height: 40px !important;
	border-radius: 60px;
	border: 2px solid #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.slider-btn a:hover, .slider-btn a:focus, .slider-btn a:active {
  opacity: 1;
	color: #fff;
}

.tp-caption {
	width: 100% !important;
	background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  )
}

.element {

}

/*****************************************************/
/* Responsive */
/*****************************************************/

@media only screen and (min-width : 1px) and (max-width : 1000px) {

	.head { background-size:cover !important; }

	#header-main, #header-navigation, #header-navigation-sticky-wrapper { display: none; }

	#header-mobile { display: block !important; }

	header#header-mobile nav &gt; ul li {
		display: block;
		width: 100%;
		float: none !important;
		margin-left: 0px !important;
	}

	#header-outer header#header-mobile nav &gt; ul {
		overflow: hidden !important;
	}

	header#header-mobile nav &gt; ul ul {
		position: relative;
		width: 100%;
		top:0px!important;
		left: 0px!important;
		padding: 0px;
		visibility: visible!important;
		box-shadow: 0px 0px 0px #fff!important;
		-moz-box-shadow: 0px 0px 0px #fff!important;
		-webkit-box-shadow: 0px 0px 0px #fff!important;
		background-color: transparent!important;
		float: none!important;
	}

	.nav &gt; li &gt; a {
		font-size: 14px;
	}

	header#header-mobile nav &gt; ul ul li {
		padding-left: 20px;
	}

	#header-outer #header-mobile nav ul li a:hover, #header-outer header#header-mobile nav .sf-menu li.sfHover &gt; a, #header-outer header#header-mobile nav .sf-menu li.current_page_ancestor &gt; a, #header-outer header#header-mobile nav .sf-menu li.current-menu-ancestor &gt; a, #header-outer header#header-mobile nav .sf-menu li.current_page_item &gt; a {
		color: #27CFC3;
	}

	a &gt; .sf-sub-indicator {
		right: 0px!important;
		position: absolute;
		padding: 8px;
		left: auto!important;
  	    top: 0px!important;
		height: auto;
		width: auto;
  	}

	header#header-mobile .sf-menu li ul li a:hover,
    header#header-mobile nav ul li a:hover,
    header#header-mobile nav .sf-menu li.sfHover &gt; a,
    header#header-mobile nav .sf-menu li.current_page_ancestor &gt; a,
    header#header-mobile nav .sf-menu li.current-menu-ancestor &gt; a,
    header#header-mobile nav .sf-menu li.current_page_item &gt; a {
		color: #FFF!Important;
	}

	header#header-mobile .sf-menu &gt; li:hover  ul, header#header-mobile .sf-menu &gt; li.sfHover  ul {
		height: 0px;
		position: absolute;
		visibility: hidden!important;
		overflow: hidden;
    }

    #mobile-menu &gt; .nav &gt; .dropdown {
		display: block !important;
		overflow: hidden;
	}

	#header-navigation ul.nav &gt; .dropdown {
		overflow: auto;
	}


    header#header-mobile .sf-menu li ul.mobile-open {
    	height: auto!important;
    	display: block!important;
    	position: relative;
    	visibility: visible!important;
    }

	header#header-mobile nav &gt; ul &gt; li &gt; a {
		padding:16px 0px!important;
		border-bottom: 1px solid #ddd;
	}

	.tparrows { display: none !important; }



}


@media (max-width: 1200px) {

.nav &gt; li &gt; a {
    /*font-size: 13px;
	padding: 10px;*/
}

}


@media (min-width: 481px) {


}

@media (min-width: 481px) and (max-width: 979px) {

.static-page {
    margin: 0;
}

}

@media (min-width: 1px) and (max-width: 480px) {

.static-page {
    margin: 0;
}

}

.border-left { border-left: 1px solid #e5e5e5; }
.border-right { border-right: 1px solid #e5e5e5; }

.gray { background: #fafafa; border-bottom: 1px solid #f1f1f1; }



/*****************************************************/
/* Contactus */
/*****************************************************/

#contactus {
	background:#a03b2c;
	position: relative;
	padding: 60px 20px;
}

#contactus h4 {
	font-size:28px;
	line-height:30px;
	font-weight:700;
	font-family:"Raleway";
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	margin-bottom: 20px;
}

#contactus h5 {
	font-size:18px;
	line-height:30px;
	font-weight:300;
	font-family:"Raleway";
	color:#fff;
	text-align:left;
}

@media (max-width: 1000px) {
	#contactus .contactbtn {
		text-align: left !important;
		margin-top: 20px;
	}
}



/*****************************************************/
/* products - categories */
/*****************************************************/

.categories-list {
    height: 100%;
    position: relative;
}
.categories-list h1 {
    padding: 0 20px;
}
.categories-list h1::after {
    background: #a03b2c;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100px;
}
.categories-list h1 {
    color: #000;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 30px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}
.categories-list li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
}
.categories-list li:last-child {
    border-bottom: medium none;
    margin: 0;
}
.categories-list li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0;
}
.categories-list li.active a {
    font-weight: 900;
}
.categories-list li a span {
    color: #666;
    display: block;
    font-weight: 100;
    line-height: 30px;
}
.categories-list li a:hover {
    color: #666;
}
@media only screen and (min-width: 1px) and (max-width: 700px) {
.categories-list {
    display: none;
}
}





.product-list a {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 20;
}
.product-list a:hover .image .secondary {
    opacity: 0.1;
}
.product-list a .image {
    overflow: hidden;
    position: relative;
}
.product-list a .image img {
    display: block;
    width: 100%;
}
.product-list a .image .secondary {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-in-out 0s;
    width: 100%;
}
.product-list a .title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.product-list a .title {
    bottom: 0;
    box-sizing: border-box;
    height: 40px;
    padding: 11px;
    position: absolute;
    text-align: center;
    transition: all 0.35s ease 0s;
    width: 100%;
}
.product-list a .icon {
    bottom: -60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 40px;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    text-align: center;
    transition: all 0.45s ease 0s;
    width: 100%;
}
.product-list a img {
    backface-visibility: hidden;
    margin-bottom: 40px;
    transition: transform 0.35s ease 0s;
}
.product-list a:hover .title {
    background-color: #a03b2c;
    bottom: 0;
    color: #fff;
    height: 100px;
}
.product-list a:hover .icon {
    bottom: 5px;
    color: #fff;
}
.product-list a:hover img {
    transform: translate3d(0px, -20px, 0px);
}
.product h1 {
    font-size: 40px;
}


.grid {
    display: block;
    margin: 0;
}
.grid .item {
    box-sizing: border-box;
    padding-bottom: 10px;
    position: relative;
    width: calc(50% - 7px);
}
.grid .item img {
    backface-visibility: hidden;
}
.grid .item a {
    display: block;
    position: relative;
}
.grid .item:hover {
    opacity: 1;
    transform: scale(1, 1);
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.grid .item {
    width: calc(50% - 7px);
}
}
@media only screen and (min-width: 760px) and (max-width: 960px) {
.grid .item {
    width: calc(50% - 7px);
}
}
@media only screen and (max-width: 760px) {
.grid .item {
    width: 100%;
}
}

.tp-caption.NotGeneric-Title {
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}

.tp-caption.NotGeneric-SubTitle {
	line-height: 29px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.tp-caption.butt {
	text-align: center;
}






/*****************************************************/
/* Blog */
/*****************************************************/

.blog-categories {

}

.blog-categories {
  text-align: center;
  margin: 20px 0 20px 0;
}

.blog-categories a {
	text-transform: uppercase;
  margin: 0 5px 10px;
  display: inline-block;
  background-color: #fff;
	font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in;
  box-shadow: 0 4px 1px 0px rgba(0,0,0,0.1);
}

.blog-categories a:hover {
  color: #fff;
  background: #df1a31;
}

.blog-categories a.active {
  background-color: #df1a31;
	color: #fff;
}


#blog &gt; .container {
  padding: 50px 40px 100px;
}

#blog .container {
  max-width: 1300px;
}




@media (max-width: 1000px) {
  #blog &gt; .container {
    padding: 50px 20px;
  }
}

#blog {
	margin: 0 0 0px 0;
	padding-bottom: 50px;
	background-color: #f1f1f1;
}

#blog .category-title {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin: 0 0 0px;
}

.loadmore {
  position: relative;
  display: inline-block;
  padding: 30px;
  text-align: center;
  width: 100%;
}

#blog-post {
	background: #f8f8f8;
}

#blog-post .container {
  max-width: 1100px;
	padding: 0 40px 40px 40px;
}

#blog-post h1.title-big {
    color: #000;
    font-size: 64px;
    font-weight: 900;
    line-height: 70px;
		position: relative;
		letter-spacing: -3px;
}

#blog-post .date {
	position: relative;
	z-index: 1;
  font-size: 11px;
  margin: 20px 0;
	color: #000;
  font-family: Arial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#blog-post .blog-categories-list {
  position: relative;
	z-index: 1;
  padding: 0;
}

#blog-post .blog-categories-list li {
  margin: 0 3px;
	display: inline-block;
}

#blog-post .blog-categories-list li a {
  color: #fff;
  display: block;
  font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 15px;
	border-radius: 60px;
	background-color: rgb(218,151,105);
}

#blog-post .blog-categories-list li a:hover {
  opacity: 0.8;
}

#blog-post .main-image {
  width: 100%;
	margin-bottom: 30px;
}

#blog-post .content {
	padding: 40px;
}

@media (max-width: 1000px) {

	#blog-post .container {
		background: none;
		padding: 20px;
	}

	#blog-post h1.title-big {
	  font-size: 34px;
	  line-height: 40px;
		letter-spacing: 0;
	}

  #blog-post .content {
  	padding: 0px;
  }

}

#blog-post .tags-list {
  position: relative;
	z-index: 1;
	text-align:center;
	margin-bottom: 40px;
}

#blog-post .tags-list li {
  margin: 0 3px;
	display: inline-block;
  padding: 0;
  border: none;
}

#blog-post .tags-list li a {
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-weight: 100;
  line-height: 30px;
  padding: 5px 15px;
	border-radius: 60px;
}

#blog-post .tags-list li a:hover {
  opacity: 0.8;
}

.blog-post .text {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
}

.blog-post .foot {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 0;
}

#share {
	margin: 0 -40px -40px -40px !important;
	padding: 40px !important;
	background-color: #df1a31;
}

#blog-post  .share_btn {
	display: inline-block;
	width: 40px;
	font-size: 22px;
	color: #fff;
}

.share_btn .share_btn_text {
	font-size: 0;
}

.share_counter {
	width: 100%;
	padding: 0 20px ;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.share_counter &gt; div {
	font-size: 16px;
}

.share_buttons {
	text-align: center;
	font-size: 16px;
	padding: 15px;
}


/*********************************************/
/* Comments *
/***********************************************/

#comments {
  background: #f1f1f1;
}

#comments .container {
  max-width: 600px;
  padding: 0 10px;
}

#comments h3 {
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

#comments .blog-comments {
    margin: 50px 0;
}

#comments .comments-list li {
    margin-bottom: 10px;
    padding: 15px 0;
    position: relative;
}

#comments .comments-list li h5 {
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#comments .comments-list li .info {
    color: #666;
    font-size: 11px;
    margin: 10px 0;
}

#comments .comments-list li p {
    color: #666;
    font-size: 12px;
}

#comments .comments-list .reply-text {
    border: 1px solid #f1f1f1;
    margin: 0 0 20px 20px;
    padding: 15px;
}

#commentsForm .control-group {
  margin: 10px 0;
}

#commentsForm textarea {
	border-radius: 0;
    margin: 10px 0;
}

#commentsForm {
	background: #fff;
	padding:30px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.1);
}

#commentsForm label {
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
}

#commentsForm input[type="text"] {
	border-radius: 0px;
  height: 50px;
  margin: 0;
	background: #f1f1f1;
	color: #000;
	font-size: 14px;
	box-shadow: none;
	border: 1px solid #fff;
	padding: 0 10px;
}

#commentsForm textarea{
	border-radius: 0px;
  margin: 0;
	background: #f1f1f1;
	color: #000;
	font-size: 14px;
	height: 120px;
	padding: 15px;
	box-shadow: none;
	border: 1px solid #fff;
}

#commentsForm input[type="text"]:focus {
	box-shadow: none;
	border: 1px solid rgba(255,255,255,0.5) !important;
}

#commentsForm button.submit {
  margin: 10px 0 20px 0;
  width: 100% !important;
	font-family: 'museo500', sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  background-color: #b2cc02;
}

#commentsForm button.submit:hover {
	opacity: .7;
}

#commentsForm .error {
  color: #FF0000;display: block; font-size: 12px; position: relative;
}

#commentsForm input.error, textarea.error {
  border: 1px solid #rgb(193,0,0);
}

#commentsForm .fieldset { margin-bottom:10px; }

#commentsForm .fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/*****************************************************/



/*****************************************************/
/* Checkbox and Radio */
/*****************************************************/

.checkbox, .radio {
	padding: 0;
	position: relative;
}

.checkbox label, .radio label {
    padding-left: 40px !important;
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
    display: inline;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.checkbox input[type="checkbox"]:disabled + label:before, .radio input[type="radio"]:disabled + label:before {
    background-color: #f6f7f9 !important;
    cursor: not-allowed;
}
.checkbox input[type="checkbox"] + label:before, .radio input[type="radio"] + label:before {
    -moz-appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 24px 24px !important;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px !important;
    margin-left: -40px;
    outline: 0 none;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    width: 24px !important;
    z-index: 1;
}
.radio input[type="radio"] + label:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M12 23c6.075 0 11-4.925 11-11s-4.925-11-11-11c-6.075 0-11 4.925-11 11s4.925 11 11 11z\'%3E%3C/path%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 100%;
    transition: background 0.1s ease 0s;
}
.radio input[type="radio"]:checked + label:before {
    background-color: #00cca5;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M12 23c-6.075 0-11-4.925-11-11s4.925-11 11-11c6.075 0 11 4.925 11 11s-4.925 11-11 11zM12 20c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8z\'%3E%3C/path%3E%3C/svg%3E");
    background-position: 0 0;
    transition: background 0.2s ease 0s;
}
.checkbox input[type="checkbox"] + label:before {
    background: #f1f1f1;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 0px !important;
    transition: all 0.1s ease 0s;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background-color: #000 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M10.175 13.944l-2.75-2.75-1.75 1.75 4.5 4.5 8.75-8.75-1.75-1.75-7 7z\'%3E%3C/path%3E%3C/svg%3E") !important;
    background-position: -1px -1px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #000 !important;
    transition: all 0.2s ease 0s;
}





.gradient {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}









/*****************************************************/
/* Items list */
/*****************************************************/


.items-list {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 3px;
}

.items-list .item {
	position: relative;
	width: 25%;
	float: left;
	transition: all 0.35s ease 0s;
	opacity: 0;
}

.items-list .item.show {
	opacity: 1;
}

@media (max-width: 1200px) {

	.items-list .item {
		min-width: 50%;
		width: 50%;
		float: none;
	}

}

@media (max-width: 700px) {

	.items-list {
		margin: 0 !important;
		display: block;
	}

	.items-list .item {
		min-width: 100%;
		width: 100%;
		float: none;
	}

	.items-list .item a {
		margin: 10px 0 !important;
	}
}

.items-list .item a {
	display: block;
	margin: 10px;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease 0s;
	border-radius: 0px;
	background-color: #fff;
}

.items-list .item a .image-wrapper {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.items-list .item a .image-wrapper .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.35s ease 0s;
	z-index: 8;
}

.items-list .item a .image {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	transition: transform 0.35s ease 0s;
}

.items-list .item a .caption {
	padding: 15px 0;
}

.items-list .item a:hover {
	opacity: 1;
}

.items-list .item a:hover .image {
	transform: scale(1.2, 1.2);
}

.items-list .item a:hover .image-wrapper .overlay {
	opacity: 1 !important;
}

.more-items {
	text-align: center;
	margin: 20px 0 0 0;
}



.items-list-center {
	display: flex;
  flex-direction: row;
  justify-content: center;
	flex-wrap: wrap;
}




/*****************************************************/
/* Barometre list */
/*****************************************************/

.page-barometre h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: #df1a31;
	margin: 40px 0 20px;
}

.barometre-list {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 3px;
}

.barometre-list .item {
	position: relative;
	width: 100%;
	transition: all 0.35s ease 0s;
	opacity: 1;
}

@media (max-width: 700px) {

	.barometre-list {
		margin: 0 !important;
	}

	.barometre-list .item {
		width: 100%;
	}

	.barometre-list .item a {
		margin: 10px 0 !important;
	}
}

.barometre-list .item a {
	display: block;
	margin: 0px 0 20px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease 0s;
	border-radius: 0px;
	background-color: #fff;
}

.barometre-list .item a .caption {
	padding: 15px 15px;
}

.barometre-list .item a .caption .title {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}

.barometre-list .item a:hover {
	opacity: 0.8;
}


#barometre-filters {
	padding: 20px;
	background: #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

#barometre-filters h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 10px 0 20px;
}

#barometre-filters .keyword  {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px 10px 0 0;
}

#barometre-filters .keyword input {
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0 30px 0 35px;
	height: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

#barometre-filters .keyword:before {
    content: "\f002";
    font-family: FontAwesome;
		font-display: auto;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 10px;
}

@media (max-width: 700px) {


	#barometre-filters {
		padding: 3px !important;
	}

	#barometre-filters .select {
	  margin-bottom: 10px;
	}

	#barometre-filters .keyword {
		position: relative;
	}

}



/*****************************************************/
/* Vins */
/*****************************************************/

.vins-list {
    position: relative;
    margin-right: 0px;
		margin-left: 0px;
}

.vins-list ul {
  padding: 0px !important;
}

.vins-list .item {
    padding: 0px !important;
}

.vins-list.list-flex .item {
    padding: 10px !important;
}

.vins-list .item a .image-wrapper {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.vins-list .item a .image-wrapper .image {
	position: absolute;
  top: 0px;
  bottom: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.vins-list .item a .caption {
  padding: 15px;
	background-color: #fff;
}

.vins-list .item a:hover .image-wrapper .image {
  transform: scale(1.1);
}

.vins-list .item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 5px;
		text-align: left !important;
    line-height: 30px;
		text-transform: uppercase !important;
}

.vins-list .item a:hover h3 {
    color: #333;
}

.vins-list .item .celler {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 0px;
	text-align: left;
	text-transform: uppercase !important;
}

.vins-list .item .title {
    color: #000;
    font-size: 15px !important;
    font-weight: 300 !important;
		text-align: left;
    line-height: 20px;
    margin: 0 0 10px;
		text-transform: normal !important;
}

.vins-list .item h3 a, .vins-list .item h5 a {
    color: #000;
}

.vins-list .item h3 a:hover, .vins-list .itemh5 a:hover {
    color: #666;
}

.vins-list .item .date {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;


}

.vins-list .item .image img {
    width: 100%;
}

.vins-list .item .text {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
		text-align: justify;
}

.vins-list .item .category {
    background: #f1f1f1;
		color: #666;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 8px;
		display: inline-block;
}

.vins-list .item .type {
    background: #000;
		color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 8px;
		display: inline-block;
}

.vins-list .item .do {
    color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 8px;
		display: inline-block;
}

.vins-list .item .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		float: right;
}

.vins-list .ribbon {
	position:absolute;
  top: 0px !important;
  right: 25px;
	z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
  border: none;
  color: white;
  padding: 10px 15px;
  z-index: 9;
	background: #df1a31;
	text-align: center;
}

.vins-list .ribbon span {
  font-size: 15px;
	font-weight: 900;
}


@media (max-width: 700px) {

	.vins-list.list-flex .item {
	  width: 100% !important;
	}

}

/*****************************************************/
/* list-flex */
/*****************************************************/


.list-flex {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-flex &gt; div {
  max-width: 280px;
	display: grid;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.6s ease 0s;
}

.list-flex &gt; div &gt; a {
  background-color: #fff;
	display: block;
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.list-flex .item a .image-wrapper {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.list-flex .item a .image-wrapper .image {
	position: absolute;
	top: 0px;
	bottom:0;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
	width: 100%;
}

.list-flex .item a .caption {
  padding: 10px 20px;
	background-color: #fff;
}

.list-flex .item h3 {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 5px;
		text-align: center;
    line-height: 30px;
		text-transform: uppercase !important;
}

.list-flex .item a:hover h3 {
    color: #333;
}

.list-flex .item .title {
    color: #000;
    font-size: 15px !important;
    font-weight: 300 !important;
		text-align: left;
    line-height: 20px;
    margin: 0 0 10px;
		text-transform: normal !important;
}


/*****************************************************/
/* destinacions */
/*****************************************************/

.destinacions-list {
    position: relative;
    margin-right: -20px;
		margin-left: -20px;
}

.destinacions-list ul {
  padding: 0;
}

.destinacions-list .item a .image-wrapper {
  height: 250px;
  overflow: hidden;
  width: 100%;
}

.destinacions-list .item a .image-wrapper .image {
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
}

.destinacions-list .item a .caption {
  padding: 20px;
	background-color: #fff;
}

.destinacions-list .item a:hover .image-wrapper .image {
  transform: scale(1.1);
}

.destinacions-list .item .title {
    color: #000;
    font-size: 20px;
    font-weight: 900;
		text-align: left;
    line-height: 30px;
    margin: 0 0 5px;
		text-transform: uppercase !important;
}

.destinacions-list .item .subtitle {
    color: #000;
    font-size: 14px;
    font-weight: 300;
		text-align: left;
    line-height: 20px;
    margin: 0 0 15px;
		text-transform: normal !important;
}

.destinacions-list .item h3 a, .destinacions-list .item h5 a {
    color: #000;
}

.destinacions-list .item h3 a:hover, .destinacions-list .itemh5 a:hover {
    color: #666;
}

.destinacions-list .item .image img {
    width: 100%;
}

.destinacions-list .item .text {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
}

.destinacions-list .item .categoria {
		background: #f1f1f1;
    color: #666;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

.destinacions-list .item .comarca {
    background: #333;
		color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
}

.destinacions-list .item .regio {
		background: #666;
    color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

.destinacions-list .item .price {
    color: #000;
    font-size: 20px;
    font-weight: 300;
		text-align: left;
    line-height: 30px;
    margin: 10px 0 0px;
		text-transform: normal !important;
}



/*****************************************************/
/* enoturisme */
/*****************************************************/

.enoturisme-list {
    position: relative;
    margin-right: -20px;
		margin-left: -20px;
}

.enoturisme-list ul {
  padding: 0;
}

.enoturisme-list .item a .image-wrapper {
  height: 250px;
  overflow: hidden;
  width: 100%;
}

.enoturisme-list .item a .image-wrapper .image {
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
}

.enoturisme-list .item a .caption {
  padding: 20px;
	background-color: #fff;
}

.enoturisme-list .item a:hover .image-wrapper .image {
  transform: scale(1.1);
}

.enoturisme-list .item .title {
    color: #000;
    font-size: 20px;
    font-weight: 900;
		text-align: left;
    line-height: 30px;
    margin: 0 0 5px;
		text-transform: uppercase !important;
}

.enoturisme-list .item .subtitle {
    color: #000;
    font-size: 14px;
    font-weight: 300;
		text-align: left;
    line-height: 20px;
    margin: 0 0 10px;
		text-transform: normal !important;
}

.enoturisme-list .item h3 a, .enoturisme-list .item h5 a {
    color: #000;
}

.enoturisme-list .item h3 a:hover, .enoturisme-list .itemh5 a:hover {
    color: #666;
}

.enoturisme-list .item .image img {
    width: 100%;
}

.enoturisme-list .item .text {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
}

.enoturisme-list .item .categoria {
		background: #f1f1f1;
    color: #666;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

.enoturisme-list .item .comarca {
    background: #333;
		color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
}

.enoturisme-list .item .regio {
		background: #666;
    color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

.enoturisme-list .item .price {
    color: #000;
    font-size: 20px;
    font-weight: 300;
		text-align: left;
    line-height: 30px;
    margin: 10px 0 0px;
		text-transform: normal !important;
}


.socialnetworks a {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.socialnetworks a .icon {
	line-height: 0;
	margin-right: 10px;
}

.socialnetworks a .icon svg {
	width: 20px;
	height: 20px;
}

.barometre {
	margin-top: 30px;
	background-color: rgb(222,247,250);
	border: 1px solid rgb(76,189,215,0.5);
	padding: 20px;
}

.barometre .tit {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

.barometre .text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}


/*****************************************************/
/* Blog list */
/*****************************************************/

.blog-list .item a .caption {
  padding: 20px;
	background-color: #fff;
}

.blog-list .item h3 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
		text-align: left;
    line-height: 30px;
    margin-top: 0;
		text-transform: none !important;
}

.blog-list .item a:hover h3 {
    color: #666;
}

.blog-list .item .subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
		text-align: left;
    line-height: 30px;
    margin-top: 0;
		text-transform: none !important;
}

.blog-list .item h3 a, .blog-list .item h5 a {
    color: #000;
}

.blog-list .item h3 a:hover, .blog-list .itemh5 a:hover {
    color: #666;
}

.blog-list .item .date {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.blog-list .item h4 {
    color: #333;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 20px;
}

.blog-list .item .image img {
    width: 100%;
}

.blog-list .item .text {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
}

.blog-list .item .foot {
  color: #666;
  font-size: 12px;
  font-weight: 600;
	text-align: left;
	text-transform: normal;
	letter-spacing: 1px;
	background-color: #f1f1f1;
	padding: 4px 6px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}



/*****************************************************/
/* Vi */
/*****************************************************/

#vi .head {
	padding: 30px 20px;
}

#vi &gt; .container {
	padding: 40px 0px;
}

#vi .content {
	padding: 0 10px 50px 10px;
}

#vi .name {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 38px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	margin: 10px 0 15px;
}

#vi .celler {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 300;
}

#vi .price {
	color: #000;
	font-size: 25px;
	text-align: left;
	text-transform: normal;
	letter-spacing: 0px;
	font-weight: 900;
	margin-top: 10px;
}

#vi .label {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: normal;
	letter-spacing: 0px;
	font-weight: 600;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 25px;
	display: inline-block;
	margin-right: 5px;
	background-color: #666;
	text-transform: uppercase;
	overflow: hidden;
}


#vi .label.two {

}

#vi .label img {
	height: 15px;
	margin-right: 5px;
}

#vi .label img svg path {
	fill: #fff;
}

#vi .label.three {
	background-color: #ceccaa !important;
}

#vi .label.gray {
	background-color: #d5d5d5 !important;
	color: #000;
}

#vi .images img {
	width: 100%;
	margin: 0 0 20px;
}

#vi .ribbon {
	position:absolute;
  top: 0px;
  right:25px;
	background-color: #df1a31;
	border-radius: 4px;
}

#vi .ribbon span {
	color: #fff;
	z-index: 99999;
	position: relative;
	padding: 20px;
}

#vi .ribbon .text {
	color: #fff;
	z-index: 9999;
	font-size: 14px;
	position: relative;
	padding: 15px 20px;
	text-align: center;
	font-weight: 700;
}

#vi .cap {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
	margin-bottom: 5px;
}

#vi .title-big {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 0px;
	margin-top: 0;
	text-transform: uppercase;
	Font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}

#vi .subtitle {
	font-size: 20px;
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
}

#vi .prices {
	font-size: 20px;
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
}

#vi .title-medium {
	line-height: 25px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #df1a31;
}

#vi .text-main {
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: justify;
}

#vi .text-main a, #blog-post .article-content a {
	text-decoration: underline !important;
	color: #000 !important;
	font-weight: normal !important;
}

#vi .text-main ul {
	list-style: disc !important;
  margin: 0 0 0 20px;
  padding: 0px 0 20px 20px;
}

#vi .text-main img {
	width: 100%;
  margin: 40px auto !important;
  max-width: 800px;
  display: block;
}






/*****************************************************/
/* Destinacio */
/*****************************************************/

#vi .head {
	padding: 30px 20px;
}

#destinacio &gt; .container {
	padding: 40px 0px;
}

#destinacio .content {
	padding: 0 10px 50px 10px;
}

#destinacio .name {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 38px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	margin: 10px 0 15px;
}

#destinacio .celler {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 300;
}



#destinacio .label, #experience .label {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: normal;
	letter-spacing: 0px;
	font-weight: 600;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 25px;
	display: inline-block;
	margin-right: 5px;
	background-color: #666;
	text-transform: uppercase;
	overflow: hidden;
}


#destinacio .label.two {

}

#destinacio .label img {
	height: 15px;
	margin-right: 5px;
}

#destinacio .label img svg path {
	fill: #fff;
}

#destinacio .label.three {
	background-color: #ceccaa !important;
}

#destinacio .label.gray {
	background-color: #d5d5d5 !important;
	color: #000;
}

#destinacio .images img {
	width: 100%;
	margin: 0 0 20px;
}

#destinacio .ribbon {
	position:absolute;
  top: 0px;
  right:25px;
	background-color: #df1a31;
	border-radius: 4px;
}

#destinacio .ribbon span {
	color: #fff;
	z-index: 99999;
	position: relative;
	padding: 20px;
}

#destinacio .ribbon .text {
	color: #fff;
	z-index: 9999;
	font-size: 14px;
	position: relative;
	padding: 15px 20px;
	text-align: center;
	font-weight: 700;
}

#destinacio .cap, #experience .cap {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
	margin-bottom: 5px;
}



#destinacio .subtitle, #experience .subtitle {
	font-size: 20px;
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
}

#destinacio .prices {
	font-size: 20px;
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
}

#destinacio .title-medium {
	line-height: 25px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #df1a31;
}

#destinacio .text-main {
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: justify;
}

#destinacio .text-main a, #blog-post .article-content a, #destinacio .destinacio-bloc-text a {
	text-decoration: underline !important;
	color: #000;
	font-weight: normal !important;
}

#destinacio .text-main ul {
	list-style: disc !important;
  margin: 0 0 0 20px;
  padding: 0px 0 20px 20px;
}

#destinacio .text-main img {
	width: 100%;
  margin: 40px auto !important;
  max-width: 800px;
  display: block;
}

#destinacio .contacte .text {
	font-size: 16px !important;
	font-weight: 300 !important;
	margin-bottom: 10px !important;
	color: #000;
}

#destinacio .contacte i {
	width: 30px;
	text-align: center;
}


@media (max-width: 700px) {

	#destinacio .content {
    padding: 20px 10px;
	}

	#destinacio .name {
		font-size: 25px;
		margin: 10px 0 15px;
	}

	#destinacio .ribbon .text {
		padding: 10px 15px;
	}



}


.h1-black {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 0px;
	margin-top: 0;
	text-transform: uppercase;
	Font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}

.h2-red {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #df1a31;
	font-size: 35px !important;
	text-align: left;
	margin-bottom: 20px !important;
	line-height: 40px;
}

.h2-black {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 35px !important;
	text-align: left;
	margin-bottom: 20px !important;
	line-height: 40px;
}

.h2-white {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #fff;
	font-size: 35px !important;
	text-align: left;
	margin-bottom: 20px !important;
	line-height: 40px;
}

.h3-red {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	margin-top: 20px;
	color: #df1a31;
}

.h3-black {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	margin-top: 20px;
	color: #000;
}

@media (max-width: 700px) {

	.h1-black {
    font-size: 30px;
	}

	.h2-red {
		font-size: 24px !important;
	}

	.h2-black {
		font-size: 24px !important;
	}

	.h3-red {
		font-size: 18px !important;
	}

	.h3-black {
		font-size: 18px !important;
	}

}

#vi .title {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	color: #df1a31;
}

#vi .contacte .text {
	font-size: 16px !important;
	font-weight: 300 !important;
	margin-bottom: 10px !important;
	color: #000;
}

#vi .contacte i {
	width: 30px;
	text-align: center;
}





@media (max-width: 700px) {

	#vi .content {
    padding: 20px 10px;
	}

	#vi .name {
		font-size: 25px;
		margin: 10px 0 15px;
	}

	#vi .ribbon .text {
		padding: 10px 15px;
	}



}

.destinacio-bloc {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	padding: 25px 30px 20px;
	margin: 20px 0;
}

.destinacio-bloc.red {
	background-color: #df1a31;
	color: #fff;
}

.destinacio-bloc.gray {
	background-color: #666;
	color: #fff;
}

.destinacio-bloc.red a,.destinacio-bloc.red h4,.destinacio-bloc.red h3, .destinacio-bloc.gray a,.destinacio-bloc.gray h4,.destinacio-bloc.gray h3 {
	color: #fff !important;
}

/*****************************************************/
/* Experiencies */
/*****************************************************/


#experience .heading .title-big {
	color:#000 !important;
}

#experience .heading .text {
	color:#000 !important;
	font-size: 16px;
	margin: 5px 0;
}

#experience .heading i {
	display: inline-block;
	width: 30px;
	text-align: center;
}

#experience .content {
	padding: 50px 10px;
}

#experience .name {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 38px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	margin: 10px 0 15px;
}

#experience .price {
	color: #000;
	font-size: 25px;
	text-align: left;
	text-transform: normal;
	letter-spacing: -2px;
	font-weight: 900;
	margin-top: 10px;
}




#experience .label.two {

}

#experience .label.three {
	background-color: #ceccaa !important;
}


#experience .images img {
	width: 100%;
	margin: 0 0 20px;
}




#experience .text-main {
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 30px;
}

#experience .text-main a {
	text-decoration: underline !important;
	color: #000;
	font-weight: normal !important;
}

#experience .text-main ul li {
	margin: 0 0 5px 0;
	color: #000;
	 line-height: 35px;
	 padding: 0px 0px 0px 25px;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

#experience .text-main ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
 	font-family: FontAwesome;
	font-display: auto;
	content: "\f00c";
	color: #000;
}

#experience .prices {
	color: #000 !important;
	font-size: 20px;
	text-transform: normal !important;
	letter-spacing: 0px;
	font-weight: 300 !important;
	margin-top: 10px !important;
}

.text-reserva {
	margin: 20px 0 0;
}

.text-reserva p {
	text-align: center;
}

.destinacio-bloc-text ul li {
	color: #fff !important;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.destinacio-bloc-text ul li:before {
	color: #fff !important;
	position: absolute;
	top: 1px;
	left: 0;
 	font-family: FontAwesome;
	font-display: auto;
	content: "\f00c";
}


#experience-destinacio .image-wrapper {
  height: 300px;
  overflow: hidden;
  width: 100%;
}

#experience-destinacio .image-wrapper .image {
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
}

#experience-destinacio .caption {
  padding: 20px 0;
	background-color: #fff;
}

#experience-destinacio .caption a {
  text-decoration: underline;
}

#experience-destinacio a:hover .image-wrapper .image {
  transform: scale(1.1);
}

#experience-destinacio .title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
		text-align: left;
    line-height: 30px;
    margin: 0 0 10px;
		text-transform: normal !important;
}

#experience-destinacio .subtitle {
    color: #000;
    font-size: 14px;
    font-weight: 300;
		text-align: left;
    line-height: 20px;
    margin: 0 0 15px;
		text-transform: normal !important;
}

#experience-destinacio h3 a, #experience-destinacio h5 a {
    color: #000;
}

#experience-destinacio h3 a:hover, #experience-destinacioh5 a:hover {
    color: #666;
}

#experience-destinacio .image img {
    width: 100%;
}

#experience-destinacio .text {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
}

#experience-destinacio .categoria {
		background: #f1f1f1;
    color: #666;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

#experience-destinacio .comarca {
    background: #333;
		color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
}

#experience-destinacio .regio {
		background: #666;
    color: #fff;
		padding: 4px 8px;
    font-size: 11px;
		text-align: left;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0px;
		border-radius: 3px;
		margin-right: 3px;
		margin-bottom: 6px;
		display: inline-block;
}

#experience-destinacio .price {
    color: #000;
    font-size: 20px;
    font-weight: 300;
		text-align: left;
    line-height: 30px;
    margin: 10px 0 0px;
		text-transform: normal !important;
}

.contacte .text {
	font-size: 16px !important;
	font-weight: 300 !important;
	margin-bottom: 10px !important;
	color: #000;
}

.contacte i {
	width: 30px;
	text-align: center;
}

#experience .underline {
	text-decoration: underline;
	color: #000;
}


@media (max-width: 700px) {

	#experience .content {
    padding: 20px 10px;
	}

	#experience .name {
		font-size: 25px;
		margin: 10px 0 15px;
	}

	#experience .ribbon .text {
		padding: 10px 15px;
	}



}


/*****************************************************/
/* Booking */
/*****************************************************/

.booking .heading {
	padding: 50px 10px;
	background: rgb(108,10,37);
	background: linear-gradient(90deg, rgba(108,10,37,1) 0%, rgba(223,26,49,1) 100%, rgba(223,26,49,1) 100%);
}

.booking .heading .title-big {
	color:#fff !important;
}

.booking .heading .text {
	color:#fff !important;
	font-size: 16px;
	margin: 5px 0;
}

.booking .heading i {
	display: inline-block;
	width: 30px;
	text-align: center;
}

/*****************************************************/
/* Celler */
/*****************************************************/


.celler-info {
	margin: 30px 0;
}

.celler-info .more {
	margin: 20px 0 0;
	text-align: center;
}


.share-block {
	background-color: #df1a31;
	padding: 50px 20px;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.share-block .title {
	text-align: center;
	font-size: 24px;
	margin-bottom: -20px;
	color: #fff;
}

.share-block .share_btn {
  display: inline-block;
  width: 40px;
  color: #fff;
	font-size: 20px;
}

.share-block .share_counter {
	color: #fff;
}


.comment-content {
    background: white;
    margin: 10px 0 0 90px;
    padding: 20px;
    position: relative;
		line-height: 25px;
		font-size: 16px;
		box-shadow: 1px 3px 2px 2px rgba(0, 0, 0, 0.03);
}

.comment-content p {
		line-height: 25px;
		font-size: 16px;
}

.arrow-left:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 25px;
    left: -10px;
    border-right: 5px solid black;
}

.comment-content::before {
    border-right: 10px solid white;
}

.arrow-left::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

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

.comment .author {
    float: left;
    margin: 0 1em 1em 0;
		text-align: center;
}

.comment .author .author-name {
    font-size: 13px;
		text-transform: uppercase;
}

.comment .author .avatar {
    margin-bottom: 10px;
		border-radius: 100%;
}

.blocks {
	overflow: hidden;
	margin: 0px -4px;
}

.blocks .block {
	display: block;
	padding: 4px;
	float: left;

}





.blocks-1 .block {
	width: 100%;
}

.blocks-2 .block {
	width: 50%;
}

.blocks-3 .block {
	width: 33.333%;
}

.blocks .block:last-child {
	border-right: none;
}

.blocks .block .content {
	height: 100%;
	width: 100%;
	padding: 20px 20px !important;
	text-align: center;
	background-color: none;
	display: table;
	margin-right: 10px;
	background: white;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	box-shadow: 1px 3px 2px 2px rgba(0, 0, 0, 0.03);
}


.blocks .block .content .valign {
	vertical-align: middle;
	display: table-cell;
}

.blocks .block .content .title {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	color: #df1a31;
}

.blocks .block .content .text {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.blocks .block.green .content {
	background-color: #fff;
}

.blocks .block.bigtext .content .text {
	font-size: 20px !important;
}

@media (max-width: 700px) {

	.blocks .block {
		margin: 0px !important;
	}

	.blocks .block {
		padding: 0px !important;
		width: 100% !important;
		border-right: none !important;
	}

}

#video {
	margin: 0px 0 30px;
}

#video .overlay {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .2);
		cursor: pointer;
}

#video .play {
		width: 65px;
		height: 65px;
		margin: auto;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		border-radius: 100%;
		transition: all 0.5s ease;
		cursor: pointer;
		border: 5px solid #ffffff;
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
		background: linear-gradient(135deg, #58b8a2 0%, #6bcbb5 100%);
}

#video .play:hover {
		background: linear-gradient(135deg, #6bcbb5 0%, #58b8a2 100%);
}

#video .arrow {
		width: 0;
		height: 0;
		margin: auto;
		position: absolute;
		top: 0;right: -4px;bottom: 0;left: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 16px solid #ffffff;
}




/***********************************************/
/* Home *
/***********************************************/

.elem .title {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-align: center;
	margin: 0 0 0px;
}

#last-wines {
	padding: 50px 0;
	background-color: #f8f8f8;
}

#last-destinacions {
    background-color: #f1f1f1;
    border-top: 1px solid #e5e5e5;
    padding: 50px 0;
}

#last-articles {
	border-top: 1px solid #e5e5e5;
	padding: 50px 0;
}

.separate {
	max-width: 300px;
	margin: 20px auto 30px;
	border-bottom: 1px solid #b2936d;
	height: 1px;
	position: relative;
}

.separate i {
	position: absolute;
	left: 50%;
	font-size: 26px;
	color: #b2936d;
	top: 50%;
	transform: translate(-25px, -25px);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.separate i.whitef {
	background-color: #fff;
}

.separate i.white {
	background-color: #f8f8f8;
}

.separate i.gray {
	background-color: #f1f1f1;
}


/***********************************************/
/* Select *
/***********************************************/

.select {
	margin-right: 10px;
}


.select select::-ms-expand {
     display: none;
}

.select:after {
  content: "\f107";
  font-family: FontAwesome;
	font-display: auto;
  color: #000;
  right: 10px;
  top: 0px;
  padding: 0;
  border-left: 0px solid #ccc;
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.select select {
	cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  width: 200px;
  height: 40px;
  margin: 0px 10px 0 0;
  padding: 0 30px 0 10px;
  font-size: 12px;
	font-weight: 600;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  position: relative;
	outline: 0;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}



.select.pullright {
  text-align: right;
  display: inline-block;
  position: relative;
}

.select.pullleft {
  text-align: left;
  display: inline-block;
  position: relative;
}

.pullright .controls, .pullleft .controls {
  display: inline-block;
}

#filters {
	padding: 30px;
}

#filters h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 10px 0 20px;
}

#filters .select select {
  border-radius: 3px;
  max-width: 200px;
  font-size: 13px;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 0px solid #cccccc;
}

#filters .keyword  {
	display: block;
	width: 150px;
	height: 40px;
	margin: 0px 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#filters .keyword input {
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 150px;
	padding: 0 30px 0 35px;
	height: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

#filters .keyword:before {
    content: "\f002";
    font-family: FontAwesome;
		font-display: auto;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media (max-width: 700px) {


	#filters {
		padding: 3px !important;
	}

	#filters .select {
	  margin-bottom: 10px;
	}

	#filters .keyword {
		position: relative;
	}

}

select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}


input#keyword-input {
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0 15px 0 15px;
	height: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}


/*********************************************/
/* Loader */
/*********************************************/

.loader {
	display: none;
}

.loader.show {
	display: block;
}

.loader-1 {
	margin: 50px auto;
	height: 32px;
	width: 32px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	        animation: loader-1-1 4.8s linear infinite;
}
@-webkit-keyframes loader-1-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-1-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	clip: rect(0, 32px, 32px, 16px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	        animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(220deg); }
}
@keyframes loader-1-2 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(220deg); }
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	clip: rect(0, 32px, 32px, 16px);
	border: 3px solid #000;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-1-3 {
	0%   { -webkit-transform: rotate(-140deg); }
	50%  { -webkit-transform: rotate(-150deg); }
	100% { -webkit-transform: rotate(140deg); }
}
@keyframes loader-1-3 {
	0%   { transform: rotate(-140deg); }
	50%  { transform: rotate(-150deg); }
	100% { transform: rotate(140deg); }
}




.btn-loader,
.btn-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.btn-loader {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255,255,255, 0.2);
  border-right: 4px solid rgba(255,255,255, 0.2);
  border-bottom: 4px solid rgba(255,255,255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.nav-tabs {
	border: none !important;
	margin-bottom: 20px;
}

.nav-tabs &gt; li {
	float: none;
  margin-bottom: 0px;
  display: inline-block;
}

.nav-tabs &gt; li &gt; a {
	font-size: 20px;
	color: #000;
	border: none;
	border-radius: 4px !important;
}

.nav-tabs &gt; li a:hover{

}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    cursor: default;
    background-color: #e5e5e5;

		color: #000;
    border: none;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-content .is-animating {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
}

.content-pane {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
	transition: all 0.5s ease-in;
  transform: translateX(100%);
}

.content-pane.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0%);
}

.content-pane.is-exiting {
  opacity: 0;
  transform: translateX(-100%);
}
.content-pane.is-animating {
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.tab-content {
  padding: 0px;
}



/*********************************************/
/* Highlights */
/*********************************************/

.highlight {
	display: block;
	margin: 0 0 30px;
}

.highlight .item {
	position: relative;
}

.highlight .item a {
	display: block;
	overflow: hidden;
}

.highlight .item a:hover {
	opacity: 0.9;
}

.highlight .item .category {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 900;
}

.highlight .item img {
	width: 100%;
}


.highlights-1 .item .caption .title {
	color: #000;
  font-size: 48px;
  font-weight: 600;
	letter-spacing: -1px;
  margin: 10px 0 !important;
  line-height: 55px;
  margin-top: 0;
  text-transform: none !important;
}

.highlights-1 .item .caption .text {
	color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 !important;
  line-height: 30px;
  text-transform: none !important;
}

.highd { display: block; }
.highm { display: none; }

@media (max-width: 1000px) {

	.highd { display: none; }
	.highm { display: block; }

	.highlight-1 {
		display: block;
		margin: 20px 0 30px;
	}

	.highlights-1 .item .caption .title {
	  font-size: 34px;
		letter-spacing: -1px;
	  margin: 10px 0 !important;
	  line-height: 40px;
	}

	.highlights-1 .item .caption .text {
	  font-size: 18px;
	  margin: 0 !important;
	  line-height: 30px;
	}

}

.highlights-2 .item {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.highlights-2 .item a {
	padding: 20px;
}

.highlights-2 .item .image {
	width: 130px;
	float: left;
}

.highlights-2 .item .caption {
	margin-left: 150px;
}

.highlights-2 .item .caption .title {
  font-size: 20px;
	line-height: 25px;
  font-weight: 600;
	margin: 0 0 5px 0 !important;
}

.highlights-2 .item .caption .text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0  5px !important;
  text-align: left;
  line-height: 20px;
  margin-top: 0;
  text-transform: none !important;
}

@media (max-width: 1000px) {

	.highlights-2 .item a {
		padding: 0px;
	}

	.highlights-2 .item .image {
		width: 100%;
		float: none;
	}

	.highlights-2 .item .caption {
		margin: 20px;
	}

}









.highlights-3 .item {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.highlights-3 .item a {
	padding: 0px;
}

.highlights-3 .item .image {
	width: 100%;
}

.highlights-3 .item .caption {
	margin: 20px;
}

.highlights-3 .item .caption .title {
  font-size: 20px;
	line-height: 25px;
  font-weight: 600;
	margin: 0 0 5px 0 !important;
}

.highlights-3 .item .caption .text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0  5px !important;
  text-align: left;
  line-height: 20px;
  margin-top: 0;
  text-transform: none !important;
}

@media (max-width: 1000px) {


}

.owl-carousel .owl-nav {
	text-align: center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
		width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	position: absolute;
	background: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
	margin: 0 5px;
	padding: 0;
}

.owl-carousel-home .owl-nav {
	text-align: center;
	position: relative;
  transform:none;
	width:auto;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
	opacity: 0.5;
	color: #000;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 60px;
  color: #fff;
	text-shadow: 0 0px 20px #000;
}

.owl-carousel-home .owl-nav .owl-prev, .owl-carousel-home .owl-nav .owl-next {
  display: inline-block;
	position: relative;
}

.owl-carousel-home .owl-nav .owl-prev i, .owl-carousel-home .owl-nav .owl-next i {
  font-size: 60px;
  color: #000;
	text-shadow: none;
}


/*****************************************************/
/* Newsletter */
/*****************************************************/

.newsletterForm {
	position: relative;
}

.newsletterForm input[type="text"] {
	margin-top: 0;
	border-radius: 4px;
	border: none;
	padding: 0 120px 0px 10px;
	max-width: 350px;
	float: right;
	color: #000;
	height: 50px;
	line-height: 50px;
	margin: 0 !important;
}

.newsletterForm button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 20px;
	background-color: #df1a31;
}

.newsletterForm .response {
	text-align: right;
}



.boxify {
  max-width: 500px;
  margin: 0 auto;
  background-color:#fff;
  -webkit-box-shadow:0 0px 100px rgba(0,0,0,.1);
  box-shadow:0 0px 100px rgba(0,0,0,.1);
  padding: 30px;
  border-radius: 4px;
}

.boxify h1, .boxify h2 {
	padding-top: 0;
	margin-top: 0;
}

.box {
  margin: 0 auto;
  background-color:#fff;
  -webkit-box-shadow:0 0px 100px rgba(0,0,0,.1);
  box-shadow:0 0px 50px rgba(0,0,0,.1);
  padding: 30px;
  border-radius: 4px;
}

.box-title {
	font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #df1a31;
}

/***********************************************/
/* Forms *
/***********************************************/

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
	font-size: 14px;
	text-transform: none;
}

.error {
	color: #FF0000;
	display: block;
	position: relative;
	margin: 10px 0;
}

input[type="text"].fullwidth, input[type="password"].fullwidth, select.fullwidth, textarea.fullwidth {
	border-radius: 3px;
  line-height: 50px;
  margin: 10px 0 15px;
	border: 1px solid #ccc;
	padding: 0px 15px;
	height: 50px;
	font-size: 14px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	position: relative;
}

input[type="textarea"].fullwidth{
	border-radius: 3px;
  line-height: 50px;
  margin: 10px 0 15px;
	border: 1px solid #ccc;
	padding: 0px 15px;
	height: 50px;
	font-size: 14px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	position: relative;
}

.result-success, .result-error, .result-loading {
  display: inline-block;
  padding: 15px 15px 15px 40px;
  box-shadow: inset 0 0 1px 0px rgba(0,0,0,0.1);
  position: relative;
  text-align: left;
  margin: 10px 0 0 0;
  border-radius: 4px;
}

.result-success {
  background-color: #d8f2d5;
  color: #14ad1a;
}

.result-success:after, .result-error:after, .result-loading:after {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: FontAwesome;
	font-display: auto;
  font-size: 20px;
}

.result-success:after {
  content: '\f00c';
  color: #14ad1a;
}

.result-error {
  background-color: #ffe3e3;
  color: #eb2828;
}

.result-error:after {
  content: '\f00d';
  color: #eb2828;
}


#credit_card_date_month {
	border-radius: 3px 0 0 3px;
	border-right: none;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
	background-position: right 10px top 15px;
}

#credit_card_date_year {
	border-radius: 0px 3px 3px 0px;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
	background-position: right 10px top 15px;
}


textarea.fullwidth {
	border-radius: 3px;
  line-height: 25px;
  margin: 10px 0;
	border: 1px solid #ccc;
	padding: 12px 15px;
	font-size: 14px;
	min-height: 150px !important;
}

.form span, .form span a {
	font-size: 12px;
	font-weight: 100;
	color: #000;
}

.form textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	box-shadow: none !important;
	border: 1px solid #1a81cc !important;
}

.fieldset { margin-bottom:10px; }

.fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: gray;
}
::-moz-placeholder {
  color: gray;
}
:-ms-input-placeholder {
  color: gray;
}
:-moz-placeholder {
  color: gray;
}

button:disabled {
    background: #dddddd;
		color: #333;
}

.result {
}

.result .result-error {
	padding: 15px 20px 15px 40px;
	margin: 15px 0;
	border-radius: 3px;
	background: #fedede;
	color: #ff0000;
}

.result .result-success {
	padding: 15px 20px 15px 40px;
	margin: 15px 0;
	border-radius: 3px;
	color: #4F8A10;
	background-color: #DFF2BF;
}



/***********************************************/
/* ExperiÃ¨ncies *
/***********************************************/

.experiences-dates .item {
	display: inline-block;
	width: 150px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}

.experiences-dates .item .date {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
}

.experiences-dates .item a {
	display: block;
	background-clip: padding-box;
  background-color: #000;
  background-image: none;
  border: medium none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
  word-spacing: 1px;
	padding: 0px 20px;
	line-height: 40px;
	text-transform: uppercase;
  width: auto;
  border-radius: 3px;
  padding: 0 20px;
  background-color: #df1a31;
}



#reserves table {
	border-collapse: separate;
	border-spacing: 0 0px;
	font-size: 12px;
	width: 100%;
	margin: 30px 0;
	background: #fff;
	-webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 100px rgba(0, 0, 0, 0.05);
	border: 1px solid #e1e1e1;
}

#reserves thead th {
  background: none;
  color: #000;
  font-size: 14px;
	text-transform: uppercase;
}

#reserves tr td {
	padding: 10px 15px;
	text-align:left;
	background: none;
	line-height: 30px;
	font-size: 14px;
	border-top: 1px solid #f1f1f1;
}

#reserves tr th {
	padding: 15px;
	text-align:left;
}

#reserves tr:first-child th:first-child {
  border-top-left-radius: 0px;
}

#reserves tr:first-child th:last-child {
  border-top-right-radius: 0px;
}

#reserves tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
}

#reserves tr:last-child td:last-child {
  border-bottom-right-radius: 0px;
}

#reserves .table td {
  border-top: none;
	background: #f1f1f1;
}

#reserves .table th {
    padding: 10px;
    text-align: left;
}

#reserves .table td {
  padding: 5px 10px;
  text-align: left;
	border: none !important;
	min-width:100px;
}

#reserves .table td:last-child {
  width: 0;
	white-space: nowrap;
}

.iframe-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************************/
/* Spinner */
/*********************************************/


.dpui-numberPicker {
	background-color: #fff;
	height: 40px;
	display: inline-block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	border-radius: 30px;
}


.dpui-numberPicker-input {
	background: none;
	height: 40px;
	overflow: hidden;
	width: 50px;
	text-align: center;
	border: none;
	margin-top: 0px;
	font-size: 15px;
}

.dpui-numberPicker-increase, .dpui-numberPicker-decrease {
	background: #444;
	border: medium none;
	color: #fff;
	font: 20px Arial bold;
	outline: medium none;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	vertical-align: top;
}

.cart-quantity {
  display: inline-block;
  min-width: 1em;
  margin-top: -.5em;
  border-radius: 1em;
  padding: .5em;
  background-color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.cart-quantity-mobile {
	background: #135eb5;
	border-radius: 0.8em;
 -moz-border-radius: 0.8em;
 -webkit-border-radius: 0.8em;
 color: #ffffff;
 display: inline-block;
 font-weight: bold;
 line-height: 1.6em;
 margin-right: 15px;
 text-align: center;
 width: 1.6em;
}


/*********************************************/
/* Tabs */
/*********************************************/

.to-tabs-holder {
	position: relative;
	display: block;
	margin: 0;
}
.to-tabs {
	position: relative;
	display: inline-block;
	min-width: 100%;
	margin: 0 0 0px 0;
	padding: 0px 25px;
	background-color: #e5e5e5;
  text-align: center;
}
.block-tabs .to-tabs {
	display: block;
	width: 100%;
	padding: 0;
}
.to-tabs li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	margin-bottom: 0;
	margin-left:0;
	list-style-type:none;
	cursor: pointer;
}
.to-tabs li span {
	padding: 0 20px;
	font-weight: 300;
	color: #000;
	font-size: 16px;
}

.to-tabs li.active-tab span {
	color: #000;
}

.tabe.active-tab {
	background-color: #fff;
}

.block-tabs .to-tabs li {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid;
}
.block-tabs .to-tabs li:last-child {
	border-bottom: none;
}
.to-tabs-holder.tab .to-tabs li {
	overflow: visible;
}

.tabs-contents {
		background-color: #fff;
}

.to-tabs-content {
	display: block;
	text-align: left;
	cursor: default;
	transform: translateZ(0);
}

.to-tabs-content .to-tab {
	display: none;
	padding: 50px 0;
}

.to-tabs-content .to-tab.active-tab {
	display: block;
}

.to-tabs-holder .clear {
	padding: 0;
}


/*********************************************/
/* Select */
/*********************************************/

.selectr {
	overflow: hidden;
	margin: 0 0 0px 0;
}

.selectr .selectrOptions {
	overflow: hidden;
}

.selectr .toggle-btn {
  color: #746e65;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 5px 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	outline: none;
}

.selectr .cell .toggle-btn {
	background: #fff;
  border: 2px solid #f1f1f1;
	text-align:center;
}

.selectr .cell .toggle-btn .tit {
	font-size: 14px;
	line-height: 25px;
	font-weight: 900;
}

.selectr .cell .toggle-btn .tex {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}

.selectr .cell .toggle-btn .image {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
}

.selectr .cell .active {
  border: 2px solid #135eb5;
}

.selectr .cell:first-child .toggle-btn {

}

.selectr .selectrOptions .cell {
	display: inline-block;
  position: relative;
	margin-right: -1px;
}

.panel-default &gt; .panel-heading {
		background-color: #df1a31;
		color: #fff;
    border-color: #ddd;
		padding: 0;
		border-radius: 4px;
}

.panel-heading a:after {
    font-family: 'FontAwesome';
		font-display: auto;
    content: "\f106";
    float: right;
    color: grey;
		color: #fff;
}
.panel-heading a.collapsed:after {
    content: "\f107";
}

.panel-title &gt; a {
  display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	color: #fff;
}

.panel-body {
	padding: 30px;
}

.panel-body .mod-text {
	font-size: 16px;
}


.options {
	background-color: #f8f8f8;
  padding: 0 0 0px 0;
}

.options .options-list {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: center;
}

.options .options-list .item {
	padding: 10px;
	width: 33.333%;
}

@media (max-width: 1000px) {

	.options .options-list .item {
		width: 50%;
	}

}

@media (max-width: 700px) {

	.options .options-list .item {
		width: 100%;
	}

}

.options .options-list .item .wrapper {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.options .options-list .item .image {
	width: 100%;
	margin-bottom: 10px;
}

.options .options-list .item .image img {
	width: 100%;

}

.options .options-list .item .title {
	font-size: 20px;
	font-weight: 900;
	color: #DF1A2D;
	margin: 0 0 5px 0 !important;
	text-align: left;
}

.options .options-list .item .subtitle {
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #000 !important;
	margin-bottom: 5px !important;
}

.options .options-list .item .duration {
	margin-bottom: 5px;
}

.options .options-list .item .price {
	font-size: 18px;
	font-weight: 900;
	color: #DF1A2D;
}

.options .options-list .item .cta {
	/*margin-top: auto;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
	.order-3 {
		order: 3;
	}
	.order-4 {
		order: 4;
	}

.pagination {
	text-align: center;
	justify-content: center;
	margin: 40px 0 !important;
	width: 100%;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	border-radius: 0 !important;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
  padding: 10px 15px;
  margin-left: -3px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: none !important;
	font-size: 15px;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #df1a31;
}

.vins-list-flex {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.vins-list-flex &gt; ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.vins-list-flex .item {
	position: relative;
  width: 33.333%;
  opacity: 1;
	padding: 0 20px 10px 0 !important;
}

.vins-list-flex .item a {
  display: block;
  margin: 0px;
}

.vins-list-flex .item a .caption {
    padding: 15px 0;
    background-color: inherit !important;
}

@media (max-width: 1200px) {

	.vins-list-flex .item {
		min-width: 50%;
		width: 50%;
		float: none;
	}

}

@media (max-width: 700px) {

	.vins-list-flex {
		margin: 0 !important;
		display: block;
	}

	.vins-list-flex .item {
		min-width: 100%;
		width: 100%;
	}

	.vins-list-flex .item a {
		margin: 10px 0 !important;
	}

}





.enoturisme-list-flex {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.enoturisme-list-flex &gt; ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.enoturisme-list-flex .item {
	position: relative;
  width: 33.333%;
  opacity: 1;
	padding: 0 20px 10px 0 !important;
}

.enoturisme-list-flex .item a {
  display: block;
  margin: 0px;
}

.enoturisme-list-flex .item a .caption {
    padding: 10px 0;
    background-color: inherit !important;
}

@media (max-width: 1200px) {

	.enoturisme-list-flex .item {
		min-width: 50%;
		width: 50%;
		float: none;
	}

}

@media (max-width: 700px) {

	.enoturisme-list-flex {
		margin: 0 !important;
		display: block;
	}

	.enoturisme-list-flex .item {
		min-width: 100%;
		width: 100%;
	}

	.enoturisme-list-flex .item a {
		margin: 10px 0 !important;
	}

}





.empty .title {
	font-size: 28px;
	font-weight: 900;
}

sidebar {
	float: left;
	padding: 0 20px 20px 0;
}

sidebar .sidebar-wrapper {
	width: 250px;
	padding: 20px;
	background-color: #fff;
}

.sidebar-content {
	margin-left: 250px;
}

sidebar .filters-btn {
	display: none;
}

@media (max-width: 1000px) {

	sidebar {
		float: none;
	}

	sidebar .filters-btn {
		display: block;
	}

	sidebar .sidebar-wrapper {
		display: none;
		width: 100%;
	}

	sidebar.show .sidebar-wrapper {
		display: block;
	}

	.sidebar-content {
		margin-left: 0;
	}

}

.filters-list .title {
	font-weight: 900;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.filters-list ul li.active a {
	font-weight: 900;
	color: #df1a31;
}

.seo-content {
	padding: 30px 0;
}

.double-border:before {
	background: none;
  border: 4px solid rgba(0,0,0,0.2);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 100%;
  width: 216px;
  height: 216px;
}

.double-border {
	width: 200px; height: 200px; border-radius: 100%; background-color: rgb(50,163,102); display: flex; flex-direction: column; align-items: center; justify-content: center;
	box-shadow: inset -25px -25px rgb(0 0 0 / 10%);
}

.enodata-items {
	display: flex;
	flex-wrap: wrap;
}

.enodata-items .enodata-item {

	width: 50%;

	padding-bottom: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.enodata-items .enodata-item .enodata-item-wrapper {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 25px;
	height: 100%;
}

.enodata-items .enodata-item .double-border {
	float: right;
}

@media (max-width: 1000px) {

	.enodata-items .enodata-item {
		width: 100%;
	}

	.enodata-items .enodata-item .double-border {
		float: none;
	}

}
</pre></body></html>