/*** bootstrap override ***/
.nav>li>a {
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
}
.nav-tabs>li>a {
	background-color: #323232;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background-color: #477800;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	padding: 7px 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: transparent;
}
.clearfix {
	clear: both;
}
.navbar-brand {
	float: none;
	padding: 0;
}
.nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: transparent;
}
.form-inline .form-group {
	margin-bottom: 4px;
	display: inline-block;
}
.contact-form {
	width: 100%;
	box-shadow: none;
	margin-bottom: 0px;
	padding: 20px 6px;
	vertical-align: middle;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid /*transparent*/;
	background-color: #477800;
	background-color: rgba(71, 120, 0, 0.5);
	color:#313131;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
    color: #7b8b8e;
    line-height: 1.33;
    border: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}
.form-control:-moz-placeholder {
    color: #a5a5a5;
}
.form-control::-moz-placeholder {
    color: #a5a5a5;
}
.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}
.form-control:focus {
    border-color: #87ba45;
    -moz-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
}
textarea.form-control {
    height: auto;
    padding: 12px 20px;
}
select.form-control {
    color: #a5a5a5;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus {
    color: #7b8b8e;
}
.contact-form:focus {
	border-color: #477800;
	border:thin;
	color:#FFF;
	outline: 0;
-webkit-box-shadow: box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
}
.panel-title {
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	padding: 0;
	position: relative;
}
.panel-title > a, .panel-title > a.collapsed:hover {
	color: #477800 !important;
	display: block;
	background-color: #fff;
	padding: 20px;
}
.panel-title > a:before, .panel-title > a.collapsed:hover:before {
	font-size: 15px;
	color: #262626 !important;
	font-family: 'FontAwesome';
	content: "\f0a4";
	padding-right: 0.3em;
}
.panel-title > a:after {
	font-size: 14px;
	color: #262626;
	font-family: 'FontAwesome';
	content: '\f068';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}
.panel-title > a.collapsed:hover:after {
	color: #262626 !important;
}
.panel-title > a.collapsed, .panel-title > a.collapsed:before, .panel-title > a.collapsed:after {
	color: inherit !important;
	background-color: transparent;
}
.panel-title > a.collapsed:after {
	content: '\f067';
}
.panel {
	box-shadow: none;
}
.panel-group .panel {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: transparent;
}
.panel-default > .panel-heading {
	background-image:url(../img/bg_panel.gif);
	background-repeat:repeat;
	/*background-color: transparent;*/
	color: inherit;
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0;
}
.panel-heading {
	padding: 16px 0px 14px 16px;
}
.panel-heading[class*="rt-icon-"]:before {
	position: absolute;
	font-size: 20px;
	color: #477800;
	left: 16px;
}
.accordion-toggle:after {
	font-family: 'FontAwesome';
	display: block;
	content: '\f068';
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 14px;
	width: 17px;
	height: 17px;
	color: #477800;
	-webkit-transition: background-color 0.2s linear 0s;
	-moz-transition: background-color 0.2s linear 0s;
	-o-transition: background-color 0.2s linear 0s;
	-ms-transition: background-color 0.2s linear 0s;
	transition: background-color 0.2s linear 0s;
}
.accordion-toggle.collapsed:after {
	content: '\f067';
	color: inherit;
}
.panel-default {
	border-color: transparent;
}
.panel-default+.panel-default {
	border-top-color: rgba(255,255,255,0.1);
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-top: none;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.pagination {
	margin: 88px 0 -20px;
}
.pagination > li > a {
	/*font-size: 0.8em;*/
	padding: 8px 15px;
	border: 1px solid #477800;
	margin-bottom: 10px;
	margin-right: 9px;
	display: inline-block;
	/*color: inherit;*/
	color: #477800;
	background-color: #fff;
	border-radius: 2px !important;
}
.pagination > li.active > a, .pagination > li > a:hover, .pagination > li.active > a:hover {
	background-color: #323232;
	color: #fff;
	border-color: #323232;
}
.pagination > li.active > a {
	color: #fff;
}
.carousel-indicators {
	display: none;
}
.carousel-control {
	width: 30px;
	text-shadow: none;
	opacity: 1;
}
.carousel-control:hover {
	width: 30px;
	text-shadow: none;
	opacity: 0.5;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-control > span {
	width: 39px !important;
	height: 39px !important;
}
.carousel-control .icon-next {
	margin-left: -32px;
}
.carousel-control .icon-prev {
	margin-left: -7px;
}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
	content: '\f053';
	font-family: 'FontAwesome';
	text-shadow: none;
	position: absolute;
	top: 10px;
	left: 11px;
	color: #2b4811;
}
.carousel-control > span.icon-next:before {
	content: '\f054';
	left: 13px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto;
}
.progress {
	height: 30px;
	box-shadow: none;
	background-color: #e1e1e1;
	border-radius: 2px;
	margin-bottom: 8px;
	border: none;
	position: relative;
}
.progress span {
	display: block;
	padding: 4px 10px;
	position: absolute;
	clip: auto;
	z-index: 2;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
width: 100%:;
}
.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 0;
	visibility: hidden;
}
.stretchRight {
	visibility: visible;
}
.sr-only {
	position: static;
	width: auto;
	height: auto;
}
.progress-bar-info {
	background-color: #F76799;
}
.progress-bar-success {
	background-color: #477800;
}
.progress-bar-warning {
	background-color: #477800;
}
.progress-bar-danger {
	background-color: #477800;
}
.tab-content {/*border:1px solid #e1e1e1;*/
	padding: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	padding: 10px 10px;
}
.nav-tabs {
	border-bottom-color: transparent;
	font-size: 16px;
	margin-top: 00px;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding: 13px 20px;
	color: #fff;
	margin-right: 0;
	margin-top: 0px;
	border-radius: 0px !important;
	background-color: #323232;
	border: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	border: none;
	background-color: #477800;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs.nav-justified > .active > a {
	color: #fff;
	background-color: #477800;
	border: none;
}
.alert {
	border: none;
	border-radius: 0;
	padding: 30px 30px 30px 30px;
}
.alert.topalert {
	margin-bottom: 0;
	padding: 12px 40px 14px 16px;
	background-color: #477800;
	color: #fff;
	font-size: 18px;
}
.alert-dismissable .close {
	top: 0;
	opacity: 0.8;
}
.btn {
	display: inline-block;
	padding: 6px 34px 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background-image: none;
	text-shadow: none;
	border-radius: 0;
	line-height: 24px;
	border: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.btn:hover {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.btn-default {
	border: 1px solid #ccc;
}
.img-circle {
	border: 10px solid rgba(255,255,255,0.2);
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #a2cc05;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border-color: #a2cc05;
}
.table-bordered {
	border-color: #a2cc05;
}
.table th {
	color: #477800;
	text-align: center;
}
.table>thead>tr>th {
	background-color: #477800;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;/*border-color: transparent;*/
}
blockquote h3 {
	margin-top: 0;
	font-style: normal;
}

@media (min-width: 500px) and (max-width: 767px) {
/*    .container {max-width: 400px;}*/
}
/*** vertical margins and paddings ***/
section {
	padding-top: 70px;
	padding-bottom: 70px;
}
footer {
	padding-top: 37px;
	padding-bottom: 70px;
}
#land, #slide_tabs, #partners {
	padding: 0;
}
#abovecontent {
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
}
.last_content_section {
	padding-bottom: 130px;
}
.darkgrey_section + .darkgrey_section {
	padding-top: 5px;
}
.title_section .row {
	display: table;
}
.title_section [class*="col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media screen and (max-width: 767px) {
.title_section .row, .title_section [class*="col-"] {
	display: block;
}
[class*="col-"] + [class*="col-"] {
	margin-top: 50px;
}
#portfolioContainer [class*="col-"] + [class*="col-"] {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
/*** general styles ***/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
}
::selection {
	background: #477800;
	color: #fff;
}

