* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden !important;
}

body{
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	/* padding: 0 !important; */
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 68px;
	line-height: 68px;
	font-family: 'libre_baskervilleitalic', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin: 0;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	text-transform: uppercase;
	text-align: center;
}
h2:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #ed152c;
    display: block;
    margin: auto;
    margin-top: 5px;
}
h3 {
	font-size: 34px;
	line-height: 34px;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
h4 {
	font-size: 28px;
	line-height: 33px;
	font-family: 'libre_baskervilleitalic', Helvetica, Arial, sans-serif;
	color: #ed152c;
	text-align: center;
}
h4.black {
	color: #1d1d1d;
}
h4.black:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #ed152c;
    display: block;
    margin: auto;
    margin-top: 10px;
}
h5 {
	font-size: 22px;
	line-height: 24px;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
}
h6 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'libre_baskervilleitalic', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
}
p {
	font-size: 18px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #6c6d6f;
	margin-bottom: 20px;
	padding: 0px 115px;
}
p strong {
	color: #1d1d1d;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
}
p.lead1 {
	font-size: 21px;
	line-height: 28px;
	font-family: 'libre_baskervilleitalic', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0px 180px;
}
p.p1 {
	font-size: 16px;
	color: #a0a0a0;
	margin: 0;
	padding: 0;
}

hr {
	width: 97px;
	margin: 20px auto;
	border-top: 1px solid #ed152c;
	border-bottom: 1px solid #ed152c;
}

p a {
	color: #1d1d1d;
	text-decoration: none;
	font-family: 'proxima_nova_rgbold';
}
p a:hover,
p a:focus {
	color: #ed152c;
	text-decoration: none;
}
p span.red a {
	color: #ed152c !important;
	font-family: 'proxima_nova_rgregular';
	word-break: normal !important;
}
p span.red a:hover,
p span.red a:focus {
	text-decoration: underline !important;
}

.required-fields-label {
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	margin: 10px 0px 40px 0px;
}
.required-fields-label span {
	color: #ed152c;
}

.asterisk-requeired {
	font-size: 12px;
	font-family: 'proxima_nova_rgbold';
	color: #ed152c;
}

.button {
	font-size: 16px;
	line-height: 40px;
	font-family: 'proxima_nova_rgbold';
	border-radius: 50px;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	min-width: 165px;
	transition: all 0.2s ease;
	width: auto;
}
.button:hover,
.button:focus,
.button:active,
.button:disabled {
	text-decoration: none;
    outline: none;
    color: inherit;
}
.button1 {
	color: #a0a0a0;
	border: 2px solid #a0a0a0;
	background-color: transparent;
    text-align: center;
}
.button1:hover,
.button1:focus,
.button1:active,
.button1:disabled {
	color: #FFFFFF;
	border: 2px solid #a0a0a0;
	background-color: #a0a0a0;
}
.button2 {
	color: #1d1d1d;
	border: 2px solid #1d1d1d;
	background-color: transparent;
    text-align: center;
}
.button2:hover,
.button2:focus,
.button2:active,
.button2:disabled {
	color: #FFFFFF;
	border: 2px solid #1d1d1d;
	background-color: #1d1d1d;
}
.button3 {
	color: #ed152c;
	border: 2px solid #ed152c;
	background-color: transparent;
	text-align: center;
}
.button3:hover,
.button3:focus,
.button3:active,
.button3:disabled {
	color: #FFFFFF;
	border: 2px solid #ed152c;
	background-color: #ed152c;
}
.button4 {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background-color: transparent;
    text-align: center;
    height: 40px;
    min-width: 120px;
    padding: 0px 30px;
}
.button4:hover,
.button4:focus,
.button4:active,
.button4:disabled {
	color: #1d1d1d;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}


/* Container Wrapper */
#content_wrapper {
	position: relative;
}
.limit-wrapper {
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.main-fluid {
    padding: 0px 15px;
    max-width: 1170px;
    margin: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.group-view-rows {
	display: table;
	margin: auto;
	text-align: center;
}
.group-view-rows .views-row {
	display: table-cell;
	vertical-align: middle;
}
img {
	max-width: 100%;
}
div {
	outline: none;
}
#content_wrapper.notBanner #container_wrapper {
	/*padding-top: 115px;*/
}

/* Select2 Styles */
.select2-container--default {
	margin-bottom: 15px;
	min-width: 240px;
}
.select2-container--default *:focus {
	outline: none;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #6d6e70;
	border-radius: 0;
	background-color: transparent;
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 20px;
	line-height: 24px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	color: #ed152c;
	padding: 6px 25px 6px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 25px;
	top: 2px;
	right: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	background: url('../images/arrow_red.svg') no-repeat;
    background-size: 14px 7px;
	width: 15px;
	height: 8px;
    margin-left: -7px;
    margin-top: 0;
	-ms-transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.select2-dropdown {
    background-color: #e5e6e7;
    border: 2px solid #e5e6e7;
    border-radius: 0px;
}

.select2-results__option[aria-selected] {
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f;
	padding: 5px 12px 5px 15px;
}
.select2-results__option[aria-selected]:first-child {
	padding-top: 15px;
}
.select2-results__option[aria-selected]:last-child {
	padding-bottom: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
	color: #1d1d1d;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #1d1d1d;
}

#page-contactos .select2-dropdown,
#page-contacts .select2-dropdown {
    background-color: #1d1d1d;
    border: 2px solid #e5e6e7;
    border-radius: 0px;
}
#page-contactos .select2-results__option[aria-selected],
#page-contacts .select2-results__option[aria-selected]{
	font-size: 18px;
	line-height: 18px;
	font-family: 'proxima_nova_rgbold';
	color: #ed152c;
	padding: 5px 15px !important;
}
#page-contactos .select2-container--default .select2-results__option--highlighted[aria-selected],
#page-contacts .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #FFFFFF;
	color: #ed152c;
}
#page-contactos .select2-container--default .select2-results__option[aria-selected=true],
#page-contacts .select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #FFFFFF;
	color: #1d1d1d;
}

/* Top Menu */
#logosHeader {
	background-color: rgba(0, 0, 0, 1);
	height: 80px;
	padding: 8px 30px;
}
#logosHeader > div > div {
	max-width: 556px;
	margin: 0px 0px 0px auto;
}
#logosHeader .text-logos-corporations {
	font-size: 12px;
	line-height: 12px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-align: left;
	margin-bottom: 7px;
}
#logosHeader a {
	text-decoration: none;
}
#logosHeader img {
	height: 100%;
	max-height: 45px;
	vertical-align: middle;
}
#logosHeader img.widthLogo1 {
	margin-left: 29px;
}
#logosHeader img.widthLogo2 {
    margin-left: 29px;
}
#top_menu_content {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	margin-top: 80px;
	-webkit-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}
#top_menu_content .menuGroupHeader {
	padding: 20px 40px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top_menu_content .shadow-menu {
	position: absolute;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.40;
	z-index: 0;
}
#top_menu_content.fixed,
#top_menu_content:not(.front-page) {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#top_menu_content.fixed {
    position: fixed;
    margin-top: 0px;
}
#top_menu_content.fixed .menuGroupHeader,
#top_menu_content:not(.front-page) .menuGroupHeader {
	background-color: #000000;
	padding: 15px 40px 15px 40px;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.toolbar-fixed.toolbar-horizontal #top_menu_content.fixed  {
	top: 80px;
}
#top_menu_content #block-meetings-portugal-branding {
	margin: 0px 0px 5px 5px;
	display: inline-block;
	vertical-align: middle;
}
#top_menu_content #block-meetings-portugal-branding a {
	display: inline-block;
}
#top_menu_content #block-meetings-portugal-branding img {
	display: block;
	width: 172px;
	height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top_menu_content.fixed #block-meetings-portugal-branding img,
#top_menu_content:not(.front-page) #block-meetings-portugal-branding img {
	width: 138px;
	height: 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#top_menu_content #block-meetings-portugal-search {
	float: right;
	margin-top: 8px;
	position: relative;
	width: calc(100% - 200px);
	text-align: right;
	max-width: 280px;
	margin-right: 55px;
}
#top_menu_content.fixed #block-meetings-portugal-search,
#top_menu_content:not(.front-page) #block-meetings-portugal-search {
	margin-top: 0px;
}
#top_menu_content nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#top_menu_content nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 35px 0px 0px;
}
#top_menu_content nav ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px;
	border-bottom: 2px solid transparent;
	font-family: 'proxima_nova_rgbold';
}
#top_menu_content nav ul li a:hover,
#top_menu_content nav ul li a.is-active {
	border-bottom: 2px solid #FFFFFF;
}

/* Search Result Styles */
#search-wrapper {
	position: relative;
	min-height: 40px;
}
#search-wrapper .search-input-field {
	position: absolute;
	top: -2px; right: -100%;
	margin-right: 215px;
    width: calc(100% - -215px);
    opacity: 0;
    z-index: -1;
}
#search-wrapper .search-input-field > div {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    background-color: #FFFFFF;
}
#search-wrapper .search-input-field input {
	height: 36px;
	border: 0 !important;
	box-shadow: none;
	border-radius: 20px;
	font-size: 16px;
	line-height: 21px;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	padding: 0px 0px 0px 20px ;
	margin: 0;
    width: calc(100% - 70px);
}
#search-wrapper .search-input-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6c6d6f;
}
#search-wrapper .search-input-field input::-moz-placeholder { /* Firefox 19+ */
  color: #6c6d6f;
}
#search-wrapper .search-input-field input:-ms-input-placeholder { /* IE 10+ */
  color: #6c6d6f;
}
#search-wrapper .search-input-field input:-moz-placeholder { /* Firefox 18- */
  color: #6c6d6f;
}
#search-wrapper .search-input-field input::-webkit-textfield-decoration-container {
	padding-left: 2px;
}
#search-wrapper .search-input-field svg {
	height: 24px;
	width: 45px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 15px 0px 5px;
}
#search-wrapper .search-input-field .btn-clear-search {
    display: none;
	height: 20px;
}
#search-wrapper .btn-open-search {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0px;
}
#search-wrapper .btn-open-search svg {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	cursor: pointer;
}
#search-wrapper .btn-open-search .closeIcon,
#search-wrapper .btn-open-search.active .searchIcon {
	display: none;
}
#search-wrapper .btn-open-search.active .closeIcon,
#search-wrapper .btn-open-search .searchIcon {
	display: inline-block;
}
#container_wrapper #search-form,
#search-block-form div[data-drupal-selector='edit-actions'],
#container_wrapper #search-form ~ h2 {
	display: none;
}

#search-item-list-result {
	margin: 50px 0px 60px 0px;
}
#search-item-list-result > h5 {
	text-align: center;
	margin: 30px 0px 70px 0px;
	text-transform: uppercase;
}
#search-item-list-result h5 span:last-child {
	color: #ed152c;
}
#search-item-list-result > h3 {
	font-size: 20px;
    line-height: 24px;
    font-family: 'libre_baskervilleitalic', Helvetica, Arial, sans-serif;
    color: #1d1d1d;
    text-align: center;
}

#search-item-list-result > div  {
	margin-bottom: 30px;
}
#search-item-list-result > div h3 {
	margin-bottom: 10px;
	display: inline-block;
	line-height: 22px;
}
#search-item-list-result > div h3:before {	
    content: "• ";
    color: #000000;
    font-size: 18px;
    display: inline-block;
    line-height: 16px;
    width: 3px;
}
#search-item-list-result > div h3 a {
	font-size: 18px;
	color: #000000;
	vertical-align: middle;
}
#search-item-list-result > div h3:hover a,
#search-item-list-result > div h3:hover:before {
	color: #ed152c;
}
#search-item-list-result > div p {
	padding: 0px;
	margin-bottom: 30px;
}

/* Banner Header */
#header_content {
    margin: 0 auto 40px auto;
    position: relative;
    min-height: 150px;
}
#banner-slide .banner-slide-rows-content .views-row {
	height: 600px;
    min-height: 600px;
	text-align: center;
	margin-top: 105px;
}
#banner-slide .banner-slide-rows-content .views-row > div {
	background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	position: relative;
	height: 100%;
	width: 100%
}
#banner-slide .banner-slide-rows-content .views-row .shadow-banner {
	position: absolute;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.30;
	z-index: 0;
}
#banner-slide .banner-slide-rows-content .views-row > div > div:not(.shadow-banner):not(.scroll-down),
#banner-slide .banner-slide-rows-content .views-row .limit-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	margin: auto;
}
#banner-slide .banner-slide-rows-content .group-banner-info {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}
#banner-slide .banner-slide-rows-content .field-banner-image {
	display: none;
}
#banner-slide .banner-slide-rows-content .field-banner-toptitle {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgregular';
    text-shadow: 0 0 6px rgba(0,0,0,0.75);
    color: #FFFFFF;
    text-transform: uppercase;
}
#banner-slide .banner-slide-rows-content .field-banner-title {
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
}
	#banner-slide .banner-slide-rows-content .field-banner-title h1 {
		text-shadow: 0 0 6px rgba(0,0,0,0.75);
    	margin-bottom: 30px;
	}
	#banner-slide .banner-slide-rows-content .field-banner-title h1:after {
	    content: "";
	    height: 2px;
	    width: 100px;
	    background: #ed152c;
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}
#banner-slide .banner-slide-rows-content .field-banner-subtitle {
	color: #FFFFFF;
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
	font-size: 30px;
	line-height: 34px;
	font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    max-width: 550px;
    margin: 30px auto 0px auto;
}
#banner-slide .banner-slide-rows-content .field-banner-link a {
	margin-top: 80px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'proxima_nova_rgbold';
	border-radius: 50px;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	min-width: 165px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: transparent;
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
    background-color: rgba(0, 0, 0, 0.2);
}
#banner-slide .banner-slide-rows-content .field-banner-link a:focus {
	outline: none;
}
#banner-slide .banner-slide-rows-content .field-banner-link a:hover {
    border: 2px solid #FFFFFF;
    color: #1d1d1d;
    background-color: #FFFFFF;
	text-shadow: 0 0 6px rgba(255,255,255,0.75);
}
#banner-slide .banner-slide-rows-content .views-row .scroll-down {
	max-width: 1440px;
	margin: auto;
	position: absolute;
	left: 0; right: 0;
	bottom: 20px;
	z-index: 2;
	cursor: pointer;
	display: none;
	width: 100%;
}
#banner-slide .banner-slide-rows-content .views-row .scroll-down img {
	width: 16px;
	height: 8px;
	margin: auto;
}

