/* Proxima Nova */
@font-face {
	font-family: 'Proxima Nova'; 
	src: url(../fonts/proxima-nova/ProximaNova-Reg.otf); 
} 
@font-face {
	font-family: 'Proxima Nova bold'; 
	src: url(../fonts/proxima-nova/ProximaNova-Bold.otf); 
}
@font-face {
	font-family: 'Proxima Nova bold italic'; 
	src: url(../fonts/proxima-nova/ProximaNova-BoldIt.otf); 
} 
@font-face {
	font-family: 'Proxima Nova italic'; 
	src: url(../fonts/proxima-nova/ProximaNova-RegIt.otf); 
} 
@font-face {
	font-family: 'Proxima Nova light'; 
	src: url(../fonts/proxima-nova/ProximaNova-Light.otf); 
} 
@font-face {
	font-family: 'Proxima Nova light'; 
	src: url(../fonts/proxima-nova/ProximaNova-Light.otf); 
} 

body {
	font-size: 16px;
	font-family: "Proxima Nova";
	color: rgb(40, 40, 40);
	line-height: 18px;
}

h1, .h1 {
	font-size: 36px;
	color: rgb(40, 40, 40);
	line-height: 1;
	font-family: "Proxima Nova bold";
	text-transform: uppercase;
	color: rgb(40, 40, 40);
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
h2, .h2 {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	font-size: 36px;
	font-family: "Proxima Nova bold";
	text-transform: uppercase;
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1;
}
h3, .h3 {
	font-size: 26px;
	font-family: "Proxima Nova bold";
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(40, 40, 40);
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
h4, .h4 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Proxima Nova bold";
	text-transform: uppercase;
	color: rgb(40, 40, 40);
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
h5, .h5 {
	font-size: 18px;
	font-family: "Proxima Nova bold";
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(40, 40, 40);
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.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;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.admin_widgets {
	position: fixed;
	top: 71px;
	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;
}






.breadcrumb {
	line-height: 14px;
    padding: 0 0 20px 0;
    vertical-align: top;
    margin-bottom: 0px;
}
.breadcrumb a {
	font-size: 14px;
	color: rgb(180, 159, 155);
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
.breadcrumb span {
	display: inline-block;
	width: 13px;
	margin-right: 0;
	line-height: 16px;
	height: 18px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	color: rgb(180, 159, 155);
	text-decoration: none;
	line-height: 1.5;
}

/* a {
	color: rgb(211, 149, 7);
	text-decoration: underline;
}
 */

.pagination_row {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
.pagination-more {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 300px;
	height: 60px;
	text-align: center;
	font-size: 15px;
	color: rgb(5, 125, 229);
	line-height: 60px;
	border: 1px solid #057de5;
	background: #fff;
	z-index: 999;
}	
.pagination-more:after {
	content: '';
	background: url(../img/pagination-more.png) 0 0 no-repeat;
	display: inline-block;
	width: 19px;
	height: 14px;
	margin-left: 10px;
}	

.pagination {
	border: 1px solid #d9d5d2;
	padding: 16px 0 0 51px;
	height: 44px;
	margin: 0 0 0 300px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 26px;	
	height: 26px;
}
.pagination li a {
	display: inline-block;		
	overflow: hidden;		
	height: 26px;
	width: 26px;		
	text-align: center;
	line-height: 26px;			
	text-decoration: underline;
	font-size: 14px;
	color: rgb(54, 54, 54);
	border-radius: 26px;
}		
.pagination li.active a {
	background: #057de5 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.text p  {
	padding: 0 0 15px 0;
	vertical-align: middle;
	line-height: 1.6em;	
	margin: 0 0 0 0;
}
.text ul  {
	padding-left: 0;		
}	
.text ul li {
	margin: 10px 0;
	list-style-position: inside;
	text-indent: 0;
	overflow: hidden;
}	
.text ol li {
	padding: 10px 0;
} 



.btn {
	display: inline-block;
	padding: 0 50px;
	text-decoration: none;
	font-size: 18px;
	font-family: "Proxima Nova bold";
	color: #fff;
	text-transform: uppercase;	
	border: none; 
	outline: none;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	background-color: rgb(137, 98, 73);
	box-shadow: 0px 3px 0px 0px rgba(208, 145, 0, 0.004);
	height: 60px;
	border-bottom: 3px solid #a97e65;
}

.btn-2 {
	display: inline-block;
	padding: 0 50px;
	text-decoration: none;
	font-size: 14px;
	font-family: "Proxima Nova";
	color: #fff;
	text-transform: uppercase;	
	border: none; 
	outline: none;
	line-height: 33px;
	text-align: center;
	border-radius: 4px;
	background-color: rgb(116, 102, 93);
	height: 33px;
}





.form-control-text {
	width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(137, 98, 73);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	height: 48px;
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(68, 68, 68);
	text-transform: uppercase;
	line-height: 48px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	text-indent: 18px;
	display: inline-block;
}
 
.form-control-textarea {
	width: 98.5%;
	max-width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(137, 98, 73);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	box-shadow: inset 0px 2px 3px 0px rgba(234, 214, 167, 0.3);
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(68, 68, 68);
	text-transform: uppercase;
	line-height: 48px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	text-indent: 18px;
	display: inline-block;
	height: 100px;
}

.form {
	margin-bottom: 15px;
}
	.form label {
		margin-bottom: 5px;
		display: inline-block;
	}
	.form-group {
		padding: 8px 0;
		position: relative;
	}
	.form-submit {
		text-align: center;
		padding-top: 20px;
	}
	.has-error input, .has-error textarea {
		color: red;
		border: 1px solid red !important;
	}
	.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: 14px;
	} 