/*   
Theme Name: HF
Theme URI: http://hf/;
Description: Гуманитарный факультет
Author: Гуманитарный факультет
Author URI: http://suai.edu.ru;
Version: 0.1
.
Развёрнутое описание темы/Лицензия-если-нужно.
.
*/
.current-menu-item
{
padding-left: 7pt;
    border-width: 0 0 0 3pt;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#e72b70), to(#005aaa)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #e72b70, #005aaa) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #e72b70, #005aaa) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #e72b70, #005aaa) 1 100%;
    border-image: linear-gradient(to bottom, #e72b70, #005aaa) 1 100%;
    background-color: #f3f3f3;
}

/*=== inputbox Search style start === */
/* Сброс стилей для поля ввода в браузерах webkit */
.hf-search input {
	outline: none;
	height:27px;
}
.hf-search input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: Roboto;
	font-size: 100%;
}
.hf-search input::-webkit-search-decoration,
.hf-search input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
.hf-search input[type=search] {
	background: #005aaa no-repeat 9px center;
	background-color: #005aaa;
	color: #fff;
	border: solid 0px #ccc;
	padding: 9px 10px 9px 32px;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.hf-search input[type=search]:focus {
	width: 130px;
	/*background-color: #2773b7;*/
	border-color: #6dcff6;
	
/*	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
*/
}

.hf-search input[type=search] {
	width: 130px;
	padding-left: 10px;
	color: #fff;
	/*color: transparent;*/
	cursor: pointer;
}
.hf-search input[type=search]:hover {
	background-color: #005aaa;
}

.hf-search input[type=search]:focus {
	width: 400px;
	padding-left: 32px;
	color: #fff;
	background-color: #005aaa;
	cursor: auto;
}
.hf-search input:-moz-placeholder {
	color: transparent;
	/*color:#2773b7;*/
	color:#eaf1f8;
}
.hf-search input::-webkit-input-placeholder {
	color: transparent;
	color:#eaf1f8;
	/*color:#2773b7;*/
}
/*=== inputbox search style end === */
.hf-search-excerpt {
        color:#000;
        background:yellow;
}
.breadcrumbs {
font:bolder 12px  "Trebuchet MS", Verdana, Arial;
color: #808080;
}
.breadcrumbs a{
font-size:small;
color: #808080;
}
.breadcrumbs a:hover {
text-decoration: underline;
color: #E73170;
}

#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #FFFFFF;
z-index: 30;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 100px;
height: 100px;
background: url(/wp-content/themes/f06/Content/preloader.gif) center center no-repeat;
background-size:100px;    
margin: -16px 0 0 -16px;}