#header_content:not(.front-page) #banner-slide .banner-slide-rows-content .field-banner-title h1 {
	font-size: 48px;
	line-height: 57px;
}
#header_content:not(.front-page) #banner-slide .slick-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}
#header_content.front-page #banner-slide .slick-slider .slick-dots {
	display: none;
}

#header_content.front-page .banner-slide-rows-content .views-row {
	height: 100vh;
	margin-top: 0px;
}
#header_content.front-page .banner-slide-rows-content .group-banner-info {
	padding-top: 80px;
}
#header_content.front-page .banner-slide-rows-content .views-row .scroll-down {
	display: block;
}
#header_content.front-page .banner-slide-rows-content .views-row .scroll-down img {
	width: 16px;
	height: 8px;
}

/* Arrows Slider Slick Styles */
#content_wrapper .slick-slider .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: -15px; bottom: 0;
	margin: auto;
	z-index: 9;
	padding: 0;
	display: block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 29px; height: 29px;
	border: 0;
	opacity: 0.4;
	cursor: pointer;
	outline: none;
}
#content_wrapper .slick-slider .slick-prev {
	left: 2%;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#content_wrapper .slick-slider .slick-next {
	right: 2%;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#content_wrapper .slick-slider .slick-prev:hover,
#content_wrapper .slick-slider .slick-next:hover {
	opacity: 1
}
#content_wrapper .slick-slider .slick-dots {
	text-align: center;
}
#content_wrapper .slick-slider .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#content_wrapper .slick-slider .slick-dots li:last-child {
	margin-right: 10px;
}
#content_wrapper .slick-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	height: 10px;
	width: 10px;
	padding: 0;
	outline: none;
}
#content_wrapper .slick-slider .slick-dots li.slick-active button {
	background-color: #FFFFFF;
}


/* Frontpage Suppliers */
#suppliers-home {
	margin: 80px 5px;
}
#suppliers-home * {
	transition: all .35s ease-in-out;
}
#suppliers-home .suppliers-home-rows-content {
	margin-top: 25px;
}
#suppliers-home .views-row {
	position: relative;
	padding-right: 10px;
	max-width: 390px;
}
#suppliers-home .views-row:last-child {
	padding-right: 0;
	max-width: 380px;
}
#suppliers-home .hover-scale {
	z-index: 1;
	position: relative;
	cursor: pointer;
    border: 10px solid #FFFFFF;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#suppliers-home .views-row .hover-scale:hover {
	z-index: 3;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#suppliers-home .shadow-black {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
#suppliers-home .views-row .hover-scale:hover .shadow-black {
    background-color: rgba(0, 0, 0, 0.30);
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
    transform: scale(0.85);
}
#suppliers-home .hover-scale > a,
#suppliers-home .groupItemSupplier > a {
	font-size: 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#suppliers-home .groupItemSupplier > a {
	z-index: 3
}
#suppliers-home .field-supplier-image img {
	width: 100%;
	height: auto;
	display: block;
}
#suppliers-home .groupItemSupplier {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0; right: 0;
    margin: auto;
    padding: 0px 20px;
    transform: translateY(-50%);
}
#suppliers-home .groupItemSupplier .field-supplier-icon img {
	display: block;
	margin: auto;
}
	#suppliers-home .groupItemSupplier .field-supplier-title {
		text-decoration: none;
		text-transform: uppercase;
		min-height: 68px;
		display: table;
		width: 100%;
		margin-bottom: 15px;
	}
	#suppliers-home .groupItemSupplier .field-supplier-title h3 {
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.75);
	}
	#suppliers-home .field-supplier-link {
		opacity: 0;
		height: 0;
		position: relative;
		z-index: 5
	}
		#suppliers-home .field-supplier-link a {
			font-size: 12px;
			line-height: 30px;
			font-family: 'proxima_nova_rgbold';
			border-radius: 50px;
			padding: 5px 30px;
			text-transform: uppercase;
			text-decoration: none;
			display: inline-block;
			vertical-align: middle;
			height: 40px;
			min-width: 120px;
			color: #FFFFFF;
			border: 2px solid #FFFFFF;
			background-color: transparent;
		}
		#suppliers-home .field-supplier-link a:hover {
			color: #1d1d1d;
			border: 2px solid #FFFFFF;
			background-color: #FFFFFF;
		}
	#suppliers-home .views-row .hover-scale:hover .field-supplier-link {
		opacity: 1;
		height: 40px;
	}

/* Content News */
#news_content {
	margin-top: 60px;
}

/* Testemonials Footer */
#testimonials-footer {
	background-color: #1e1e1e;
	padding: 50px 0px 60px 0px;
	color: #FFFFFF;
    margin: 0px 0px 50px 0px;
	text-align: center;
}
#testimonials-footer header h2 {
	color: #FFFFFF;
}
#testimonials-footer .group-testimony-fields {
	margin: 10px auto 50px auto;
	max-width: 565px;
}
#testimonials-footer .group-testimony-fields .field-testimony-body:before {
	content: "";
	background: url(../images/marks-open.png) no-repeat;
	width: 55px;
	height: 34px;
	display: block;
	margin: 0 auto 15px 0;
}
#testimonials-footer .group-testimony-fields .field-testimony-body:after {
	content: "";
	background: url(../images/marks-close.png) no-repeat;
	width: 37px;
	height: 23px;
	display: block;
	margin: 2px 0 0 auto;
}
#testimonials-footer .group-testimony-fields .field-testimony-body p {
	font-size: 20px;
	line-height: 24px;
	font-family: 'libre_baskervilleitalic';
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#testimonials-footer .group-testimony-fields .field-testimony-witness {
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	color: #a0a0a0;
	text-transform: uppercase;
}
#testimonials-footer .testimony-footer-rows-content .slick-arrow {
	width: 22px;
	height: 22px;
}
#testimonials-footer .testimony-footer-rows-content .slick-prev {
	left: 20%;
	opacity: 1;
}
#testimonials-footer .testimony-footer-rows-content .slick-next {
	right: 20%;
	opacity: 1;
}

/* News Footer */
#news-footer {
	margin-bottom: 60px;
	text-align: center;
}
#news-footer header {
	margin-bottom: 30px;
}
#news-footer .news-footer-rows-content .group-view-rows .views-row {
	display: inline-block;
}
#news-footer .news-footer-rows-content * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#news-footer .news-footer-rows-content {
	margin-top: 50px;
}
#news-footer footer {
	margin-top: 40px;
}

/* Footer Styles */
#footer_content {
	background-color: #1d1d1d;
	padding: 30px 0px 30px 0px;
}
/* Footer Social Connects Styles */
#footer_content .social-wrapper {
	text-align: center;
	margin-bottom: 15px;
}
#footer_content .social-wrapper .social-icons-footer {
	display: inline-block;
}
#footer_content .social-wrapper .social-icons-footer a:hover * {
	transition: all 0.3s ease-in-out;
}
#footer_content .social-wrapper .social-icons-footer a:hover svg path.icon-circle {
	stroke: #FFFFFF;
}
#footer_content .social-wrapper .social-icons-footer a:hover svg path.icon-intro {
	fill: #FFFFFF;
}
/* Footer Menu Links Styles */
#footer_content .footer-menu-content {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
}
#footer_content .footer-menu-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_content .footer-menu-content ul li {
	display: inline-block;
	border-right: 1px solid #a0a0a0;
	padding-right: 15px;
	padding-left: 15px;
}
#footer_content .footer-menu-content ul li:first-child {
	padding-left: 0px;
}
#footer_content .footer-menu-content ul li:last-child {
    border-right: 0;
    padding-right: 0;
}
#footer_content .footer-menu-content ul li a {
	font-size: 13px;
	line-height: 15px;
	font-family: 'proxima_nova_rgregular';
	text-decoration: none;
	text-transform: uppercase;
	color: #a0a0a0;
	display: block;
}
#footer_content .footer-menu-content ul li a:hover,
#footer_content .footer-menu-content ul li a.is-active {
	text-decoration: none;
	color: #ed152c;
}
/* Footer Copyrigth Styles */
#footer_content .footer-container-info {
	margin-bottom: 0px;
	text-align: left;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#footer_content .footer-container-info .text-copypower-wrapper {
	display: block;
	margin-top: 20px;
	text-align: center;
	position: relative;
}
#footer_content .footer-container-info .text-copypower-wrapper a {
	display: inline-flex;
	position: absolute;
	top: 0;
	left: 0;
}
#footer_content .footer-container-info .text-copypower-wrapper img {
	max-width: 165px;
	min-height: 30px;
	max-height: 33px;
}
#footer_content .footer-container-info .text-copyrigth-footer {
	display: block;
	height: 33px;
	padding: 0px 170px;
}
#footer_content .footer-container-info .text-copyrigth-footer p {
	font-size: 12px;
	line-height: 33px;
	font-family: 'proxima_nova_rgregular';
	color: #FFFFFF;
    padding: 0;
    margin: 0;
}
#footer_content .footer-container-info .text-copyrigth-footer p span {
	font-family: 'proxima_nova_rgbold';
	color: #ed152c;
	text-transform: uppercase;
}
#footer_content .footer-container-info .text-power-by-footer {
}
#footer_content .footer-container-info .text-power-by-footer a,
#footer_content .footer-container-info .text-power-by-footer a:hover {
	text-decoration: none;
}
#footer_content .footer-container-info .text-power-by-footer svg, 
#footer_content .footer-container-info .text-power-by-footer img {
	display: inline-block;
	vertical-align: bottom;
	padding-right: 2px;
}
#footer_content .footer-container-info .text-power-by-footer span {
	font-size: 10px;
	line-height: 12px;
	font-family: 'proxima_nova_rgregular';
	color: rgba(255, 255, 255, 0.40);
}
/* Footer Logos Styles */
#footer_content .footer-container-info .footer-logos-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 395px;
	display: none !important;
}
#footer_content .footer-container-info .footer-logos-wrapper .text-logos-corporations,
#footer_content .footer-container-info .footer-logos-wrapper .text-logos-corporations p {
	font-size: 12px;
	line-height: 12px;
	font-family: 'proxima_nova_rgregular';
	color: rgba(255, 255, 255, 0.40);
	margin-bottom: 10px;
	text-align: left;
}
#footer_content .footer-container-info .footer-logos-wrapper img {
	max-height: 32px;
	max-width: 105px;
	vertical-align: middle;
}
#footer_content .footer-container-info .footer-logos-wrapper > img.widthLogo1 {
	max-width: 105px;
	margin: 0px 10px 0px 21px;
}
#footer_content .footer-container-info .footer-logos-wrapper > img.widthLogo2 {
	max-width: 132px;
	margin: 0px 0px 0px 10px;
}
#footer_content .footer-container-info .footer-logos-wrapper > a:last-child {
	display: none;
}

