.min_height {min-height: 430px}
.price-list {  
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
	.header-text {font-size: 14px;}
	
	.team-horizontal .team .team-detail {
    min-height: 80px;
}
.img-full-wordpress {
    width: 100%;
    height: auto;
    max-width: 270px;
    max-height: 269px;
}

/**/

.grid-list.grid-clients .grid img {
	max-width:100%;
}

 .team-horizontal .team-pic img {   height: auto; }
 #site-slider .wrapper { visibility: hidden; }
 
 ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: orange;
}

:-moz-placeholder { /* Firefox 18- */
  color: orange;
}

::-moz-placeholder { /* Firefox 19+ */
  color: orange;
}

:-ms-input-placeholder { /* IE 10+ */
  color: orange;
}

::-ms-input-placeholder { /* Edge */
  color: orange;
}

:placeholder-shown { /* Standard one last! */
  color: orange;
}

.m_top_20 {
	margin-top:20px;
}

.img-full {
    width: 100%;
    height: auto
}
.container.bootstrap {
    margin-left: auto !important;
    margin-right: auto !important
}


#site-header .header-menu>ul>li.current-menu-item>a:after, #site-header .header-menu>ul>li:hover>a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffc740;
}


@media (min-width: 992px) {
#site-header .header-menu>ul>li.current-menu-item>a:after, #site-header .header-menu>ul>li:hover>a:after {
    width: 50%;
}
}