/* START HGR IconText Module CSS */

/* Icon align left-right style properties */
.hgr-content-block {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	border-collapse: separate;
	border-spacing: 0px;
}

.hgr-content-block .hgr-contb-row {
	display: table-row;
}

.hgr-content-block .hgr-contb-row .hgr-contblock-icon,
.hgr-content-block .hgr-contb-row .hgr-content {
	display: table-cell;
	vertical-align: top;
}

.hgr-content-block .hgr-contb-row .hgr-contblock-icon .hgr-contblock-icon-bg {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.hgr-content-block .hgr-contb-row .hgr-contblock-icon i.icon,
.hgr-content-block .hgr-contb-row .hgr-contblock-icon .hgr-contblock-icon-bg i.icon {
	height: 1em !important;
	width: 1em !important;
	line-height: 1em !important;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle !important;
}

/* Icon align top-bottom style properties */

.hgr-content-block-tb {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.hgr-content-block-tb .hgr-content-tb {
	position: relative;
	display: block;
}

.hgr-content-block-tb .hgr-contblock-icon-tb {
	position: relative;
	display: inline-block;
	text-align: center;
}

.hgr-content-block-tb .hgr-contblock-icon-tb i.icon {
	height: 1em !important;
	width: 1em !important;
	line-height: 1em !important;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle !important;
}

/* END HGR IconText Module CSS */

/* --------------------------- */

/* START HGR Icon Module CSS */

.hgr-icontxt {
	position: relative;
	display: inline-block;
	text-align: center;
}

.hgr-icontxt i.icon {
	height: 1em !important;
	width: 1em !important;
	line-height: 1em !important;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle !important;
}

/* END HGR Icon Module CSS */

/* --------------------------- */

/* START HGR Team Members Module CSS */

#teamTab li, #teamTab li a {
	height: 80px;
	line-height: 45px;
}
#teamTab > li.active > a, #teamTab > li.active > a:hover, #teamTab > li.active > a:focus {
	background-color: transparent!important;
	font-weight: bold;
}
#teamTab > li.active > a:after {
	content: " ";
	font-size: 4px;
	vertical-align: top;
	margin-left: 5px;
}
#teamTab > li > a {
	background-color: transparent!important;
	border: none!important;
}
#teamTab small {
	font-style: italic;
	font-size: 0.9em;
	margin-top: -45px;
	display: block;
	margin-left: 15px;
}

.hgr_team_wrap {
	position: relative;
	display: block;
}

.hgr_team_wrap .hgr_team_members {
	position: relative;
	display: block;
}

.hgr_team_wrap .hgr_team_members .hgr_team_member {
	position: relative;
}

.hgr_team_wrap .hgr_team_members .hgr_team_member .team_member_image_circle img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 265px;
	height: 265px;
}

.hgr_team_wrap .hgr_team_members .hgr_team_member .team_member_image_rounded img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.hgr_team_wrap .hgr_team_members .hgr_team_member .skills_pack {
	position: relative;
	display: block;
}

.hgr_team_member small {
	font-style: italic;
	font-size: 0.9em;
	margin-top: -4px;
	display: block;
	margin-bottom:8px;
}

