/* Основни =========================== */

body {
	font-family: "PT Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.72222;
	color: #000;
	background-color: #fff /*  */;
}

a {
	color: #4285f4;
	text-decoration: none;
}



a:hover,
a:focus {
	color: #ab0000;
	text-decoration: none;
}

a:focus {
	outline: none;
}


p { font-family: "PT Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;}
p { font-size: 14px; line-height: 23px; margin-bottom: 20px; text-align: justify; }
p { margin: 0 0 9px;}

p {text-indent: 30px;}

li {margin-left: 5px;}

.contain-wrapp{padding: 0px 0;}
.section{
	padding: 20px 0;
	position: relative;
}

.newsbutton {
	padding: 10px 0;
	position: relative;
}

.newsbutton a {
	color: #4285f4 /* 522701  */;
}

.newsbutton a:hover {
	color: #000 /* 522701 #134da5 */;
}


.gray {
	background-color: #edf1f5;
	color: #000;
}
.section-patners{
	padding: 5px 0;
	position: relative;
}
.white {
	background-color: #ffffff;
	color: #000;
}



/* Jumbotron =========================== */


.jumbotron {
	height: 144px;
	color: #fff;
	background-color: #f5eeb0;
	text-shadow:0 2px 0 rgba(0,0,0,.12);
	/* border-top:1px solid transparent;
	border-bottom:1px solid transparent; */
	margin-bottom:0;
	padding:0px 0 0px;
	position:relative;
	overflow-y: visible;

}

.jumbotron-img {
	background-image:url(../images/bg/bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover}

.jumbotron a,
.jumbotron a:visited {
	color:#eeeeee;
}

.jumbotron a:hover {
	color:#fff;
}


.jumbotron .logo {
	float:left;
	padding-right: 25px; margin: 15px 0;
	background-position: center center;
	background-size: cover;

}

.jumbotron .btn-lg {
	margin:10px 0;
	font-size:24px;
	padding:17px 30px;
	color:rgba(255,255,255,.7);
	border-color:#eee;
	background-color:transparent;
}

.jumbotron p {
	margin: 0px 0;
	font-size:18px;
	font-weight:300;
	color: #dbecff;
text-transform:uppercase;
	}

.jumbotron h1, .jumbotron h2 {
	padding-top: 10px;
	color:#fff;
	/* text-transform:uppercase; */
	font-size:38px;
}

@media (max-width: 768px) {

.jumbotron h1, .jumbotron h2 {
	text-align: center;
	font-size:18px;}
.jumbotron p {
	text-align: center;
	font-size:14px;
	text-transform:uppercase;}
.jumbotron .ft-kit-author {
	font-size:12px;
	text-align: center;}

}

@media(max-width:768px){
.jumbotron .btn-lg {
	display:block;
	width:100%;
}
}
.jumbotron .btn-lg:hover {
	background-color:#eee;
	border-color:#f5f5f5;
	color:#0288d1;
	text-shadow:none;
}


/* ==========================================================
Заглавие на на страницата
============================================================= */
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

.page-head {
  padding: 20px 0px 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  }
.page-head-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 28px;
  color: #6b6b6b;
  line-height: 36px;
}
.page-head-description {
  display: block;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
}
.page-head .breadcrumb {
  background-color: transparent;
  padding: 3px 0;
  margin-bottom: 7px;
}
.page-head .breadcrumb > li {
  font-size: 14px;
  font-weight: 300;
}
.page-head .breadcrumb > li + li:before {
  padding: 0 2px;
  color: #a3a3a3;
}
.page-head .breadcrumb > li > a {
  color: #5e5e5e;
}
.page-head .breadcrumb > li > a:hover {
  color: #303030;
}
.page-head .breadcrumb > .active {
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .page-head {
    padding: 18px 15px 0;
    display: none;
  }
  .page-head-title {
    font-size: 24px;
    line-height: 28px;
  }
}





/* ==========================================================
Заглавие на блокове
============================================================= */

.ft-block-title {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #0060ab; 
	background-color: #0060ab;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 18px; 
}



/* Beadcrumb =========================== */

.container-breadcrumb {
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 1;
	/* box-shadow: 0px 5px 12px rgba(0,0,0,.175) */
}

.ft-breadcrumb {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.ft-breadcrumb:after{
	content: "";
	display: block;
	clear: both;
}

.ft-breadcrumb li{
	float: left;
	margin-right: 6px;
	color: #000;
}

.ft-breadcrumb a{
	float: left;
	margin-right: 6px;
	color: #000;
}
.ft-breadcrumb li.ft-breadcrumb_sep{
	color: #000;
}

/* Футер 
=========================== */

footer{
	}

footer .container{
	padding: 25px 25px;
}



/* ==========================================================
Списък DL
============================================================= */

dl 	{ margin-bottom: 25px;}
dt,dd	{ line-height: 25px; }
dt 	{ font-weight: bold;  font-weight:bold; }
dd 	{ margin-left: 10px; }


/* ==========================================================
Списък DL - хоризонтален
============================================================= */

.ft-dl-horizontal {
	*zoom:1; 
	font-family: "PT Sans", "Open Sans", Tahoma, Helvetica, sans-serif;  
	font-size: 14px; 
}
.ft-dl-horizontal:before, .ft-dl-horizontal:after {
	display:table; 
	line-height:0;content:"";
}
.ft-dl-horizontal:after {
	clear:both;
	}
.ft-dl-horizontal dt {
	color: #000;
	float:left; 
	width: 130px; 
	overflow:hidden; 
	clear:left; 
	text-align:right; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: 1px solid #DADADA;
}
.ft-dl-horizontal dd {
	margin-left:140px; 
	border-bottom: 1px solid #DADADA;
}


/*  хоризонтален dl за хора  */
.ft-dl-author {
	*zoom:1; 
	font-family: "PT Sans", "Open Sans", Tahoma, Helvetica, sans-serif;  
	font-size: 14px; 
}

.ft-dl-author:before, .dl-author:after {
	display:table; 
	line-height:0;
	content:"";
}
.ft-dl-author:after {clear:both;}
.ft-dl-author dt {
	color: #000;
	float: left; 
	width: 100px; 
	overflow:hidden; 
	clear:left; 
	text-align:right; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	/* border-bottom: 1px solid #DADADA; */
}
.ft-dl-author dd {
	margin-left:110px; 
	/* border-bottom: 1px solid #DADADA;*/
}


/*  хоризонтален за библиографии */

.ft-dl-horizontal-bib {
	*zoom:1; 
	font-family: "PT Sans", "Open Sans", Tahoma, Helvetica, sans-serif;  
	font-size: 14px; 
}

.ft-dl-horizontal-bib:before, .ft-dl-horizontal-bib:after {
	display:table; 
	line-height:0;content:"";
}
.ft-dl-horizontal-bib:after {
	clear:both;
	}
.ft-dl-horizontal-bib dt {
	color: #000;
	float:left; 
	width: 130px; 
	overflow:hidden; 
	clear:left; 
	text-align:right; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: 1px solid #DADADA;
}
.ft-dl-horizontal-bib dd {
	margin-left:140px; 
	border-bottom: 1px solid #DADADA;
}

/*  хоризонтален за системна информация */

.ft-dl-horizontal-sis {
	*zoom:1; 
	font-family: "PT Sans", Tahoma, Helvetica, sans-serif;  
	font-size: 14px; 
}

.ft-dl-horizontal-sis:before, .dl-horizontal-sis:after {
	display: table; 
	line-height: 0;
	content:"";
}
.ft-dl-horizontal-sis:after {
	clear:both;
}

.ft-dl-horizontal-sis dt {
	color: #000;
	float: left; 
	width: 110px; 
	overflow:hidden; 
	clear:left; 
	text-align:right; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: 1px solid #DADADA;
}
.ft-dl-horizontal-sis dd {
	margin-left:120px; 
	border-bottom: 1px solid #DADADA;
}

@media (max-width: 767px) {
.ft-dl-horizontal dt { float: none; width: auto; clear: none; text-align: left; background: #efefef; }
.ft-dl-horizontal dd { margin-left: 0; pading: 2px; }
}



/* Скриване на секция "Системни" за таблети, мобилни и т.н.
=========================== */

@media (max-width: 767px) {
	.sistem-info { display: none; }
}


/* Галерия
=========================== */

.ft-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.ft-gallery li {
	list-style: none;
	margin: 0;
	padding: 0;  
}

.ft-gallery li img {
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 130px;
  height: 100%;
  transition: box-shadow 0.5s ease;
}

.ft-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}



/* ==========================================================
Списък DL - хоризонтален
============================================================= */

.ft-dl-horizontal {
	*zoom:1; 
	font-family: "PT Sans", "Open Sans", Tahoma, Helvetica, sans-serif;  
	font-size: 14px; 
}
.ft-dl-horizontal:before, .ft-dl-horizontal:after {
	display:table; 
	line-height:0;content:"";
}
.ft-dl-horizontal:after {
	clear:both;
	}
.ft-dl-horizontal dt {
	color: #000;
	float:left; 
	width: 130px; 
	overflow:hidden; 
	clear:left; 
	text-align:right; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: 1px solid #DADADA;
}
.ft-dl-horizontal dd {
	margin-left:140px; 
	border-bottom: 1px solid #DADADA;
}

/* ==========================================================
Компонент: Статия 
============================================================= */

.post-container {
	margin: 0px 0px 0 0;  
	/* border-bottom: 1px solid #ccc; */

	background: #fff;
	overflow: auto;
	}

.post-thumb img, .post-thumb figure {
	display: block;
	float: left;
	width: 120px;
	position: relative;
	margin-right: 15px;
}

.post-thumb-right img, .post-thumb-right figure {
	display: block;
	float: right;
	width: 120px;
	position: relative;
	margin-left: 15px;
}

.post-thumb-top img, .post-thumb-top figure {
	display: block;
	float: none;
	width: 100%;
	position: relative;
}

.post-thumb-author-card img, .post-thumb-author-card figure {
	display: block;
	float: left;
	width: 130px;
	position: relative;
	margin-right: 15px;
}

.post-content {
	padding: 10px;
	}

.post-content-aside {
	padding: 0px;
	}


	
.post-title {
	font-weight: bold;
	font-size: 20px;

	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	background: #fff;
}

.post-subtitle {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-transform: uppercase;
	/* margin-top: 5px; */
	/* padding: 10px;*/
}

.post-title-author-card {
	font-weight: bold;
	font-size: 18px;
	/* padding: 10px;*/
	background: #fff;
}

.post-content p { margin: 0 0 0px;}

@media (max-width: 767px) {
.post-thumb img, .post-thumb figure, .post-thumb-author-card img, .post-thumb-author-card figure {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	margin-right: 15px;
}
}

.article .title {
	font-family: "PT Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding: 0px 0px 12px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