::-moz-selection {
background: #477800;
color: #fff;
}
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	font-weight: 300;
	color: #808080;
	background-color: #fff;
}
h1, h2, h4, h5, h6 {
	font-family: 'feliparegular';
	line-height: 1;
	font-weight: 300;
	color: #477800;
}
h3 {
	font-family: 'Open Sans', sans-serif;
}
p {
	margin-bottom: 16px;
}
blockquote, .blockquote {
	position: relative;
	border: none;
	border-left: 5px solid #477800;
	margin: 20px 0;
	padding: 0 0 0 66px;
	font-size: 22px;
	line-height: 1.2;
	font-style: italic;
}
blockquote:before {
	font-style: normal;
	font-family: 'FontAwesome';
	content: '\f10e';
	position: absolute;
	left: 6px;
	font-size: 50px;
	opacity: 0.6;
}
sup, .sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	top: -0.5em;
}
sub, .sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.25em;
}
img {
	border-top-left-radius: 0%;
	max-width: 100%;
}
a {
	color: #477800;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
a:hover {
	color: #272727;
	text-decoration: none;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
a:focus {
	color: #272727;
	outline: medium none;
	text-decoration: none;
}
a img {
	background-color: #477800;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
a:hover img {
	opacity: 0.8;
}
iframe {
	border: none;
	max-width: 100%;
}
/*** utilites ***/
.not_found {
	color: #477800;
	font-weight: 700;
	font-size: 200px;
	line-height: 1;
	margin: 20px 0 0px;
}
.not_found + h1 {
	color: #477800 !important;
	margin-bottom: 30px;
	font-size: 30px;
}
.not_found + h1 + h5 {
	font-weight: 400;
	font-size: 18px;
	color: #808080;
}
.highlight, #response {
	color: #477800;
}
#response {
	margin: 10px 0;
}
.grey {
	color: #272727;
}
.big {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.3em;
}
.vertical-margin-20 {
	margin: 20px 0 !important;
}
.vertical-margin-40 {
	margin: 40px 0 !important;
}
.vertical-margin-60 {
	margin: 60px 0 !important;
}
.negative-margin-60 {
	margin-top: -60px !important;
}
.block-header {
	margin-bottom: 80px;
	margin-top: 0px;
	font-size: 40px;
	position: relative;
}
.block-header:before, .block-header:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
	bottom: -35px;
	/*left:30%;
right: 30%;*/
	left: 50%;
	width: 500px;
	margin-left: -250px;
}

@media (max-width: 600px) {
.block-header:before {
	width: 300px;
	margin-left: -150px;
}
}
.block-header:after {
	width: 100px;
	margin-left: -50px;
	background-color: #477800;
}
.color_section .block-header:after {
	background-color: #fff;
}
/*** buttons ***/
.theme_btn {
	font-size: 13px;
	font-weight: 700;
	background-color: #fff;
	color: #477800;
	border: 2px solid #477800;
	border-radius: 5px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.theme_btn:active, .theme_btn:hover, .theme_btn:focus {
	background-color: #477800;
	color: #fff;
	border-color: #477800;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.theme_btn:active {
}
.theme_btn.inverse {
	background-color: transparent;
	border: 2px solid #2d2d2d;
	color: #2d2d2d;
}
.theme_btn.inverse:hover {
	border-color: #477800;
	color: #477800;
}
.theme_btn + .theme_btn {
	margin-left: 4px;
}
.theme_btn_small {
	display: inline-block;
	background-color: #fff;
	color: #323232;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 34px;
	margin: 16px 0;
}
.theme_btn_small:hover {
	background-color: #262626;
}
/*styled lists*/
ul.list1 {
	list-style: none;
	padding-left: 20px;
}
ul.list1 li {
	position: relative;
	padding: 8px 0 8px;
}
ul.list1 li + li {
	border-top: 1px solid rgba(255,255,255,0.2);
}
ul.list1 li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	display: block;
	position: absolute;
	color: #fcfcfc;
	left: -17px;
}
ul.list2 {
	list-style: none;
	padding-left: 20px;
}
ul.list2 li {
	position: relative;
	padding: 8px 0 8px;
}
ul.list2 li + li {
	border-top: 1px solid rgba(255,255,255,0.2);
}
ul.list2 li:before {
	content: '\f101';
	font-size: 30px;
	display: block;
	position: absolute;
	color: #fcfcfc;
	left: -20px;
}
ol.list3 {
	counter-reset: li;
	list-style: none outside none;
	margin-bottom: 4em;
	padding: 0;
}
ol.list3 li {
	position: relative;
	padding: 8px 0 8px 34px;
}
ol.list3 li:after {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	font-weight: 700;
	border-radius: 100%;
	color: #fff;
	width: 26px;
	height: 26px;
	background-color: #477800;
	text-align: center;
	line-height: 26px;
}
ol.list3 li + li {
	border-top: 1px solid rgba(100,100,100,0.2);
}
#map img {
	max-width: inherit;
}
/*** common sections ***/
.light_section, [class*="_section"] .light_section {
	background-color: #ffffff;
	color: #808080;
}
.light_section h1, [class*="_section"] .light_section h1, .light_section h2, [class*="_section"] .light_section h2, .light_section h3, [class*="_section"] .light_section h3, .light_section h4, [class*="_section"] .light_section h4, .light_section h5, [class*="_section"] .light_section h5, .light_section h6, [class*="_section"] .light_section h6 {
	color: #323232;
}
.light_section a, [class*="_section"] .light_section a {
	color: #477800;
}
.light_section a:hover, [class*="_section"] .light_section a:hover {
	color: #323232;
}
.light_section a[class^="socialico-"]:before, [class*="_section"] .light_section a[class^="socialico-"]:before {
	color: #000;
}
.light_section a[class^="socialico-"]:hover:before, [class*="_section"] .light_section a[class^="socialico-"]:hover:before {
	color: #477800;
}
.light_section .theme_btn {
	color: #477800;
	border-color: #262626;
	background-color: transparent;
}
.light_section .theme_btn:hover {
	color: #477800;
	border-color: #262626;
	background-color: #262626;
}
.grey_section, [class*="_section"] .grey_section {
	background-color: #F0F0F0;
	color: #808080;
}
.grey_section h1, [class*="_section"] .grey_section h1, .grey_section h2, [class*="_section"] .grey_section h2, .grey_section h3, [class*="_section"] .grey_section h3, .grey_section h4, [class*="_section"] .grey_section h4, .grey_section h5, [class*="_section"] .grey_section h5, .grey_section h6, [class*="_section"] .grey_section h6 {
	color: #323232;
}
.grey_section a, [class*="_section"] .grey_section a {
	color: #477800;
}
.grey_section a:hover, [class*="_section"] .grey_section a:hover {
	color: #323232;
}
.grey_section a[class^="socialico-"]:before, [class*="_section"] .grey_section a[class^="socialico-"]:before {
}
.grey_section a[class^="socialico-"]:hover:before, [class*="_section"] .grey_section a[class^="socialico-"]:hover:before {
}
.grey_section .theme_btn {
	color: #477800;
	border-color: #262626;
	background-color: transparent;
}
.grey_section .theme_btn:hover {
	color: #477800;
	border-color: #262626;
	background-color: #262626;
}
.color_section, [class*="_section"] .color_section {
	background-color: #f8eecd;
	background-image: url(../img/bg_dark_section.png);
	color: #2b4801;
}
.color_section h1, [class*="_section"] .color_section h1, .color_section h2, [class*="_section"] .color_section h2, .color_section h3, [class*="_section"] .color_section h3, .color_section h4, [class*="_section"] .color_section h4, .color_section h5, [class*="_section"] .color_section h5, .color_section h6, [class*="_section"] .color_section h6 {
	color: #2b4801;
}
.color_section a, [class*="_section"] .color_section a {
	color: #323232;
	content:'\f142';
}
.color_section a:hover, [class*="_section"] .color_section a:hover {
	color: #fff;
}
.color_section a[class^="socialico-"]:before, [class*="_section"] .color_section a[class^="socialico-"]:before {
}
.color_section a[class^="socialico-"]:hover:before, [class*="_section"] .color_section a[class^="socialico-"]:hover:before {
}
.grey_section .theme_btn {
	color: #477800;
	border-color: #262626;
	background-color: transparent;
}
.grey_section .theme_btn:hover {
	color: #477800;
	border-color: #262626;
	background-color: #262626;
}
.dark_section, [class*="_section"] .dark_section {
	background-color: #f8eecd;
	background-image: url(../img/bg_dark_section.png);
	color: #2b4801;
}
.dark_section.bg_image {
	background-image: url(../img/bg_dark_section.png);
}
.dark_section h1, [class*="_section"] .dark_section h1, .dark_section h2, [class*="_section"] .dark_section h2, .dark_section h3, [class*="_section"] .dark_section h3, .dark_section h4, [class*="_section"] .dark_section h4, .dark_section h5, [class*="_section"] .dark_section h5, .dark_section h6, [class*="_section"] .dark_section h6 {
	color: #262626;
}
.dark_section a, [class*="_section"] .dark_section a {
	color: #477800;
}
.dark_section a:hover, [class*="_section"] .dark_section a:hover {
	color: #323232;
}
.dark_section a[class^="socialico-"]:before, [class*="_section"] .dark_section a[class^="socialico-"]:before {
}
.dark_section a[class^="socialico-"]:hover:before, [class*="_section"] .dark_section a[class^="socialico-"]:hover:before {
}
.dark_section .theme_btn {
	color: #477800;
	border-color: #477800;
	background-color: #fff;
}
.dark_section .theme_btn:hover {
	color: #fff;
	border-color: #323232;
	background-color: #477800;
}
.darkgrey_section, [class*="_section"] .darkgrey_section {
	background-color: #fff;
	color: #2b4801;
}
.darkgrey_section h1, [class*="_section"] .darkgrey_section h1, .darkgrey_section h2, [class*="_section"] .darkgrey_section h2, .darkgrey_section h3, [class*="_section"] .darkgrey_section h3, .darkgrey_section h4, [class*="_section"] .darkgrey_section h4, .darkgrey_section h5, [class*="_section"] .darkgrey_section h5, .darkgrey_section h6, [class*="_section"] .darkgrey_section h6 {
	color: #2b4801;
}
.darkgrey_section a, [class*="_section"] .darkgrey_section a {
	color: #477800;
}
.darkgrey_section a:hover, [class*="_section"] .darkgrey_section a:hover {
	color: #2b4801;
	font-weight:700;
}
.darkgrey_section a[class^="socialico-"]:before, [class*="_section"] .darkgrey_section a[class^="socialico-"]:before {
}
.darkgrey_section a[class^="socialico-"]:hover:before, [class*="_section"] .darkgrey_section a[class^="socialico-"]:hover:before {
}
.darkgrey_section .theme_btn {
	color: #477800;
	border-color: #477800;
	background-color: transparent;
}
.darkgrey_section .theme_btn:hover {
	color: #fff;
	border-color: #477800;
	background-color: #477800;
}
.with-top-border .container, .with-bottom-border .container {
	position: relative;
}
.with-top-border .container:before, .with-bottom-border .container:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 15px;
	right: 15px;
	top: 0;
	background-color: #fff;
	opacity: 0.7;
}
.with-bottom-border .container:after {
	top: auto;
	bottom: 0;
}
/*parallax*/
.parallax {
	overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#header-sticky-wrapper {
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #323232;
}
.frontpage #header-sticky-wrapper {
	position: absolute;
	background-color: transparent;
}
#header {
	/*position: fixed;*/
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	height: 100px;
	background-image: url(../imgs/bg_header.png);
	background-repeat: repeat-x;/*background-position: 50% 0;*/
}
.frontpage #header {
	background-image: none;
}
.is-sticky #header {
	background-color: #fff;
	height: 70px;
}
#header .navbar-brand {
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position: left !important;
	display: block;
	position: absolute;
	padding: 0 0 0 15px;
	z-index: 10;
	top: 32px;
	font-size: 30px;
	font-family: 'feliparegular', serif;
	color: #fff;
	width: 250px;
	text-indent: -9999px;
}

