
/*===============================================
-------------------------------------------------
Law layout Styles
-------------------------------------------------
================================================*/


.toplist li a.consult-btn{
	padding:2px 20px;
	margin:0px;
	float:left;
	color:#fff;
	border-radius:2px;
	background-color:#ec7908;
	}
.toplist li a.consult-btn:hover{
	color:#fff;
	background-color:#d06a07;
	}
	
/* Feature Box67
 ------------------------------ */
.feature-box-67 {
	width: 100%;
}
.feature-box-67 .iconbox-xtiny {
	color: #c3a254;
	border:1px solid #c3a254;
}

/* Feature Box68
 ------------------------------ */
.feature-box68 {
	width: 100%;
	padding: 0px;
	float: left;
}
.feature-box68 .image-holder {
	position:relative;
	z-index:0;
}

.feature-box68 .image-holder .post-date-box {
	position:absolute;
	color: #242424;
	top: 145px;
	left:100px;
	z-index:1;
	overflow:visible;
	background-color: #e9ee42;
}
.feature-box68 .image-holder .post-date-box.stone {
	color:#fff;
	background-color: #c3a254;
}
.feature-box68 .image-holder .post-date-box.stone span {
	color:#fff;
}
.feature-box68 .image-holder .post-date-box span {
	color: #242424;
}
.feature-box68.left-padding {
	padding-left: 40px;
}

/* =========== parallax sections ============= */

.parallax-section49 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url("../images/541.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.parallax-section49 .title {
	font-size:46px;
	font-weight:500;
	font-family: 'Roboto Slab', serif;
}
.parallax-section49 .title-2 {
	font-size:20px;
	font-weight:300;
	color:#c3a254;
	font-family: 'Roboto Slab', serif;
}
.parallax-section50 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url("../images/ban3.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
    border-bottom: 1px dashed #f9f9f9;
}

/*============ Team Section ============ */
/* Team Style 14
 ------------------------------ */ 	
.team-holder14 {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	z-index: 0;
	background-color: #fff;
}
.team-holder14 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
.team-holder14 .image-holder img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.team-holder14 .image-holder .hover-box {
	position: absolute;
	width: 66px;
	height: 100%;
	float: left;
	top: 0px;
	right: -70px;
	padding: 30px;
	margin: 0px;
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	background-color: #c3a254;
}
.team-holder14 .image-holder .hover-box .icons {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.team-holder14 .image-holder .hover-box .icons li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.team-holder14 .image-holder .hover-box .icons li a {
	padding: 0px;
	margin: 0 0 20px 0;
	font-size: 17px;
	color: #fff;
	float: left;
}
/*hover styles*/
.team-holder14 .image-holder .hover-box .icons li a:hover {
	color: #727272;
}
.team-holder14:hover .image-holder img, .team-holder14.active .image-holder img {
	left: -50px;
}
.team-holder14:hover .image-holder .hover-box, .team-holder14.active .image-holder .hover-box {
	right: 0px;
}


/* =========== Sitemap list ============= */

ul.sitemap {
	padding: 0px;
	margin: 0px;
}
ul.sitemap li {
	margin: 0 0 8px;
}
ul.sitemap li a {
	color: #fd602c;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}
ul.sitemap li ul {
	padding-left: 30px;
}

/* =========== 404 error ============= */

.error_holder {
	width: 60%;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}
.error_holder.two {
	width:100%;
	text-align: left;
}
.error_holder .title {
	font-size: 110px;
	font-weight: 400;
	line-height: 65px;
	margin: 0;
	padding: 30px 0 30px;
}
.error_title_big {
	font-size: 200px;
	font-weight: bold;
	line-height: 65px;
	margin: 0;
	padding: 30px 0 30px;
}

.error-search-box {
	width: 100%;
	padding: 0px;
	margin: 0;
	float:left
}
.error-search-box .email_input {
	width: 80%;
	color:#727272;
	height: 50px;
	border:1px solid #e4e4e4;
}
.error-search-box .input_submit {
	width: 20%;
	color:#fff;
	height: 50px;
	transition: all 0.3s ease-out 0s;
	border:1px solid #fd602c;
	background-color:#fd602c;
}
.error-search-box .input_submit:hover {
	border:1px solid #242424;
	background-color:#242424;
}

.error-title-big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
