/** 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, .ce_autogridWrapperStart.same-height .inside {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_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {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,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#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/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 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/colorbox/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/colorbox/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/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
.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}

.bg-accent {
background-color: #9c7b15;
}
p a {
color: #9c7b15;
}
.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: #9c7b15;
}
hr.divider_3:before {
background: #9c7b15;
}
hr.divider_3:before {
background: #9c7b15;
}
.divider_4_first {
border: 3px solid #9c7b15;
}
.divider_4_second {
background-color: #9c7b15;
}
.divider_4::after, .divider_4::before {
background-color: #9c7b15;
}
.divider_5 i {
color: #9c7b15;
}
.mainmenu ul ul {
border-top: 2px solid #9c7b15;
}
.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: #9c7b15;
}
#top-wrapper.fixed .mainmenu a.active,
#top-wrapper.fixed .mainmenu a.trail {
color: #9c7b15;
}
.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: #9c7b15!important;
}
body.header-dark .fixed .mainmenu ul li a.trail,
body.header-dark .fixed .mainmenu ul li a.active {
color: #9c7b15;
}
.header-light #top-wrapper.fixed .mainmenu a.active,
.header-light #top-wrapper.fixed .mainmenu a.trail {
color: #9c7b15;
}
.subnav a {
color: #9c7b15;
}
#nav-open-btn:before {
background: #9c7b15;
}
.ce_table table th {
background: #9c7b15;
}
.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover {
border-color: #9c7b15;
}
.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
background: #9c7b15;
}
.ce_teambox .image .overlay {
background: #9c7b15;
}
.ce_teambox .email a {
color: #9c7b15;
}
blockquote a {
color: #9c7b15;
}
.header .mod_search .search-content {
background: #9c7b15;
}
.ce_iconbox.version2 i {
background: #9c7b15;
}
.ce_iconbox .link {
color: #9c7b15;
}
.ce_testimonial a {
color: #9c7b15;
}
.ce_accordion .toggler:before {
color:#9c7b15;
}
.mod_calendar th.head {
background:#9c7b15;
border-top:1px solid #9c7b15;
border-right:1px solid #9c7b15;
border-left:1px solid #9c7b15;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
background-color:#9c7b15;
}
.pagination li span.current {
background: #9c7b15;
}
.pagination li a:hover {
color: #9c7b15;
}
.mod_faqpage h3:before {
color: #9c7b15;
}
.mod_search .submit {
border: 1px solid #9c7b15;
}
input:focus,
textarea:focus {
border:1px solid #9c7b15;
}
form fieldset legend {
background-color:#9c7b15;
}
input.submit[type="submit"],
button.submit[type="submit"] {
background: #9c7b15;
}
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
background: #9c7b15;
}
.ce_youtube_background.overlay .YTPOverlay {
background-color: #9c7b15;
}
.label-accent {
background: #9c7b15;
}
.ce_hyperlink a,
a.btn {
background: #9c7b15;
border-color: #9c7b15;
}
.ce_hyperlink a.link-white,
a.btn.link-white {
color: #9c7b15;
}
.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
background: #9c7b15;
}
.ce_hyperlink a.outline,
a.btn.outline {
color: #9c7b15;
}
.newslist h2,
.newslist h2 a {
color: #9c7b15;
}
.newslist .news-left .news-date {
background: #9c7b15;
}
.newsteaser .date {
background: #9c7b15;
}
#portfolio_filter a.selected,
#portfolio_filter a:hover {
background: #9c7b15;
}
.ce_chartbar .chart_data {
background: #9c7b15;
}
.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: #9c7b15;
}
blockquote {
border-color: #9c7b15;
}
.ce_pricetable .pricetable.highlight .title {
background: #9c7b15;
}
.ce_imagebox_v2 .ce_url a {
background: #9c7b15;
}
.ce_gallery .content {
background: #9c7b15;
}
.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: #9c7b15;
}
.ce_countup i {
color: #9c7b15;
}
.newslist-v3 .date {
background: #9c7b15;
}
.ce_bgimage.offset.offset-bg-accent:before {
background-color: #9c7b15;
}
.ce_leadertext.version2 .divider-first {
border: 3px solid #9c7b15;
}
.ce_leadertext.version2 .divider-second {
background-color: #9c7b15;
}
.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
background-color: #9c7b15;
}
.ce_accordion .toggler i.fa {
background: #9c7b15;
}
.newsteaser_v3 .news-overlay i {
background-color: #9c7b15;
}
.newslist-v3 .subheadline {
color: #9c7b15;
}
.ce_teambox .function {
color: #9c7b15;
}
.ce_tabs .tabs.horizontal-clean ul li.active:after {
border-color: #9c7b15 transparent transparent transparent;
}
.subheadline-v2 {
color: #9c7b15;
}
.ce_timeline .timeline-item .timeline-item-title {
background: #9c7b15;
}
.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
background: #9c7b15;
}
.ce_portfoliofilter.only-icon a.selected i:before,
.ce_portfoliofilter.only-icon a:hover i:before {
background: #9c7b15;
border-color: #9c7b15;
}
.ce_tabs .tabs.horizontal-clean ul li.active a {
color: #9c7b15;
}
.ce_revolutionslider_hyperlink {
background: #9c7b15;
border-color: #9c7b15;
}
#top .mod_top_mail a:hover,
#top .mod_login_top:hover,
#top .mod_search:hover,
#top .mod_langswitcher span:hover  {
background: #9c7b15;
}
#top .mod_langswitcher ul li a:hover {
color: #9c7b15;
}
.ce_headline_extended.version2 .divider-first {
border-color: #9c7b15;
}
.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
background-color: #9c7b15;
}
.mod_portfoliolist .item .linkbar a {
background-color: #9c7b15;
}
.mod_portfoliolist .item .linkbar a:hover {
color: #9c7b15;
}
.mod_portfoliolist .item .subline {
background-color: #9c7b15;
}
#top .mod_top_mail a {
color: #9c7b15;
}
#top .mod_top_phone span {
color: #9c7b15;
}
form .input-group-addon {
background: #9c7b15;
border-color: #9c7b15;
}
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: #9c7b15;
}
body .picker__list-item--highlighted,
body .picker__list-item:hover {
border-color: #9c7b15;
}
.ce_video_background .video-overlay  {
background-color: #9c7b15;
}
.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
background-color: #9c7b15;
}
#offcanvas-top {
background: #9c7b15;
}
.cookiebar {
background: #9c7b15;
}
#footer a:hover,
#bottom .inside a:hover {
color: #9c7b15;
}
.ce_bgimage_content_start.bg-accent .bg_overlay {
background: #9c7b15;
}
.newslist-timeline:before,
.newslist-timeline-both h4:before {
border-color: #9c7b15;
}
.ce_divider_extended.version4 span {
background: #9c7b15;
}
.ce_divider_extended.version5 {
background: #9c7b15;
}
#top a {
color: #9c7b15;
}
.ce_linkbox h4 {
color: #9c7b15;
}
.body_bottom .mod_search .search-content {
background: #9c7b15;
}
.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
background: #9c7b15;
}
.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
background: #9c7b15;
}
.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
color: #9c7b15;
}
.mod_customcatalogreader.cc_immorealty .price {
background: #9c7b15;
}
.mod_customcataloglist .cc_immorealty_slider .category  {
background: #9c7b15;
}
.mod_customcataloglist.cc_immorealty .customelements_notelist input {
background-color: #9c7b15;
}
.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
color: #9c7b15;
}
.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
background-color: #9c7b15;
}
.mod_customcatalogreader.cc_cardealer .single-price {
color: #9c7b15;
}
.mod_customcatalogreader.cc_cardealer .single-price strong {
background-color: #9c7b15;
}
.mod_customcataloglist.cc_cardealer .item-highlight-icon {
background-color: #9c7b15;
}
.mod_customcataloglist .cc_cardealer_slider .state {
background-color: #9c7b15;
}
.mod_customcataloglist .cc_cardealer_slider .price strong {
color: #9c7b15;
}
.ce_linkbox a i {
background-color: #9c7b15;
}
.ce_fullscreen_gallery.version3 .bold {
background-color: #9c7b15;
}
form.style2 {
background: #9c7b15;
}
.ce_linkbox .ce_linkbox_banner {
background-color: #9c7b15;
}
.custommenu li:hover {
background-color: #9c7b15;
}
.ce_featured_tab li .ce_headline .headline {
color: #9c7b15;
}
.ce_featured_tab li.active {
background-color: #9c7b15;
}
.ce_headerimage.version3 .ce_headline .headline {
background: #9c7b15;
}
.ce_headerimage.version3 .subline {
background: #9c7b15;
}
.mod_portfoliolist_v4 .item a:hover {
background: #9c7b15;
}
.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
background: #9c7b15;
}
.ce_revolutionslider_hyperlink.light {
color: #9c7b15;
}
.ce_frame_start.style3 .ce_frame_start_inside {
border-color: #9c7b15;
}
.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
color: #9c7b15;
}
.newsteaser_v7:hover h5 {
color: #9c7b15;
}
.ce_divider_extended.version10 svg {
fill: #9c7b15;
}
.cd-horizontal-timeline .filling-line {
background-color: #9c7b15;
}
.cd-horizontal-timeline .events a.older-event::after {
border-color: #9c7b15;
}
.no-touch .cd-horizontal-timeline .events a:hover::after,
.cd-horizontal-timeline .events a.selected::after {
background-color: #9c7b15;
border-color: #9c7b15;
}
.mod_portfoliolist_v7 .comments {
background-color: #9c7b15;
}
.mod_portfoliolist_v7 .subline {
background-color: #9c7b15;
}
.mod_portfoliolist_v7 .item:hover .item-bottom a {
color: #9c7b15;
}
.cd-horizontal-timeline .ce_text em {
color: #9c7b15;
}
.mod_eventlist_v2 .title a {
color: #9c7b15;
}
.ce_imagemap .hotspot.small .circle {
box-shadow: 0 0 0 5px #9c7b15;
}
.ce_pricecard.style2.highlight .ce_pricecard_inside {
background: #9c7b15;
}
.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
color: #9c7b15;
}
.mod_eventlist_v3 .meta-info i {
color: #9c7b15;
}
.cd-horizontal-timeline time:before,
.cd-horizontal-timeline .location:before {
color: #9c7b15;
}
.cd-horizontal-timeline .more a {
background: #9c7b15;
}
body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
background-color: #9c7b15;
}
.ce_popup_start .popup_close {
color: #9c7b15;
}
.ce_popup_start .ce_popup_content {
border-color: #9c7b15;
}
.mod_eventlist_v4 i.fa-location-arrow {
background-color: #9c7b15;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon  {
fill: #9c7b15;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
stroke: #9c7b15;
}
.mod_portfoliolist_demos .item .overlay {
background-color: #9c7b15;
}
.mod_portfoliolist_demos .item h5:hover {
color: #9c7b15;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
background-color: #9c7b15;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
background-color: #9c7b15!important;
}
.ce_iconbox_v3 .headline.headline-color-accent {
color: #9c7b15;
}
.ce_iconbox_v3 .subheadline.subheadline-color-accent {
color: #9c7b15;
}
.ce_iconbox_v3 .fonticon.fonticon-color-accent {
color: #9c7b15;
}
.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: #9c7b15!important;
}
.submenu_v2 li a:hover,
.submenu_v2 li a.active {
color: #9c7b15;
}
.ce_list.list-style2 li.fa:before {
color: #9c7b15;
}
.ce_list.list-style3 li.fa:before {
color: #9c7b15;
}
.ce_revolutionslider_hyperlink.text-link:after {
color: #9c7b15;
}
.ce_download_small .ce_download_small_inside a:after {
color: #9c7b15;
}
.ce_download_small .ce_download_small_inside a {
border-color: #9c7b15;
}
.ce_imagemap .circle {
box-shadow: 0 0 0 4px #9c7b15;
}
.ce_testimonial_version7 .text_inside:before {
background: #9c7b15;
}
.ce_portfoliofilter.port-filter-style3 a.selected {
border-color: #9c7b15;
}
form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
color: #9c7b15;
}
.ce_image_text_box .ce_image_text_box_banner {
background: #9c7b15;
}
.ce_image_text_box.version2 .ce_url a {
color: #9c7b15;
}
.ce_grid_gallery_start li:hover .linktext {
color: #9c7b15;
}
.mod_quickmenu.style2 a {
border-color: #9c7b15;
color: #9c7b15;
}
.mod_customcataloglist.cc_product_catalog .item-inside:hover {
border-color: #9c7b15;
}
.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style1 .buttons a:hover {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style2 .buttons a.button_one {
border-color: #9c7b15;
color: #9c7b15;
}
.ce_headline_w_buttons.style2 .buttons a.button_two {
background-color: #9c7b15;
border-color: #9c7b15;
}
.ce_headline_w_buttons.style2 .buttons a.button_one:hover {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style3 .buttons a.button_one {
border-color: #9c7b15;
color: #9c7b15;
}
.ce_headline_w_buttons.style3 .buttons a.button_two {
background-color: #9c7b15;
border-color: #9c7b15;
}
.ce_headline_w_buttons.style3 .buttons a.button_one:hover {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style5 .buttons a.button_one {
border-color: #9c7b15;
color: #9c7b15;
}
.ce_headline_w_buttons.style5 .buttons a.button_two {
background-color: #9c7b15;
border-color: #9c7b15;
}
.ce_headline_w_buttons.style5 .buttons a.button_one:hover {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style6 .buttons a.button_one {
border-color: #9c7b15;
color: #9c7b15;
}
.ce_headline_w_buttons.style6 .buttons a.button_two {
background-color: #9c7b15;
border-color: #9c7b15;
}
.ce_headline_w_buttons.style6 .buttons a.button_one:hover {
background-color: #9c7b15;
}
.ce_headline_w_buttons.style10 .buttons a:hover {
background-color: #9c7b15;
}
.ce_featurelist.style1 li i {
color: #9c7b15;
}
.ce_featurelist.style2 span {
color: #9c7b15;
}
.ce_featurelist.style2 .icon {
color: #9c7b15;
}
.ce_featurelist.style2 li a:hover {
background-color: #9c7b15;
}
.ce_featurelist.style5 li span {
color: #9c7b15;
}
body .mm-menu a:hover, body .mm-menu a.active, body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
background-color: #9c7b15;
}
.header .mainmenu ul li a.highlight span,
.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span,
.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span {
background-color: #9c7b15;
}
.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span,
.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span {
box-shadow: 0 0px 0px 2px #9c7b15;
}
.ce_accordion_v2 .toggler:not(.ui-state-active):hover {
color: #9c7b15;
}
.ce_accordion_v2 .toggler.ui-state-active {
background: #9c7b15;
}
.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: #ec9217;
}
.header .mainmenu ul li a:hover  {
color: #ad4e1b;
}
#top {
display: none;
}
#top .top_metanavi {
display: none;
}
#top .mod_login_top {
display: none;
}
#top .mod_socials {
display: none;
}
#top .offcanvas-trigger {
display: none;
}
#top,
#top .mod_socials a i {
font-size: 16px;
}
#top,
#top .mod_socials a i {
color: rgba(255,255,255,0.6);
}
#top a,
#top .mod_top_mail a {
color: #ffffff;
}
#top,
#top .inside {
background-color: #1ab394;
}
#top .inside {
padding-top: 5px;
padding-bottom: 5px;
}
#top {
box-shadow: 0 0 8px 6px rgba(0,0,0,0.08);
}
#top-wrapper #top  {
border-bottom: 1px solid #fac51f;
}
html, body  {
font-family: Lato;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.ce_revolutionslider_text.bold,
.font_headline {
font-family: "Josefin Slab";
font-weight: 400;
}
#wrapper,
#footer,
#bottom {
max-width: 1240px;
margin-left: auto;
margin-right: auto;
}
body {
background-color: rgba(0,0,0,0.05);
}
#contentwrapper {
background: none;
}
#wrapper {
margin-top: -50px;
z-index: 1000;
}
#slider {
min-height: 120px;
}
.mod_breadcrumb {
display: none;
}
#wrapper,
#footer,
#bottom {
max-width: 1240px;
margin-left: auto;
margin-right: auto;
}
body {
background-color: #f3f3f3!important;
}
#footer .inside {
padding-top: 10px;
padding-bottom: 10px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
font-size: 18px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
color: #000000;
}
#footer {
font-size: 14px;
}
#footer,
#footer a {
color: #fac51f;
}
#footer li:after {
border-color: #fac51f;
}
#footer {
background-color: #a77635;
}
#bottom .inside,
#bottom .inside a {
color: #000000;
}
#bottom {
background-color: #5da5df;
}
.header .mod_search {
display: none;
}
.header .mod_langswitcher {
margin-left: 40px;
}
.header .mod_socials {
margin-left: 40px;
}
#top .inside {
background: none!important;
}
@media only screen and (min-width: 768px) {
.header.cloned {
background: #ffffff;
}
}
@media only screen and (min-width: 768px) {
.header.cloned .mainmenu ul li a,
.header.cloned .ce_search_label i,
.header.cloned .mod_langswitcher .mod_langswitcher_inside,
.header.cloned .mod_socials a {
color: #393939;
}
.header.cloned .mod_langswitcher .mod_langswitcher_inside:before {
border-color: #393939;
}
.header.cloned .mod_socials:before {
border-color: #393939;
}
.header.cloned .smartmenu .smartmenu-trigger .line,
.header.cloned .smartmenu .smartmenu-trigger .line:before,
.header.cloned .smartmenu .smartmenu-trigger .line:after {
background: #393939;
}
}
@media only screen and (max-width: 767px) {
.header.cloned {
background: #ffffff;
}
}
@media only screen and (max-width: 767px) {
.header.cloned .mod_langswitcher .mod_langswitcher_inside {
color: #393939;
}
.header.cloned .mod_langswitcher .mod_langswitcher_inside:before {
border-color: #393939;
}
.header.cloned .smartmenu .smartmenu-trigger .line,
.header.cloned .smartmenu .smartmenu-trigger .line:before,
.header.cloned .smartmenu .smartmenu-trigger .line:after {
background: #393939;
}
}
.logo a {
background-image: url(../../files/cto_layout/themedesigner/uploads/SCHRIFTZUG_JAy_MUSTERUNG.jpg);
}
.header.cloned .logo a {
background-image: url(../../files/cto_layout/themedesigner/uploads/SCHRIFTZUG_JAy_MUSTERUNG.jpg);
}
@media only screen and (min-width: 768px) {
.header.original .logo {
width: 200px;
}
}
@media only screen and (min-width: 768px) {
.header.original .logo {
height: 94px;
}
.header.original {
line-height: 94px;
}
.smartmenu .smartmenu-trigger {
height: 94px;
}
}
.mainmenu ul li a  {
font-family: Alef;
}
.mainmenu ul li a  {
font-weight: 400;
}
.mainmenu ul li a  {
font-size: 19px;
}
.header .mainmenu ul li a,
.header .mainmenu ul li ul a.active,
.header .ce_search_label i,
.header .mod_langswitcher .mod_langswitcher_inside,
.header .header_metanavi a,
.header .mod_socials a {
color: #8D6B1D;
}
.mod_langswitcher .mod_langswitcher_inside:before {
border-color: #8D6B1D;
}
.header .mod_socials:before {
border-color: #8D6B1D;
}
.header .smartmenu .smartmenu-trigger .line,
.header .smartmenu .smartmenu-trigger .line:before,
.header .smartmenu .smartmenu-trigger .line:after {
background: #8D6B1D;
}
.header.original .mainmenu:before {
background: #8D6B1D;
}
.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: #ca7a0d;
}
.header .mainmenu ul li a:hover  {
color: #aa881d;
}
.mainmenu ul li a {
text-transform: uppercase;
}
.header .mainmenu ul li a.trail span,
.header .mainmenu ul li a.active span {
border-bottom: 1px solid #faa026;
padding-bottom: 8px;
}
.header .mainmenu ul ul li a.trail span,
.header .mainmenu ul ul li a.active span {
border-bottom: none;
}
.mm-menu .mod_langswitcher {
display: none;
}
.mm-navbar-bottom {
height: 40px;
}
.header .mod_langswitcher {
font-size: 0.9rem;
}
.header .mod_langswitcher .mod_langswitcher_inside {
padding-right: 0;
vertical-align: middle;
}
.mod_langswitcher ul {
left: auto;
right: 0;
width: auto;
}
.mod_langswitcher .mod_langswitcher_inside {
line-height: 1rem;
}
.mod_langswitcher span {
display: inline-block
}
.mod_langswitcher img {
display: none;
}
.mod_langswitcher .mod_langswitcher_inside:before {
display: none;
}
#top .mod_langswitcher .mod_langswitcher_inside span:hover {
background: none;
}
.mm-menu .mod_langswitcher ul li img {
display: none;
}
.mm-menu .mod_langswitcher .mod_langswitcher_inside > span {
display: none;
}