@media (max-width: 991px) and (min-width: 767px) {
#header .navbar-brand {
	/*font-size: 20px;text-align: left;*/
	width: 150px;
	text-indent: -9999px;
}
}
.is-sticky #header .navbar-brand {
	top: 19px;
}
#header .navbar-brand .highlight {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: 8px;
	left: 1px;
}
#header .navbar-brand:hover {
	color: #fff;
}
/*land section*/
#land, .land {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.land {
	position: absolute;
}
#slide1 {
	background-image: url(../imgs/slide1.jpg);
}
#slide2 {
	background-image: url(../imgs/slide2.jpg);
}
#slide3 {
	background-image: url(../imgs/slide3.jpg);
}
.slide_description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 240px;
	color: #323232;
	text-align: center;
	/*text-transform: uppercase;*/
	z-index: 2;
}
.not_shown .slide_description {
	visibility: hidden;
}
.slide_description h3 {
	font-size: 20px;
	font-weight: 300;
}
.slide_description h2 {
	font-family: 'feliparegular';
	padding-top: 10px;
	font-size: 70px;
	font-weight: 700;
	margin-top: 10px;
	/*background-image: url(../imgs/slide-bkgh2.png);*/
}
.slide_description.white h2, .slide_description.white h3 {
	color: #fff;
}
.slide_description.dark h2 span {
	padding: 3px 6px;
	display: inline-block;
	color: #fff;
	background-color: #323232;
}
.slide_description.dark h3 span {
	padding: 5px 7px;
	color: #fff;
	background-color: #477800;
}
.slide_description a.theme_btn {
	display: inline-block;
}
#slide_tabs .nav {
	margin-top: -200px;
}
#slide_tabs .nav a {
	font-size: 24px;
	padding: 23px 10px;
}
#slide_tabs .tab-content img {
	max-width: 150px;
	margin: 0;
	border-top-left-radius: 25%;
}

