/*  PTSans */
@font-face {
	font-family: 'PT Sans'; 
	src: url(../fonts/ptsans/PTS55F.ttf); 
}
@font-face {
	font-family: 'PT Sans bold'; 
	src: url(../fonts/ptsans/PTS75F.ttf); 
}
@font-face {
	font-family: 'PT Sans italic'; 
	src: url(../fonts/ptsans/PTS56F.ttf); 
}

body {
	font: 14px/1.714em 'PT Sans', Verdana, Geneva, Kalimati, sans-serif;
	color: #4b4b4b;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333;
}

.hidden {
	display: none;
}

h1, .h1 {
	font-size: 24px;
	font-family: "PT Sans bold";
	color: rgb(75, 75, 75);
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}	

h2, .h2 {
	font-size: 20px;
	font-family: "PT Sans bold";
	color: rgb(75, 75, 75);
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}	

hr {
	height: 1px;
	border: none;
	color: #cecece;
	background: #cecece;
	margin: 0;
}
* html hr {/* хак для ие6 */
	margin: -7px 0;
}

.strong, strong {
	font-family: "PT Sans bold";
	font-weight: normal;
}
	.text p  {
		padding: 0 0 10px 0;
		margin: 0;
		vertical-align: middle;
		line-height: 1.6em;		
	}

	.text img {
		max-width: 715px !important;
	}	

.image_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.image_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* Дата */
.date {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}			
	
/* Хлебные крошки */
.breadcrumb {
	position: relative;
	line-height: 14px;
	font-size: 10px;
	color: rgb(255, 255, 255);
	padding: 0 0 13px 0;
	line-height: 16px;
	vertical-align: top;
}
	.breadcrumb a {
		font-size: 14px;
		color: rgb(159, 159, 159);
		display: inline-block;
		margin-right: 10px;
		line-height: 16px;
		vertical-align: top;
	}
	.breadcrumb span {
		display: inline-block;
		width: 10px;
		background: url(../img/marker_3.png) 0 50% no-repeat;
		margin-right: 4px;
		line-height: 16px;
		height: 16px;
		vertical-align: top;
	}

/* Пагинатор */
.pagination_row {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	padding: 11px 0;
}
	.pagination {
		text-align: center;
		padding: 0;
		margin: 0;	
		height: 26px;
	}
		.pagination li {
			display: inline-block;
			overflow: hidden;
			margin: 0 3px;
			padding: 0;
			line-height: 24px;	
			height: 26px;
		}
		.pagination li a {
			display: inline-block;		
			overflow: hidden;		
			height: 24px;
			width: 24px;		
			text-decoration: none;
			text-align: center;
			font-size: 14px;
			color: rgb(159, 159, 159);
			line-height: 24px;			
			border-width: 1px;
			border-color: rgb(221, 221, 221);
			border-style: solid;
			border-radius: 3px;
			background-color: rgb(255, 255, 255);

		}	
		.pagination li a:hover {
			background: #f2f2f2;
			color: #999999;
		}		
		.pagination li.active a {
			border-color: #f36f21 !important;
			background: #f36f21 !important;
			color: #fff !important;
		}
	

/* Формы */
.form {
	margin-bottom: 15px;
}
	.form-group {
		clear: both;
		padding: 8px 0;
		position: relative;
	}
	.form_submit {
		clear: both;
		overflow: hidden;
		padding: 8px 0 0 0;
		text-align: right;
	}
	.form_error {
		color: red;
		border: 1px solid red !important;
	}
	.error-block {
		color: red;
		margin: 3px 0 0 0;
		padding: 0;
		font-size: 11px;
	}

	.required:before {
		position: absolute;
		top: 11px;
		left: -14px;
		content: '*';
		color: red;
		font-size: 20px;
	}

	.has-error input, .has-error textarea {
		border: 1px solid red !important;
	}

	.form-group {
		margin-bottom: 5px;
	}
		.form-control {
			width: 95%;
			border: 1px solid #dddcdc;
			font-size: 14px;
			font-family: "PT Sans";
			color: rgb(131, 131, 131);
			line-height: 30px;
			padding: 0 10px;
		}		
		textarea.form-control {
			line-height: 18px !important;
			font-family: "PT Sans";
			height: 72px;
		}	
	
	
	
/* Сообщения */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* Вертикальное выравнивание */
.child {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}
.helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}

.admin_widgets {
	position: fixed;
	top: 20px;
	left: 20px;
	background: #efefef;
	width: 32px;
	height: 32px;
	padding: 10px;
	border-radius: 6px;
	opacity: 0.5;
	background: #eee url(../../admin/img/admin_widgets__edit.png) 10px 10px no-repeat;
}
.admin_widgets:hover {
	opacity: 1.5;
}

.text-center {
	text-align: center !important;
}

.btn, .form-control-submit {
	display: inline-block;
	padding: 4px 25px;
	background: #fa5048;
	color: #fff !important;
	text-decoration: none;
	border-radius: 4px; 
	border: none;
	outline: none;
    font-size: 14px;
    font-family: "PT Sans bold";
    text-transform: uppercase;
}	