.team_member_socials {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.team_member_socials .icon {
	font-size: 24px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.hgr_skill {
	width: 100%;
	margin-bottom: 15px;
}
.hgr_skill h4 {
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	text-align: left!important;
}
.hgr_skill .hgr_skillfull {
	height: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
.hgr_skill .skillfill {
	height: 5px;
	font-size: 0;
	width: 1%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
}
.hgr_skill .hgr_skillfull {
	background-color: #000
}
.hgr_skill .skillfill {
	text-align: right;
}
.valuemarker {
	background-color: #000;
	width: 38px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	top: -29px;
	float: right;
	left: 18px;
}
.valuemarker:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-left: -5px;
}
.team_nav_small{
	position: relative;
	display: block;
	float: right;
}
.team_nav_small .team_btn {
	color: #fff;
	text-align: center;
	border-radius: 2px;
	line-height: 9px;
	padding:9px 12px;
	display: inline-block;
	*display: inline; /* IE7 Hack */
	zoom: 1; /* IE7 Hack */
	margin-left:4px;
	cursor:pointer;
	padding:5px;
}
.team_nav_small .team_btn .icon {
	margin-left:0;
}

/* END HGR Team Members Module CSS */

/* --------------------------- */

/* START HGR FlipBox Module CSS */

.hgr-flipbox {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.hgr-flipbox .flipper {
	width: 100%;
	height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-perspective: 1000px;
}

.flipper .front-fb,
.flipper .back-fb {
    padding: 15px 15px;
	height: 100%;
	margin-bottom: 0;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
	-moz-transition: 0.6s;
    -o-transition: 0.6s;
	-ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flipper .front-fb {
	z-index: 2;
	backface-visibility: hidden;
}
.flipper .back-fb {
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
}

.hgr-flipbox:hover .back-fb,
.hgr-flipbox.hover .back-fb {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
	opacity: 1;
}

.hgr-flipbox:hover .front-fb,
.hgr-flipbox.hover .front-fb {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
	opacity: 0;
}

.hgr-flipbox h4 {
	margin: 10px 0px;
	line-height: 1em;
}

.hgr-flipbox .front-fb p,
.hgr-flipbox .back-fb p {
	margin-bottom: 10px;
}

.hgr-flipbox .back-fb p {
	max-height: 50%;
}

.hgr-flipbox .front-fb .f-front-icon-fb {
	display: block;
	margin: 0 auto;
}

.hgr-flipbox .front-fb .f-front-icon-fb i.icon {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em !important;
	margin: 0 auto;
	color:#000000;
}

.hgr-flipbox .front-fb .f-front-icon-notext {
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.hgr-flipbox .front-fb .f-front-icon-notext i.icon {
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center;
	font-size: 32px;
	height: 1em;
	width: 1em !important;
	line-height: 1em !important;
}

.hgr-flipbox .back-fb .f-back-icon-fb {
	display: block;
	margin: 0 auto;
}

.hgr-flipbox .back-fb .f-back-icon-fb i.icon {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em !important;
	margin: 0 auto;
	color:#000000;
}

.hgr-flipbox .back-fb .f-back-icon-notext {
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.hgr-flipbox .back-fb .f-back-icon-notext i.icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 32px;
	height: 1em;
	width: 1em;
	line-height: 1em !important;
}

.hgr-flipbox .back-fb .back-button {
	display: block;
	position: relative;
}

.hgr-flipbox .back-fb .back-button a {
	display: inline-block;
	color: #FFF;
	background-color: #636363;
	margin: 0 auto;
	padding: 0.3em 0.8em;
	text-decoration: none;
	cursor: pointer;
}

.hgr-flipbox .back-fb .back-button a:hover,
.hgr-flipbox .back-fb .back-button a:visited,
.hgr-flipbox .back-fb .back-button a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #636363;
}

/* END HGR FlipBox Module CSS */

/* --------------------------- */

/* START HGR ContentBox Module CSS */

.hgr-content-box {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	outline: 0;
	
	-webkit-transition: all 0.5s ease-out 0s;                  
    -moz-transition: all 0.5s ease-out 0s;                 
    -o-transition: all 0.5s ease-out 0s;   
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.hgr-content-box a {
	display: block;
	width: auto;
	height: 100%;
	padding: 25px 30px;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
}

.hgr-content-box a, a * {
	-webkit-transition: all 0.5s ease-out 0s;                  
    -moz-transition: all 0.5s ease-out 0s;                 
    -o-transition: all 0.5s ease-out 0s;   
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	outline: 0;
}

.hgr-content-box a:visited,
.hgr-content-box a:active {
	text-decoration: none;
}

.hgr-content-box .normal-icon-cb {
	display: block;
	margin: 0 auto;
}

.hgr-content-box .normal-icon-cb {
	display: inline-block !important;
	font-size: 32px;
	height: 1em;
	width: 1em !important;
	text-align: center;
	line-height: 1em !important;
	margin: 0 auto;
}

.hgr-content-box h4 {
	margin: 12px 0;
}

/* END HGR ContentBox Module CSS */

/* --------------------------- */

/* START HGR GMaps Module CSS */

#hgr-map-canvas .gmnoprint img {
    max-width: none; 
}

/* END HGR GMaps Module CSS */

/* --------------------------- */

/* START HGR Counter Module CSS */

.hgr_counter {
	position: relative;
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
	height: auto;
	padding: 0.8em;
	min-height: 4.5em;
	text-align: center;
}

.hgr_counter .hgr_counter_row {
	display: table-row;
}

.hgr_counter .hgr_counter_row .hgr_counter_icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hgr_counter .hgr_counter_row .hgr_counter_icon .icon {
	height: 1em !important;
	width: 1em !important;
	line-height: 1em !important;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle !important;
}

.hgr_counter .hgr_counter_row .hgr_counter_content {
	padding-left: 40px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.hgr_counter .hgr_counter_row .hgr_counter_content span.hgr_number_string{
	font-weight: bold;
}

/* END HGR Counter Module CSS */

/* --------------------------- */

/* START HGR IconBox Module CSS */

.hgr-iconbox {
	width: 100%;
	height: auto;
	text-align: center;
}

/* anchor style */
.hgr-iconbox > a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding-bottom: 30px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.hgr-iconbox .normal-icon-ib {
	padding: 30px 0 10px 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.hgr-iconbox .normal-icon-ib i.icon {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em;
	margin: 0 auto;
}

/* title element */
.hgr-iconbox .hgr-iconbox-title {
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.hgr-iconbox .hgr-iconbox-title:before {
	content: '';
	position: absolute;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s;
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.hgr-iconbox .hgr-iconbox-subheading {
	display: inline-block;
	font-size: 1em;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.hgr-iconbox:hover .hgr-iconbox-subheading {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.hgr-iconbox > a:hover .normal-icon-ib {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.hgr-iconbox > a:hover .hgr-iconbox-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.hgr-iconbox > a:hover .hgr-iconbox-title:before {
	margin-top: 70px;
}

/* END HGR IconBox Module CSS */

/* --------------------------- */

/* START HGR ZoomBox Module CSS */

.hgr-zoombox {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
    }

.hgr-zoombox .zoom-hover  {
	display: block;
	position: relative;
	padding: 30px 30px;
	width: 100%;
	height: auto;
}

.hgr-zoombox .zoom-hover .hgr-zoom-front {
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);			    
	transform: scale(1,1);
	
	opacity: 1;
	z-index: 10;
}

.hgr-zoombox .zoom-hover .hgr-zoom-front .front-icon-zb {
	display: block;
	margin: 0 auto;
}

.hgr-zoombox .zoom-hover .hgr-zoom-front .front-icon-zb {
	display: inline-block !important;
	height: 1em;
	width: 1em !important;
	text-align: center;
	line-height: 1em !important;
	margin: 0 auto;
}

.hgr-zoombox .zoom-hover:hover .hgr-zoom-front {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);		    
	transform: scale(0,0);
	
	opacity: 0;
}

.hgr-zoombox .zoom-hover .hgr-zoom-front-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.hgr-zoombox .zoom-hover .hgr-zoom-back {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4000;
	
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);		    
	transform: scale(0,0);
	
	opacity: 0;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.hgr-zoombox .zoom-hover:hover .hgr-zoom-back {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);			    
	transform: scale(1,1);
	opacity: 1;
}

.hgr-zoombox .zoom-hover .hgr-zoom-back .hgr-zoom-back-middle {
	position: relative;
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}

.hgr-zoombox .zoom-hover .hgr-zoom-back .hgr-zoom-back-middle a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0px 30px;
	text-decoration: none;
	outline: 0;
}

/* END HGR ZoomBox Module CSS */

/* --------------------------- */

/* START HGR LinkEffects Module CSS */

a.witheffect {
	position: relative;
	display: inline-block;
	/*margin: 15px 25px;*/
	outline: none;
	/*color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;*/
	/*text-shadow: 0 0 1px rgba(255,255,255,0.8);
	font-size: 1.35em;*/
}

a.witheffect:hover,
a.witheffect:focus {
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #2195de;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #28a2ee;	
}

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}

.cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.cl-effect-6 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
	top: 100%;
	opacity: 1;
}

.cl-effect-6 a:hover::after {
	height: 100%;
} 

/* Effect 7: second border slides up */
.cl-effect-7 a {
	padding: 12px 10px 10px;
	color: #566473;
	text-shadow: none;
	font-weight: 700;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #566473;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}

.cl-effect-7 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
	top: 0%;
	opacity: 1;
}

/* Effect 8: border slight translate */
.cl-effect-8 a {
	padding: 10px 20px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #354856;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-8 a::after  {
	border-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}

.cl-effect-8 a:hover::before,
.cl-effect-8 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

/* Effect 9: second text and borders */
.cl-effect-9 a {
	margin: 0 20px;
	padding: 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: opacity 0.3s, height 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s;
	transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
	top: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
	z-index: 2;
	display: block;
	font-weight: 300;
}

.cl-effect-9 a span:last-child {
	z-index: 1;
	display: block;
	padding: 8px 0 0 0;
	color: rgba(0,0,0,0.4);
	text-shadow: none;
	text-transform: none;
	font-style: italic;
	font-size: 0.75em;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
	height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}

.cl-effect-10 a {
	overflow: hidden;
	margin: 0 15px;
}

.cl-effect-10 a span {
	display: block;
	padding: 10px 20px;
	background: #0f7c67;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
	border-top: 2px solid #0972b4;
	color: #0972b4;
	text-shadow: none;
} 

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #ba7700;
}

/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
}

.cl-effect-15 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

/* Effect 16: fall down */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

/* Effect 17: move up fade out, push border */
.cl-effect-17 a {
	color: inherit;
	text-shadow: none;
	padding: 10px 0;
}

.cl-effect-17 a::before {
	color: inherit;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ff0000;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Effect 18: cross */
.cl-effect-18 {
	position: relative;
	z-index: 1;
}

.cl-effect-18 a {
	padding: 0 5px;
	color: #b4770d;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-18 a::before,
.cl-effect-18 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #b4770d;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-18 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cl-effect-18 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
	color: #fff;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
	opacity: 0.7;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Effect 19: 3D side */
.cl-effect-19 a {
	line-height: 2em;
	margin: 15px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	width: 200px;
}

.cl-effect-19 a span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 14px;
	background: #e35041;
	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -100px;
	-moz-transform-origin: 50% 50% -100px;
	transform-origin: 50% 50% -100px;
}

.csstransforms3d .cl-effect-19 a span::before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #b53a2d;
	content: attr(data-hover);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
}

.cl-effect-19 a:hover span,
.cl-effect-19 a:focus span {
	background: #b53a2d;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.csstransforms3d .cl-effect-19 a:hover span::before,
.csstransforms3d .cl-effect-19 a:focus span::before {
	background: #ef5e50;	
}

/* Effect 20: 3D side */
.cl-effect-20 a {
	line-height: 2em;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

.cl-effect-20 a span {
	position: relative;
	display: inline-block;
	padding: 3px 15px 0;
	background: #587285;
	box-shadow: inset 0 3px #2f4351;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.cl-effect-20 a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #2f4351;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
	background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* END HGR LinkEffects Module CSS */

/* --------------------------- */

/* START HGR Pricing Table Module CSS */

/* Pricing table pack */
.hgr_pricing_table_pack {
	text-align: center;
	vertical-align: bottom;
}

.hgr_pricing_table.panel {
	margin-bottom: 0 !important;
	border: none;
	border-radius: 0 !important;
}
			
.hgr_pricing_table .panel-heading {
	border-radius: 0 !important;
}

.hgr_pricing_table_pack > .panel > ul {
	border-left:1px solid #d6d3ce;
}
			
.hgr_pricing_table_pack > .panel:last-child > ul {
	border-right:1px solid #d6d3ce;
}

@media screen and (max-width: 480px) {
	.hgr_pricing_table.panel {
		display: table;
		width: 100%;
		margin-bottom: 20px!important;
	}
}

/* Pricing table element */
	
.hgr_pricing_table {
	width: auto;
	display: inline-block;
}
				
.hgr_package_price {
	font-weight:bold;
}

.hgr_pricing_table sup {
	font-size: 0.6em;
	font-weight: 500;
}

.hgr_pricing_table sub {
	font-size: 0.6em;
	font-weight:500;
}
				
.hgr_pricing_table .panel-body h1:after {
	content: "";
	border: none;
	height: 0;
}

.hgr_pricing_table .panel-body .recommended {
	width: 100%;
	height: 30px;
	display: block;
}

/* END HGR Pricing Table Module CSS */

/* --------------------------- */

/* START HGR Pie Module CSS */

.hgr_pie_chart{
	text-align: center;
}
				
.hgr_pie_chart span.percent{
	display: block;
	position: relative;
	bottom: -100px;
	font-size: 30px;
	color: '.$front_line_color.'
}
				
.hgr_pie_chart span.percent:after{
	content: "%";
	color: '.$front_line_color.'
}

.hgr_pie_chart i.icon{
	display: block;
	position: relative;
	bottom: -80px;
	font-size: 30px;
	width: 100%;
	color:'.$back_line_color.'
}

/* END HGR Pie Module CSS */

/* --------------------------- */

/* START HGR Blog Posts Module CSS */

.hgr_blog_post {
	margin: 10px;
}
	
.hgr_post_content {
	padding: 20px;
}

.hgr_post_content h2 {
	margin-bottom: 10px;
}

.hgr_post_metas {
	padding-top: 10px;
	padding-bottom: 20px
}
	
.hgr_post_metas_simple {
	padding-bottom: 20px;
}

.hgr_post_meta {
	display: inline-block;
	width: 20%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.hgr_post_meta_simple {
	width: 100%;
	padding-left: 20px;
	font-size: 0.7em;
}

/* END HGR Blog Posts Module CSS */