/* Default Theme Styles to News */
.news-default-list * {
	transition: all .35s ease-in-out;
}
.news-default-list h6 {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
.news-default-list .row-fluid {
	text-align: center;
}
.news-default-list .span4 {
	display: inline-block;
	float: none;
	margin-left: 10px;
	width: calc(33.33% - 10px);
	vertical-align: top;
}
.news-default-list .span4:first-child, .news-default-list .span4:nth-child(4) {
	margin-left: 0;
}
.news-default-list .group-news-item {
	z-index: 1;
	position: relative;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 9.5px solid transparent;
}
.news-default-list .group-news-item:hover {
	z-index: 3;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	border: 10px solid #FFFFFF;
}
.news-default-list .group-news-item .item-row-header {
	position: relative;
}
.news-default-list .group-news-item .item-row-header .field-news-image img {
	width: 100%;
	height: auto;
	display: block;	
}
.news-default-list .item-row-header > a,
.news-default-list .item-row-body > a,
.news-default-list .item-row-footer > a {
	position: absolute;
	font-size: 0;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.news-default-list .group-news-item .item-row-body {
	padding: 15px 20px 20px 20px;
	text-align: left;
	position: relative;
}
.news-default-list .item-row-body .field-news-date {
	margin: 0 0 15px 0;
	display: table;
	width: 100%;
}
.news-default-list .item-row-body .field-news-date > div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	width: 26px;
}
.news-default-list .item-row-body .field-news-date svg {
	width: 22px;
	height: 20px;
	vertical-align: middle;
}
.news-default-list .item-row-body .field-news-date span {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 13px;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding-top: 7px;
}
.news-default-list .item-row-body .field-news-title {
	min-height: 50px;
	line-height: 50px;
	padding-bottom: 10px;
}
.news-default-list .item-row-body .field-news-title span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.news-default-list .item-row-body .field-news-description p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #a0a0a0;
	margin: 0;
	padding: 0 !important;
}
.news-default-list .group-news-item .item-row-footer {
	padding: 0px 20px 30px 20px;
	text-align: left;
	position: relative;
}
.news-default-list .item-row-footer .field-news-link {
	position: relative;
	text-align: left;
	z-index: 3;
}
.news-default-list .item-row-footer .field-news-link a {
	font-size: 12px;
	padding: 0px 15px;
	height: 40px;
	min-width: 110px;
}
.news-default-list .pager {
	margin-top: 40px;
}
.news-default-list .pager .loadingLoadMore {
	display: none;
}
.news-default-list .pager .loadingLoadMore img {
	width: 22px;
	height: 22px;
}
.news-default-list .pager .loadingLoadMore div {
	font-size: 10px;
	line-height: 12px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-transform: uppercase;
	margin-top: 5px;
}
.groupItemNews {
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	max-width: 390px;
}
.views-row:last-child .group-view-rows .groupItemNews {
	margin-bottom: 0px;
}
.groupItemNews .rowItemNews{
	display: table-cell;
	vertical-align: top;
	width: 165px;
}
.groupItemNews .rowItemNews:last-child {
    padding-right: 10px;
    padding-left: 20px;
	vertical-align: middle;
    width: calc(100% - 165px);
}
.groupItemNews .field-news-image img {
	display: block;
	width: 100%;
}
.groupItemNews .field-news-title {
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	margin-bottom: 13px;
	word-wrap: break-word;
}
.groupItemNews .field-news-description p {
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
    padding: 0 !important;
    margin: 0 !important;
}
.groupItemNews .field-news-link a {
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 22px;
	display: block;
}
.groupItemNews .field-news-link a:hover {
	text-decoration: underline;
}

/* Page News Styles */
#all-news-content {	
	margin-top: 20px;
	margin-bottom: 70px;
}
#all-news-content .views-exposed-form {
	margin: 50px auto 20px auto;
}
.views-exposed-form .form-item-field-news-keyworks {
	position: relative;
	margin-bottom: 50px;
}
.views-exposed-form .form-item-field-news-keyworks input {
	border: 2px solid #a0a0a0;
	border-radius: 50px;
	height: 48px;
	padding: 10px 45px 10px 30px;
	font-size: 16px;
	line-height: 16px;
}
.views-exposed-form .form-item-field-news-keyworks input::-webkit-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input:-webkit-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input::-ms-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input:-ms-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input::-moz-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input:-moz-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-news-keyworks input:focus {
	outline: none;
	box-shadow: none;
}
.views-exposed-form .form-item-field-news-keyworks:after {
	content: '';
	width: 22px;
	height: 22px;
	background: url('../images/icon-search-black.svg') no-repeat;
	position: absolute;
	top: 12px;
	right: 15px;
}
.views-exposed-form .form-item-field-news-keyworks.textSearch:after {
    display: none;
}
.views-exposed-form .form-item-field-news-keyworks .iconClearSearch {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
    display: none;
    cursor: pointer;
}
.views-exposed-form .form-item-field-news-keyworks.textSearch .iconClearSearch {
    display: block;
}
.views-exposed-form .form-actions .btn-search-news {
	position: relative;
	display: inline-block;
}
.views-exposed-form .form-actions .btn-search-news svg {
	position: absolute;
	top: 14px; left: 45px;
	width: 22px;
	height: 22px;
	pointer-events: none;
}
.views-exposed-form .form-actions .btn-search-news svg path {
	fill: #ed152c;
}
.views-exposed-form .form-actions .btn-search-news .button:hover ~ svg path,
.views-exposed-form .form-actions .btn-search-news .button:focus ~ svg path,
.views-exposed-form .form-actions .btn-search-news .button:disabled ~ svg path {
	fill: #FFFFFF;
}
.views-exposed-form .form-actions .btn-search-news input {
	text-align: right;
	min-width: 225px;
	padding: 5px 55px 5px 45px;
}

/* Page Detailes News Styles */
#details-news-content h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 45px auto 35px auto;
	max-width: 750px;
}
#details-news-content h2:after {
	margin-top: 15px;
}
#details-news-content .field-news-date {
	text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: 'proxima_nova_rgbold';
    color: #6c6d6f;
    text-transform: uppercase;
}
#details-news-content .field-news-date > div {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
#details-news-content .field-news-date svg {
	width: 22px;
	height: 20px;
	vertical-align: middle;
}
#details-news-content .field-news-date span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 13px;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding-top: 2px;
}
#details-news-content .group-info-news {
	margin-top: 40px;
}
#details-news-content .group-info-news img {
	float: left;
	margin-right: 20px;
	min-width: 400px;
	max-width: 600px;
}
#details-news-content .group-info-news div p {
	padding: 0 !important;
}
#details-news-content .field-news-shared {
	margin-top: 30px;
	text-align: center;
	clear: both;
}
#details-news-content .field-news-shared .fieldSharedActions {
	display: inline-block;
    position: relative;
    z-index: 3;
}
#details-news-content .field-news-shared .fieldSharedActions:first-of-type {
	margin-right: 20px;
}
#details-news-content .field-news-shared .fieldSharedActions > svg {
	position: relative;
	z-index: 6;
	cursor: pointer;
}
#details-news-content .field-news-shared .fieldSharedActions > svg circle,
#details-news-content .field-news-shared .fieldSharedActions > svg line {
	stroke: #1d1d1d;
}
#details-news-content .field-news-shared .fieldSharedActions:hover > svg circle,
#details-news-content .field-news-shared .fieldSharedActions:hover > svg line {
	stroke: #ed152c;
}
#details-news-content .field-news-shared .fieldSharedActions > svg path {
	stroke: #1d1d1d;
}
#details-news-content .field-news-shared .fieldSharedActions:hover > svg path {
	stroke: #ed152c;
	fill: #ed152c;
}
#details-news-content .click-news-all {
	margin-top: 80px;
	margin-bottom: 70px;
	text-align: center;
}

/* Meetings In Portugal Page Styles */
#meetings-portugal-node {
	position: relative;
}
#meetings-portugal-node .map-node-wrapper {
	position: absolute;
	left: 0;
	top: 90px;
}
#meetings-portugal-node .content-node-wrapper h2 {
	margin-bottom: 40px;
}
#meetings-portugal-node .content-node-wrapper p {
	padding: 0;
	padding-left: 505px;
	padding-right: 13px;
}
#lightbox-region {
	position: absolute;
	top: 15%;
	left: 15%;
	border-radius: 10px;
	display: table;
	transition: z-index 0.2s ease-in-out, opacity 0.2s ease-out;
	z-index: -5;
	opacity: 0;
}
#lightbox-region.show {
	opacity: 1;
	z-index: 5;
	transition: z-index 0.3s ease-in-out, opacity 0.3s ease-in;
}
#lightbox-region.show * {
	transition: all 0.1s ;
}
#lightbox-region .box-container {
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 440px;
	padding: 30px 20px 20px 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 14px;
}
#lightbox-region .box-container h5 {
	color: #ed152c;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-right: 20PX;
}
#lightbox-region .box-container .close-region {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
#lightbox-region .box-container .description-region {
	overflow: auto;
	max-height: 350px;
	margin-bottom: 10px;
}
#lightbox-region .box-container p {
	color: #2f3234;
	margin-bottom: 20px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#lightbox-region .arrow-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    z-index: 1;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
}
#meetings-suppliers-content {
	position: relative;
}
#meetings-suppliers-content .banner-row {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#meetings-suppliers-content .shadow-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.50;
	z-index: 0;
}
#meetings-suppliers-content .banner-mi-suppliers {
	padding: 85px 15px;
	max-width: 1170px;
	margin: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	position: relative;
	z-index: 1;
}
#meetings-suppliers-content .banner-mi-suppliers .title h1 {
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 57px;
}
#meetings-suppliers-content .banner-mi-suppliers .title h1:after {
	content: "";
	height: 2px;
	width: 100px;
	background: #ed152c;
	display: block;
	margin: auto;
	margin-top: 20px;
}
#meetings-suppliers-content .banner-mi-suppliers .subtitle {
	color: #FFFFFF;
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
	font-size: 30px;
	line-height: 34px;
	font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    max-width: 550px;
    margin: 20px auto 0px auto;
}
#meetings-suppliers-content .banner-mi-suppliers .link a {
	margin-top: 50px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'proxima_nova_rgbold';
	border-radius: 50px;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	min-width: 165px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: transparent;
	text-shadow: 0 0 6px rgba(0,0,0,0.75);
    background-color: rgba(0, 0, 0, 0.2);
}
#meetings-suppliers-content .banner-mi-suppliers .link a:focus {
	outline: none;
}
#meetings-suppliers-content .banner-mi-suppliers .link a:hover {
    border: 2px solid #FFFFFF;
    color: #1d1d1d;
    background-color: #FFFFFF;
	text-shadow: 0 0 6px rgba(255,255,255,0.75);
}

/* Points Interest Styles */
#points-interest-content {
	margin: 70px 0px 80px 0px;
	position: relative;
}
#points-interest-content .group-view-rows {
	margin-bottom: 10px;
	width: 100%;
	table-layout: fixed;
}
#points-interest-content .views-row {
	background-color: #FFFFFF;
    border-right: 2px solid #FFFFFF !important;
	vertical-align: top;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 384px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#points-interest-content .views-row:last-child {
    border-right: 0;
}
#points-interest-content .group-view-rows:nth-child(odd) .views-row:nth-child(odd) {
	background-color: #f1f1f3;
}
#points-interest-content .group-view-rows:nth-child(even) .views-row:nth-child(even) {
	background-color: #f1f1f3;
}
#points-interest-content .views-row .group-paddings {
	padding: 14px 12px;
	text-align: left;
}
#points-interest-content .group-paddings .field-points-interest-image {
	margin-bottom: 15px;
}
#points-interest-content .group-paddings .field-points-interest-image img {
	display: block;
	margin: auto;
}
#points-interest-content .group-paddings .field-points-interest-title {
	text-transform: uppercase;
}
#points-interest-content .group-paddings .field-points-interest-description {
	word-break: break-word;
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #6c6d6f;
	margin-bottom: 10px;
	padding: 0px 10px 0px 0px;
}
#points-interest-content .group-paddings .field-points-interest-description p {
	margin-bottom: 10px;
    color: #6c6d6f;
    padding: 0 !important;
}
#points-interest-content .group-paddings .field-points-interest-description .coll-ellipsis {
	color: #ed152c;
}
#points-interest-content .group-paddings .field-points-interest-description > a {
	display: none;
}
#points-interest-content .group-paddings .field-points-interest-btn div {
	font-size: 12px;
	padding: 0px 30px;
	height: 40px;
	min-width: 120px;
	margin-top: 15px;
	cursor: pointer;
}
#points-interest-content .group-view-rows[data-count='1'] .views-row:not(.expand) .field-points-interest-image {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;		
}
#points-interest-content .group-view-rows[data-count='1'] .views-row:not(.expand) .item-texts-display {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	width: calc(100% - 365px);
}
#points-interest-content .views-row.expand {
	width: 100%;
    padding: 50px 0px;
    border: 0;
}
#points-interest-content .group-view-rows.expand-item .views-row:not(.expand), 
#points-interest-content .group-view-rows.expand-item .views-row.scale-down {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
	position: absolute;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	left: 0;
}
#points-interest-content .views-row.expand .group-paddings {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    padding: 0px 150px;
}

/* Local Partners Styles */
#local-partners-content {
	margin: 50px 0px 80px 0px;
}
#local-partners-content * {
	transition: all .5s ease-in-out;
}
#local-partners-content .row-fluid {
	margin-bottom: 10px;
}
#local-partners-content .span3 {
	width: calc(25% - 9px);
	margin-left: 12px;
}
#local-partners-content .span3:first-child {
	margin-left: 0px;
}
#local-partners-content .group-partners-fields {
	z-index: 1;
	position: relative;
	cursor: pointer;
    border: 10px solid #FFFFFF;
}
#local-partners-content .group-partners-fields:hover {
	z-index: 3;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#local-partners-content .group-partners-fields .shadow-dark {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