@media (max-width: 767px) {
/*mobile homepage layout*/
#slide_tabs .row, #slide_tabs .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#slide_tabs .nav-tabs {
	margin-bottom: -6px;
}
#slide_tabs .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}
#slide_tabs .nav {
	margin-top: -70px;
}
.slide_description {
	margin-bottom: 90px;
}
.slide_description h3 {
	font-size: 14px;
}
.slide_description h2 {
	font-size: 35px;
}
#slide_tabs .nav a {
	font-size: 18px;
}
}
#slide_tabs .tab-content {
	background-color: #fff;
	padding: 15px 30px 40px;
}
#slide_tabs .tab-content h4 {
	color: #323232;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
}
#slide_tabs .tab-content h4+p {
	font-style: italic;
}
#slide_tabs .tab-content h3 {
	color: #323232;
	font-size: 20px;
	margin-bottom: 35px;
}
#slide_tabs a.pull-left img, .panel-body a.pull-left img {

}
#slide_tabs [class^="rt-icon-"], #slide_tabs [class*=" rt-icon-"] {
	color: #477800;
}
#slide_tabs a {
	color: #323232;
}
.carousel-controls {
	position: absolute;
	right: 20px;
	top: -60px;
}
.carousel-controls a {
	display: inline-block;
	color: #000000;
}
.carousel-controls a+a {
	margin-left: -2px;
}
.carousel-controls a:hover, .carousel-controls a:hover [class^="arrow-icon-"]:before {
	color: #477800;
	/*background-color: #477800;*/
}
.carousel-controls [class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
	text-align: center;
	border: 0px solid #477800;
	color: #000000;
	border-radius:5px;
	width: 29px;
	height: 29px;
	line-height: 24px;
	margin: 0;
}
#map {
	height: 400px;
}
#abovecontent {
	font-size: 13px;
}
#info {
	font-size: 18px;
}
#info h1 {
	font-size: 50px;
	margin: 0;
}
#info h3 {
	font-size: 30px;
	margin: 10px 0 30px;
}
#info .theme_btn {
	margin-top: 18px;
}
#partners .owl-carousel {
	margin-top: -75px;
	background-color: #fff;
}
#partners .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
#partners .owl-theme .owl-controls .owl-buttons div:before {
	color: #000;
	top: 1px;
	left: 11px;
}
#partners .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#partners .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#partners .owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #e5e5e5;
}
#partners .owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #000;
	border-color: #e5e5e5;
}
#footer strong {
	color: #2b4801;
}
/*** main menu styles ***/
.mainmenu_wrap:before, .mainmenu_wrap:after {
	display: table;
	content: "";
	clear: both;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
	margin-left: 20px;
	margin-top: -20px;
}
/*menu skin*/
.sf-menu {
	float: right;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	min-width: 12em; /* allow long menu items to determine submenu width */
*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	padding: 20px;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	text-transform: uppercase;
	/*font-family: 'feliparegular', sans-serif;*/
	font-size: 13px;
}
.sf-menu>li>a {
	padding: 37px 20px 32px;
	color: #323232;
	border-bottom: 5px solid transparent;
}
.is-sticky .sf-menu>li>a {
	padding: 22px 20px 17px;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #fff;
}
.sf-menu ul li+li {
	border-top: 1px solid #f2f2f2;
}
.sf-menu ul li a {
	color: #323232;
}
.sf-menu ul li a {
	color: #323232;
}
.sf-menu ul li a:hover {
	color: #808080;
}
.sf-menu ul ul li {
	background: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu>li:hover>a, .sf-menu>li.sfHover>a, .sf-menu>li.active>a {
	border-color: #477800;
	background-color: rgba(0,0,0,0.2);
}
/*submenu active item*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #477800;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*Menu Mobile Layout*/
@media (min-width: 768px) {
#mainmenu {
	display: block !important;
	width: auto !important;
	opacity: 1 !important;
	height: auto !important;
}
}

@media (max-width: 991px) {
#mainmenu {
	text-align: center;
}
.sf-menu > li > a {
	text-align: center;
}
.sf-menu ul {
	text-align: left;
}
}

@media (max-width: 767px) {
#header {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-align: left;
	border-bottom: none;
}
#header-sticky-wrapper {
	height: auto !important;
}
#mainmenu {
	/*display: none;*/
	opacity: 0;
	height: 0;
	margin: 100px 0 17px 0;
	padding: 20px;
	position: relative;
	overflow: auto;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}
.is-sticky #mainmenu {
	background-color: #fff;
	margin-top: 70px;
}
.main-menu-icon {
	padding: 41px 0;
	display: block;
	cursor: pointer;
	width: 30px;
	float: right;
}
.is-sticky .main-menu-icon {
	padding: 26px 0;
}
.main-menu-icon span {
	margin: 0 0 3px 0;
	display: block;
	height: 3px;
	width: 30px;
	background-color: #406b01;
}
.sf-menu > li {
	display: block;
	padding: 0;
	float: none;
}
.sf-menu > li + li {
	border-left: none;
}
.sf-menu > li > a, .is-sticky .sf-menu > li > a {
	padding: 3px 0 0;
	margin: 0;
	text-align: left;
	border-left: none;
}
.sf-menu ul {
	text-align: left;
	position: static;
	display: block !important;
	opacity: 1 !important;
	padding: 0 0 0 20px;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}
.sf-menu ul li, .sf-menu ul ul li {
	padding: 0;
	background-color: transparent;
}
.sf-menu ul li + li {
	border: none;
}
.sf-menu ul ul {
	margin: 1px 0 3px;
}
.sf-menu > li > a:hover {
	background: none;
	border-color: transparent;
	color: #2b4801;
	font-weight: 800;
}
.sf-menu>li:hover>a, .sf-menu>li.sfHover>a, .sf-menu>li.active>a {
	background-color: transparent;
	border-color: transparent;
	color: #2b4801;
	font-weight: 800;
}
.sf-menu > li li.active > a, .sf-menu > li li > a:hover {
	background: none;
	border-color: transparent;
	color: #2b4801 !important;
	font-weight: 800;
}
.sf-menu ul li a {
	font-weight: 300;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px 0;
	border: none;
	color: #2b4801;
}
.sf-menu ul a:before {
	content: '- ';
}
#copyright {
	text-align: center;
}
#copyright .widget_nav_menu ul {
	float: none;
}
}
.menu-item-number, .menu-item-desc {
	display: none;
	color: #477800;
	font-size: 12px;
	letter-spacing: 0px;
}
.is-sticky .menu-item-number, .is-sticky .menu-item-desc {
	display: none !important;
}
/*** blocks ***/
.block > h3 {
	font-size: 20px;
	margin-bottom: 18px;
}
/* upcomming classes carousel */
.classes h3 {
	margin: 0;
	font-size: 20px;
	background-color: #477800;
	padding: 24px 30px;
}
.classes h3 a {
	color: #fff !important;
}
.classes h3 a:hover {
	color: #262626 !important;
}
.classes.media>.pull-left {
	margin-right: 0;
}
.classes-description {
	background-color: #fff;
	padding: 15px 30px 24px;
}
/*.classes .with-icon {
	margin: 0;
	padding: 7px 0;
	font-family: "Open Sans", sans-serif;
}
.classes .with-icon.time {
	font-weight: 700;
	color: #323232;
}
.classes .with-icon+.with-icon {
	border-top: 1px solid #f2f2f2;
}
.classes .with-icon:before {
	font-family: "Open Sans, sans-serif";
	font-style: normal;
	color: #477800;
	padding-right: 10px;
}*/

/*vertical trainers*/
.vertical-slider h3 {
	font-size: 20px;
	margin-bottom: -1px;
}
.vertical-slider h3+p {
	margin-bottom: 5px;
}
.vertical-slider .media-body {
	padding: 8px 20px 0 0;
}
.vertical-slider .media>.pull-left {
	margin-right: 30px;
	max-width: 270px;
}

@media screen and (max-width: 500px) {
.vertical-slider .media>.pull-left {
	float: none !important;
	display: block;
	max-width: 100%;
	margin-right: 0;
}
.vertical-slider .media-body {
	padding: 3px 30px;
}
}

@media screen and (min-width: 992px) {
.classes.media>.pull-left {
	max-width: 540px;
}
}

@media screen and (max-width: 991px) {
.classes.media>.pull-left {
	max-width: 300px;
}
}

@media screen and (max-width: 600px) {
.classes.media>.pull-left {
	float: none !important;
	display: block;
	max-width: 100%;
	margin-right: 0;
}
.classes .media-body {
	padding: 0 0 3px;
}
}
/*timetable*/

#timetable_filter {
	padding: 0;
}
#timetable_filter li {
	display: inline-block;
	margin-right: -1px;
}
#timetable_filter a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1px 16px 0px;
	margin: 0 0 26px;
	display: inline-block;
	color: #323232;
	background-color: #fff;
}
#timetable_filter a:hover, #timetable_filter a.selected {
	background-color: #477800;
	color: #fff;
}
#timetable_filter a:hover {
	background-color: #477800;
}
.table-responsive .table a {
	display: block;
	text-align: center;
	padding: 8px;
	margin: -8px;
	background-color: #fff;
	color: #808080;
}
.table-responsive .table a:hover {
	color: #fff;
	background-color: #477800;
}
/*gallery*/
ul#portfolioContainer {
	padding: 0;
	margin: 0;
	list-style: none;
}
#portfolio h4 {
	margin-top: 0;
}
#portfolio .isotope-item {
	max-width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	list-style: none;
	margin-left: -1px;
}
.trainers h3 {
	font-size: 20px;
	margin-bottom: -1px;
}
.trainers h3+p {
	margin-bottom: 5px;
}
.trainers .media-body {
	padding: 8px 20px 0 0;
}
.trainers .media>.pull-left {
	margin-right: 30px;
	max-width: 270px;
}

