/*------------------------------------------------------------------------------
/ Color
------------------------------------------------------------------------------*/
.mainmenu > ul > li > a{
    background-image: -o-linear-gradient( to right, #ea253f, #F7941D 50%, #7e889b 50% );
}
body {
	font-size: 16px;
}
a{
    color: #F7941D;
}
a:not([href]):not([tabindex]) {
	color: 
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: #fff;
}
a:hover {
	color: #343a40;
}
.topbar:before{
    background: #F7941D;
    left: -30px;
}
.topbar {
	background: #343a40;
}
@media (min-width: 2500px) {
    .header-container {
        max-width: 1750px;
    }
}
@media (max-width: 767px) {
	.topbar::before {
    	width: 70%;
      left: -30px;
      background: #F7941D;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.topbar::before {
    	width: 40%;
      left: -30px;
      background: #F7941D;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.topbar::before {
    	width: 30%;
      left: -30px;
      background: #F7941D;
	}
}
@media (min-width:1200px) {
	.topbar::before {
    	width: 35%;
      left: -30px;
      background: #F7941D;
	}
}
.lang-mobile {
    color: #fff;
    margin-top: 8px;
}
.nav_bar .right_bgs {
    width: 22%;
}
@media (max-width:767px) {
	.nav {
	padding-left: 15px;
	}
  .nav_bar .right_bgs::before {
	border-width: 0px 40px 86px 0;
}
}
@media (min-width:768px) {
	.nav {
	padding-left: 0;
	}
  .nav_bar .right_bgs::before {
	border-width: 0px 40px 86px 0;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.nav_bar .right_bgs {
    width: 16%;
    height: 71px;
	}
  .nav_bar .right_bgs::before {
	border-width: 0px 40px 70px 0;
  height: 70px;
	}
}
@media (min-width:1200px) and (max-width:1499px) {
	.nav_bar .right_bgs {
    width: 22%;
    height: 71px;
	}
  .nav_bar .right_bgs::before {
	border-width: 0px 40px 70px 0;
  height: 70px;
	}
}
@media (min-width:1500px){
	.nav_bar .right_bgs {
    width: 30%;
    height: 71px;
	}
  .nav_bar .right_bgs::before {
	border-width: 0px 40px 70px 0;
  height: 70px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #343a40;
	margin: 0 0 15px;
}
@media (max-width: 576px) {
  .page_banner h1 {
    font-size: 70px !important;
  }
}
.page_banner h1 {
	font-size: 100px;
	line-height: .8;
	letter-spacing: -3px;
	margin: 0 0 47px;
	color: #FFF;
}
.logo img {
	height: 60px;
}
@media (min-width:768px) and (max-width:991px) {
	.logo {
	padding-left: 0px;
	}
}
.pd_meta p {
	margin: 0 0 20px;
	line-height: 1.8;
}
.info_element p a:hover{
    color: #F7941D;
}
.info_element {
	line-height: .8;
	text-align: left;
	padding-left: 26px;
	top: 45px;
	margin-right: 45px;
}
.last {
	margin-right: 0;
}
.info_element i {
	font-size: 20px;
	color: #F7941D;
	position: absolute;
	left: 0;
	top: 0px;
}
.sda_content p {
	margin: 0 0 0;
}
.info_back {
	background: #f5f5f5;
  position: relative;
  padding-left: 25px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 1px;
}
.info_elementfocus p a:hover{
    color: #F7941D;
}
.info_elementfocusnav p a:hover{
    color: #F7941D;
}
.info_elementfocus {
	line-height: .8;
  text-align: left;
  color: #343a40;
  top: 20px;
  margin-right: 130px;
  padding-right: 15px;
}
.info_elementfocusnav {
	line-height: .8;
  text-align: left;
  color: #343a40;
  top: 25px;
  
}
.info_elementfocus i {
	font-size: 35px;
  line-height: 30px;
  color: #F7941D;
  position: absolute;
  left: 15px;
  top: 15px;
}
.info_elementfocusnav i {
	font-size: 35px;
  line-height: 30px;
  color: #F7941D;
  position: absolute;
  left: 15px;
  top: 25px;
}
.info_elementfocus h3 {
	margin: 0 0 10px;
}
.numberfocus {
	font-size: 1.5rem;
}
.nav_bar .right_bgs{
    background: #F7941D;
    min-height: 70px;
}
.nav_bar .right_bgs:before{
    border-color: transparent #F7941D transparent transparent;
}
.sprache::after {
    color: 
    #fff;
    font-weight: 300;
    letter-spacing: .56px;
    font-size: 12px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
		top: 5px;
}
.sprache {
    position: relative;
}
.sprache select {
    width: 100%;
    height: 20px;
    border: none;
    margin: 0 0 0;
    padding-left: 19px;
    padding-right: 0px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    background-color: #343a40;
}
.sprache select option {
    padding: 6px 19px;
}
.settings_bar a {
    font-size: 33px;
}
.settings_bar {
    padding-top: 37px;
    margin-left: 45px;
}
.settings_bar a:hover, .settings_bar a.active {
	color: #F7941D;
}
.mainmenu > ul > li > a{
    background-image: -webkit-linear-gradient( to right, #F7941D, #F7941D 50%, #7e889b 50% );
    background-image: -moz-linear-gradient( to right, #F7941D, #F7941D 50%, #7e889b 50% );
    background-image: -ms-linear-gradient( to right, #F7941D, #F7941D 50%, #7e889b 50% );
    background-image: -o-linear-gradient( to right, #F7941D, #F7941D 50%, #7e889b 50% );
    background-image: linear-gradient( to right, #F7941D, #F7941D 50%, #7e889b 50% );
}
.mobileMenuBar a {
    background: #F7941D;
}
.close-popup:hover:before{
    background: #F7941D;
}
.funfactSection {
	background: #343a40;
}
.commonSection {
	padding: 50px 0;
}
.graySection2 {
	background: #f5f5f5;
}
.dl-menu__wrap ul li a::after {
    background-color: #F7941D;
}
.dl-menu__wrap ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 400;
	padding-right: 15px;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 6px;
	position: relative;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.singleFeature::after {
	background: none !important;
}
.fullcover{
	width:100%;
  height:200px;
}
.history_box h3 {
	letter-spacing: -.5px;
	margin: 0 0 22px;
}
.history_box h5 {
	color: #F7941D;
}
.history_box .hisbar::before {
	border: 6px solid #F7941D;
}
.history_box .hisbar {
	background: #F7941D;
}
.history_box {
	position: relative;
	float: left;
	width: 25%;
	padding-right: 0;
	padding-left: 0;
}
.space {
	padding-right: 15px;
	padding-left: 15px;
}
.bi_meta {
    color: #F7941D;
}
.bi_details h3 a:hover {
    color: #F7941D;
}
.bi_details {
	border: none;
	border-top: none;
	padding: 41px 35px 34px 38px;
	background: #fff;
}
.read_more {
    color: #F7941D;
}
.popup {
	background: rgba(52,58,64,0.8);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 100vh;
	opacity: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
	width: 100%;
	z-index: 1000;
}
.popUp_social a:hover{
    background: #F7941D;
}
.popUp_social {
	bottom: 70px;
}
.top_social a {
	font-size: 25px;
	line-height: 0;
}
.top_social a:hover {
	color: #343a40;
}
.widget .socials a {
    font-size: 30px;
}
.widget .socials a:hover {
    color: #F7941D;
}
.widget.havqueswidget a {
    color: #343a40 !important;
}
.widget.havqueswidget {
	background: #F7941D;
}
.brd-bottom {
	border-bottom: 1px solid #f5f5f5;
  margin-bottom: 52px;
}
.sidebar_1 .widget {
	border: 4px solid #8b97b1;
}
.pd_cat a {
    color: #F7941D;
}
.pd_details {
	word-break: unset;
	padding-bottom: 0;
	border-bottom: none !important;
	margin-bottom: 52px;
}
overlay { width: 100%; height:100%; position: absolute; }
.singlefolio::after {
	background: rgba(247, 148, 29, .8);
}
.icon_box_01 {
	padding: 30px 30px 10px;
}
.icon_box_01:hover{
    background: #F7941D;
}
.icon_box_01 i.smaller {
	color: #F7941D;
}
.icon_box_02 i {
    color: #F7941D;
}
.icon_box_03 {
	position: relative;
	border: 4px solid #8b97b1;
	padding: 57px 20px 48px 58px;
}
.icon_box_03 i {
	font-size: 95px;
	color: #F7941D;
}
.icon_box_05 i {
	border: 4px solid #8b97b1;
	color: #F7941D;
}
.cta_left_02 i {
    color: #F7941D;
}
.sda_cates {
    color: #F7941D;
}
.mainmenu ul.sub_menu{
    background: #F7941D;
}
.ind_btn:hover{
    color: #fff;
}
.ind_btn::after {
	background: #343a40;
}
.ind_btn:before{
    background: #F7941D;
}
.ind_btn.ib_dark:hover:after{
    background: #F7941D;
}
.ind_btn.ib_dark::after {
	background: #F7941D;
}
.ind_btn.ib_dark::before {
	background: #343a40;
}
.ind_btn_2{
    background: #F7941D;
}
.ind_btn.id_dark2:hover {
    color: #343a40;
}
.ind_btn.id_dark2::after {
    background: #fff;
}
.newsGall.owl-carousel .owl-nav button {
	border: 2px solid #F7941D;
	background: #F7941D;
}
.newsGall.owl-carousel .owl-nav button:hover {
	background: #343a40;
	border-color: #343a40;
}
.newsSection {
	background: #f5f5f5;
}
.sbThumb {
    margin-bottom: 0px;
}
.sbDetails h4 a:hover {
    color: #F7941D;
}
.relatedArrows span.prevRelated {
	color: #F7941D;
}
.relatedArrows span.prevRelated:hover {
	background: #F7941D;
}
.relatedArrows span.nextRelated {
	background: #F7941D;
}
.relatedArrows span.nextRelated:hover {
	color: #F7941D;
}
.slider_01 .hermes .tp-arr-imgholder::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(247, 148, 29, .7);
	content: '';
}
.teamslider2.owl-carousel .owl-nav button:hover {
	background: #F7941D;
	border-color: #F7941D;
}
.cotactForm input[type="submit"] {
	background: #F7941D;
}
.cotactForm input[type="submit"]:hover {
	background: #343a40;
	color: #fff;
}
.iconInput input:focus::placeholder, .iconInput textarea:focus::placeholder {
	color: #343a40 !important;
	opacity: 1 !important;
}
.iconInput input:not([type="submit"]):focus, .iconInput textarea:focus {
	color: #343a40;
	border-bottom-color: #343a40;
}
.sub_title.dark_sub_title{
    color: #F7941D;
}
.sec_title.with_bar:after{
    background: #F7941D;
}
.ind_lead{
    color: #F7941D;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover{
    color: #F7941D;
}
.ib5_inner {
	border: 3px solid #8b97b1;
	padding: 100px 10px 32px;
	background: #FFF;
	min-height: 250px;
}
.ib5_inner > a {
	color: #F7941D;
	text-transform: none;
}
.ib5_inner p span {
	color: #F7941D;
}
.st2_inner {
	position: relative;
	background: #343a40;
	text-align: center;
	padding-bottom: 39px;
}
.st2_inner h2 {
	font-size: 30px;
	line-height: 1.1;
	color: #f5f5f5;
	letter-spacing: -.90px;
	margin: 0 0 23px;
}
.st2_inner span {
	color: #F7941D;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
	font-weight: 500;
	line-height: .8;
}
.relatedworfsection {
	background: #f5f5f5;
}
.ltworks p {
	color: #F7941D;
}
#backtotop {
    background: #F7941D;
}
#backtotop::after {
	background: #343a40;
}
.calltoactions {
	padding: 116px 0 103px;
	background: #343a40;
}
.slider_01{
	background: #343a40;
}
.slider_01 .slotholder::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: -moz-linear-gradient(left, rgba(52,58,64,0.7) 0%, rgba(52,58,64,0) 100%);
	background: -webkit-linear-gradient(left, rgba(52,58,64,0.7) 0%,rgba(52,58,64,0) 100%);
	background: linear-gradient(to right, rgba(52,58,64,0.7) 0%,rgba(52,58,64,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#00343a40',GradientType=1 );
}
.filterMenu ul li.all {
	height: 50px;
	background: #F7941D;
	padding: 18px 20px 28px;
}
.filterMenu ul li i {
	color: #F7941D;
}
.filterMenu ul li:hover, .filterMenu ul li.active {
	color: #F7941D;
}
.filterMenu ul li {
	font-size: 16px;
}
.page_banner::after {
	background: rgba(52, 58, 64, .5);
}
.page_banner h2 {
    text-transform: none;
}
.about_us_content {
	padding-top: 0;
}
.g-h0 {
	position: absolute;
	top: 350px;
	z-index: -200;
}

.incorrect + form > .row > .g-h0{
	top: 410px;
}
.tagclouds a:hover {
	background: #F7941D;
	border-color: #F7941D;
	color: #FFF !important;
}
.serviceDetails h2 a:hover {
	color: #F7941D;
}
.serviceDetails {
	padding: 30px 0px 10px 0px;
	word-break: break-word;
	margin-top: 0px;
}
.serviceThumb {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.serviceThumb a {
	background: #F7941D;
}
.serviceThumb a::after {
	background: #343a40;
}
.serviceItem h5 {
	font-size: 18px;
	line-height: 20px;
	color: #959ba9;
	margin: -1px 0 16px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	
	height: unset;
}
video {
    max-width: 100%;
}
@media (max-width: 767px) {
  .g-hidden-sm-down {
    display: none !important;
  }
  .g-h0{
  	top: 580px;
  }
  .incorrect + form > .row > .g-h0{
  	top: 750px;
  }
  #dry-aged .g-h0{
  	top: 610px;
  }
  #dry-aged .incorrect + form > .row > .g-h0{
  	top: 790px;
  }
}

/*------------------------------------
  PopUp Styles
------------------------------------*/

.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}




/*------------------------------------------------------------------------------
/ Footer
------------------------------------------------------------------------------*/
.footer_01 {
	background: #343a40;
  padding: 100px 0 50px 0;
}
.footer_01 .widget ul li a:hover {
    color: #F7941D;
}
.footer_01 .widget_title span {
    color: #F7941D;
}
.footer_01 .widget_title {
	margin: 12px 0 25px;
}
.widget.footer_social .widget_title {
	margin: 12px 0 25px;
}
.copyright_section {
	background: #343a40;
}
.about_widget img {
    max-width: 85%;
}
.caller i {
	color: #F7941D;
}
.caller {
    max-width: 290px;
    background: #f5f5f5;
}
.siteinfo {
	border-top: 2px solid #eaecf0;
}
.sorts select {
	width: -moz-available;
	height: 50px;
	border: none;
	border-radius: unset;
	border-bottom: 2px solid #5b6c90;
	font-size: 16px;
	color: #788892;
	/* padding: 0 38px 0 27px; */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sorts i {
	position: absolute;
	right: 3px;
	top: 17px;
	line-height: .8;
	font-size: 16px;
	color: #788892;
	letter-spacing: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.woocommerce-checkout-review-order tfoot tr th {
	text-transform: none;
}
.woocommerce-checkout-review-order table thead tr th {
	font-size: 20px;
	color: #06163a;
	text-transform: none;
	line-height: 1.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 10px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce-billing-fields input {
	width: 100%;
	height: 50px;
	border: 1px solid #eaeaea;
	margin: 0 0 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #959ba9;
	font-weight: 400;
	font-size: 14px;
}
.coloredBox {
  padding: 1.5rem 3rem;
}

.coloredBox ul {
  list-style-type: disclosure-closed;
  margin-left: 20px;
}
.wechdormid{display:none;}
.white{
	color:#fff !important;
}
.orange {
	background-color: #F7941D !important;
	padding: 20px 0 20px 0 !important;
	margin: 0 60px 0 60px !important;
}
.pdt10 {
	padding-top: 10px;
}