#local-partners-content .group-partners-fields:hover .shadow-dark {
	background-color: rgba(0, 0, 0, 0.60);
}
#local-partners-content .group-partners-fields .field-local-partners-image img {	
	width: 100%;
	height: auto;
	display: block;
}
#local-partners-content .group-partners-fields .groupItemPartners {	
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#local-partners-content .group-partners-fields .groupItemPartners > a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	font-size: 0;
}
#local-partners-content .group-partners-fields .groupItemPartners .field-local-partners-title {	
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	table-layout: fixed;
}
#local-partners-content .group-partners-fields .groupItemPartners .field-local-partners-title > div {
	display: table-cell;
	vertical-align: top;
}
#local-partners-content .group-partners-fields .groupItemPartners h3:not(.last) {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	transition: opacity 0.3s ease-in-out;
}
#local-partners-content .group-partners-fields .groupItemPartners h3.last {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#local-partners-content .group-partners-fields:hover .groupItemPartners h3:not(.last) {
	opacity: 0;
}
#local-partners-content .group-partners-fields:hover .groupItemPartners h3.last {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#local-partners-content .group-partners-fields .groupItemPartners .field-local-partners-region {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#local-partners-content .group-partners-fields:hover .groupItemPartners .field-local-partners-region {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#local-partners-content .group-partners-fields .groupItemPartners .field-local-partners-region svg {
	height: auto;
	margin-left: -10px;
	width: 85%;
	margin: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#local-partners-content .group-partners-fields:hover .groupItemPartners .field-local-partners-region svg {
	opacity: 1;
}

/* Gallery Slide Styles */
.header-gallery-slide {
	margin-top: 70px;
}
#gallery-slide-content{
	margin: 30px 0px 60px 0px;
}
#gallery-slide-content.slick-slider .group-gallery-fields {
	max-width: 750px;
	text-align: center;
	margin: auto;
}
#gallery-slide-content.slick-slider .views-row {
    opacity: 1;
    transition: opacity 1s;
}
#gallery-slide-content.slick-slider .views-row:not(.slick-current) {
    opacity: 0.4;
    transition: opacity 1s;
}
#gallery-slide-content.slick-slider .views-row img {
	margin: auto;
}
#gallery-slide-content.slick-slider .views-row .field-gallery-video {
    position: relative;
}
#gallery-slide-content.slick-slider .views-row .field-gallery-title {
	margin: 10px 0px 20px 0px;
	font-size: 16px;
	color: #a0a0a0;
	line-height: 16px;
	font-family: 'proxima_nova_rgregular';
	min-height: 16px;
}
#gallery-slide-content.slick-slider .slick-prev {
	left: 9%;
	border-left: 2px solid #1d1d1d;
	border-bottom: 2px solid #1d1d1d;
	opacity: 1;
}
#gallery-slide-content.slick-slider .slick-prev:hover,
#gallery-slide-content.slick-slider .slick-prev.hover {
	border-left: 2px solid #ed152c;
	border-bottom: 2px solid #ed152c;
}
#gallery-slide-content.slick-slider .slick-next {
	right: 9%;
	border-right: 2px solid #1d1d1d;
	border-top: 2px solid #1d1d1d;
	opacity: 1;
}
#gallery-slide-content.slick-slider .slick-next:hover,
#gallery-slide-content.slick-slider .slick-next.hover {
	border-right: 2px solid #ed152c;
	border-top: 2px solid #ed152c;
}
#gallery-slide-content.slick-slider .slick-dots li button {
	border: 1px solid #ed152c;
}
#gallery-slide-content.slick-slider .slick-dots li.slick-active button {
	background-color: #ed152c;
}

/* Search Views Exposed Form Venues */
form.views-exposed-form {
	margin: 0px auto 100px auto;
}
.views-exposed-form .group-item-fields {
	max-width: 555px;
	margin: 0px auto 0px auto;
}
.views-exposed-form .group-item-fields-bg {
	background-color: #1d1d1d;
	padding: 58px 52px 58px 32px;
}
.views-exposed-form .form-item-field-venues-keyworks {
	position: relative;
	margin-bottom: 50px;
}
.views-exposed-form .form-item-field-venues-keyworks input {
	border: 2px solid #a0a0a0;
	border-radius: 50px;
	height: 48px;
	padding: 10px 45px 10px 30px;
	font-size: 16px;
	line-height: 16px;
}
.views-exposed-form .form-item-field-venues-keyworks input::-webkit-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input:-webkit-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input::-ms-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input:-ms-input-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input::-moz-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input:-moz-placeholder {
	color: #a0a0a0;
	font-family: 'libre_baskervilleitalic';
}
.views-exposed-form .form-item-field-venues-keyworks input:focus {
	outline: none;
	box-shadow: none;
}
.views-exposed-form .form-item-field-venues-keyworks:after {
	content: '';
	width: 22px;
	height: 22px;
	background: url('../images/icon-search-black.svg') no-repeat;
	position: absolute;
	top: 12px;
	right: 15px;
}
.views-exposed-form .form-item-field-venues-keyworks.textSearch:after {
    display: none;
}
.views-exposed-form .form-item-field-venues-keyworks .iconClearSearch {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
    display: none;
    cursor: pointer;
}
.views-exposed-form .form-item-field-venues-keyworks.textSearch .iconClearSearch {
    display: block;
}
.views-exposed-form .form-item-field-venues-people,
.views-exposed-form .form-item-field-venues-region {
	display: inline-block;
}
.views-exposed-form .form-item-field-venues-region {
	margin-left: 25px;
}
.views-exposed-form .form-item-field-venues-people label,
.views-exposed-form .form-item-field-venues-region label {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding-right: 10px;
}
.views-exposed-form .form-item-field-venues-people select,
.views-exposed-form .form-item-field-venues-region select {
	width: 175px;
}
.views-exposed-form .form-item-field-venues-people .select2-container {
	margin-bottom: 0;
	min-width: 175px;
}
.views-exposed-form .form-item-field-venues-region .select2-container {
	margin-bottom: 0;
	min-width: 200px;
}
.views-exposed-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
	color: #1d1d1d;
	padding: 10px 25px 10px 15px;
}
.views-exposed-form .form-item-field-venues-supplier {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.views-exposed-form .showTipology {
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: height 0.3s ease-out, opacity 0.1s ease-in-out;
}
.views-exposed-form .showTipology.show {
	opacity: 1;
	height: 130px;
	visibility: visible;
	transition: height 0.5s ease-in, opacity 0.3s ease-in-out;
}
.views-exposed-form .form-item-field-venues-hotel-tipology {
	display: table;
	width: 55%;
	margin: auto;
}
.views-exposed-form .form-item-field-venues-supplier > div,
.views-exposed-form .form-item-field-venues-hotel-tipology > div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.views-exposed-form .form-item-field-venues-supplier > div:last-child {
	padding-right: 0;
	width: 10%;
}
.views-exposed-form .form-item-field-venues-hotel-tipology > div:last-child {
	padding-right: 0;
	width: auto;
}
.views-exposed-form .checkbox-button * {
	transition: all 0.2s ease-in-out;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button input[type="checkbox"],
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button input[type="checkbox"] {
	width: 30px;
	height: 30px;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button .checkbox-wrapper,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button .checkbox-wrapper {
	width: 30px;
	height: 30px;
	text-align: center;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper {
	border: 2px solid #FFFFFF;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button .checkbox-wrapper:after,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button .checkbox-wrapper:after {
	display: none;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button .checkbox-wrapper svg,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button .checkbox-wrapper svg,
.views-exposed-form .form-item-field-venues-supplier .checkbox-button .checkbox-wrapper img,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button .checkbox-wrapper img {
	width: 18px;
	height: 26px;
	opacity: 0
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button .checkbox-wrapper svg path,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button .checkbox-wrapper svg path {
	fill: #ed152c;
	stroke: #ed152c;
    stroke-width: 2px;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper svg,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper svg {
	opacity: 1;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label {
    max-width: calc(100% - 40px);
	padding: 0;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label span,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label span {
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label span,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label span {
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 1.5px 0px;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label svg,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label .tooltip-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
	height: 19px;
}
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label svg:hover path,
.views-exposed-form .form-item-field-venues-supplier .checkbox-button ~ label svg:hover circle,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label svg:hover path,
.views-exposed-form .form-item-field-venues-hotel-tipology .checkbox-button ~ label svg:hover circle {
	fill: #FFFFFF;
}
.views-exposed-form .group-item-fields-bg .subtitle-tipology {
	font-size: 13px;
	line-height: 15px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 45px 0px 25px 0px;
	display: block;
	text-align: center;
}
.views-exposed-form .group-item-fields-bg .subtitle-tipology:after {
	content: "";
    height: 2px;
    width: 57px;
    background: #FFFFFF;
    display: block;
    margin: auto;
    margin-top: 10px; 
}
.views-exposed-form .form-actions {
	text-align: center;
	margin-top: 45px;
}
.views-exposed-form .form-actions .btn-search-venues {
	position: relative;
	display: inline-block;
}
.views-exposed-form .form-actions .btn-search-venues svg {
	position: absolute;
	top: 14px; left: 45px;
	width: 22px;
	height: 22px;
	pointer-events: none;
}
.views-exposed-form .form-actions .btn-search-venues svg path {
	fill: #ed152c;
}
.views-exposed-form .form-actions .btn-search-venues .button:hover ~ svg path,
.views-exposed-form .form-actions .btn-search-venues .button:focus ~ svg path,
.views-exposed-form .form-actions .btn-search-venues .button:disabled ~ svg path {
	fill: #FFFFFF;
}
.views-exposed-form .form-actions .btn-search-venues input {
	text-align: right;
	min-width: 225px;
	padding: 5px 55px 5px 45px;
}

/* Search Venues Patrimonio Page Styles */
#search-venues-cultural,
#search-all-venues {
	margin-bottom: 60px;
}
#search-venues-cultural *,
#search-all-venues * {
	transition: all .35s ease-in-out;
}
#search-venues-cultural .form-item-field-venues-keyworks:after {
    display: none !important; 
}
#search-venues-cultural > header,
#search-all-venues > header {
	margin-bottom: 40px;
}
#search-venues-cultural h6,
#search-all-venues h6 {
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
#search-venues-cultural h6:first-of-type,
#search-venues-cultural h6.notResults,
#search-all-venues h6 {
	display: block;
}
#search-all-venues h6.notResults {
	display: none;
}
#search-venues-cultural h6:not(.notResults):after,
#search-all-venues h6:not(.notResults):after {
    content: "";
    height: 2px;
    width: 60px;
    background: #1d1d1d;
    display: block;
    margin: auto;
    margin-top: 10px;
}
#search-venues-cultural .span4,
#search-all-venues .span4 {
	display: inline-block;
	float: none;
	margin-left: 10px;
	width: calc(33.33% - 10px);
	vertical-align: top;
}
#search-venues-cultural .span4:first-child, #search-venues-cultural .span4:nth-child(4),
#search-all-venues .span4:first-child, #search-all-venues .span4:nth-child(4) {
	margin-left: 0;
}
#search-venues-cultural .search-venues-item,
#search-all-venues .search-venues-item {
	z-index: 1;
	position: relative;
	cursor: pointer;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}
#search-venues-cultural .search-venues-item:hover,
#search-all-venues .search-venues-item:hover {
	z-index: 3 !important;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#search-venues-cultural .search-venues-item .item-row-header,
#search-all-venues .search-venues-item .item-row-header {
	position: relative;
	min-height: 200px;
}
#search-venues-cultural .item-row-header .shadow-black,
#search-all-venues .item-row-header .shadow-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 35%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 35%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 35%,rgba(0,0,0,1) 100%);
    opacity: 0.40;
	z-index: 0;
}
#search-venues-cultural .item-row-header .field-actions-user > a,
#search-venues-cultural .search-venues-item .item-row-body > a,
#search-venues-cultural .search-venues-item .item-row-footer > a,
#search-all-venues .item-row-header .field-actions-user > a,
#search-all-venues .search-venues-item .item-row-body > a,
#search-all-venues .search-venues-item .item-row-footer > a {
	position: absolute;
	font-size: 0;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#search-venues-cultural .search-venues-item:hover .item-row-header .shadow-black,
#search-all-venues .search-venues-item:hover .item-row-header .shadow-black {
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}
#search-venues-cultural .item-row-header .field-search-venues-image img,
#search-all-venues .item-row-header .field-search-venues-image img {
	width: 100%;
	height: auto;
	display: block;	
}
#search-venues-cultural .item-row-header .field-actions-user,
#search-all-venues .item-row-header .field-actions-user {
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#search-venues-cultural .item-row-header .field-actions-user > div,
#search-all-venues .item-row-header .field-actions-user > div {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	text-align: center;
}
#search-venues-cultural .item-row-header .field-actions-user > div > div,
#search-all-venues .item-row-header .field-actions-user > div > div {
	display: table-cell;
	vertical-align: middle;
}
#search-venues-cultural .item-row-header .field-actions-user > div > div hr {
	display: none;
}
#search-venues-cultural .item-row-header .field-actions-user > div > div .field-search-venues-title,
#search-all-venues .item-row-header .field-actions-user > div > div .field-search-venues-title {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
	width: 85%;
	text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.75);
}
#search-all-venues .item-row-header .field-actions-user > div > div .field-search-venues-stars {

}
#search-all-venues .item-row-header .field-actions-user > div > div .field-search-venues-stars > span {
	content: "";
	background: url('../images/venues/icon-star.svg') no-repeat;
	background-size: 100%;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
