/* Your custom css codes start here: */
body{
    color:#000000;
}

 .search-form {
	position: absolute;
	right: 10px;
	top: -10px;
}

@media screen and (max-width: 768px) 
  {
  .search-form {
	  
	       position: absolute;
	right: 10px;
	top: -10px;
  display: none;
  }
}

.search-field {
	
    color: #000000;
    width: 50px;
    
   
	background-color: transparent;
	background-image: url(../images/lupa.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	border: none;
	cursor: pointer;
	height: 50px;
	margin: 0px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0px;
	
}
@media screen and (max-width: 768px) 
  {
  .search-field{
	  
	  
	height: 35px;
  display: none;
  }
}
                                    
.search-field:focus {
   background-color: #ffffff;
   color: #000000;
  
    width: 350px;
    
	border: 2px solid #000000;
	cursor: text;
	outline: 0;
	
}

@media screen and (max-width: 768px) 
  {
  .search-field:focus {
	  
	width: 145px;  
	height: 40px;
  
  }
}







.search-submit {
  display: none;
}


.searchForm2 {
    margin-bottom: 20px;
	margin-left:275px;
    position: relative;
    margin-top: 20px;
	width: 150px;
	height: 5px;
		
}

@media only screen and (max-width: 991px) {
    .searchForm2{
		width: 35px;
        height: 40px;
		margin-top:10px;
	margin-left:8px;
	margin-bottom: 0px;

    
    }
    
    
}



.searchForm {
    margin-bottom: 20px;
    position: relative;
    margin-top: 45px;
	width: 120px;
		margin-left:20px;
}

@media only screen and (max-width: 991px) {
    .searchForm{
		width: 180px;
        height: 35px;
		margin-top:0px;
	margin-left:10px;
	margin-bottom: 0px;
	float: left;
    
    }
    
    
}

.searchForm [type="text"]{
    border-width: 1px;
    height: 45px;
}
.searchForm [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    width: 50px;
    color: #C7C7C7;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.searchForm [type="submit"]:hover{
    color: #000;
}

.box-hover-effect {
    overflow:visible!important;
}

.menuzord-menu > li > a {
    font-size: 14px;
    font-weight: 600;
}

.menuzord-menu ul.dropdown li a {
    font-size: 14px;
    color: #000000;
}
.menuzord-brand img {
    max-height: 75px;
}

.icon-nails-service{
    background:url(../images/nail_white_s.png)  no-repeat;
    background-position: center center;
    display:block;
    width: 45px;
    height: 105px;    
}
.costum-ml-100{
    margin-left: 100px;
}
@media (max-width: 440px) {
    .col-xxs-12{
        width: 99%!important;
        margin-left: 0;
    }
}
.custom-portfolio-filter  {
     margin: auto;
    margin-bottom: 30px;
    text-align: center;
   
}
.custom-portfolio-filter ul {
  display: inline-block!important;
   
}
.custom-portfolio-filter  li a {
    color: #555555;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    outline: medium none;
    padding: 5px 15px;
}
.custom-portfolio-filter li.active a,
.custom-portfolio-filter li a:hover {
    background: #8D6E63!important;
    color: #fff !important;
}

@media only screen and (max-width: 884px) {
 a.ms_booking{ margin-top:3px!important;}
}

@media only screen and (max-width: 479px) {
    .custom-portfolio-filter a {
        margin-bottom: 10px;
    }
}