@media screen and (max-width: 991px) {
.trainers .media>.pull-left {
	float: none !important;
	display: block;
	max-width: 100%;
	margin-right: 0;
}
.trainers .media-body {
	padding: 3px 30px;
}
}
#portfolio.fullwidth_portfolio .isotope-item {
	max-width: 100%;
	overflow: hidden;
	float: left;
	width: 25%;
	margin-left: -1px;
	margin-bottom: 0;
	list-style: none;
}

@media screen and (max-width: 991px) {
#portfolio.fullwidth_portfolio .isotope-item {
	width: 33.3333%;
}
}

@media screen and (max-width: 800px) {
#portfolio.fullwidth_portfolio .isotope-item {
	width: 50%;
}
}

@media screen and (max-width: 600px) {
#portfolio.fullwidth_portfolio .isotope-item {
	width: 100%;
}
}
#filtrable {
	padding: 0;
}
#filtrable li {
	display: inline-block;
	margin-right: -1px;
}
#filtrable a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1px 16px 0px;
	margin: 0 0 26px;
	display: inline-block;
	color: #323232;
	background-color: #fff;
}
#filtrable a:hover, #filtrable a.selected {
	background-color: #477800;
	color: #fff;
}
#filtrable a:hover {
	background-color: #477800;
}
.loadmore {
	margin: 56px 0 40px !important;
}
.hidden_item {
	display: none;
}
#gallery_container {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: -100%;
	overflow: auto;
	display: none;
}
/*gallery single item*/
#portfolio_nav {
	margin-top: 40px;
}
#portfolio_nav + #middle {
	margin-top: 0px;
	padding-top: 0;
}
#portfolio_nav a {
	color: #2D2D2D;
	font-size: 36px;
	margin: 0 30px;
}
#portfolio_nav a#portfolio_prev_project:before {
	font-family: "FontAwesome";
	content: '\f053';
}
#portfolio_nav a#portfolio_close_project:before {
	font-family: 'FontAwesome';
	content: "\f112";
}
#portfolio_nav a#portfolio_next_project:before {
	font-family: "FontAwesome";
	content: '\f054';
}
#portfolio_nav a:hover {
	color: #477800;
}
.description {
	margin-bottom: 26px
}
.skills, .client {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.location {
	margin-bottom: 37px;
}
.skills > span, .client > span, .location > span {
	font-weight: 700;
}
.skills > a, .client > a, .location > a {
	color: #272727;
}
.skills > a:hover, .client > a:hover, .location > a:hover {
	color: #477800;
}
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item[style] {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*blog*/

.blog {
	margin-top: 7px;
}
.blog .entry-thumbnail:first-child {
	margin: 0px 0px 20px;
}
.blog-single .entry-thumbnail {
	margin: 0px 0px 32px;
	position: relative;
}
.blog article + article {
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
/*from blog widget*/
.widget_from_blog {
}
.widget_from_blog .entry-thumbnail img {
	width: 100%;
}
.widget_from_blog article.post, .blog article.post {
}
article.post.primary_post {
	padding-bottom: 10px;
}
article.post.primary_post .entry-content, article.post.primary_post .entry-share {
}
article.post.secondary_post .entry-thumbnail {
	text-align: center;
}
article.post.secondary_post header {
	margin-left: -15px;
	margin-right: -15px;
}
article.post.secondary_post {
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
article.post.secondary_post:hover {
}
article.post.secondary_post img {
	border-radius: 100%;
	border: 10px solid rgba(255,255,255,0.2);
}
article.post.secondary_post h2.entry-title {
	margin-top: 0;
}
p.date {
	margin-bottom: 10px;
	font-style: italic;
}
p.date +p {
	margin-bottom: 10px;
}
.entry-share {
	margin: 20px 0 10px;
}
.read-more p {
	text-transform: uppercase;
}
.blog article.post > header > h2, .blog article.post > header > .entry-meta, .blog article.post > .entry-content {/*margin-left: 40px; margin-right: 40px;*/
}
h1.entry-title {
	font-size: 40px;
}
h2.entry-title {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: 700;
}
h2.entry-title span.heart {
	font-size: 20px;
	float: right;
	padding: 8px 0 0 0;
}
h2.entry-title span.heart:before {
	font-family: 'FontAwesome';
	content: "\f02b";
	font-size: 16px;
	color: #fff;
	padding-right: 3px;
}
.entry-meta {
	margin: 10px 0;
}
.blog-single .entry-meta {
	margin: 10px 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 16px;
}
.entry-meta .comments-link {
	float: right;
}
.blog .entry-tags {
	margin-top: 29px;
	position: relative;
}
.format-small-image .entry-tags {
	border-color: #477800;
}
.format-gallery .entry-tags {
	border-color: #a7d163;
}
.entry-tags a {
	text-transform: uppercase;
}
.blog .entry-tags a {
}
.entry-tags a:hover {
}
.blog .read-more {
	margin-top: 21px;
}
.blog .format-small-image .entry-thumbnail {
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 767px) {
.blog .format-small-image .entry-thumbnail {
	text-align: center;
}
.blog .format-small-image .entry-header, .blog .format-small-image .entry-content {
	margin-left: 40px;
	margin-right: 40px;
}
}
.video-view {
	display: block;
	height: 55px;
	width: 55px;
	margin-left: -27px;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	/*background-color: #477800;*/
	text-align: center;
}
.video-view:before {
	font-family: 'FontAwesome';
	content: '\f04b';
	color: #fff;
	line-height: 55px;
	font-size: 30px;
	margin-left: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.video-view:hover {
	background-color: #fff;
}
.video-view:hover:before {
	color: #272727;
}
.img-view {
	display: block;
	height: 55px;
	width: 55px;
	margin-left: -27px;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	/*background-color: #477800;*/
	text-align: center;
}
.img-view:before {
	font-family: 'FontAwesome';
	content: '\f002';
	color: #fff;
	line-height: 55px;
	font-size: 30px;
	margin-left: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.img-view:hover {
	background-color: #fff;
}
.img-view:hover:before {
	color: #272727;
}
img.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}
footer.bottom-entry-meta {
	margin: 28px 0;
}
.tags {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 36px 0;
}
.tags h3 {
	display: inline-block;
	margin: 4px 0 0;
}
.tags-links {
	position: relative;
}
.tags-links:before {
	content: "\f02b";
	font-family: "FontAwesome";
	margin-right: 14px;
}
.st_facebook_hcount, .st_twitter_hcount, .st_googleplus_hcount {
	position: relative;
	top: -3px;
	text-align: right;
}
.st_facebook_hcount span, .st_twitter_hcount span, .st_googleplus_hcount span {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.tags a, .tagcloud a {
	padding: 7px 14px;
	font-size: 13px;
	/*border:1px solid #477800;*/
	background-color: #fff;
	color: #477800;
	margin-bottom: 6px;
	margin-right: 2px;
	display: inline-block;
	border-radius: 2px;
}
.tags a:hover, .tagcloud a:hover {
	background-color: #151515;
	border-color: #151515;
	color: #fff;
}
.author-meta {
	margin: 40px 0 46px;
	padding: 40px 52px 40px 52px;
	background-color: rgba(255,255,255,0.1);
}
.author-meta img {/*display: block; max-width: 200px; margin: 10px 20px 10px 0;*/
}
.author-meta h3 {
	margin: 26px 0 22px;
	position: relative;
}
.author-social {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
}
.author-meta p:after {
	display: table;
	content: " ";
	clear: both;
}

@media screen and (max-width: 767px) {
.author-meta {
	text-align: center;
}
.author-meta img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.author-social {
	display: block;
	position: static;
	padding: 20px 0 0 0;
}
}
.related-posts > h3 {
	margin-bottom: 24px;
	font-size: 30px;
}
.related-posts article.post {
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.related-posts article.post:hover {
	background-color: #151515;
}
.related-posts article.post > h3 {
	margin: 24px 0 0;
}
.comments-area {
	margin: 43px 0 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 20px;
}
.comments-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.comments-area ol {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.comments-area li {
	padding: 26px 0 5px;
}
.comments-area ol.children li {
	padding: 10px 0 0 70px;
}
.comments-area ol.children ol ol li {
	padding-left: 0;
}
.comment-meta {
	position: relative;
}
.comment-metadata {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 8px 0 16px 100px;
	padding: 15px 0;
}
.comment-author a {
	position: relative;
	font-size: 1.4em;
}
.comment-author img {
	max-width: 70px;
	margin-right: 28px;
	float: left;
}
.reply {
	position: absolute;
	right: 0;
	top: 49px;
}
.comment-content {
	padding: 0 0 9px 100px;
}
.comment-respond {
	margin-top: 0px;
}
.comment-reply-title {
	margin: 0 0 22px;
	font-size: 30px;
}
.comment-respond label, .contact-form label {
	display: none;
}
form.contact-form {
	margin-top: 0px;
	margin-bottom: 20px;
	margin: 0 auto;
}
form.contact-form input, form.contact-form textarea {
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
	margin-bottom: 10px;
}
p.comment-form-author, p.comment-form-email {/*padding-right: 10px;*/
}
p.comment-form-comment:before, p.contact-form-message:before {
	display: table;
	content: " ";
}
.comment-respond p.form-submit {
	text-align: center;
	margin-top: 40px;
}
.comment-form input, .comment-form textarea {
	text-align: center;
}
.contact-form .success-contact,
.contact-form .loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.contact-form .loading:after {
    content: "";
    background: url(../img/AjaxLoader.gif) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    left: -webkit-calc(50% - (32px / 2));
    left: -moz-calc(50% - (32px / 2));
    left: calc(50% - (32px / 2));
    top: -webkit-calc(50% - (32px / 2));
    top: -moz-calc(50% - (32px / 2));
    top: calc(50% - (32px / 2));
}
.contact-form .success-contact .alert {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -webkit-calc(50% - (234px / 2));
    left: -moz-calc(50% - (234px / 2));
    left: calc(50% - (234px / 2));
    top: -webkit-calc(50% - (54px / 2));
    top: -moz-calc(50% - (54px / 2));
    top: calc(50% - (54px / 2));
}

@media (max-width: 570px) {
.comments-area ol.children li {
	padding: 30px 0 0 30px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
	float: none;
	padding: 0 8px 0 0;
	width: 100%;
}
p.contact-form-message {
	padding-right: 8px;
}
}
/*** widgets ***/
.single_teaser {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
	margin: 30px 0 43px;
	padding: 0px 0 20px;
}
.single_teaser:hover {
}
.single_teaser img {
	/*border-radius: 100%;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single_teaser:hover img {
	/*box-shadow: 0 0 0 20px #f5f5f5;*/
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.single_teaser.icons [class^="rt-icon-"] {
	font-size: 40px;
}
.single_teaser.icons.style1 [class^="rt-icon-"] {
	font-size: 60px;
	line-height: 130px;
	color: #fff;
	background-color: #477800;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 7px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.single_teaser.icons.style1:hover [class^="rt-icon-"] {
	color: #fff;
	background-color: #477800;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.single_teaser h3 {
	font-size: 18px;
	margin: 22px 0 18px;
	text-transform: none;
	font-weight: 400;
}
.single_teaser h3 a {
}
.single_teaser h3 a:hover {
}
.single_teaser p.introtext {
	margin: 10px 0 30px;
}
.single_teaser.icons.style2 {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 0 0 20px;
	padding: 30px 0 23px;
}
.single_teaser.icons.style2 .icons_introimg {
	margin: 0 10px 16px;
}
.single_teaser.icons.style2 [class^="rt-icon-"]:before {
	font-size: 100px;
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
}
.single_teaser.icons.style2:hover [class^="rt-icon-"]:before {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.single_teaser.icons.style2 h2 {
	font-size: 50px;
	margin: 12px 0 0px;
}
.single_teaser.icons.style2 h3 {
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.single_teaser.icons.style3 [class^="rt-icon-"] {
	border-radius: 100%;
	width: 140px;
	height: 140px;
	margin: 0 auto 10px;
	display: inline-block;
	color: #fff;
	box-shadow: 0 0 0 5px #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 140px;
	font-size: 80px;
}
.single_teaser.icons.style3:hover [class^="rt-icon-"]:after {
}
.single_teaser.icons.style3:hover [class^="rt-icon-"] {
	background-color: transparent;
	color: #fff;
	box-shadow: 0 0 0 16px #fff;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.single_teaser.icons.style4 [class^="rt-icon-"] {
	font-size: 50px;
	margin-top: 50px;
	position: absolute;
	top: 100px;
	margin-left: -25px;
}
.single_teaser.icons.style4 h2 {
	display: inline-block;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	line-height: 150px;
	font-size: 35px;
	width: 160px;
	height: 158px;
	font-weight: 300;
}
.single_teaser.icons.style4 h3 {
	color: #fff;
	margin-top: 40px;
}
.single_teaser.icons.style5 {
	overflow: hidden;
	padding: 20px 20px 0;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.single_teaser.icons.style5:hover {
	background-color: rgba(0,0,0,0.3);
}
.single_teaser.icons.style5 [class^="rt-icon-"] {
	color: #fff;
	font-size: 100px;
	line-height: 100px;
	width: 100%;
	height: 100px;
	text-align: center;
	display: block;
}
.single_teaser_left {
}
.single_teaser_right {
	margin: 10px 10px 23px 60px;
	padding: 0px 20px 0;
}
.single_teaser_right h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
}
.single_teaser_right h3 a {
	color: #477800;
}
.single_teaser_right h3 a:hover {
	color: #477800;
}
.left_icons {
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.left_icons [class^="rt-icon-"] {
	display: block;
	font-size: 50px;
	margin: -40px 0px 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.left_icons:hover {
}
.style2 .single_teaser_right {
	margin: 10px 10px 10px 110px;
	padding: 0px;
}
.left_icons.style2 [class^="rt-icon-"] {
	text-align: center;
	background-color: #F5F5F5;
	color: #477800;
	font-size: 50px;
	width: 90px;
	line-height: 84px;
	height: 90px;
	padding: 0;
	border-radius: 100%;
	top: 0;
	margin-top: 0;
	border: 4px solid transparent;
}
.left_icons.style2:hover [class^="rt-icon-"] {
	background-color: #477800;
	color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 0 0 4px #477800;
	box-shadow: 0 0 0 4px #477800;
}
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
}
.widget_categories li, .widget_archive li, .widget_recent_entries li {
	padding: 3px 0;
}
.widget_categories li + li {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 6px;
	margin-top: 6px;
}
.widget_categories a, .widget_archive a, .widget_recent_entries a {
	position: relative;
	padding: 0 !important;
}
.widget_categories a:hover, .widget_archive a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover {
}
.widget_nav_menu a {
	padding: 0px 0 10px 20px !important;
	position: relative;
}
.widget_nav_menu a:before {
	display: block;
	position: absolute;
	content: '.';
	font-size: 46px;
	left: 0;
	top: -13px;
}
.widget_nav_menu [class*="rt-icon-"] {
	font-size: 19px;
	display: inline-block;
	margin-right: 20px;
	position: absolute;
	top: 2px;
	left: -4px;
}
.widget_tag_cloud > h3 {
	margin-bottom: 26px;
}
.widget_news > h3 {
	margin-bottom: 7px;
}
.widget_news ul {
	list-style: none;
	padding-left: 0;
}
.widget_news li {
	padding: 18px 0 6px;
}
.widget_news a {
}
.widget_news a:hover {
}
.news_introimg {
	float: left;
	max-width: 60px;
}
.news_right {
	margin-left: 80px;
}
.news_right h5 {
	margin-top: 0;
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	line-height: 1.1em;
}
.search-field {
	max-width: 180px;
	background-color: transparent;
}
.widget_social_links > h3 {
	margin-bottom: 13px;
}
.widget_social_links ul {
	padding-left: 0;
	list-style: none;
}
.widget_social_links a[class^="socialico-"] {
	padding: 0px 0px 0px 40px;
	font-size: inherit !important;
	color: #477800;
}
.widget_social_links a[class^="socialico-"]:before {
	top: -3px;
}
.widget_social_links a[class^="socialico-"]:hover {
	color: #477800;
}
.widget_social_links li {
	padding: 6px 10px 6px 0;
	vertical-align: bottom;
}
.widget_schedule dt {
	font-weight: normal;
}
.widget_schedule .dl-horizontal dt {
	width: auto;
	text-align: left;
	padding: 9px 0;
	float: left;
	clear: left;
	text-align: right;
}
.widget_schedule .dl-horizontal dt:before {
	font-family: "FontAwesome";
	color: #477800;
	padding-right: 10px;
	padding-left: 4px;
	content: "\f017";
}
.widget_schedule .dl-horizontal dd {
	margin-left: 0;
	text-align: right;
	border-bottom: 1px solid #313131;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 9px 0;
}
.widget_schedule .dl-horizontal dt:first-child + dd {
	border-top: 1px solid #313131;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 27px;
}
.widget_testimonials {
	padding: 20px 0;
}
.widget_testimonials .carousel-introtext {
	padding: 0 70px 10px;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.widget_testimonials .carousel-introtext span {
	position: relative;
	display: inline-block;
}
.widget_testimonials .carousel-introtext:before, .widget_testimonials .carousel-introtext:after {
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 30px;
	line-height: 30px;
	content: '\f10d';
	color: #2b4811;
}
.widget_testimonials .carousel-introtext:after {
	content: '\f10e';
	right: 10px;
	left: auto;
}
.widget_testimonials .carousel-readmore:after, .widget_testimonials .carousel-readmore:before {
	content: '-';
}
.widget_testimonials .carousel-readmore {
	padding: 0;
	text-align: center;
	color: #323232;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.widget_testimonials .carousel-readmore span {
	display: block;
	text-align: center;
	max-width: 60px;
	margin: 0 auto 14px;
}
.widget_testimonials .carousel-readmore span img {
	border-radius: 100%;
	padding: 3px;
	border: 1px solid #fff;
}
.widget_testimonials .carousel-control.right:hover, .widget_testimonials .carousel-control.left:hover {
	color: #fff;
}
.widget_testimonials .carousel-control.right, .widget_testimonials .carousel-control.left {
	display: block;
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0px;
	margin-top: -15px;
	z-index: 10;
}
.widget_testimonials .carousel-control.left {
	left: 0;
	right: auto;
}
.widget_testimonials .carousel-control.right:before {
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 20px;
}
.widget_testimonials .carousel-control.left:before {
	font-family: 'FontAwesome';
	content: '\f053';
	font-size: 20px;
}
.thumbnail > img {
	border-radius: 0px;
	margin-bottom: 20px;
}
.thumbnail {
	position: relative;
	margin-bottom: 0;
	padding: 0 0 20px 0;
	border-radius: 2px;
	border: none;
	background-color: rgba(100,100,100, 0.05);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.thumbnail:hover {
}
.thumbnail .caption {
	text-align: center;
	padding: 0 20px;
	color: inherit;
}
.thumbnail .caption h4 {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.thumbnail .caption h4+p {
	font-size: 13px;
}
.thumbnail .caption h4+p+p {
	clear: both;
}
.thumbnail p.team-social {
	padding: 10px 20px 0px;
	margin: 0;
	text-align: center;
}
/*contact form widget*/
.contact-form p {
}
.contact-form p:first-child {
	padding-left: 0;
}
p.contact-form-name, p.contact-form-email, p.contact-form-subject {
	margin-bottom: 10px;
}
.contact-form-50 p.contact-form-name, .contact-form-50 p.contact-form-email, .contact-form-50 p.contact-form-email {
	width: 50%;
}
p.contact-form-message, p.form-submit {
	padding: 0;
}

@media (max-width: 570px) {
p.contact-form-name, p.contact-form-email, p.contact-form-subject {
	float: none;
	width: 100% !important;
}
}
/*twitter widget*/
.twitter img {
	display: none;
}
.widget_tweet ul.tweet_list {
	padding: 0;
	list-style: none;
}
.widget_tweet ul.tweet_list li {
	padding-left: 30px;
	position: relative;
}
.widget_tweet ul.tweet_list li:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 26px;
	content: '\f099';
	left: 0px;
	top: 2px;
	color: #fff;
}
.widget_tweet ul.tweet_list li+li {
	border-top: 1px solid #ddd;
	padding-top: 6px;
	margin-top: 6px;
}
.twitter .tweet_time {
}
#tweets {
}
#tweets .twitter {
}
#tweets .twitter p {
	margin-bottom: 0;
}
#tweets .tweet_list li {
}
#tweets .tweet_list a {
}
#tweets .tweet_list a:hover {
}
#tweets .flex-control-nav, #tweets .flex-direction-nav {
	display: none !important;
}
#tweets .tweet_avatar {
	display: none;
}
.subscribe .contact-form {
	max-width: 150px;
}
.subscribe .contact-form:focus {/*-webkit-box-shadow: none;box-shadow: none;*/
}
.subscribe .theme_btn {
	padding: 11px 20px 10px;
}
/*circle progress bars widgets*/
.chart {
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 20px 0;
	height: 130px;
}
.chart + p {
	margin: 25px 0 10px;
}
.chart canvas {
}
.percent {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	margin-top: 0.7em;
	margin-left: -0.75em;
	z-index: 2;
}
.percent:after {
	content: "%";
	font-size: 0.5em;
}
/*pricing tables*/
.pricing-table {
	overflow: hidden;
	list-style: none;
	padding: 0;
	text-align: center;
	background-color: #f8eecd;
	/*background-color: rgba(0,0,0,0.2);*/
	font-size: 18px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.pricing-table:hover {
	background-color: #477800;
	color: #fff;
}
.pricing-table:hover .plan-price span:first-child {
	color: #323232;
}
.pricing-table:hover .plan-price span + span {
	color: #323232;
}
.pricing-table:hover ul li {
	border-color: #fff !important;
	border-color: rgba(255,255,255,0.3) !important;
}
.pricing-table:hover .call-to-action a {
	color: #323232;
	border-color: #fff;
}
.pricing-table.style2 {
	background-color: #477800;
	color: #fff;
}
.pricing-table.style2:hover {
	background-color: #262626;
}
.pricing-table.style2:hover .plan-price span:first-child {
	color: #477800;
}
.pricing-table.style2:hover .plan-price span + span {
	color: #477800;
}
.pricing-table.style2:hover ul li {
	border-color: #313131 !important;
}
.pricing-table.style2:hover .call-to-action a, .pricing-table.style2:hover .call-to-action a:hover {
	color: #fff;
	border-color: #477800;
	background-color: transparent;
}
.pricing-table ul {
	list-style: none;
	padding: 0;
}
.pricing-table ul li {
	padding: 13px 0;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	margin: 0 40px;
}
.pricing-table.style2 ul li {
	border-color: #fff;
	border-color: rgba(255,255,255,0.3);
}
.pricing-table ul li.feature_disabled:before {
	/*content: "\e602";*/
	color: #525252;
}
.pricing-table li + li {
	border-top: 0;
}
.pricing-table li p {
	padding: 6px;
	margin: 0;
}
.pricing-table li.plan-price {
	padding: 24px 0 15px;
}
.pricing-table.style2 li.plan-price p {
	color: #fff;
}
.pricing-table li.plan-name {
	font-size: 20px;
	padding: 5px 0;
	color: #272727;
	background-color: #fff;
}
.pricing-table.style2 li.plan-name {
	color: #477800;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.plan-price span, .pricing-table ul li {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.plan-price span:first-child {
	font-size: 100px;
	line-height: 1em;
	color: #477800;
	font-weight: 700;
}
.plan-price span + span {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	position: relative;
	letter-spacing: -1px;
	top: -37px;
	color: #477800;
}
.pricing-table li.plan-price p {
	display: inline;
	color: #fff;
	font-size: 40px;
	margin-left: -4px;
	letter-spacing: -1px;
}
.pricing-table li.plan-price span + span + p {
	margin-left: -68px;
}
.style2 .plan-price span {
	color: #323232;
}
.call-to-action {
	margin: 0px 0 20px;
}
.call-to-action a {
	padding-left: 53px;
	padding-right: 53px;
}
.style2 .call-to-action a {
	color: #323232;
	border-color: #fff;
}
.style2 .call-to-action a:hover {
	color: #323232;
	background-color: #fff;
}
.call-to-action a:hover {
}
/*flickr widget*/
ul#flickr {
	margin: 0 auto;
	padding: 0; /*max-width: 300px; text-align: center;*/
}
ul#flickr li {
	background-color: #C4C4C4;
	display: inline-block;
	line-height: 0 !important;
	list-style: none outside none;
	margin: 0 12px 12px 0;
}
/*animated elements*/
.to_fade, .to_slide_right, .to_slide_left {/*opacity: 0;*/
}
/*Call Out*/
.bs-callout {
	border-left: 3px solid #EEEEEE;
	margin: 20px 0;
	padding: 30px;
	font-size: 1.3em;
}
.bs-callout h4 {
	margin-bottom: 5px;
	margin-top: 0;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout-danger {
	background-color: #FDF7F7;
	border-color: #EED3D7;
}
.bs-callout-danger h4 {
	color: #B94A48;
}
.bs-callout-warning {
	background-color: #FAF8F0;
	border-color: #FAEBCC;
}
.bs-callout-warning h4 {
	color: #8A6D3B;
}
.bs-callout-info {
	background-color: rgba(100, 100, 100, 0.1);
	border-color: rgba(100, 100, 100, 0.2);
	border-width: 10px;
}
.bs-callout-info h4 {
	color: #fff;
}
/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #023b37;
	z-index: 13000;
	height: 100%;
}
.preloaderimg {
	width: 300px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	margin: -150px 0 0 -75px;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-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);
}
/* mouse grab icon */
.grabbing {
	cursor: url(../img/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/

.owl-theme .owl-controls {
	margin-top: 40px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	position: relative;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	font-size: 0;
	color: transparent;
	width: 29px;
	height: 29px;
	border: 2px solid #477800;
	border-radius: 5px;
	margin: 0 2px;
	/*transition*/
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:before {
	content: '\f053';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 18px;
	color: #477800;
	left: 6px;
	top: 0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: '\f054';
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background-color: #f8eecd;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
 0% {
opacity: 1
}
}
@-moz-keyframes empty {
 0% {
opacity: 1
}
}
@keyframes empty {
 0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
 25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
 25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
 25% {
opacity: .5;
transform: translateZ(-500px);
}
 75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
 0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
transform: translateZ(-500px);
}
 100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
 from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
 from {
opacity: 0;
transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
 to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
 to {
opacity: 0;
transform: scale(1.5);
}
}
/*owl customization*/
.owl-carousel-item {
	margin: 0 15px;
}
/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}
.no-js .elastislide-list {
	display: block;
}
.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}
.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px;
}
.elastislide-wrapper.elastislide-loading {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.elastislide-horizontal {
	padding: 10px 40px;
}
.elastislide-vertical {
	padding: 40px 10px;
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: -webkit-transform;
	transition-property: -moz-transform;
	transition-property: -o-transform;
	transition-property: -ms-transform;
	transition-property: transform;
	transition-duration: 200ms;
}
.elastislide-horizontal ul {
	white-space: nowrap;
}
.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}
.elastislide-vertical ul li {
	display: block;
}
.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}
.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
}
/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #ddd url(../img/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}
.elastislide-wrapper nav span:hover {
	opacity: 1.0
}
.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}
.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}
.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}
.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}
.elastislide-list a.pull-left {
	display: block;
	max-width: 270px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
*zoom: 1;
	max-width: 100% !important;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
#classes .bx-wrapper {
	margin: 0 auto 90px !important;
}
.bx-wrapper .media {
	margin-top: 0;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -30px;
}
.bx-wrapper .bx-prev:before {
	content: '\f078';
}
.bx-wrapper .bx-next {
	right: 50%;
	margin-right: -30px;
}
.bx-wrapper .bx-next:before {
	content: '\f077';
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -60px;
	outline: 0;
	width: 29px;
	height: 29px;
	border-radius:5px;
	font-size: 0;
	color: transparent;
	/*z-index: 9999;*/
	border: 2px solid #477800;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #fff;
}
.bx-wrapper .bx-controls-direction a:before {
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 16px;
	color: #323232;
	left: 5px;
	top: 0px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*** totop ***/
#toTop {
	background: transparent;
	border: 3px solid #477800;
	bottom: 30px;
	display: none;
	height: 50px;
	width: 50px;
	border-radius:10px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	z-index: 9999;
	font-size: 0px;
	color: transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#toTop:after {
	display: block;
	font-family: 'FontAwesome';
	content: '\f077';
	color: #477800;
	font-size: 22px;
	position: absolute;
	left: 12px;
	top: 10px;
}
#toTopHover, #toTop:hover {
	background: #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}
