body {
   /* padding:0 30px;*/
   font-family: 'PT Sans', sans-serif;
   }
.row {
    margin-left: 0px;
    margin-right: 0px;
} 

.container {
    padding-left: 0px ;
    padding-right: 0px ;
}
a:hover, a:focus{
	text-decoration: none ;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	font-family: 'PT Sans', sans-serif !important;
	font-weight: 700;
}

h1 {
color:#dbb107 !important;
}
/***** Navbar Menu  **********************************************************************************
****************************************************************************************************/


.navigation_menu{
	width:100%;
	position: relative; 

}


#header_shadow {
	background: var(--wpr-bg-98062ffa-8d19-4998-b8b8-959a7ca80d9c) no-repeat top center;
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 99;
	width:100%;
}
	.navbar-default {
	background-color: transparent;
	border:0;
	}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:black;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size:15px;
  background-color: #887964;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:black;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
  background-color: #887964;
}
.navbar-default .navbar-nav > li {
margin-right:7px;
}
.navbar-default .navbar-nav > li > a{
	color: white;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size:15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:black;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size:15px;
  background-color: #887964;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	right: auto;
	left:0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 17px;
	list-style: none;
	background-clip: padding-box;
	border: 0px solid #fff;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
  background-color: #887964;
	text-align: left !important; /* EVT ENTFERNEN */
}
 
.dropdown-menu > li > a {
  display: block;
  padding: 7px 32px 7px 10px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  white-space: nowrap;
  color:#fff;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  transition: padding 400ms;
  font-family: 'PT Sans', sans-serif;
  background-color: #887964;
  
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  background-color: #887964;
  padding: 7px 20px 7px 22px;
  font-family: 'PT Sans', sans-serif;
}
.dropdown-menu > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  opacity: 0;
  font-size:16px;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #887964;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -6px;
	left: 80%;
	margin-left: -10px;
	font-size: 26px;
}
 .navbar-nav > .open > a:after {
	color: #1fa67a;
	display:none;
}
.navbar-right .dropdown-menu {
	right: 0;
	right: auto;
}
.navbar-default .navbar-brand:hover {
	color: #999;
}
.navbar-default .navbar-brand {
color: #999;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';

}
.navbar-brand :hover{
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';
}
.navbar-collapse {
	max-height: 340px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #887964;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-toggle:hover {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #887964;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #887964;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navber{
	border-top:none;
}
.fa-angle-down {
	font-size: 18px !important;
	float:right;
	margin-right:-13px;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:6px;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
  
}

.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/** slider css ***/

.carousel-indicators li{
	width:19px;
	height:19px;
}

.carousel-indicators .active{
	width:19px;
	height:19px;
}

/*** page Header Breadcrum Title ******************************************************************************************************
**************************************************************************************************************************/

