/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

.bg-accent {
background-color: #a31872 !important;
}
p a {
color: #a31872 !important;
}
.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
background: #a31872 !important;
}
hr.divider_3:before {
background: #a31872 !important;
}
hr.divider_3:before {
background: #a31872 !important;
}
.divider_4_first {
border: 3px solid #a31872 !important;
}
.divider_4_second {
background-color: #a31872 !important;
}
.divider_4::after, .divider_4::before {
background-color: #a31872 !important;
}
.divider_5 i {
color: #a31872 !important;
}
.img-center .image_container {
	text-align:center;
}
.tour-de-france-2023 .mod_breadcrumb{
	display:none;
}
.mainmenu ul ul {
border-top: 2px solid #a31872 !important;
}
.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
color: #a31872 !important;
}
#top-wrapper.fixed .mainmenu a.active,
#top-wrapper.fixed .mainmenu a.trail {
color: #a31872 !important;
}
.mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),
.mainmenu ul ul li a.active,
.mainmenu ul ul li a.trail:not(.megamenu) {
background: #a31872!important;
}
body.header-dark .fixed .mainmenu ul li a.trail,
body.header-dark .fixed .mainmenu ul li a.active {
color: #a31872!important;
}
.header-light #top-wrapper.fixed .mainmenu a.active,
.header-light #top-wrapper.fixed .mainmenu a.trail {
color: #a31872!important;
}
.subnav a {
color: #a31872!important;
}
#nav-open-btn:before {
background: #a31872!important;
}
.ce_table table th {
background: #a31872!important;
}
.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover {
border-color: #a31872!important;
}
.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
background: #a31872!important;
}
.ce_teambox .image .overlay {
background: #a31872!important;
}
.ce_teambox .email a {
color: #a31872!important;
}
blockquote a {
color: #a31872!important;
}
.header .mod_search .search-content {
background: #a31872!important;
}
.ce_iconbox.version2 i {
background: #a31872!important;
}
.ce_iconbox .link {
color: #a31872!important;
}
.ce_testimonial a {
color: #a31872!important;
}
.ce_accordion .toggler:before {
color:#a31872!important;
}
.mod_calendar th.head {
background:#a31872!important;
border-top:1px solid #a31872!important;
border-right:1px solid #a31872!important;
border-left:1px solid #a31872!important;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
background-color:#a31872!important;
}
.pagination li span.current {
background: #a31872!important;
}
.pagination li a:hover {
color: #a31872!important;
}
.mod_faqpage h3:before {
color: #a31872!important;
}
.mod_search .submit {
border: 1px solid #a31872!important;
}
input:focus,
textarea:focus {
border:1px solid #a31872!important;
}
form fieldset legend {
background-color:#a31872!important;
}
input.submit[type="submit"] {
background: #a31872!important;
}
input.submit[type="submit"]:hover {
background: #a31872!important;
}
.ce_youtube_background.overlay .YTPOverlay {
background-color: #a31872!important;
}
.label-accent {
background: #a31872!important;
}
.ce_hyperlink a,
a.btn {
background: #a31872!important;
border-color: #a31872!important;
color: white !important;
}
.ce_hyperlink a.link-white,
a.btn.link-white {
color: #a31872!important;
}
.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
background: #a31872!important;
}
.ce_hyperlink a.outline,
a.btn.outline {
color: #a31872!important;
}
.newslist h2,
.newslist h2 a {
color: #a31872!important;
}
.newslist .news-left .news-date {
background: #a31872!important;
}
.newsteaser .date {
background: #a31872!important;
}
#portfolio_filter a.selected,
#portfolio_filter a:hover {
background: #a31872!important;
}
.ce_chartbar .chart_data {
background: #a31872!important;
}
.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
color: #a31872!important;
}
blockquote {
border-color: #a31872!important;
}
.ce_pricetable .pricetable.highlight .title {
background: #a31872!important;
}
.ce_imagebox_v2 .ce_url a {
background: #a31872!important;
}
.ce_gallery .content {
background: #a31872!important;
}
.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
background: #a31872!important;
}
.ce_countup i {
color: #a31872!important;
}
.newslist-v3 .date {
background: #a31872!important;
}
.ce_bgimage.offset.offset-bg-accent:before {
background-color: #a31872!important;
}
.ce_leadertext.version2 .divider-first {
border: 3px solid #a31872!important;
}
.ce_leadertext.version2 .divider-second {
background-color: #a31872!important;
}
.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
background-color: #a31872!important;
}
.ce_accordion .toggler i.fa {
background: #a31872!important;
}
.newsteaser_v3 .news-overlay i {
background-color: #a31872!important;
}
.newslist-v3 .subheadline {
color: #a31872!important;
}
.ce_teambox .function {
color: #a31872!important;
}
.ce_tabs .tabs.horizontal-clean ul li.active:after {
border-color: #a31872 transparent transparent transparent !important;
}
.subheadline-v2 {
color: #a31872!important;
}
.ce_timeline .timeline-item .timeline-item-title {
background: #a31872!important;
}
.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
background: #a31872!important;
}
.ce_portfoliofilter.only-icon a.selected i:before,
.ce_portfoliofilter.only-icon a:hover i:before {
background: #a31872!important;
border-color: #a31872!important;
}
.ce_tabs .tabs.horizontal-clean ul li.active a {
color: #a31872!important;
}
.ce_revolutionslider_hyperlink {
background: #a31872!important;
border-color: #a31872!important;
}
#top .mod_top_mail a:hover,
#top .mod_login_top:hover,
#top .mod_search:hover,
#top .mod_langswitcher span:hover  {
background: #a31872!important;
color: white;
}
#top .mod_langswitcher ul li a:hover {
color: #a31872!important;
}
.ce_headline_extended.version2 .divider-first {
border-color: #a31872!important;
}
.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
background-color: #a31872!important;
}
.mod_portfoliolist .item figure {
background-color: #a31872!important;
}
.mod_portfoliolist .item a:hover {
color: #a31872!important;
}
#top .mod_top_mail a {
color: white !important;
}
#top .mod_top_phone span {
color: #a31872!important;
}
form .input-group-addon {
background: #a31872!important;
border-color: #a31872!important;
}
body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover {
background-color: #a31872!important;
}
body .picker__list-item--highlighted,
body .picker__list-item:hover {
border-color: #a31872!important;
}
.ce_video_background .video-overlay  {
background-color: #a31872!important;
}
.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
background-color: #a31872!important;
}
#offcanvas-top {
background: #a31872!important;
}
.cookiebar {
background: #a31872!important;
}
#footer a:hover,
#bottom .inside a:hover {
color: #a31872;
}
.ce_bgimage_content_start.bg-accent .bg_overlay {
background: #a31872!important;
}
.newslist-timeline:before,
.newslist-timeline-both h4:before {
border-color: #a31872!important;
}
.ce_divider_extended.version4 span {
background: #a31872!important;
}
.ce_divider_extended.version5 {
background: #a31872!important;
}
#top a {
color: white !important;
}
.ce_linkbox h4 {
color: #a31872!important;
}
.body_bottom .mod_search .search-content {
background: #a31872!important;
}
.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
background: #a31872!important;
}
.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
background: #a31872!important;
}
.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
color: #a31872!important;
}
.mod_customcatalogreader.cc_immorealty .price {
background: #a31872!important;
}
.mod_customcataloglist .cc_immorealty_slider .category  {
background: #a31872!important;
}
.header .mainmenu ul li.highlight a span {
background: #a31872!important;
}
.mod_customcataloglist.cc_immorealty .customelements_notelist input {
background-color: #a31872!important;
}
.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
color: #a31872!important;
}
.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
background-color: #a31872!important;
}
.mod_customcatalogreader.cc_cardealer .single-price {
color: #a31872!important;
}
.mod_customcatalogreader.cc_cardealer .single-price strong {
background-color: #a31872!important;
}
.mod_customcataloglist.cc_cardealer .item-highlight-icon {
background-color: #a31872!important;
}
.mod_customcataloglist .cc_cardealer_slider .state {
background-color: #a31872!important;
}
.mod_customcataloglist .cc_cardealer_slider .price strong {
color: #a31872!important;
}
.ce_linkbox a i {
background-color: #a31872!important;
}
.mod_portfoliolist.portfolio-v2 .item a:hover {
color: #a31872!important;
}
.ce_fullscreen_gallery.version3 .bold {
background-color: #a31872!important;
}
form.style2 {
background: #a31872!important;
}
.ce_linkbox .ce_linkbox_banner {
background-color: #a31872!important;
}
.custommenu li:hover {
background-color: #a31872!important;
}
.ce_featured_tab li .ce_headline .headline {
color: #a31872!important;
}
.ce_featured_tab li.active {
background-color: #a31872!important;
}
.ce_headerimage.version3 .ce_headline .headline {
background: #a31872!important;
}
.ce_headerimage.version3 .subline {
background: #a31872!important;
}
.mod_portfoliolist_v4 .item a:hover {
background: #a31872!important;
}
.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
background: #a31872!important;
}
.ce_revolutionslider_hyperlink.light {
color: #a31872!important;
}
.ce_frame_start.style3 .ce_frame_start_inside {
border-color: #a31872!important;
}
.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
color: #a31872!important;
}
.newsteaser_v7:hover h5 {
color: #a31872!important;
}
.ce_divider_extended.version10 svg {
fill: #a31872!important;
}
.cd-horizontal-timeline .filling-line {
background-color: #a31872!important;
}
.cd-horizontal-timeline .events a.older-event::after {
border-color: #a31872!important;
}
.no-touch .cd-horizontal-timeline .events a:hover::after,
.cd-horizontal-timeline .events a.selected::after {
background-color: #a31872!important;
border-color: #a31872!important;
}
.mod_portfoliolist_v7 .comments {
background-color: #a31872!important;
}
.mod_portfoliolist_v7 .subline {
background-color: #a31872!important;
}
.mod_portfoliolist_v7 .item:hover .item-bottom a {
color: #a31872!important;
}
.cd-horizontal-timeline .ce_text em {
color: #a31872!important;
}
.mod_eventlist_v2 .title a {
color: #a31872!important;
}
.ce_imagemap .hotspot.small .circle {
box-shadow: 0 0 0 2px #a31872!important;
}
.ce_pricecard.style2.highlight .ce_pricecard_inside {
background: #a31872!important;
}
.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
color: #a31872!important;
}
.mod_eventlist_v3 .meta-info i {
color: #a31872!important;
}
.cd-horizontal-timeline time:before,
.cd-horizontal-timeline .location:before {
color: #a31872!important;
}
.cd-horizontal-timeline .more a {
background: #a31872!important;
}
body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
background-color: #a31872!important;
}
.ce_popup_start .popup_close {
color: #a31872!important;
}
.ce_popup_start .ce_popup_content {
border-color: #a31872!important;
}
.mod_eventlist_v4 i.fa-location-arrow {
background-color: #a31872!important;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon  {
fill: #a31872!important;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
stroke: #a31872!important;
}
.mod_portfoliolist_demos .item .overlay {
background-color: #a31872!important;
}
.mod_portfoliolist_demos .item h5:hover {
color: #a31872!important;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
background-color: #a31872!important;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
background-color: #a31872!important;
}
.ce_iconbox_v3 .headline.headline-color-accent {
color: #a31872!important;
}
.ce_iconbox_v3 .subheadline.subheadline-color-accent {
color: #a31872!important;
}
.ce_iconbox_v3 .fonticon.fonticon-color-accent {
color: #a31872!important;
}
.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline {
color: #a31872!important;
}
.submenu_v2 li a:hover,
.submenu_v2 li a.active {
color: #a31872!important;
}
.ce_list.list-style2 li.fa:before {
color: #a31872!important;
}
.ce_list.list-style3 li.fa:before {
color: #a31872!important;
}
.ce_revolutionslider_hyperlink.text-link:after {
color: #a31872!important;
}
.ce_download_small .ce_download_small_inside a:after {
color: #a31872!important;
}
.ce_download_small .ce_download_small_inside a {
border-color: #a31872!important;
}
.ce_imagemap .circle {
box-shadow: 0 0 0 4px #a31872!important;
}
.ce_testimonial_version7 .text_inside:before {
background: #a31872!important;
}
.ce_portfoliofilter.port-filter-style3 a.selected {
border-color: #a31872!important;
}
form.style8 input.submit[type="submit"] {
color: #a31872!important;
}
.ce_image_text_box .ce_image_text_box_banner {
background: #a31872!important;
}
.ce_image_text_box.version2 .ce_url a {
border-color: #a31872!important;
color: #a31872!important;
}
.ce_grid_gallery_start li:hover .linktext {
color: #a31872!important;
}
.mod_quickmenu.style2 a {
border-color: #a31872!important;
color: #a31872!important;
}
#top_link a {
background: #a31872!important;
border-color: #a31872!important;
}
.color-second {
color: #fbb900;
}
.bg-second {
background-color: #fbb900;
}
.ce_bgimage_content_start .bg_overlay.bg-second {
background-color: #fbb900;
}
.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover {
background-color: #fbb900;
}
.mod_customcataloglist.cc_cardealer .item-state {
background-color: #fbb900;
}
form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover {
background-color: #fbb900;
}
.ce_iconbox_v2.style2:hover {
background-color: #fbb900;
}
.ce_hyperlink-extended a.link-sec-color {
border-color: #fbb900;
background: #fbb900;
}
.ce_hyperlink-extended a.link-sec-color:hover {
color: #fbb900;
border-color: #fbb900;
}
.ce_hyperlink-extended a.link-sec-color-outline {
color: #fbb900;
border-color: #fbb900;
}
.ce_hyperlink-extended a.link-sec-color-outline:hover {
background: #fbb900;
}
.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon  {
fill: #fbb900;
}
.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
stroke: #fbb900;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
background-color: #fbb900;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
background-color: #fbb900!important;
}
.ce_iconbox_v3 .headline.headline-color-second {
color: #fbb900;
}
.ce_iconbox_v3 .subheadline.subheadline-color-second {
color: #fbb900;
}
.ce_iconbox_v3 .fonticon.fonticon-color-second {
color: #fbb900;
}
.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline {
color: #fbb900!important;
}
.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
color: #fbb900;
}
.header .mainmenu ul li a:hover  {
color: #a31872!important;
}
#top,
#top .mod_socials a i {
color: #ffffff;
}
#top a,
#top .mod_top_mail a {
color: #ffffff;
}
#top,
#top .inside {
background-color: #a31872!important;
}
html, body  {
font-family: "Source Sans Pro";
font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.ce_revolutionslider_text.bold,
.font_headline {
font-family: Cinzel;
font-weight: 400;
}
.autogrid_wrapper {
margin-left: -2%;
margin-right: -2%;
}
.autogrid {
padding-left: 2%;
padding-right: 2%;
}
.autogrid_wrapper.article .inner {
margin-left: -2%;
margin-right: -2%;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
color: rgba(0,0,0,0.5);
}
#footer,
#footer a {
   color: #8A8982;
}
#footer li:after {
border-color: rgba(0,0,0,0.5);
}
#footer {
background-color: #f2f2f2;
}
#bottom .inside,
#bottom .inside a {
color: rgba(0,0,0,0.4);
}
#bottom {
background-color: #ffffff;
}
#bottom {
border-top: 1px solid #e5e5e5;
}
#top .inside {
background: none!important;
}
.logo a {
/*	background-image: url("../../files/cto_layout/themedesigner/uploads/Sarrailh-hotel.png") !important;*/
	background-image: url("../../files/img/hotel/logos-sarrailh-h-03.png") !important;
}
.header.cloned .logo a {
/*	background-image: url("../../files/cto_layout/themedesigner/uploads/Sarrailh-hotel-sticky.png") !important;*/
background-image: url("../../files/img/hotel/logos-sarrailh-h-03.png") !important;
}
/*.mainmenu ul li a  {
font-family: "Source Sans Pro";
}
.mainmenu ul li a  {
font-weight: 700;
}
.mainmenu ul li a  {
font-size: 17px;
}
.mainmenu ul li a {
text-transform: uppercase;
}
.mainmenu ul li ul li a  {
font-size: 16px;
}*/
.ce_colorbox p:last-of-type{
	margin-bottom: 0 !important;
}
form.style5 input, form.style5 select, form.style5 textarea{
	font-size: 14px !important;
	font-family: "Open Sans";
}
form.style5 textarea{
	height: 178px;
}
.delete-br{
	margin-top: -27px;
}
.bg-yellow-light{
	background-color: #fdb813;
	color: white;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
	height: 54px;
	line-height: 38px;
}
.bg-yellow-light-double-line{
	/*line-height: 19px;*/
	height: 90px;
}
.bg-yellow-light p {
	margin-bottom: 0;
}
.bg-yellow-light-tab{
	background-color: #fdb813;
	color: white;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
}
.bg-grey-light{
	background-color: #eef0f1;
	color: #757575;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 54px;
	font-size: 14px;
	line-height: 38px;
}
.bg-grey-light p {
	margin-bottom: 0;
	display: inline-block;
	line-height: 19px;
}
.bg-grey-light-double-line{
	/*line-height: 19px;*/
	height: 90px;
}
.bg-grey-light-vertical{
	/*line-height: 19px;*/
	height: 74px;
}
.bg-grey-light-double-line p {
	line-height: 74px;
}
.bg-purple-tab{
	background-color: #cc92b8;
	color: white;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.bg-purple-light-tab{
	background-color: #a31872;
	color: white;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.mod_breadcrumb{
	background-color: #f2f2f2;
	border: 0 !important
}
.mod_breadcrumb a:hover{
	text-decoration: underline;
}
.fb-link{
	color: #8A8982 !important;
}
.fb-link:hover{
	text-decoration: underline;
}
.btn-yellow{
	background-color: #FAB900;
	font-weight: 600;
	padding: 0 10px 0 10px;
	margin-left: 5px;
	font-size: 13px;
	line-height: 35px;
}
.btn-yellow:hover{
	background-color: #ffcc3b;
}
#top .inside a {
    display: block;
    text-align: center;
    line-height: 37px;
}
#footer .btn{
	color: white !important;
	width: 200px;
    display: table;
}
.p-purple{
	color : #a31872;
}
.h3-resto{
	margin-bottom:10px;
}

p a:hover{
	text-decoration:underline;
}

.logo_footer .inside{
	padding: 0 !important;
	display: flex !important;
	gap: 20px !important;
}