/*** teaser icons ***/
[class^="arrow-icon-"], [class*=" arrow-icon-"] { 
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*** prettyPhoto ***/
div.facebook .pp_expand {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_expand:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract:hover {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.facebook .pp_description {
	margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}
div.facebook .pp_arrow_next {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}
div.facebook .pp_nav {
	margin-top: 0
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
	margin-top: -2px;
}
div.facebook .pp_nav .pp_play {
	background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_next:hover {
	background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.facebook .pp_previous:hover {
	background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px;
	overflow: hidden;
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;/*margin:10px 0 2px;*/
	padding: 7px 10px;
	background-color: #fff;
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
a.pp_previous {
	background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	position: absolute;
	right: 30px;
	top: 7px;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}


.rt-icon-home:before {font-family:"FontAwesome"; content:"\f015";}
.rt-icon-map:before {font-family: "FontAwesome"; content: "\f041";}
.rt-icon-mob:before {font-family: "FontAwesome"; content: "\f10b";}
.rt-icon-phone:before {font-family: "FontAwesome"; content: "\f095";}
.rt-icon-mail:before {font-family: "FontAwesome"; content: "\f003";}
.arrow-icon-right-open-mini:before {font-family: "FontAwesome"; content: "\f053"; }
.arrow-icon-left-open-mini:before {font-family: "FontAwesome"; content: "\f054"; }
.socialico-facebook : before {font-family: "FontAwesome"; content: "\f09a"; }


#sagestyle {
	padding: 0;
}
#sagestyle li {
	display: inline-block;
	margin-right: -1px;
}
#sagestyle a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1px 16px 0px;
	margin: 0 0 26px;
	display: inline-block;
	color: #323232;
	background-color: #fff;
}
#sagestyle a:hover, #sagestyle a.selected {
	background-color: #477800;
	color: #fff;
}
#sagestyle a:hover {
	background-color: #477800;
}