#search-all-venues .item-row-header .field-actions-user > div > div .field-search-venues-stars > span:last-child {
	margin-right: 0px;
}
#search-venues-cultural .item-row-header .field-actions-user > div > div .fieldSharedActions,
#search-all-venues .item-row-header .field-actions-user > div > div .fieldSharedActions {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3;
	height: 25px;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickLikeVenues {
	margin-right: 25px;
	width: 25px;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickSharedSocial {
	width: 22px;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickLikeVenues > svg {
	position: absolute;
	top: -17px;
	left: -20px;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickSharedSocial > svg {
	position: absolute;
	top: -17px;
	left: -22px;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickLikeVenues svg *,
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickSharedSocial svg *{
	transition: all 0.1s ease-in-out !important;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickLikeVenues:hover > svg path {
	stroke: #ed152c !important;
	fill: #ed152c !important;
}
.venues-universal .item-row-header .field-actions-user > div > div .fieldSharedActions.clickSharedSocial:hover > svg path {
	fill: #ed152c !important;
}
#search-venues-cultural .search-venues-item .item-row-body,
#search-all-venues .search-venues-item .item-row-body {
	padding: 30px 20px 40px 20px;
	text-align: left;
	position: relative;
}
#search-venues-cultural .item-row-body .field-search-venues-title,
#search-all-venues .item-row-body .field-search-venues-title {
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}
#search-venues-cultural .item-row-body .field-search-venues-title span,
#search-all-venues .item-row-body .field-search-venues-title span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
#search-venues-cultural .item-row-body .field-search-venues-supplier,
#search-all-venues .item-row-body .field-search-venues-supplier {
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}
#search-venues-cultural .item-row-body .field-search-venues-supplier img,
#search-all-venues .item-row-body .field-search-venues-supplier img {
	height: 33px;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}
#search-venues-cultural .item-row-body .field-search-venues-supplier span,
#search-all-venues .item-row-body .field-search-venues-supplier span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
    padding-top: 15px;
}
#search-venues-cultural .item-row-body .group-positions-field,
#search-all-venues .item-row-body .group-positions-field {
	padding-bottom: 20px;
}
#search-venues-cultural .item-row-body .field-search-venues-locality, #search-venues-cultural .item-row-body .field-search-venues-region,
#search-all-venues .item-row-body .field-search-venues-locality, #search-all-venues .item-row-body .field-search-venues-region {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
}
#search-venues-cultural .item-row-body .field-search-venues-locality,
#search-all-venues .item-row-body .field-search-venues-locality {
	margin-right: 0;
}
#search-venues-cultural .item-row-body .field-search-venues-locality:before, #search-venues-cultural .item-row-body .field-search-venues-region:before,
#search-all-venues .item-row-body .field-search-venues-locality:before, #search-all-venues .item-row-body .field-search-venues-region:before {
	content: "";
	background: url("../images/icon-marker.svg") center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
    vertical-align: top;
	width: 16px;
	height: 22px;
}
#search-venues-cultural .item-row-body .field-search-venues-region:before,
#search-all-venues .item-row-body .field-search-venues-region:before {
	background: url("../images/icon-region.svg") center no-repeat;
	background-size: 100% 100%;
	width: 22px;
}
#search-venues-cultural .item-row-body .field-search-venues-locality span, #search-venues-cultural .item-row-body .field-search-venues-region span,
#search-all-venues .item-row-body .field-search-venues-locality span, #search-all-venues .item-row-body .field-search-venues-region span {
	display: inline-block;
    vertical-align: top;
	padding-top: 6px;
	padding-left: 10px;
}
#search-venues-cultural .item-row-body .field-search-venues-description,
#search-all-venues .item-row-body .field-search-venues-description {
	min-height: 97px;
}
#search-venues-cultural .item-row-body .field-search-venues-description p,
#search-all-venues .item-row-body .field-search-venues-description p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #a0a0a0;
	margin: 0;
	padding: 0 !important;
}
#search-venues-cultural .search-venues-item .item-row-footer,
#search-all-venues .search-venues-item .item-row-footer {
	padding: 0px 25px 30px 25px;
	text-align: left;
	position: relative;
	display: table;
	width: 100%;
}
#search-venues-cultural .item-row-footer .field-search-venues-link,
#search-all-venues .item-row-footer .field-search-venues-link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	float: left;
}
#search-venues-cultural .item-row-footer .field-search-venues-link a,
#search-all-venues .item-row-footer .field-search-venues-link a {
	font-size: 12px;
	line-height: 40px;
	font-family: 'proxima_nova_rgbold';
	border-radius: 50px;
	padding: 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	min-width: 110px;
	transition: all 0.2s ease;
	width: auto;
	color: #1d1d1d;
	border: 2px solid #1d1d1d;
	background-color: transparent;
	text-align: center;
}
#search-venues-cultural .item-row-footer .field-search-venues-link a:hover,
#search-all-venues .item-row-footer .field-search-venues-link a:hover {
	color: #FFFFFF;
    border: 2px solid #1d1d1d;
    background-color: #1d1d1d;
}
#search-venues-cultural .item-row-footer .field-search-venues-rfp,
#search-all-venues .item-row-footer .field-search-venues-rfp {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	float: right;
}
#search-venues-cultural .item-row-footer .field-search-venues-rfp a,
#search-all-venues .item-row-footer .field-search-venues-rfp a {
	font-size: 12px;
	padding: 0px 15px;
	height: 40px;
	min-width: 163px;
	color: #FFFFFF;
	border: 2px solid #1d1d1d;
	background-color: #1d1d1d;
}
#search-venues-cultural .item-row-footer .field-search-venues-rfp a:hover,
#search-all-venues .item-row-footer .field-search-venues-rfp a:hover {
	color: #FFFFFF;
	border: 2px solid #ed152c;
	background-color: #ed152c;
}
#search-venues-cultural .pager,
#search-all-venues .pager {
	margin-top: 40px;
}
#search-venues-cultural .pager .loadingLoadMore,
#search-all-venues .pager .loadingLoadMore {
	display: none;
}
#search-venues-cultural .pager .loadingLoadMore img,
#search-all-venues .pager .loadingLoadMore img {
	width: 22px;
	height: 22px;
}
#search-venues-cultural .pager .loadingLoadMore div,
#search-all-venues .pager .loadingLoadMore div {
	font-size: 10px;
	line-height: 12px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-transform: uppercase;
	margin-top: 5px;
}

/* Suppliers Page Styles */
#page-suppliers {

}
.btn-suppliers-venues {
	text-align: center;
	margin: 50px 0px 50px 0px;
}
.btn-suppliers-venues .button {
	text-align: center;
	cursor: pointer;
    padding: 10.5px 50px;
    color: #FFFFFF;
    border: 2px solid #1d1d1d;
    background-color: #1d1d1d;
    line-height: normal;
}
.btn-suppliers-venues .button:hover {
	color: #1d1d1d;
	border: 2px solid #1d1d1d;
	background-color: transparent;
}
.btn-suppliers-venues .button svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
    width: 22px;
}
.btn-suppliers-venues .button:hover svg path {
	fill: #1d1d1d;
}
.btn-suppliers-venues .button span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
#all-suppliers-content {
	margin-bottom: 80px;
	position: relative;
}
#all-suppliers-content .group-view-rows {
    margin-bottom: 5px;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}
#all-suppliers-content.templateTwo .group-view-rows {
	display: flex;
    table-layout: auto;
    flex-flow: row;
}
#all-suppliers-content .views-row {
    background-color: #FFFFFF;
    border-right: 2px solid #FFFFFF !important;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 384px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#all-suppliers-content.templateTwo .views-row {
	display: flex;
	width: 33.33%;
	min-width: auto;
	height: auto;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:nth-child(odd) .views-row:nth-child(odd),
#all-suppliers-content:not(.templateTwo) .group-view-rows:nth-child(even) .views-row:nth-child(odd) {
	background-color: #f0f0f1;
}
#all-suppliers-content.templateTwo .group-view-rows:nth-child(odd) .views-row:nth-child(odd),
#all-suppliers-content.templateTwo .group-view-rows:nth-child(even) .views-row:nth-child(even) {
	background-color: #f0f0f1 !important;
}
#all-suppliers-content .group-paddings {
	padding: 13px 16px;
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
#all-suppliers-content .group-left-row {
	margin-bottom: 13px;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:first-child .views-row:first-child {
	width: 66.333%;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:first-child .views-row:last-child {
	width: 33.333%;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:first-child .views-row:first-child .group-left-row,
#all-suppliers-content:not(.templateTwo) .group-view-rows:last-child .views-row:last-child .group-left-row {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:first-child .views-row:first-child .group-right-row,
#all-suppliers-content:not(.templateTwo) .group-view-rows:last-child .views-row:last-child .group-right-row {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0px 50px 30px;
    width: calc(100% - 365px);
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:first-child .views-row:last-child .group-right-row {
    padding-bottom: 50px;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows:last-child .views-row:last-child {
	width: 100%;
}
#all-suppliers-content .group-left-row .field-all-supplier-image img {
	display: block;
	margin: auto;
	width: 100%;
}
#all-suppliers-content .group-right-row .field-all-supplier-title {
	font-size: 22px;
	line-height: 24px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#all-suppliers-content .group-right-row .field-all-supplier-body {
	word-break: break-word;
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #6c6d6f;
	margin-bottom: 10px;
	padding: 0px 10px 0px 0px;
}
#all-suppliers-content .group-right-row .field-all-supplier-body p {
	margin-bottom: 10px;
	color: #6c6d6f;
	padding: 0 !important;
}
#all-suppliers-content .group-right-row .field-all-supplier-body p:last-child {
	margin-bottom: 0px;
}
#all-suppliers-content .group-right-row .field-all-supplier-body .coll-ellipsis {
	color: #ed152c;
}
#all-suppliers-content .group-right-row .field-all-supplier-body > a {
	display: none;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows[data-count='2'] .group-right-row .field-all-supplier-action,
#all-suppliers-content:not(.templateTwo) .group-view-rows[data-count='1'] .group-right-row .field-all-supplier-action {
	position: absolute;
	bottom: 20px;
}
#all-suppliers-content .group-right-row .field-all-supplier-action .button {
	font-size: 12px;
	padding: 0px 15px;
	margin-top: 20px;
	height: 40px;
	min-width: 110px;
	cursor: pointer;
}
#all-suppliers-content:not(.templateTwo) .group-view-rows[data-count='2'] .group-right-row .field-all-supplier-action .button,
#all-suppliers-content:not(.templateTwo) .group-view-rows[data-count='1'] .group-right-row .field-all-supplier-action .button {
	margin-top: 0px;
}

#all-suppliers-content .views-row.expand {
	width: 100% !important;
    padding: 50px 0px;
    border: 0;
}
#all-suppliers-content .group-view-rows.expand-item .views-row:not(.expand), 
#all-suppliers-content .group-view-rows.expand-item .views-row.scale-down {
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-ms-transform: scale(0.0);
	transform: scale(0.0);
	opacity: 0;
	position: absolute;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#all-suppliers-content .views-row.expand .group-paddings {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    padding: 0px 150px;
}
#all-suppliers-content .views-row.expand .group-right-row .field-all-supplier-action {
	position: inherit;
	margin-top: 20px;
}
#all-suppliers-content .views-row.expand .group-left-row {
    margin-bottom: 5px !important;
}
#all-suppliers-content .group-left-row .field-all-supplier-image img {
	/*width: auto;*/
}
#all-suppliers-content .views-row.expand .group-right-row {
    display: block !important;
    padding-top: 20px !important;
	padding-left: 0 !important;
    width: 100% !important;
}

/* Breadcrumbs Styles */
#container_wrapper .breadcrumbs {
	text-align: left;
	margin-top: -20px;
	margin-bottom: 20px;
}
#container_wrapper .breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
#container_wrapper .breadcrumbs ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold';
	color: #a0a0a0;
}
#container_wrapper .breadcrumbs ul li a {
	display: inline-block;
	color: #a0a0a0;
	text-decoration: none;
}
#container_wrapper .breadcrumbs ul li a:hover,
#container_wrapper .breadcrumbs ul li a.active {
	color: #ed152c;
}
#container_wrapper .breadcrumbs ul li span.separator {
	display: inline-block;
	margin: 0px 3px 0px 9px;
}

/* Content Page Venues Styles */
#venueStarGroup {
	margin: -20px auto 0px auto;
	z-index: 9;
	text-align: center;
}
#venueStarGroup span {
	content: "";
	background: url('../images/venues/icon-star.svg') no-repeat;
	background-size: 100%;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#venueStarGroup span:last-child {
	margin-right: 0px;
}
#venues-content .venues-body-wrapper {
	text-align: center;
	margin-bottom: 60px;
}
#venues-content .venues-body-wrapper .field-venues-supllier {
	margin-bottom: 10px;
}
#venues-content .venues-body-wrapper .field-venues-supllier img {
	height: 33px;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}