.enigma_header_breadcrum_title{
	margin-bottom:70px;
	background:#edf0f2;
	opacity:1;
	padding-top:8px;
	padding-bottom:8px;
	
}
.enigma_header_breadcrum_title h1{
	color:#777777;
}
.breadcrumb {
	font-size: 17px;
	padding: 0;
	position: relative;
	display: inline-block;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a{
	color:#877963;
}
.breadcrumb > .active {
	color: #000;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #000;
	content: "/\00a0";
}
/** about us css ********/
.progress {
	height: 25px;
	margin-bottom: 12px;
	border-radius:0px;
}
.progress-bar {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	background-color: #877963;
	padding-left:20px;
}

/*** blog css **/
.enigma_blog_right_side{
	float:right;
}
.enigma_sidebar_left_side{

float:left;

}
/* search btn css **/
.btn-search{
	color:#fff;
	background:#877963;
	border-radius:0px;
	font-size: 14px;
}

.input-group{
	margin-top:10px;
	margin-bottom:30px;	

}
.form-control {
	border-radius:0px;
}
/** portfolio css **/
.nav-pills{
	margin-bottom:50px;
}
.nav-pills > li  > a{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #877963;
	margin-right:15px;
	margin-bottom:15px;
	border-radius: 0px;
	padding: 9px 27px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #877963 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'PT Sans', sans-serif;

}
.nav-pills > li  > a:hover{
	color: #fff;
	background-position: 0 -100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #877963 50%, #877963 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.nav-stacked{
	margin-bottom:50px;
}
.nav-stacked > li  > a
{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #877963;
	margin-bottom:12px;
	border-width:3px !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #877963 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'PT Sans', sans-serif;
	
}

.nav-stacked > li  > a:hover{
color: #fff;
background-position: 0 -100%;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #877963 50%, #877963 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/*Accordion & Tabs Styles for shortcode*/

.nav-tabs li a {
	background: #F5F5F5;
	color: #666666;
	border: 1px solid #e8e8e8;
	border-radius:0px;
	margin-right:0px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600; 
}
.nav-tabs li.active > a{
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	border-bottom-color:transparent;
}
.nav-tabs li > a:hover {
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	
}
/** panels style **/
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-default {
	border-color: #e9e9e9;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f6f6f6;
	border-color: #e9e9e9;
}
.enigma_panel-pink {
	border-color: #F22853;
}
.enigma_panel-pink > .panel-heading {
	color: #fff;
	background-color: #F22853;
	border-color: #F22853;
}
.enigma_panel-green {
	border-color: #1FA67A;
}
.enigma_panel-green > .panel-heading {
	color: #fff;
	background-color: #1FA67A;
	border-color: #1FA67A;
}
.enigma_panel-black {
	border-color: #000000;
}
.enigma_panel-black > .panel-heading {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.enigma_panel-orange{
	border-color: #ff8300;
}
.enigma_panel-orange > .panel-heading {
	color: #fff;
	background-color: #ff8300;
	border-color: #ff8300;
}
.enigma_panel-blue {
	border-color: #877963;
}
.enigma_panel-blue > .panel-heading {
	color: #fff;
	background-color: #877963;
	border-color: #877963;
}
.enigma_panel-red {
	border-color: #db2723;
}
.enigma_panel-red > .panel-heading {
	color: #fff;
	background-color: #db2723;
	border-color: #db2723;
}
.enigma_panel-purple {
	border-color: #800080;
}
.enigma_panel-purple > .panel-heading {
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
.enigma_panel-brown {
	border-color: #555555;
}
.enigma_panel-brown > .panel-heading {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}

/*** search button css ***/

.input-group-btn {
display: inherit;
}
#searchform  .btn { 

font-size: 18px;
font-weight: normal;
height: 45px;
width: 62px;

}

#searchform  .form-control {
display: block;
width: 100%;
height: 45px;
padding: 6px 12px;
font-size: 13px;

}
  .input-group {
margin-top: 15px;
margin-bottom: 15px;
}

/* ESITD GENERAL STYLES*/
.special-width {
	width: 100% !important;
}
.harrstudio-h1,
.enigma_footer_widget_title {
	margin: 0;
	padding-bottom: 10px;
	color: white;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	font-weight: 700;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
}
.full-testimonial {
	color: black;
	padding: 0 !important;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
  font-weight: 700;
	word-wrap: break-word;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	margin-bottom: 10px;
}
.page-id-17 .full-testimonial {
	background: #a4a4a4
	
}
.home .full-testimonial {
	margin-bottom: 0px !important;
}
.rr_review_name {
	text-align: right;
	color: white;
	padding: 10px 10px 10px 10px !important;
	margin: 0;
	font-size: 18px;
	color: #FFF;
	font-family: pt-sans,sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 22px;
}
.review-head .review-info {
  	padding: 10px 0px 0px 15px !important;
}
.rr_review_text {
	padding: 10px 0px 0px 15px !important;
}
.home .review-head .review-info {
  padding: 0px !important;
}
.home .rr_review_text {
	padding: 0px !important;
}
.home .rr_review_name {
	padding: 0px 10px 0px 0px !important;
}
.home .rr_title {
	display: none;
}
.enigma_sidebar_widget {
	padding-left: 15px !important;
}
.tmp-feedback {
	width: 100%;
	padding: 15px;
	background-color: #877963;
	margin-bottom: 10px;
}

.spelter-bg {
	background: #1d1d1d
}
#menu ul {
text-align: center;
width: 100%;
}
#menu ul li {
display: inline-block;
float: none;
}
.test-margin {
	margin: 50px;
}
.specpad {
  padding-right: 18px !important;
}
#haarstudio-title {
  position: absolute;
  margin-top: 60px;
  left:50%;
  margin-left:-174px;
}
#haarstudio-title a {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}
#haarstudio-info {
  margin-top: -10px;
  color: black;
  font-weight: bold;
  display: block;
  width: 348px;
  text-align: right;
}
.footer-widget-p {
	padding-top: 0px !important;
	margin-top: 0px !important;
	color: white;
	text-align: left !important;
	font-size: 14px;
	line-height: 17px;
  font-weight: 700;
	word-wrap: break-word;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
}
.footer-widget-links {
	margin-top: 90px;
}
.footer-widget-links a,
.footer-widget-links p {
	font-family: pt-sans, sans-serif;
	font-size: 14px !important;
	line-height: 17px !important;
  font-weight: 700 !important;
	color: white !important;
	text-decoration: none;
	text-transform: uppercase;
}
.stars, .rr_star {
    color: rgb(255, 175, 0);
		font-size: 18px !important;
}
table td {
		font-weight: 700;
		background-color: #887964;
		color: white !important;
}
table {
	margin-bottom: 10px;
}
#submitReview {
	color: black !important;
}
.rr_form_input {
	color: black !important;
}
.review_snippet {
	display: block;
	color: white !important;
  font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	font-weight: 700;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
}
.enigma_blog_full {
	margin: 0px;
}
.enigma_blog_post_content {
	margin-bottom: -40px;
}
.enigma_blog_wrapper {
    margin-bottom: 0px;
}
.blog-sep.header-sep {
	display: none;
}
.footer-widget-links a:hover {
  color: black !important;
}
.page-id-28 a{
   color: black;
}
.page-id-28 a:hover,
.page-id-28 a:active,
.page-id-28 a:focus {
   color: white;
}
.drop_cap {
	display: block;
	height: 35px !important;
	overflow: hidden;
	left: 15px !important;
}
.page-id-30 img {
	height: auto; 
  width: auto; 
}
.review_snippet a {
	color: white;
}
.read_more {
	color: white !important;
}
.review_snippet a:hover,
.review_snippet a:active,
.review_snippet a:focus {
	color: black
}
.read_more:hover,
.read_more:active,
.read_more:focus {
	color: black !important;
}
#field_qh4icy2,
#field_29yf4d2,
#field_u8arwh {
	max-width: 250px;
}
#field_9jv0r12 {
	max-width: 500px;
}
#formbox {
	padding: 0px 15px 0px 15px;
}


.g-recaptcha{
	margin-bottom: 15px;
}

/* new styles start */
.header-footer-hours ul li{
	list-style: none;
}
.mobile-only .header-footer-hours ul{
	padding: 0;
	margin: 0;
}
.mobile-only .header-footer-hours span{
	font-weight: 700;
	text-transform: uppercase;
}
/* new styles end */