/*
Theme Name: HFM Advisors
Theme URI: https://www.studio98.com/
Author: Studio98
Author URI: https://www.studio98.com/
Description: Studio98.com responsive theme
Version: 1.0
Text Domain: gliesewp
*/

@import url("//fonts.googleapis.com/css?family=Oswald:400,700,300|Oxygen:400,300,700");

body { 
	background:#ffffff; 
	color:#5e5e5e;
	}
	
p {
	line-height:25px;
	font-size:17px;
	}
	
a {
  color: #1a6e16;
}
.img-center {
margin: 0 auto;
}

.nav-previous a,
.nav-next a{ color:#84a882;}

.container.page { padding-top:60px;padding-bottom:60px;}
.container.default { padding-top:20px;padding-bottom:60px;}
a:hover {
  color: #033301;
}
h1, h2, h3, h4, h5, h6 { font-family: "Oxygen", sans-serif; color:#1a6e16;}
h1,.h1 {font-size: 35px;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 21px;}
h4,.h4 {font-size: 18px;}
h5,.h5 {font-size: 14px;}
h6,.h6 {font-size: 12px;}

.oswald { font-family: 'Oswald', sans-serif;}

.form-control {
  color: #4b9847;
  background-color: #9dd39a;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color:    #4b9847;
}
.form-control:-moz-placeholder {
    color:    #4b9847;
}
.form-control::-moz-placeholder {
    color:    #4b9847;
}
.form-control:-ms-input-placeholder {
    color:    #4b9847;
}

.about-index {padding:130px 0 120px 0;}
.padded {padding:60px 0 60px 0;}
	
.img-rounded {
  border-radius: 3px;
}

	
.relative { position:relative;}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.line-height2 { line-height:2;}

.weight300 { font-weight:300;}
.weight400 { font-weight:400;}
.weight700 { font-weight:700;}
.text-upper { text-transform:uppercase;} 

.lead-medium {font-size: 24px; position:relative;}
.lead-large {font-size: 21px; position:relative;}


.lead-medium.border-short-bottom {
	padding-bottom:40px;
	margin-bottom:40px;
}
.lead-medium.border-short-bottom:before {
	position:absolute;
	bottom:0;
	width:120px;
	height:2px;
	margin-left:-60px;
	content:"";
	left:50%;
	background:#3186e6;
}

@media only screen and (max-width : 768px) {
h1,.h1 {font-size: 25px;}
h2,.h2 {font-size: 22px;}
h3,.h3 {font-size: 19px;}
h4,.h4 {font-size: 15px;}
h5,.h5 {font-size: 12px;}
h6,.h6 {font-size: 10px;}


.lead-medium {font-size: 18px;}
.lead-large {font-size: 18px;}

.padded {padding:30px 0;}
}

.color-blue { color:#3186e6;}
.color-white { color:#ffffff;}
.color-green { color:#1a6e16;}
.left_text { font-size:17px !important;}

.btn {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-primary {
  color: #4b9847;
  background-color: #145911;
  border-color: #145911;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #4b9847;
  background-color: #0e450b;
  border-color: #0e450b;
}

.btn-footer {
	font-size:17px;
	font-weight:700;
	padding:13px 20px;
	background-color: #1a6e16;
	border-color: #1a6e16;
	margin-top:25px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	color:#fff !important;}

.btn-footer:hover,
.btn-footer:focus {
	background-color: #555555;
	border-color: #555555;}

.row.no-pad {
	margin-top:100px;
}
.row.no-pad > [class*='col-'] {
}

@media (min-width:1172px){
        .container{width:1170px}
    } 
	
/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

body, h1, h2, h3, h4, h5, h6, p { font-family: "Oxygen", sans-serif; }


/**
 * Header
 * ----------------------------------------------------------------------------
 */
 
#show-search {
	position: absolute;
	top:0;
	right:59px;
	z-index:100;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-indent:-9999px;}
	
.slide-in-show-search {
	top:102px !important;}
	
#show-search:before {
	position: absolute;
	top:0;
	font-size:16px;
	left:0;
	text-indent:0;
	padding:2px 15px 6px 15px;
	cursor:pointer;
	content: '\f002';
	background:#b60000;
	color:#FFF;
	border-radius: 0 0 3px 3px;
	font-family:FontAwesome;}
	
.top-bar-search {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	position:absolute;
	height:107px;
	width:530px;
	z-index:100;
	padding:30px 20px 0 20px;
	background:#b60000;
	right:15px;
	top:-107px;}
	
.slide-in-top-bar-search {
	top:-5px !important;}
	

	
	
	
	
	
	
	
 
.navbar {
  background-color: #fff;
  padding:0;
  border: none;
  border-top:5px solid #b60000;
  margin:0;
}
.navbar-right {
  margin-right: -40px;}
  

.navbar-brand{
    line-height: 56px;
    height: 56px;
    padding-top: 0;
	margin-top:21px;
}

.navbar-brand img { 
	height:56px; }




.navbar-nav{ margin-top:42px;}



  
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	left:25px !important;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border:0;
	border-bottom:2px solid #bdb09c;
	background:#ae9f89;
}

.dropdown-menu > li > a {
  padding: 5px 13px;
  font-weight: 800;
  text-transform:uppercase;
  line-height: 1.82857143;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
  color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color:#fff;
  background-color: #bdb09c;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #bdb09c;
}
  
.caret {
  display: none;
}


@media only screen and (min-width : 768px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
}

.navbar-default .navbar-nav > li > a {
	color: #545954;
	text-transform:uppercase;
	font-weight:700;
	font-size: 15px;
	padding-left:0px;
	padding-right:0px;
	margin-left:25px;
	margin-right:25px;
	padding-bottom:20px;
	padding-top:20px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	position:inherit;
}

.navbar-default .navbar-nav > li > a:after {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:0px;
	background:#ffffff;
	border-bottom:2px solid #ffffff;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	content:"";
	}

.navbar-default .navbar-nav > li > a:hover:after {
	height:9px;
	background:#b60000;
	border-bottom:2px solid #b60000;
}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1a6e16;
  background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1a6e16;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #bdb09c;
  background-color: transparent !important;
  position:relative;
}



@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
	padding-left:0;
	padding-right:0;
	margin-left:10px;
	margin-right:10px;
}
}
  
@media (max-width: 768px) {


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-right {
  margin-right: 0px;}


.navbar-nav{ margin-top:0px;}


.navbar-default .navbar-toggle {
  border: none;
  background-color:#1a6e16;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-top:-6px;
  margin-right: 0px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #145911;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #7cae79;
}
	
.navbar {
	-webkit-box-shadow: 0 0 10px 0 rgba(131,117,96,0.4);
	box-shadow: 0 0 10px 0 rgba(131,117,96,0.4);
  padding:6px 0 !important;
  border-top:5px solid #1a6e16;
}

.navbar-default .navbar-nav > li > a {
	padding:10px 0;
	margin:0;
}


.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:hover:after {
	height:0px;
	opacity:0;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #f6f7f9;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #bdb09c;
}
.navbar-default .navbar-nav > li.action > a  {
	margin-top:8px;
	margin-left: 0;
}
.navbar-brand{
    line-height: 45px;
	padding-left:0;
    height: 45px;
	margin-top:0;
}
.navbar-brand img { 
height:35px;
margin-top:6px}


}
  
/**
 * Hero
 * ----------------------------------------------------------------------------
 */

.hero {
	color: #fff;
	height: 505px;
	overflow:hidden;
	background-image:url(images/bg-hero.jpg);
	background-color:#f0ede9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	font-family: 'Oswald', sans-serif;
}


.hero h1 {
	font-size:65px;
	color:#fff;
}

@media only screen and (max-width : 1200px) {
.hero h1 {
	font-size:55px;}
}

@media only screen and (max-width : 992px) {
.hero h1 {
	font-size:45px;}
}



@media (max-width: 768px) {
.hero {
	height: 260px;
}

.hero h1 {
	font-size:35px;
	line-height:1.5;}

}

/**
 * Services on Homepage
 * ----------------------------------------------------------------------------
 */
.services-index { /*background:#9a9183 url(images/bg-services.jpg) top center repeat-x;*/}
	
.services-index .service {
	/*padding:25px 20px 0 20px;*/}
	
.services-index .service .title{
	font-size:21px;
	text-transform:uppercase;
	padding:25px 0;}
	
.services-index .service a{ 
	display:block; 
	padding-bottom:30px;
	padding-top:15px;}
	
.services-index .service p { 
	font-size:14px; 
	line-height:20px;
	min-height:120px;}	
	
.services-index .service .title span{
	font-weight:bold;}
	
.services-index .service hr {
	margin: 25px 25px 0px 25px;
	border: 0;}
		
	.services-index .service.first{ border-top:8px solid #b60000;}
	.services-index .service.first .title{color:#b60000;}
	.services-index .service.first p {color:#545454; font-weight:bold; padding:0 25px;}	
	.services-index .service.first hr {border-top: 1px solid #c4b9a7;}
	.services-index .service.first a{color:#6f6f6f; font-weight:bold;}
	.services-index .service.first a:hover{color:#b60000;}
	.services-index .service.first a span{color:#b60000;}
	
	.services-index .service.second{ border-top:8px solid #6699cc;}
	.services-index .service.second .title{color:#6699cc;}
	.services-index .service.second p {color:#545454; font-weight:bold; padding:0 25px;}	
	.services-index .service.second hr {border-top: 1px solid #80947f;}
	.services-index .service.second a{color:#6f6f6f; font-weight:bold;}
	.services-index .service.second a:hover{color:#6699cc;}
	.services-index .service.second a span{color:#6699cc;}
	
	.services-index .service.third{ border-top:8px solid #1a6e16;}
	.services-index .service.third .title{color:#1a6e16;}
	.services-index .service.third p {color:#545454; font-weight:bold; padding:0 25px;}	
	.services-index .service.third hr {border-top: 1px solid #497847;}
	.services-index .service.third a{color:#6f6f6f; font-weight:bold;}
	.services-index .service.third a:hover{color:#1a6e16;}
	.services-index .service.third a span{color:#1a6e16;}
	

		
@media (max-width:982px){

}
@media (max-width: 768px) {
}	

  
/**
 * Page Hero
 * ----------------------------------------------------------------------------
 */
.page-hero {
	width:100%;
	height:300px;
	background-position: center center;
	background-image:url(images/bg-page-hero.jpg);
	background-size: cover;}
	
@media (max-width: 768px) {
.page-hero {
	height:100px;}
}	


/**
 * About on Homepage
 * ----------------------------------------------------------------------------
 */
.about-index { }

.about-index h3{ margin-bottom:25px; margin-top:0; text-align:center;}
	
.about-index .logo-center{
	padding-top:150px;
	}
	
.clients-index a:hover .client{ 
	opacity:0.8;}
	
@media (max-width: 768px) {
.about-index .logo-center{
	padding:15px 15px 30px 15px;
	}
}	
/**
 * Licence on Homepage
 * ----------------------------------------------------------------------------
 */
.licence-index{}
	
.licence-index h3{ margin-bottom:20px; margin-top:0;}
	
/**
 * OWL carousel
 * ----------------------------------------------------------------------------
 */

#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.footer-widgets{
	background-color:#f0ede9; border-bottom:7px solid #e0dad1}
	
.footer-widgets h1{
	margin-top:0;
	margin-bottom:25px;
        padding: 0 10px;
}

footer.main { 
	background:#f6f7f9 url(images/bg-footer.jpg) top center repeat;
	line-height:4;
	padding:30px 0;
	font-size:15px;
	color:#ffffff;
	font-weight:600;
	position:relative;
	border-top:1px solid #dadbde;}
	
footer.main:before {
	position:absolute;
	top:0;
	left:0;
	height:6px;
	width:100%;
	background:url(images/bg-footer-bar.jpg) top center repeat-x;
	content:"";}
	
footer.main a{
	color:#ffffff;}

footer.main a:hover{
	text-decoration:none;
	color:#848a8a;}

footer.main .footer-logo { 
	margin-bottom:5px;}

	footer.main .footer-logo:hover {  opacity:0.8;}
	

footer.main p.address {
	font-size:14px;
	line-height:20px;}
	
footer.main hr {border-top: 1px solid #4d5050;}

ul.footer-nav { 
	line-height:2; 
	padding:0px; 
	margin:0 0 0 15px; }

ul.footer-nav li {
	margin:0;
	position:relative;
	padding:0;}
	
ul.footer-nav li:after {
	position: absolute;
	top:5px;
	right:-4px;
	font-size:10px;
	content:"|";}
	
ul.footer-nav li:last-child:after {
	content:"";}

ul.footer-nav li a{
	margin:0;
	padding:0;
	color:#ffffff;
	padding:0 10px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:400;}
	

	
ul.footer-nav li a:hover{
	text-decoration:none;
	color:#848a8a;}

footer .copy,
footer .copy p{
	font-size:12px;
	line-height:1.5;
	color:#848a8a;}


@media (max-width: 768px) {
.footer-widgets .widget{
	border-bottom:1px solid #d5cec5;
	padding-bottom:30px;
	margin-bottom:30px;}
	
.footer-widgets .widget:last-child{
	border-bottom:0;
	padding-bottom:0px;}
	
footer .footer-logo { 
	height:36px;}
	
	
footer p.address {
	text-align:left;}

}	
  
.social-profiles {
	margin-left: -12px;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; }

	.social-profiles li {
		list-style: none;
		float: left;
		margin-left: 12px;
		margin-bottom: 12px;
		display: block; }
	
		.social-profiles li a{
			width:30px;
			height:30px;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			-ms-transition: all 200ms ease-in-out;
			-o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
			display: block; 
			-webkit-border-radius: 4px;
			border-radius: 4px;
			position:relative;
			background:#6c7070;
			font-size:0;}
			
			.social-profiles li a.facebook:hover { background:#3a589b; }
			.social-profiles li a.twitter:hover { background:#3cc7f4; }
			.social-profiles li a.googleplus:hover { background:#ca4638; }
			.social-profiles li a.linkedin:hover { background:#007ab9; }
			.social-profiles li a.youtube:hover { background:#cf3427; }
			.social-profiles li a.vimeo:hover { background:#63cece; }
			.social-profiles li a.pinterest:hover { background:#c12128; }
			.social-profiles li a.instagram:hover { background:#517fa6; }
			
		.social-profiles li a:before {
			position:absolute;
			font-family:FontAwesome;
			color:#2a2a2c;
			font-size:18px;
			text-align:center;
			line-height:32px;
			width:100%;}

			.social-profiles li a.facebook:before { content: '\f09a'; }
			.social-profiles li a.twitter:before { content: '\f099'; }
			.social-profiles li a.googleplus:before { content: '\f0d5'; }
			.social-profiles li a.linkedin:before { content: '\f0e1'; }
			.social-profiles li a.youtube:before { content: '\f16a'; }
			.social-profiles li a.vimeo:before { content: '\f194'; }
			.social-profiles li a.pinterest:before { content: '\f231'; }
			.social-profiles li a.instagram:before { content: '\f16d'; }

	
/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-weight:600;
	line-height:1.5;
	margin:20px 0;
	font-size:12px;}


.entry-meta > span {
	margin-right: 20px;}

.entry-meta > span:last-child {
	margin-right: 0;}

.featured-post:before {
	font-family: FontAwesome;
	content: "\f0a1";
	margin-right: 2px;}

.entry-meta a:before {
	margin-right: 4px;}
	
.entry-meta .date a:before {
	font-family: FontAwesome;
	content: "\f133";}

.comments-link a:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 2px;
	position: relative;}

.entry-meta .author a:before {
	font-family: FontAwesome;
	content: "\f007";
	position: relative;
	top: -1px;}

.categories-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f192";}

.tags-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f02c";
	position: relative;}

.edit-link a:before {
	font-family: FontAwesome;
	content: "\f040";
	position: relative;}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {

}

/**
 * Post
 * ----------------------------------------------------------------------------
 */
 
.entry-content {}
	
	.entry-content .entry-thumbnail { margin:5px 0 15px 0;}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
	
.widget-area {}

	.widget-area .widget {
		background:#fff;
		margin:15px 0;
		padding:20px;}		

		.widget-area .widget .widget-title { margin-top:0; line-height:1;}
		.widget-area .widget ul,
		.widget-area .widget ol,
		.widget-area .widget dl {
			margin:0; }

/**
 * Images
 * ----------------------------------------------------------------------------
 */
 
.alignleft {
	float: left;}

.alignright {
	float: right;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignleft {
	margin: 5px 20px 5px 0;}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;}

img.alignright {
	margin: 5px 0 5px 20px;}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;}

img.aligncenter {
	margin: 5px auto;}

img.alignnone {
	margin: 5px 0;}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;}


/**
 * Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;}

.comments-title {
	font-size: 1.8rem;
	font-style:italic;
	margin-top:1.25rem;}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;}

.comment-list .children{
	margin-left: 1.25rem;
	float:left;}

.comment-list li{
	float:left;
	width:100%;}

.comment-list li article{ 
	background:none; 
	padding:1.25em 0; 
	margin-bottom:0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}

.comment-list li .comment-body{
	float:left;
	width:100%;}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	float:left;}

.comment-list > li:last-child:after {
	display: none;}

.comment-body {
	padding: 1.25rem 0;
	position: relative;
	float:left;}

.comment-author {
	float: left;
	max-width: 100px;}

.comment-author.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 0;
	padding: 0;}

.comment-author .avatar {
	display: block;}

.comment-author .fn {
	word-wrap: break-word;}

.comment-reply-link,
.comment-reply-login {
	font-style: normal;
	font-weight: normal;}

.comment-author .url {
	color: #000;
	font-style: normal;
	font-weight: normal;}

.comment-author .fn{
	color: #000;
	position:relative;
	font-style: normal;
	padding:15px;
	font-weight: normal;
	}
	
.comment-author .fn:before {
	content: "\f007";
	position:absolute;
	left:0;
	font-family: FontAwesome;
	vertical-align: text-top;}

.says {
	display: none;}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;}



.comment-list .edit-link {
	margin-left: 20px;}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 100px);
	width:         calc(100% - 100px);
	word-wrap: break-word;}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;}

.comment-metadata {
	margin-bottom: 20px;}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;}

.comment-awaiting-moderation {
	color: #a2a2a2;}

.comment-awaiting-moderation:before {
	content: "\f05e";
	font-family: FontAwesome;
	margin-right: 5px;
	position: relative;
	top: -2px;}

.comment-reply-link:before,
.comment-reply-login:before {
	font-family: FontAwesome;
	content: "\f112";
	margin-right: 3px;}

/* Comment form */
.comment-respond {
	background:#fff;
	margin-bottom:1.875em;
	
	float:left;}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;}

.comment-reply-title {
	font-weight: 300;
	font-size: 1.8rem;
	font-style:italic;}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	position:relative;
	width: 16px;}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;}

.comment-reply-title small a:before {

	font-family: FontAwesome;
	content: "\f00d";
	position:absolute;
	top:0;
	right:0;
	font-style:normal;
	text-indent:0;
	vertical-align: top;}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;}

.comment-form .comment-notes {
	margin-bottom: 2.5rem;
	color: #999;
	font-size:0.8rem;}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;}

.comment-form .required {
	color: #ed331c;}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;}

.comment-form textarea {
	width: 100%;}

.form-allowed-tags,
.form-allowed-tags code {
	color: #999;
	font-size: 0.8rem;}

.form-allowed-tags code {
	font-size: 0.8rem;
	margin-left: 3px;}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 1.25rem;}

.comment-navigation {
	padding: 20px 0 30px;
	width: 100%;
	float:left;}
	
	.comment-navigation .section-heading {
		font-weight: 300;
		font-size: 1.8rem;
		font-style:italic;
		margin-top:1.25rem;}
	
	.comment-navigation .nav-previous {
		float:left;}
		
	.comment-navigation .nav-next {
		float:right;}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;}

input, select, textarea { width:95%}
input[type="submit"] { width:auto;}
#more-257, #more-259{
	border-bottom: 1px solid #CCC;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
	}
	.entry-content {line-height: 25px;
  font-size: 17px; font-family: "Oxygen", sans-serif;}
  
  .btn-info {
  background-color: #1a6e16;
  border-color: #1a6e16;
  }
  .btn-info:hover { background-color: #555555;
  border-color: #555555;}
  
.phone_top { position:absolute; right:7%; top:5px; color:#b1a695;}
.phone_top strong { color:#1a6e16; font-size:15px;}
.col_border { border-bottom: 1px #b4b4b4 solid; border-right: 1px #b4b4b4 solid; border-left: 1px #b4b4b4 solid;}
.services-index img { max-width:100%;}
ul.footer-nav li.active a { color:#848a8a;}

.gform_wrapper .top_label .gfield_label {margin: .625em 0 .1em !important;}
body .gform_wrapper label.gfield_label+div.ginput_container { margin-top:0 !important;}
.gform_wrapper .gform_footer { padding:0 !important;}
.gform_wrapper { margin:0;}


@media screen 
  and (min-width: 767px) 
  and (max-width: 991px){ 
  .phone_top { right:10%;}
  
}
@media screen 
  and (min-width: 320px) 
  and (max-width: 768px){ 
  .phone_top { right:10%;}
  
}
.licence-index img{
margin: 20px;
    vertical-align: middle;float: none;
}
.centered{
display:inline-block;
}