#venues-content .venues-body-wrapper .field-venues-supllier span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
	padding-top: 15px;
}
#venues-content .venues-body-wrapper hr {
	margin: 15px auto 10px auto;
}
#venues-content .venues-body-wrapper .field-venues-locality {
	display: inline-block;
	margin-bottom: 40px;
	margin-left: 25px;
}
#venues-content .venues-body-wrapper .field-venues-region {
	display: inline-block;
	margin-bottom: 40px;
}
#venues-content .venues-body-wrapper .field-venues-region:before,
#venues-content .venues-body-wrapper .field-venues-locality:before {
	content: "";
	background: url("../images/icon-marker.svg") center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
    vertical-align: top;
	width: 16px;
	height: 22px;
}
#venues-content .venues-body-wrapper .field-venues-region:before {
	background: url("../images/icon-region.svg") center no-repeat;
	background-size: 100% 100%;
	width: 22px;
}
#venues-content .venues-body-wrapper .field-venues-region span,
#venues-content .venues-body-wrapper .field-venues-locality span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 10px;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
#venues-content .venues-body-wrapper .groupLogos {
	display: flex;
	align-items: center;
	justify-content: center;
}
#venues-content .venues-body-wrapper .field-venues-logo-chain img {
	height: 75px;
	width: auto;
	margin: 40px 30px 40px 0px;
}
#venues-content .venues-body-wrapper .field-venues-logo img {
	height: 75px;
	width: auto;
	margin: 40px 0px 40px 0px;
}
#venues-content .venues-body-wrapper .field-venues-description a {
	word-break: break-all;
}
#venues-content .venues-body-wrapper .field-venues-shared {
	margin-top: 30px;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions {
	display: inline-block;
	vertical-align: top;
    position: relative;
    z-index: 3;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions:first-of-type {
	margin-right: 20px;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions > svg {
	position: relative;
	z-index: 6;
	cursor: pointer;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions > svg circle,
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions > svg line {
	stroke: #1d1d1d;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions:hover > svg circle,
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions:hover > svg line {
	stroke: #ed152c;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions > svg path {
	stroke: #1d1d1d;
}
#venues-content .venues-body-wrapper .field-venues-shared .fieldSharedActions:hover > svg path {
	stroke: #ed152c;
	fill: #ed152c;
}
#venues-tabs-info-content {
	background-color: #f1f1f2;
	padding: 0px 0px 60px 0px;
}
#venues-tabs-info-content .tabs-wrapper {
    width: 100%;
    text-align: center;
}
#venues-tabs-info-content .tabs-wrapper .tabs-header { 
    display: inline-block;
}
#venues-tabs-info-content .tabs-wrapper .tab {   
	float: left;
	cursor: pointer;
	padding: 40px 30px 20px 30px;
	border-left: 1px solid #FFFFFF;
}
#venues-tabs-info-content .tabs-wrapper .tab:first-child {   
	padding-left: 0;
	border-left: 0;
}
#venues-tabs-info-content .tabs-wrapper .tab:last-child {   
	padding-right: 0;
}
#venues-tabs-info-content .tabs-wrapper .tab.active {

}
#venues-tabs-info-content .tabs-wrapper .title-tab {
	font-size: 20px; 
	line-height: 22px;
	font-family: 'proxima_nova_rgbold';
	color: #a0a0a0;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
#venues-tabs-info-content .tabs-wrapper .tab.active .title-tab {
	color: #1d1d1d;
	border-bottom: 2px solid #ed152c;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body {
    margin-top: 30px;
    text-align: left;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div {
    display: none;
    max-width: 945px;
    margin: auto;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div.active {
    display: block;
}  
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab {
	display: table;
	width: 100%;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab a {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 40px);
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab div {
	display: table-cell;
	vertical-align: middle;
	width: 48px;
	text-align: center;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab div img {

}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab span {
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 40px);
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab span sub {
	bottom: 0;
	text-transform: none;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab span sup {
	font-size: 12px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .title-info-tab a:hover span {
	color: #ed152c;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab {
	font-size: 16px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	margin-bottom: 30px;
	margin-left: 48px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima_nova_rgregular';
    color: #1d1d1d;
    margin-bottom: 0;
    padding: 0px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab sup {
	font-size: 12px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab a {
	color: #1d1d1d;
	font-family: 'proxima_nova_rgregular';
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab a:hover,
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab a:focus {
	color: #ed152c;
	text-decoration: none;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab span {
	margin: 0px 5px 0px 10px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab span:last-child {
	display: none;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div .text-info-tab span.comma-separator {
	margin: 0px 5px 0px 0px;
}
#venues-tabs-info-content .tabs-wrapper .tabs-body > div #mapVenues {
	border: 5px solid #FFFFFF;
}
#venues-tabs-info-content .venues-btn-rfp {
	text-align: center;
	margin-top: 60px;
}
.page-node-type-venues #news_content {
	margin-top: 0;
}

/* Events of the Venues */
#events-of-the-venues header {
	margin-top: 50px;
	margin-bottom: 40px;
}
#events-of-the-venues .slide-events-of-the-venues {
    padding: 0px 20px;
}
#events-of-the-venues .slick-slider .slick-arrow {
	top: -100px;
}
#events-of-the-venues .slick-slider .slick-prev {
	left: -2%;
	border-left: 2px solid #1d1d1d;
	border-bottom: 2px solid #1d1d1d;
	opacity: 1;
}
#events-of-the-venues .slick-slider .slick-prev:hover,
#events-of-the-venues .slick-slider .slick-prev.hover {
	border-left: 2px solid #ed152c;
	border-bottom: 2px solid #ed152c;
}
#events-of-the-venues .slick-slider .slick-next {
	right: -2%;
	border-right: 2px solid #1d1d1d;
	border-top: 2px solid #1d1d1d;
	opacity: 1;
}
#events-of-the-venues .slick-slider .slick-next:hover,
#events-of-the-venues .slick-slider .slick-next.hover {
	border-right: 2px solid #ed152c;
	border-top: 2px solid #ed152c;
}
#events-of-the-venues .slick-slider .slick-dots li button {
	border: 1px solid #ed152c;
}
#events-of-the-venues .slick-slider .slick-dots li.slick-active button {
	background-color: #ed152c;
}

#events-of-the-venues .row-fluid {
    text-align: center;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}
#events-of-the-venues .span3 {
	display: inline-block;
	float: left;
	margin: 0px 15px;
	vertical-align: top;
	cursor: pointer;
}
#events-of-the-venues .item-row-header {
	position: relative;
}
#events-of-the-venues .item-row-header .shadow-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 35%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 35%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 35%,rgba(0,0,0,1) 100%);
    opacity: 0.40;
	z-index: 0;
}
#events-of-the-venues .item-row-header .field-actions-user > a,
#events-of-the-venues .item-row-body > a {
	position: absolute;
	font-size: 0;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#events-of-the-venues .item-row-header .field-events-image img {
	width: 100%;
	height: auto;
	display: block;	
}
#events-of-the-venues .item-row-header .field-actions-user {
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#events-of-the-venues .item-row-header .field-actions-user > div {
	position: absolute;
	bottom: 10px;
	left: 0; right: 0;
	text-align: center;
	z-index: 3;
}
#events-of-the-venues .item-row-header .field-actions-user > div .field-events-type {
	font-size: 14px;
	line-height: 15px;
	font-family: 'proxima_nova_rgbold';
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	margin-bottom: 5px;
	max-height: 25px;
}
#events-of-the-venues .item-row-header .field-actions-user > div .field-events-type > * {
	display: inline-block;
	vertical-align: middle;
}
#events-of-the-venues .item-row-header .field-actions-user > div .field-events-type img {
	margin-right: 5px;
}
#events-of-the-venues .item-row-header .field-actions-user > div svg {
	width: 20px;
	height: 20px;
}
#events-of-the-venues .item-row-header .field-actions-user > div svg path,
#events-of-the-venues .item-row-header .field-actions-user > div svg circle {
	fill: rgba(255, 255, 255, 0.6);
}
#events-of-the-venues .item-row-header .field-actions-user > div svg:hover path,
#events-of-the-venues .item-row-header .field-actions-user > div svg:hover circle {
	fill: rgba(255, 255, 255, 1);
}
#events-of-the-venues .item-row-body {
	padding: 20px 0px 20px 0px;
	text-align: left;
	position: relative;
}
#events-of-the-venues .item-row-body .field-events-date {
	margin: 0 0 10px 0;
}
#events-of-the-venues .item-row-body .field-events-date:before {
	content: "";
	background: url("../images/icon-calendar.svg") center no-repeat;
	background-size: 100%;
    display: inline-block;
    vertical-align: middle;
	width: 22px;
	height: 20px;
}
#events-of-the-venues .item-row-body .field-events-date div {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
	color: #6c6d6f;
	text-transform: uppercase;
}
#events-of-the-venues .item-row-body .field-events-date div.start-date {
	margin-left: 0px;
}
#events-of-the-venues .item-row-body .field-events-date div.not-date {
	margin-left: 0px;
	text-transform: none;
}
#events-of-the-venues .item-row-body .field-events-date div.separator-date {
	margin: 0;
}
#events-of-the-venues .item-row-body .field-events-date span {
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	color: #6c6d6f;
	text-transform: none;
}
#events-of-the-venues .item-row-body .field-events-title {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	text-transform: uppercase;
	padding: 0px 5px;
}

/* Contacts Page Styles */
#maps-contacts-wrapper {
	position: relative;
	margin-top: 60px;
}
#maps-contacts-wrapper .group-block-contacts {
	background-color: #1d1d1d;
	position: absolute;
	top: 0px; left: 0px;
    width: 310px;
    max-height: 785px;
    overflow: hidden;
	transition: left 0.4s ease-in-out;
}
#maps-contacts-wrapper .title-positions {
	font-size: 22px;
	line-height: 24px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	color: #ed152c;
	margin-bottom: 20px;
}
#maps-contacts-wrapper .name-positions {
	font-size: 18px;
	line-height: 20px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
	margin-bottom: 5px;
	max-width: 305px;
}
#maps-contacts-wrapper .street-positions {
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	margin-bottom: 25px;
	max-width: 305px;
}
#maps-contacts-wrapper .street-positions p {
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	padding: 0 !important;
	margin: 0;
}
#maps-contacts-wrapper .tele-positions {
	margin-top: 5px;
	min-height: 20px;
}
#maps-contacts-wrapper .tele-positions span {
	font-size: 18px;
	line-height: 20px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
}
#maps-contacts-wrapper .tele-positions a {
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-decoration: none;
}
#maps-contacts-wrapper .fax-positions {
	margin-top: 5px;
	min-height: 20px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-decoration: none;
}
#maps-contacts-wrapper .fax-positions span {
	font-size: 18px;
	line-height: 20px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
}
#maps-contacts-wrapper .email-positions {
	margin-top: 5px;
	min-height: 20px;
}
#maps-contacts-wrapper .email-positions span {
	font-size: 18px;
	line-height: 20px;
	font-family: 'proxima_nova_rgbold';
	color: #FFFFFF;
}
#maps-contacts-wrapper .email-positions a {
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-decoration: none;
}
#maps-contacts-wrapper .email-positions a:hover {
	color: #ee162d;
}
#maps-contacts-wrapper .default-positions {
	padding: 32px 10px 30px 15px;
}
#maps-contacts-wrapper .other-locations-box {
	background-color: #2f3234;
	padding: 32px 10px 23px 15px;
}
#maps-contacts-wrapper .other-locations-box hr {
	width: 97px;
	margin: 20px auto 20px 0px;
	border-top: 1px solid #6c6d6f;
    border-bottom: 1px solid #6c6d6f;
}
#maps-contacts-wrapper .other-locations-box .marketPosition {

}
#maps-contacts-wrapper .other-locations-box .marketPosition header {
	font-size: 14px;
	line-height: 22px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
    margin-bottom: 25px;
}
#maps-contacts-wrapper .other-locations-box .marketPosition .marketItem:not(:last-child) {
	margin-bottom: 30px;
}
#maps-contacts-wrapper .other-locations-box .marketPosition .marketItem > div {
	margin: 0;
}
#maps-contacts-wrapper button {
	margin-top: 20px;
	outline: none;
	font-size: 12px;
	line-height: 38px;
    font-family: 'proxima_nova_rgbold';
}
#maps-contacts-wrapper button.btnClear {
	display: none;
}

