@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

a {
	color: #0546a2;	
}


body {
	font-size: 16px;
	font-family: "Gilroy";
	line-height:18px;
	color: #282828;
}

.btn-1 {
	font-size: 16px;
	font-family: "Gilroy";
	color: #fff;
	font-weight: bold;
	line-height: 53px;
	border-radius: 5px;
	background-color: #0546a2;
	padding: 0 30px;
	height: 53px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.btn-1:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background:url(../img/btn-1.png) 50% 50% no-repeat;
	margin-left: 5px;
}



.btn-2 {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(255, 150, 0);
	font-weight: bold;
	line-height: 53px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	padding: 0 30px;
	height: 53px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: none;
}
.btn-2:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background:url(../img/btn-2.png) 50% 50% no-repeat;
	margin-left: 5px;
}

.btn-3 {
	font-size: 16px;
	font-family: "Gilroy";
	color: #000000;
	font-weight: bold;
	line-height: 49px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	padding: 0 30px;
	height: 49px;
	border: 2px solid #ff9600;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.btn-3:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background:url(../img/btn-3.png) 50% 50% no-repeat;
	margin-left: 5px;
}

h1, .h1{
	font-size: 36px;
	font-family: "Gilroy";
	color: #282828;
	font-weight: bold;
	line-height: 1;
	line-height: 1;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
}
h2, .h2{
	font-size: 30px;
	font-family: "Gilroy";
	color: #282828;
	font-weight: bold;
	line-height: 1;
	line-height: 1;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
}

.breadcrumb{
	padding: 0 0 30px 0;
}
.breadcrumb ol{
	display: block;
}
.breadcrumb li{
	display: inline-block;
	list-style:none;
	vertical-align:top;
	font-size: 13px;
	color: rgb(159, 159, 159);
	line-height: 14px;
	font-size: 14px;
	color: rgb(121, 121, 121);
}
.breadcrumb a{
	font-size: 13px;
	color: #0546a2;
	line-height: 14px;
	text-decoration: underline;
	font-size: 14px;
}

.pagination_row{
	overflow:hidden;
	clear:both;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	text-align: center;
}
.pagination{
	padding:0 0 0 0;
	margin:0 0 48px 0;
	display: inline-block;
	border-left: 1px solid #ddd;
}
.pagination li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline-block;
	
}
.pagination a, .pagination span {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 14px;
	color: rgb(40, 40, 40);
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pagination .active a{
	background: #0546a2;
	color: #fff;
}


.text{line-height:23px;}
.text p{margin:0;padding:0 0 10px 0;vertical-align:middle;}
.text ul {
	margin-top: 0;
	margin-bottom: 15px;
	}
.text ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc inside;
}

.text ol {
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 15px;
	list-style: decimal inside;
}
.text ol li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

strong, b {
	font-family: 'SF Pro Text'; 
	font-weight: 900;
}

.error-block{
	color:red;margin:3px 0 0 0;padding:0;font-size:11px;
}
.has-error input {
	border-color:red !important;
}

div.required:before{
	position:absolute;
	top:11px;
	left:-14px;
	content:'*';
	color:red;
	font-size:20px;
}
input[type="text"].form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	height: 34px;
	padding: 0 2%;
	width: 95%;
}
textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	display: block;
	padding: 5px 2%;
	width: 95%;
	height: 60px;
	font-family: "Gilroy";
}
.form{margin-bottom:15px;}
.form-group{padding:8px 0;position:relative;}
.form_submit{clear:both;overflow:hidden;padding:8px 0 0 0;text-align: center;}
.form_error{color:red;border:1px solid red !important;}


.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;}

.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

.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;} 



.msg {
	padding: 15px !important;
	border: 2px solid rgb(255, 150, 0);
	margin-bottom: 20px !important;
}


.table{
	border: 7px solid #f2f2f2;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(4, 61, 148);
	font-weight: bold;
	line-height: 1.571;
	text-align: left;
	padding: 5px 10px;
}
.table td{
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
	text-align: left;
	padding: 5px 10px;
}
.table tr:nth-child(odd){
	background: #f2f2f2;
}
.table tr:nth-child(even){
	background: #fff;
}


