body {
	font-family: "Nobile", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
a {
	color: #20ab4d;
	text-decoration: none;
	outline: 0px;
}
a:hover,
a:focus {
	color: #43D773;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input[type=submit] {
	border: 0px;
	outline: none;
	display: inline-block;
	background: #009933;
	padding: 10px 20px;
	color: #fff;
}
textarea,
input[type=text],
input[type=email],
input[type=tel] {
	font-size: 16px;
	color: #000033;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 5px rgba(55,55,55,.71);
	-moz-box-shadow: inset 0 0 5px rgba(55,55,55,.71);
	box-shadow: inset 0 0 5px rgba(55,55,55,.71);
	border: 0px;
	outline: 0px;
	height: 42px;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	height: auto;
	padding: 6px 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 20px;
}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.btn-more {
	background: #009933;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 10px;
	display: inline-block;
	line-height: 21px;
	padding: 0px 10px;
}
.wrapper {
	max-width: 810px;
	margin: 0px auto;
}
.content {
	width: 518px;
	float: left;
}
.home .content {
	min-height: 316px;
}
.sidebar {
	float: right;
	width: 258px;
}
.site-content  {
	clear: both;
	padding: 28px 0px 18px;
	position: relative;
}
.content .widget .widget-title,
.page-title {
	color: #5c4f84;
	font-size: 20px;
	margin: 0px 0px 20px;
}
.content .widget .widget-title {
	padding-top: 15px;
}
/*header*/
.site-header {
	border-top: 8px solid #000033;
	position: relative;
	z-index: 200;
}
.site-header .wrapper {
	position: relative;
	padding: 18px 0px;
}
.site-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 20px;
}
.site-top {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 300;
	background: #5c4f84;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-top a {
	text-decoration: none;
	color: #fff;
	outline: 0px;
}
.site-menu {
	text-align: right;
	padding-top: 44px;
}
.site-menu ul li,
.site-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.site-menu ul.menu > li {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 25px;
}
.site-menu ul.menu > li > a {
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
.site-menu ul.menu > li:hover > a {
	color: #5c4f84;
}
.site-menu ul.sub-menu {
	background-color: #20ab4d;
	position: absolute;
	width: 220px;
	text-align: left;
	padding: 5px 0px;
	left: -9999px;
	opacity: 0;
	border-radius: 6px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.site-menu ul.sub-menu > li > a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.site-menu ul.sub-menu > li > a:hover {
	background-color: #23b552;
}
.site-menu li:hover > ul.sub-menu {
	opacity: 1;
	left: 0px;
}
.site-menu .nav-mobile {
	display: none;
}
/*end header*/
/*footer*/
.site-footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	color: #fff;
	font-size: 11px;
	padding: 30px 0px 70px;
}
.site-footer .widget-title {
	font-size: 20px;
	color: #009933;
	margin: 0px 0px 20px;
}
.site-footer .footer-wg {
	float: left;
	width: 50%;
}
.site-footer .footer-wg .widget {
	clear: both;
	margin: 0px 0px;
}
.site-footer .footer-wg .widget_recent_entries ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}
.site-footer .footer-wg .widget_recent_entries ul li {
	display: block;
	font-size: 14px;
	margin: 0px 0px 10px;
}
.site-footer .footer-wg.footer-2 .widget-title {
	visibility: hidden;
}
.site-footer .footer-wg.footer-2 {
	font-size: 14px;
}
.site-footer .footer-bottom {
	padding-top: 20px;
	font-size: 14px;
	color: #fff;
}
.site-footer .footer-bottom p {
	margin: 0px 0px;
}
.site-footer .footer-bottom a {
}
.site-footer .footer-bottom ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.site-footer .footer-bottom ul li {
	display: inline-block;
	margin-right: 20px;
}
/*end footer*/
/*slider*/
.site-slider {
	position: relative;
	max-height: 415px;
	overflow: hidden;
	z-index: 150;
}
.site-slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.site-slider ul li {
	margin: 0px;
	padding: 0px;
}
.site-slider .slides > li {
	height: 415px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.site-slider .slides > li p {
	margin: 0px 0px;
	font-size: 24px;
	color: #009933;
	line-height: 30px;
}
.site-slider .slides > li .wrapper {
	padding-top: 42px;
}
.site-slider .slides > li p > strong {
	display: block;
	font-size: 29px;
}
.site-slider .flex-direction-nav {
	position: relative;
	z-index: 300;
	max-width: 810px;
	margin: 0px auto;
	position: relative;
	height: 415px;
}
.site-slider .flex-direction-nav li a {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	display: inline-block;
	background-position: 2px 0px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: -58px;
}
.site-slider .flex-direction-nav li a.flex-next {
	background-position: -49px 0px;
	left: auto;
	right: -58px;
}
/*end slider*/
/*loop-post*/
.loop-post {
	clear: both;
	margin-bottom: 22px;
}
.loop-post a img {
	width: 104px;
	height: auto;
	float: left;
}
.loop-post .entry-content {
	padding-left: 130px;
	font-size: 11px;
}
.loop-post .entry-content h2 {
	font-size: 14px;
	margin: 0px 0px 5px;
}
.loop-post .entry-content h2 a {
	text-decoration: none;
}
.loop-post .entry-content p {
	margin: 0px 0px 10px;
}
/*end loop-post*/
/*sidebar*/
.home .subscribe-form {
	clear: both;
	z-index: 300;
	position: absolute;
	width: 258px;
	top: -32px;
}
.subscribe-form input[type=submit],
.subscribe-form .subscribe-text {
	background: #009933;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px;
	padding: 20px 0px;
	color: #fff;
	font-weight: normal;
}
.subscribe-form input[type=submit] {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.subscribe-form textarea,
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
	width: 100%;
}
.subscribe-form textarea {
	height: 123px;
}
.subscribe-form .form-row {
	clear: both;
	margin-top: 22px;
}
/*end sidebar*/
/*paging*/
ul.page-numbers {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.page-numbers > li {
	display: inline-block;
	margin: 0px 5px;
}
ul.page-numbers > li span,
ul.page-numbers > li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	background: #009933;
  	color: #fff;
  	text-decoration: none;
}
ul.page-numbers > li a:hover,
ul.page-numbers > li .current {
	opacity: 0.8;
}
/*end paging*/
/*single post*/
.nav-single {
	clear: both;
	margin: 0px 0px 25px;
}
.nav-single a {
	background: #009933;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 4px;
	margin: 0px 10px;
}
#comments .form-allowed-tags {
	display: none;
}
#comments .comment-form label {
	display: block;
}
#comments .comment-form textarea {
	width: 100%;
	height: 130px;
}
#comments ol.children,
#comments ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#comments ol.children {
	margin-left: 32px;
}
#comments div.comment-body {
	margin: 0px 0px 25px;
	clear: both;
}
#comments div.comment-author {
	overflow: hidden;
	margin-bottom: 5px;
}
#comments div.comment-meta {
	clear: both;
	margin: 0px 0px 6px 0px;
	display: none;
}
#comments .comment-author img {
	float: left;
	margin: 0px 5px 0px 0px;
	border-radius: 50%;
}
#comments .comment-author .says {
	display: none;
}
#comments h2.comments-title {
	margin: 0px 0px 30px;
	font-size: 16px;
	font-weight: normal;
}
/*end single post*/
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	.sidebar,
	.content {
		float: none;
		width: 100%;
	}
	.content {
		margin-bottom: 20px;
	}
	.widget .subscribe-form {
		position: relative !important;
		top: auto !important;
		margin: 0px auto;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.wrapper {
		width: 750px;
	}
	.site-slider .flex-direction-nav {
		max-width: 680px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wrapper {
		width: 90%;
	}
	.site-logo {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.site-menu {
		padding-top: 0px;
		margin-bottom: 15px;
	}
	.site-menu ul.menu {
		display: none;
	}
	.site-menu .nav-mobile {
		display: block;
		width: 90%;
		margin: 0px auto;
		padding: 8px 10px;
	}
	.site-top {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		border-radius: 6px;
		width: 90%;
		margin: 0px auto;
	}
	.site-slider,
	.site-slider .flex-direction-nav,
	.site-slider .slides > li {
		height: 320px;
	}
	.site-slider .flex-direction-nav li a {
		left: 10px;
	}
	.site-slider .flex-direction-nav li a.flex-next {
		right: 10px;
	}
	.site-footer .footer-wg {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}
	.site-footer .footer-bottom {
		text-align: center;
	}
	.site-footer .pull-right {
		float: none !important;
	}
}
/*modal*/
.modal .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.modal .close:hover,
.modal .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
.modal button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid transparent;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.modal-body h2 {
	margin: 0px 0px 20px;
	font-size: 20px;
}
.modal-body label {
	display: block;
	margin: 0px 0px 6px;
}
.modal-body textarea,
.modal-body input[type=email],
.modal-body input[type=text] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #d0d0d0 !important;
	border-radius: 3px;
	box-shadow: none;
	width: 100%;
	max-width: 300px;
	padding: 0px 10px;
	height: 38px;
}
.modal-body textarea:focus,
.modal-body input[type=email]:focus,
.modal-body input[type=text]:focus {
	border-color: #5d5d5d !important;
	outline: none;
}
.modal-body .form-row {
	clear: both;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
}