#form-contacts-wrapper {
	margin-top: 145px;
	text-align: center;
}
#form-contacts-wrapper .info-contact-tele a {
	text-decoration: none;
	color: #1d1d1d;
}
#form-contacts-wrapper form {
	width: 100%;
}
#form-contacts-wrapper form .form-wrapper {
	display: inline-block;
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
}
#form-contacts-wrapper form .form-wrapper:nth-of-type(even) {
    margin-right: 0px;
}
#form-contacts-wrapper form .form-wrapper.field--name-message {
	width: 100%;
    margin-right: 0px;
    float: none;
}
#form-contacts-wrapper form #reCaptchaForm {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
}
#form-contacts-wrapper form #reCaptchaForm .captcha {
    width: 306px;
    height: 80px;
}
#form-contacts-wrapper form #reCaptchaForm.orange-border .captcha {
    border: 2px solid #f7931e;
}
#form-contacts-wrapper form #reCaptchaForm .msg-warning-form {
    padding: 5px 0 0 0;
    bottom: -20px;
    text-align: center !important;
}
#form-contacts-wrapper form #termsOfUseForm {
    width: 100%;
    margin: 0 0 0 0;
}
#form-contacts-wrapper form #termsOfUseForm.orange-border .checkbox-button .checkbox-wrapper {
    border: 2px solid #f7931e !important;
}
#form-contacts-wrapper form #termsOfUseForm .msg-warning-form {
    padding: 5px 0 0 0;
    text-align: center !important;
}
#form-contacts-wrapper div[data-drupal-selector='edit-actions'] {
	width: 100%;
	margin: 50px 0px;
	float: none;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-clear-contacts {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-clear-contacts svg {
	position: absolute;
	top: 18px; left: 40px;
	width: 14px;
	height: 14px;
	pointer-events: none;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-clear-contacts:hover svg line {
	stroke: #FFFFFF;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-clear-contacts input {
	text-align: right;
	padding: 5px 39px 5px 37px;
	min-width: 185px;
}

#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts {
	display: inline-block;
	position: relative;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts input {
	text-align: left;
	padding: 5px 37px 5px 39px;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts svg {
	position: absolute;
	top: 22px; right: 40px;
	width: 13px;
	height: 7PX;
	transform: rotate(270deg);	
	pointer-events: none;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts svg path {
	fill: #ed152c;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:hover svg path,
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:active svg path,
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:focus svg path {
	fill: #FFFFFF;
}
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:hover svg line,
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:active svg line,
#form-contacts-wrapper  div[data-drupal-selector='edit-actions'] .btn-submit-contacts:focus svg line {
	stroke: #FFFFFF;
}


/* Form Inputs Styles */
input[readonly] {
    cursor: pointer;
}
form input[type='text'],
form input[type='number'],
form input[type='date'],
form input[type='email'],
form input[type='password'],
form input[type='tel'] {
	border: 2px solid #1d1d1d;
	border-radius: 0;
	padding: 5px 15px;
	height: 38px;
	width: 100%;
	margin: 0;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
form input[type='date'],
form input.datePickerRFP  {
	display: inline-block;
	width: auto;
	max-width: 120px;
	text-align: center;
}
form textarea {
	border: 2px solid #1d1d1d;
	border-radius: 0;
	padding: 10px 15px;
	width: 100%;
	margin: 0;
	color: #1d1d1d;
	outline: none;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6c6d6f;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6c6d6f;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6c6d6f;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #6c6d6f;
}
input:not([type='submit'])[required] + label,
textarea[required] + label {
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
	color: #6c6d6f;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	padding: 12px 17px;
	width: 100%;
	text-align: left;
	clip: auto;
    height: auto;
    cursor: text;
}
input:not([type='submit'])[required] + label:after, textarea[required] + label:after {
	content:'*';
    color: #ed152c;
}
/* show the placeholder when input has no content (no content = invalid) */
input:not([type='submit'])[required]:invalid  + label, textarea[required]:invalid + label {
    display: inline-block;
}
/* hide the placeholder when input has some text typed in */
input:not([type='submit'])[required]:valid + label, textarea[required]:valid + label,
input:not([type='submit'])[required] + label.hidden, textarea[required] + label.hidden,
input:not([type='submit'])[required]:-webkit-autofill + label, textarea[required]:-webkit-autofill + label  {
    display: none;
}
input:not([type='submit']):focus, textarea:focus {
	border: 2px solid #ed152c !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
input:not([type='submit']).orange-border, textarea.orange-border,
select.orange-border ~ .select2-container--default .select2-selection--single {
	border: 2px solid #f7931e !important;
}
input:not([type='submit']).red-border, textarea.red-border,
select.red-border ~ .select2-container--default .select2-selection--single {
	border: 2px solid #be1e2d !important;
}
input:not([type='submit']):focus:invalid, textarea:focus:invalid {
	color: #1d1d1d;
}
input:not([type='submit']):focus,
input:not([type='submit']):valid,
input:not([type='submit']):invalid {
    box-shadow: none !important;
    outline: none !important;
}

input::-ms-clear {
    display: none;
}
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
	display: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator  { 
	-webkit-appearance: none;
    margin-right: -15px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

div.orange-text {
	font-size: 14px;
	line-height: 16px;
	color: #f7931e;
	font-family: 'proxima_nova_rgbold';
	text-align: left;
    padding-left: 15px;
    padding-top: 5px;
}
div.red-text {
	font-size: 14px;
	line-height: 16px;
	color: #be1e2d;
	font-family: 'proxima_nova_rgbold';
	text-align: left;
    padding-left: 15px;
    padding-top: 5px;
}

form .datePicker .form-item {
	display: inline-block;
	vertical-align: middle;
}
form .datePicker .calendar-icon-date {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}
form .datePicker .calendar-icon-date svg {
	
}
form .datePicker .calendar-icon-date svg path,
form .datePicker .calendar-icon-date svg line,
form .datePicker .calendar-icon-date svg circle {
	stroke: #ed152c;
}
form .datePicker .calendar-icon-date svg circle {
	fill: #ed152c;
}

form .checkbox-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
form .checkbox-button input[type="checkbox"],
form .checkbox-button input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: auto;
	opacity: 0;
	position: absolute;
	z-index: 2;
}
form .checkbox-button .checkbox-wrapper {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #6c6d6f;
	position: relative;
	margin-right: 5px;
}
form .checkbox-button input[type="checkbox"]:checked+.checkbox-wrapper,
form .checkbox-button input[type="radio"]:checked+.checkbox-wrapper {
	border: 2px solid #1d1d1d;
}
form .checkbox-button .checkbox-wrapper::after {
	content: '';
	width: 9px;
	height: 4px;
	position: absolute;
	top: 3px;
	left: 2px;
	border: 2px solid #1d1d1d;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
form .checkbox-button input[type="checkbox"]:checked+.checkbox-wrapper::after,
form .checkbox-button input[type="radio"]:checked+.checkbox-wrapper::after {
	opacity: 1;
}
form .checkbox-button ~ label {
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
	font-size: 13px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f;
}
form .checkbox-button ~ label span {
	font-size: 13px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f;
}
form .checkbox-button ~ label a {
	font-size: 13px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	color: #ed152c;
	display: inline-block;
}

form .radio-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
form .radio-button input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: auto;
	opacity: 0;
	position: absolute;
	z-index: 2;
}
form .radio-button .radio-wrapper {
	width: 20px;
	height: 20px;
	border: 2px solid #6c6d6f;
	border-radius: 50px;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
form .radio-button .radio-wrapper:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
	opacity: 0;
	z-index: 1;
	background-color: #ed152c;
	border-radius: 50px;
}
form .radio-button input[type="radio"]:checked + .radio-wrapper {
	border: 2px solid #FFFFFF;
}
form .radio-button input[type="radio"]:checked + .radio-wrapper:after {
	opacity: 1;
}
form .radio-button + label {
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
	font-size: 13px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f;
}
form .radio-button.check + label {
	color: #FFFFFF !important;
}

form .msg-form {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgbold';
	padding: 2px 15px 0px 15px;
	position: absolute;
	display: none;
	width: 100%;
}
form .msg-warning-form {
	color: #f7931e;
}
form .msg-error-form {
	color: #be1e2d;
}
form .form-wrapper.errorMsgShow .msg-error-form {
	display: block;
}
form.views-exposed-form h6 {
	margin: 60px 0px 25px 0px;
}


#backTop {
	text-align: center;
	position: fixed;
	bottom: 80px;
	z-index: 80;
	right: 40px;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	cursor: pointer;
}
#backTop.visible {
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}
#backTop .circle-arrow {
	border: 2px solid #ed152c;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	margin: auto;
	padding: 2px 0px;
}
#backTop .circle-arrow svg {
	width: 13px;
	transform: rotate(180deg);
}
#backTop .circle-arrow svg path {
	fill: #ed152c;
}
#backTop .text-top {
	font-size: 12px;
	line-height: 12px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	color: #ed152c;
	margin-top: 5px;
}

/* View Infinite Scroll Module Styles */
.js-pager__items {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pager__items .pager__item {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 60px;
}
.pager__items .pager__item a {
	color: #1d1d1d;
	font-size: 16px;
	line-height: 18px;
	font-family: 'proxima_nova_rgbold';
}
.pager__items .pager__item a:hover,
.pager__items .pager__item a:focus,
.pager__items .pager__item.is-active a {
	color: #ed152c;
	font-family: 'proxima_nova_rgbold';
	text-decoration: underline;
}
.pager__items .pager__item.pager__item--first,
.pager__items .pager__item.pager__item--last {
	display: none;
}

/* Messages */
.messages {
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    padding: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.messages {
    margin: 10px 0px;
}
.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    box-shadow: -8px 0 0 #77b259;
}

#message-box {
	display: table;
	max-width: 550px;
	width: 100%;
	margin: auto;
	position: fixed;
	z-index: 999;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}
#message-box.remove {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
#message-box .box-content {
	display: table;
	width: 100%;
}
#message-box .box-content > div {
	text-align: center;
	padding: 23px 10px 32px 10px;
	background-color: #FFFFFF;
	border-top: 5px solid #37b34a;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
}
#message-box .box-content > div.error {
	border-top: 5px solid #be1e2d;
}
#message-box .box-content > div.warning {
	border-top: 5px solid #f7931e;
}
#message-box .box-content > div.information {
	border-top: 5px solid #1d1d1d;
}
#message-box .box-content > div .message-heading:before {
	content: '';
	background: url('../images/icon-popup-success.png') center center no-repeat;
	height: 64px;
	display: block;
}
#message-box .box-content > div.error .message-heading:before {
	background: url('../images/icon-popup-error.png') center center no-repeat;
}
#message-box .box-content > div.warning .message-heading:before {
	background: url('../images/icon-popup-error.png') center center no-repeat;
}
#message-box .box-content > div .message-heading span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	color: #37b34a;
	margin-top: 10px;
	display: block;
}
#message-box .box-content > div.error .message-heading span {
	color: #be1e2d;
}
#message-box .box-content > div.warning .message-heading span {
	color: #be1e2d;
}
#message-box .box-content > div.information .message-heading span {
	color: #1d1d1d;
}
#message-box .box-content > div .message-text {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	margin-top: 20px;
}
#message-box .box-content > div .message-thanks {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	margin-bottom: 50px;
}
#message-box .box-content > div .message-close-btn .button {
	background-color: #37b34a;
	border: 2px solid #37b34a;
	color: #FFFFFF;
}
#message-box .box-content > div .message-close-btn .button:hover,
#message-box .box-content > div .message-close-btn .button:focus {
	background-color: #FFFFFF;
	border: 2px solid #37b34a;
	color: #37b34a;
}
#message-box .box-content > div.error .message-close-btn .button {
	background-color: #be1e2d;
	border: 2px solid #be1e2d;
	color: #FFFFFF;
}
#message-box .box-content > div.error .message-close-btn .button:hover,
#message-box .box-content > div.error .message-close-btn .button:focus {
	background-color: #FFFFFF;
	border: 2px solid #be1e2d;
	color: #be1e2d;
}
#message-box .box-content > div.warning .message-close-btn .button {
	background-color: #f7931e;
	border: 2px solid #f7931e;
	color: #FFFFFF;
}
#message-box .box-content > div.warning .message-close-btn .button:hover,
#message-box .box-content > div.warning .message-close-btn .button:focus {
	background-color: #FFFFFF;
	border: 2px solid #f7931e;
	color: #f7931e;
}
#message-box .box-content > div.information .message-close-btn .button {
	background-color: #1d1d1d;
	border: 2px solid #1d1d1d;
	color: #FFFFFF;
}
#message-box .box-content > div.information .message-close-btn .button:hover,
#message-box .box-content > div.information .message-close-btn .button:focus {
	background-color: #FFFFFF;
	border: 2px solid #1d1d1d;
	color: #1d1d1d;
}

/* Confirm Box */
.confirmBox {
	display: table;
	max-width: 550px;
	width: 100%;
	margin: auto;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.confirmBox.show {
	opacity: 1;
	z-index: 999;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
.confirmBox > div {
	text-align: center;
	padding: 23px 10px 32px 10px;
	background-color: #FFFFFF;
	border-top: 5px solid #1d1d1d;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
}
.confirmBox > div .message-text {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	margin-top: 20px;
	margin-bottom: 40px;
}
.confirmBox > div .message-close-btn .button {
	background-color: #1d1d1d;
	border: 2px solid #1d1d1d;
	color: #FFFFFF;
}
.confirmBox > div .message-close-btn .button:first-child {
	margin-right: 20px;
}
.confirmBox > div .message-close-btn .button:hover,
.confirmBox > div .message-close-btn .button:focus {
	background-color: #FFFFFF;
	border: 2px solid #1d1d1d;
	color: #1d1d1d;
}

/* Site Map Page Styles */
.sitemap {
	margin-bottom: 60px;
}
.sitemap .sitemap-box {
	margin-bottom: 10px;
}
.sitemap ul {
	margin: 0;
	padding: 0 !important;
	margin-bottom: 10px;
	list-style: none;
}
.sitemap ul li {
	margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -.7em;
}
.sitemap ul li:before {
    content: "• ";
    color: #ed152c;
    font-size: 18px;
}
.sitemap ul li a {
	color: #1d1d1d;
	font-size: 18px;
	line-height: 22px;
	font-family: 'proxima_nova_rgbold';
}
.sitemap ul li a:hover {
	color: #ed152c;
}

/* Faqs Page Styles */ 
#accordion_faqs_content .tabs-wrapper {
	display: table;
    width: 100%;
    margin-bottom: 50px;
}
#accordion_faqs_content .tabs-wrapper .tabs-header { 
	display: block;
	max-width: 265px;
	width: 100%;
	float: left;
}
#accordion_faqs_content .tabs-wrapper .tab {  
	display: table;
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	background-color: #f0f0f1;
	cursor: pointer;
}
#accordion_faqs_content .tabs-wrapper .tab.active {
	background-color: #1d1d1d;
}
#accordion_faqs_content .tabs-wrapper .tab > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 50px 0px 25px;
}
#accordion_faqs_content .tabs-wrapper .tab > div .icone-tab {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#accordion_faqs_content .tabs-wrapper .tab > div .icone-tab svg {
	height: 30px;
}
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg polyline,
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg rect,
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg path,
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg line,
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg circle,
#accordion_faqs_content .tabs-wrapper .tab.active > div .icone-tab svg polygon {
	stroke: #FFFFFF;
}
#accordion_faqs_content .tabs-wrapper .tab > div .title-tab {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	width: calc(100% - 60px);
}
#accordion_faqs_content .tabs-wrapper .tab.active > div .title-tab {
	color: #FFFFFF;
}

#accordion_faqs_content .tabs-wrapper .tabs-body {
	display: block;
	float: left;
	margin-left: 30px;
	text-align: left;
	width: calc(100% - 295px);
}
#accordion_faqs_content .tabs-wrapper .tabs-body .info-tab {
    display: none;
    padding: 10px 0px 50px 0px;
}
#accordion_faqs_content .tabs-wrapper .tabs-body .info-tab.active {
    display: block;
} 
#accordion_faqs_content .tabs-wrapper .tabs-body .info-tab .title-info-tab {
	font-size: 22px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	margin-bottom: 20px;
} 

.acordeonDefault .acordeon-wrapper > .acordeon-header {
	padding: 20px 0px 10px 0px;
	cursor: pointer;
}
.acordeonDefault .acordeon-wrapper > .acordeon-header .icone-arrow {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #1d1d1d;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	margin: auto;
	padding: 3px 0px;
	text-align: center;
}
.acordeonDefault .acordeon-wrapper > .acordeon-header .icone-arrow svg {
	width: 14px;
	transform: rotate(-90deg);
}
.acordeonDefault .acordeon-wrapper > .acordeon-header .icone-arrow svg path {
	fill: #1d1d1d;
}
.acordeonDefault .acordeon-wrapper > .acordeon-header span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	margin-left: 10px;
	width: calc(100% - 45px);
}
.acordeonDefault .acordeon-wrapper > .acordeon-header.active .icone-arrow {
	border: 2px solid #ed152c;
}
.acordeonDefault .acordeon-wrapper > .acordeon-header.active .icone-arrow svg {
	transform: rotate(0deg);
}
.acordeonDefault .acordeon-wrapper > .acordeon-header.active .icone-arrow svg path {
	fill: #ed152c;
}
.acordeonDefault .acordeon-wrapper > .acordeon-header.active span {
	color: #ed152c;
}
.acordeon-wrapper .acordeon-body {
	display: none;
}
.acordeon-wrapper .acordeon-body p {
	padding: 0;
}

/* Cookie Pop-Up Styles */
#sliding-popup {
	padding: 23px 0px 22px 0px;
}
#sliding-popup .popup-content {
	padding: 0px 15px;
	max-width: 1140px;
	margin: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#sliding-popup .popup-content #popup-text {
	margin: 0;
	max-width: 85%;
}
#sliding-popup .popup-content #popup-text p {
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
#sliding-popup .popup-content #popup-text p a {
	color: #ed152c;
	word-break: break-word !important;
}
#sliding-popup .popup-content #popup-text p a:hover {
	text-decoration: underline;
}
#sliding-popup .popup-content #popup-buttons button {
	font-size: 16px;
	line-height: 40px;
	font-family: 'proxima_nova_rgbold';
	border-radius: 50px;
	padding: 0px 30px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	min-width: 150px;
	color: #FFFFFF;
	border: 2px solid #ed152c;
	background: #ed152c;
	text-align: center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	transition: all 0.2s ease;
	margin: 0;
}
#sliding-popup .popup-content #popup-buttons button:hover,
#sliding-popup .popup-content #popup-buttons button:focus,
#sliding-popup .popup-content #popup-buttons button:active {
	color: #ed152c;
	border: 2px solid #ed152c ;
	background: transparent;
	outline: none;
}
#sliding-popup .find-more-button {
	display: none !important;
}

#page-sobre-nos {

}
#page-sobre-nos .lead1 {
	padding: 0px 210px;
}
#page-legal h5 {
	padding: 34px 30px;
	background-color: #f0f0f1;
	text-transform: uppercase;
	margin: 40px 15px 25px 15px;
}
#page-legal h5:not(:first-child) {
	margin-top: 60px;
}
#page-sobre-nos p,
#page-legal p {
	padding: 0px 15px;
}
#page-sobre-nos .field-page-pdf,
#page-legal .field-page-pdf {
	text-align: center;
}
#page-sobre-nos .field-page-pdf .button,
#page-legal .field-page-pdf .button {
	font-size: 12px;
	height: 40px;
	padding: 0px 30px;
	margin: 45px 0px 70px 0px;
}


/* Page Default Details Styles */
.default-defaitls-content {
	margin-bottom: 60px;
}
.default-defaitls-content .field-default-date {
	margin-top: 30px;
	text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: 'proxima_nova_rgbold';
    color: #6c6d6f;
    text-transform: uppercase;
}
.default-defaitls-content  .group-info-default {
	margin-top: 30px;
    display: table;
    width: 100%;
}
.default-defaitls-content .group-info-default img {
	float: left;
	margin-right: 20px;
	min-width: 300px;
    max-width: 600px;
}
.default-defaitls-content .group-info-default div p {
	padding: 0 !important;
}

/* Like Venues */
.clickLikeVenues.activeLike > svg path {
	stroke: #ed152c !important;
	fill: #ed152c;
}

/* Tooltip Shared Social */
.clickSharedSocial > svg {
	position: relative;
	z-index: 6;
	cursor: pointer;
}
.clickSharedSocial.openShared > svg path {
	fill: #ed152c !important;
}
.clickSharedSocial .tooltipShared {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out !important;
    transition: opacity 0.25s ease-out !important;
}
.clickSharedSocial.openShared .tooltipShared {
    opacity: 1;
}
.clickSharedSocial .tooltipShared li {
	width: 40px;
    height: 40px;
    top: -10%;
    left: -65%;
    line-height: 40px;
    position: absolute;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
}
.clickSharedSocial.openShared .tooltipShared li:first-child {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-20px, 30px, 0);
	transform: scale3d(1, 1, 1) translate3d(-20px, 30px, 0);
}
.clickSharedSocial.openShared .tooltipShared li:nth-child(2) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(35px, 30px, 0);
	transform: scale3d(1, 1, 1) translate3d(35px, 30px, 0);
}
.clickSharedSocial.openShared .tooltipShared li a {
	display: inline-block;
	height: 40px;
}
.clickSharedSocial .tooltipShared li a svg path.icon-circle {
	stroke: #FFFFFF;
	fill: #FFFFFF;
}
.clickSharedSocial .tooltipShared li a svg path.icon-intro {
	fill: #ed152c;
	stroke: #ed152c;
}
.clickSharedSocial .tooltipShared li a:hover svg path.icon-circle {
	stroke: #ed152c;
	fill: #ed152c;
}
.clickSharedSocial .tooltipShared li a:hover svg path.icon-intro {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

#venues-content .clickSharedSocial .tooltipShared li a svg path.icon-circle {
	stroke: #1d1d1d;
	fill: #FFFFFF;
}
#venues-content .clickSharedSocial .tooltipShared li a svg path.icon-intro {
	fill: #1d1d1d;
	stroke: transparent;
}
#venues-content .clickSharedSocial .tooltipShared li a:hover svg path.icon-circle {
	stroke: #ed152c;
	fill: #FFFFFF;
}
#venues-content .clickSharedSocial .tooltipShared li a:hover svg path.icon-intro {
	fill: #ed152c;
	stroke: transparent;
}

#details-news-content .clickSharedSocial .tooltipShared li a svg path.icon-circle {
	stroke: #1d1d1d;
	fill: #FFFFFF;
}
#details-news-content .clickSharedSocial .tooltipShared li a svg path.icon-intro {
	fill: #1d1d1d;
	stroke: transparent;
}
#details-news-content .clickSharedSocial .tooltipShared li a:hover svg path.icon-circle {
	stroke: #ed152c;
	fill: #FFFFFF;
}
#details-news-content .clickSharedSocial .tooltipShared li a:hover svg path.icon-intro {
	fill: #ed152c;
	stroke: transparent;
}


.tooltip-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.tooltip-wrapper .tool-tip {
	position: absolute;
    display: none;
}

#toolTipAbsolute {
	position: absolute;
	z-index: 5;
	display: none;
	top: 0;
	left: 0;
	background: #FFFFFF;
	max-width: 300px; 
	border-radius: 8px;
	padding: 15px;
	text-align: left;
	-webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.46);
}
#toolTipAbsolute p,
#toolTipAbsolute span {
	font-size: 14px;
	line-height: 14px;
	font-family: "proxima_nova_rgregular";
	color: #1d1d1d;
	padding: 0;
	margin: 0;
}
#toolTipAbsolute p,
#toolTipAbsolute span {
	font-size: 14px;
	line-height: 14px;
	font-family: "proxima_nova_rgregular";
	color: #1d1d1d;
	padding: 0;
	margin: 0;
}
#toolTipAbsolute:before{
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 0; right: 0;
	margin: auto;
	width: 0;
	border-top: 8px solid #FFFFFF;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.date-picker-wrapper {
    color: #1d1d1d;
	border: 0;
	background-color: #f1f1f3;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.46);
}
.date-picker-wrapper .drp_top-bar .apply-btn {
	padding: 3px 10px;
	font-size: 12px;
	font-family: 'proxima_nova_rgregular';
	border-radius: 20px;
	color: #1d1d1d !important;
	border: 2px solid #1d1d1d !important;
	background: transparent !important;
}
.date-picker-wrapper .drp_top-bar .apply-btn:hover {
	color: #FFFFFF !important;
	background: #1d1d1d !important;
}
.date-picker-wrapper .month-wrapper {
	border: 0;
}
.date-picker-wrapper .month-name {
	font-family: 'proxima_nova_rgbold';
}
.date-picker-wrapper .month-wrapper table .week-name {
	font-size: 11px;
	font-family: 'proxima_nova_rgregular';
}
.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #1d1d1d !important;
	color: #FFFFFF !important;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, 
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	background-color: #ed152c !important;
	color: #FFFFFF !important;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
	background-color: #ed152c !important;
	color: #FFFFFF !important;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: rgba(237, 21, 44, 0.50);
	color: #FFFFFF !important;
}
.date-picker-wrapper .date-range-length-tip {
	background-color: #FFFFFF;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	border-radius: 20px;
    padding: 0 10px;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.46);
}
.date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #FFFFFF;
}

#lightboxSpinner {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: table;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	z-index: -5;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
#lightboxSpinner.show {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
#lightboxSpinner div {
	display: table-cell;
	vertical-align: middle;
}
#lightboxSpinner img {
	width: 40px;
	height: 40px;	
}
#lightboxSpinner span {
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
}

.backSearchVenues,
.backSearchEvents {
    text-align: center;
    margin: 30px 0px;
}
.rightBackBread {
	display: inline-block;
	margin: 0;
	float: right;
	margin-top: -2px;
}
.backSearchVenues a,
.backSearchEvents a {
	display: inline-block;
	text-decoration: none;
}
.backSearchVenues img, .backSearchVenues svg,
.backSearchEvents img, .backSearchEvents svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.backSearchVenues span,
.backSearchEvents span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 11px;
	line-height: 13px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
}
.backSearchVenues a:hover svg path,
.backSearchEvents a:hover svg path {
	fill: #ed152c;
}
.backSearchVenues a:hover span,
.backSearchEvents a:hover span {
	color: #ed152c;
}
.showNumResults {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	font-family: 'proxima_nova_rgregular';
	color: #a0a0a0;
	text-transform: uppercase;
	margin-top: 0px;
    margin-bottom: 60px;
}
.showNumResults span {
	font-family: 'proxima_nova_rgbold';
}

/* block for register venues form on homepage */
.rv-link-block {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.rv-link-block .top-icon {}
.rv-link-block .top-icon svg {
	width: 35px;
}
.rv-link-block h3 {
	color: #1d1d1d;
	font-size: 28px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	text-align: center;
}
.rv-link-block h3:after {
	content: "";
    height: 2px;
    width: 100px;
    background: #ed152c;
    display: block;
    margin: auto;
    margin-top: 25px;
}
.rv-link-block .rv-button {
	display: inline-block;
	background-color: #ee162d;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	height: 50px;
	font-family: 'proxima_nova_rgbold';
	padding: 7px 45px;
	text-transform: uppercase;
	border-radius: 25px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 50px;
}
.rv-link-block .rv-button:hover {
	text-decoration: none;
}