/*
Theme Name: SBT Legal
*/

body {
	background: #FFF;
	font-family: Arial, sans-serif;
	color: #000;
}
* {
	-webkit-font-smoothing: antialiased;
	transition: color .15s ease-in;
	-moz-transition: color .15s ease-in;
	-webkit-transition: color .15s ease-in;
	transition: background .15s ease-in;
	-moz-transition: background .15s ease-in;
	-webkit-transition: background .15s ease-in;
}
a {
	color: #236d46;
}
a:hover, a:focus {
	color: #015730;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	float: left;
	width: 100%;
	font-weight: normal;
	margin: 0 0 20px;
	font-family: "Coda Regular", sans-serif;
}
h1 {
	margin: 0 0 20px;
	color: #236d46;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	font-family: 'Coda', sans-serif;
	text-transform: uppercase;
}
p {
	float: left;
	clear: both;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#page {
	width: 100%;
	margin: 0 auto;
}
.container {
	max-width: 980px;
	width: 100%;
	padding: 0;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
.button {
	background: #39bc7b;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	clear: both;
	border-radius: 30px;
	width: auto;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
}
.button:hover {
	color: #FFF;
	background: #2aa668;
}
/* header */

#masthead {
	width: 100%;
	position: relative;
	margin: 0;
	background: url(images/bg.png) top left repeat;
	height: 186px;
}
/* header branding */

#header-branding {
	width: 100%;
	height: 122px;
	float: left;
	padding: 0 20px;
	background: url(images/header-top.png) top left no-repeat;
}
#logo {
	float: left;
	margin: 55px 0 0 0;
	max-width: 35%;
}
#header-social {
	float: right;
	width: 36%;
	padding: 30px 0 0 0;
}
.social-phone {
	float: left;
	width: 100%;
	background: url(images/icon-phone.png) top left no-repeat;
	padding: 0 0 8px 30px;
	color: #015730;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Coda', sans-serif;
	margin: 0 0 8px;
	border-bottom: 1px solid #5fa73c;
}
.social-email {
	float: left;
	width: 100%;
	background: url(images/icon-mail.png) top left no-repeat;
	padding: 0 0 8px 30px;
	color: #015730;
	font-size: 20px;
	line-height: 1;
	font-family: 'Coda', sans-serif;
	margin: 0 0 8px;
	border-bottom: 1px solid #5fa73c;
}
.social-facebook {
	float: left;
	width: 100%;
	background: url(images/icon-facebook.png) 5px 0px no-repeat;
	padding: 0 0 8px 30px;
	color: #015730;
	font-size: 20px;
	line-height: 1;
	font-family: 'Coda', sans-serif;
	margin: 0 0 8px;
	border-bottom: 1px solid #5fa73c;
}
.social-linkedin {
	float: left;
	width: 100%;
	background: url(images/icon-linkedin.png) 4px 0px no-repeat;
	padding: 0 0 8px 30px;
	color: #015730;
	font-size: 20px;
	line-height: 1;
	font-family: 'Coda', sans-serif;
	margin: 0 0 8px;
}

@media (max-width: 991px) {
#masthead {
}
#header-branding {
}
#logo {
}
#header-social {
}
.social-phone {
}
.social-email {
}
.social-facebook {
}
.social-linkedin {
}
}

@media (max-width: 767px) {
#masthead {
	height: 200px;
}
#header-branding {
	height: auto;
	padding: 20px 0 0;
	background: none;
}
#logo {
	margin: 0 auto 20px;
	display: block;
	width: auto;
	max-width: 90%;
	float: none;
}
#header-social {
	display: none;
}
.social-phone {
}
.social-email {
}
.social-facebook {
}
.social-linkedin {
}
}
/* main nav */

#main-nav {
	margin: 0;
	width: 100%;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47a513+0,098f02+100 */
	background: #47a513;/* Old browsers */
	background: -moz-linear-gradient(top, #47a513 0%, #098f02 100%);/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #47a513 0%, #098f02 100%);/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #47a513 0%, #098f02 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a513', endColorstr='#098f02', GradientType=0 );/* IE6-9 */
	border-top: 1px solid #047700;
	border-bottom: 1px solid #047700;
	position: relative;
	z-index: 999;
}
#main-nav > div > div > ul {
	border-right: 1px solid #25830a;
	border-left: 1px solid #45b421;
	float: left;
}
#main-nav li {
	display: inline-block;
	clear: none;
	float: left;
	font-size: 15px;
	padding: 0;
	position: relative;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
}
#main-nav > div > div > ul > li.current_page_item:before, #main-nav > div > div > ul > li.current-page-ancestor:before {
	content: url(images/nav-arrow.png);
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin: 0 0 0 -9px;
	z-index: 9999;
}
#main-nav li:hover > a {
	background: #015730;
}
#main-nav li:focus > a {
	background: #015730;
}
#main-nav li:last-child {
	background: none;
}
#main-nav li a {
	float: left;
	clear: none;
	padding: 12px 50px;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Coda', sans-serif;
	border-left: 1px solid #25830a;
	border-right: 1px solid #45b421;
}
#main-nav > div > ul > li:hover > a {
	color: #39bc7b;
	text-decoration: none;
}
#main-nav .current_page_item {
}
#main-nav .current_page_item > a {
}
#main-nav li:hover > ul {
	display: block;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	z-index: 999;
	height: auto;
	width: 100%;
}
#main-nav .sub-menu .arrow {
}
#main-nav .sub-menu .sub-menu {
	left: 224px;
	top: 0;
	position: absolute;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
#main-nav .sub-menu li a {
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	padding: 15px 20px;
	box-sizing: content-box;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
	text-transform: none;
	text-align: left;
	transition: 0s ease-in;
	-moz-transition: 0s ease-in;
	-webkit-transition: 0s ease-in;
	background: rgba(1, 87, 48, .9);
}
#main-nav .sub-menu li:last-child a {
	border-bottom: 0px;
}
#main-nav .sub-menu li:hover > a {
	color: #FFF;
	background: #529c3a !important;
}

@media (max-width: 1199px) {
#main-nav li a {
}
}

@media (max-width: 991px) {
#mobile-nav {
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0px;
	border-radius: 0px;
	background: #015730;
}
#mobile-nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 134px;
	height: 96px;
	padding: 0px;
	box-sizing: border-box;
	color: #FFF;
	background: #8497ab;
	border: 0px;
	text-align: center;
}
#mobile-nav .icon-bar {
	background: #FFF;
	height: 3px;
	width: 100%;
	float: left;
	margin: 0 0 4px;
}
#mobile-nav .brand {
	color: #FFF;
	font-size: 18px;
	position: absolute;
	left: 55px;
	top: 12px;
	font-weight: 700;
}
.navbar-inverse .navbar-toggle {
	margin: 0;
	padding: 0;
	border: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	z-index: 99999;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: transparent;
}
#mobile-navigation {
	z-index: 9999;
	float: left;
	width: 100%;
	position: relative;
	background: #015730;
}
.navbar {
	margin-bottom: 0px;
	z-index: 999;
}
.navbar-inverse .navbar-inner {
	background: transparent;
	filter: none;
	border: 0px;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 42px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-collapse.collapse {
	padding: 0;
}
.nav-collapse .nav {
	float: none;
	margin: 0;
}
.navbar-inverse .btn-navbar {
	color: #FFF;
	text-shadow: none;
	filter: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	position: relative;
	z-index: 999;
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 25px;
	position: absolute;
	top: 16px;
	left: 15px;
	height: 30px;
	line-height: 30px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF;
	height: 5px;
	width: 100%;
	margin: 0 0 5px;
	border-radius: 0px;
}
.mobile-nav-title {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 0.6;
	margin: 6px 0 0 0;
	font-weight: 700;
	width: 100%;
}
.icon-bars {
	float: none;
	width: 46px;
	margin: 4px auto;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
}
#mobile-navigation .nav > li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
}
#mobile-navigation .nav > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 15px;
	border-radius: 0px;
	background: #015730;
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	float: left;
	font-weight: 600;
}
#mobile-navigation .nav > li > a:hover {
}
#mobile-navigation li > a:focus {
	text-decoration: none !important;
}
#mobile-navigation li > a:hover {
	text-decoration: none !important;
}
#mobile-navigation .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	width: 100%;
	color: #FFF;
}
#mobile-navigation .sub-menu {
	padding: 0 0 0 30px;
}
#mobile-navigation .sub-menu > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 15px;
	border-radius: 0px;
	background: #015730;
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	float: left;
	font-weight: 600;
}
#mobile-navigation .sub-menu > li > a:hover {
}
}
/* main */

#main {
	width: 100%;
	clear: both;
	margin: 0;
	float: left;
	position: relative;
	z-index: 1;
}
#page-title {
	font-size: 36px;
	line-height: 1.4;
	margin: 0 0 24px 0;
	text-transform: none;
}
.single #page-title {
	text-transform:uppercase;	
}
#page-title span {
	background: #FFF;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#page-title:before {
	content: '';
	position: absolute;
	height: 1px;
	background: #015730;
	width: 100%;
	top: 50%;
}
.single #page-title:before {
	content: none;
}
.primary {
	float: left;
	width: 65%;
	margin: 0 5% 0 0;
	min-height: 100px;
}
.secondary {
	float: left;
	width: 30%;
	margin: 0;
	min-height: 100px;
}

@media (max-width: 991px) {
.primary {
	width: 100%;
	margin: 0 0 20px 0;
}
.secondary {
	width: 100%;
	margin: 0;
}
}

@media (max-width: 767px) {
}
/* home banner */

#home-banner {
	float: left;
	width: 100%;
	margin: 15px 0;
}
#home-banner-image {
	width: 70%;
	height: 372px;
	float: left;
}
#banner-form label {
	float: left;
	background: url(images/form-help.png) top left no-repeat;
	text-indent: -9000px;
	width: 172px;
	height: 20px;
	margin: 5px 0 5px;
}
#banner-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #838383;
}
#banner-form ::-moz-placeholder { /* Firefox 19+ */
 color: #838383;
}
#banner-form :-ms-input-placeholder { /* IE 10+ */
 color: #838383;
}
#banner-form :-moz-placeholder { /* Firefox 18- */
 color: #838383;
}
#banner-form {
	float: right;
	width: 30%;
	min-height: 372px;
	margin: 0;
	background: #d3c8db;
	position: relative;
	padding: 80px 1.5% 20px;
}
#banner-form:before {
	content: url(images/make-an-enquiry.png);
	top: -6px;
	left: 20px;
	position: absolute;
}

@media (max-width: 991px) {
#home-banner {
}
#home-banner-image {
}
#banner-form {
}
#banner-form:before {
}
}

@media (max-width: 767px) {
#home-banner {
}
#home-banner-image {
	width: 100%;
	margin: 0 0 20px;
}
#banner-form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	float: none;
	clear: both;
}
#banner-form:before {
}
}
/* form */

.form-row {
	float: left;
	width: 100%;
	margin: 0 0 8px;
}
.form-row input[type="text"] {
	width: 100%;
	background: #dbdbdb;
	border: 2px solid #FFF;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	color: #838383;
	font-size: 14px;
	font-style: oblique;
	padding: 0 5px;
}
.form-row input[type="email"] {
	width: 100%;
	background: #dbdbdb;
	border: 2px solid #FFF;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	color: #838383;
	font-size: 14px;
	font-style: oblique;
	padding: 0 5px;
}
.form-row textarea {
	width: 100%;
	background: #dbdbdb;
	border: 2px solid #FFF;
	border-radius: 3px;
	height: 90px;
	line-height: 28px;
	color: #838383;
	font-size: 14px;
	font-style: oblique;
	padding: 0 5px;
}
.form-submit input[type="submit"] {
	float: right;
	background: #6a4681;
	color: #FFF;
	border: 0px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0 10px;
	height: 28px;
}
.form-submit input[type="submit"]:hover {
}
/* footer */

#colophon {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	background: #2d3435;
}
#footer-top {
	padding: 120px 40px 20px;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
	background: #015730 url(images/footer-top.jpg) top center no-repeat;
}
#footer-logo {
	margin: -60px auto 40px;
	display: block;
}
#footer-top p {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-family: 'Coda', sans-serif;
}
#footer-social {
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #066f40;
}
#footer-social .social-phone {
	background: url(images/footer-phone.png) top left no-repeat;
	width: auto;
	border-bottom: 0px;
	color: #FFF;
	padding: 0 0 8px 50px;
	line-height: 2.1;
	margin: 0 20px 0 0;
	float: none;
	display: inline-block;
}
#footer-social .social-email {
	background: url(images/footer-email.png) top left no-repeat;
	width: auto;
	border-bottom: 0px;
	color: #FFF;
	padding: 0 0 8px 50px;
	line-height: 2.1;
	margin: 0 20px 0 0;
	float: none;
	display: inline-block;
}
#footer-social .social-url {
	background: url(images/footer-url.png) top left no-repeat;
	width: auto;
	border-bottom: 0px;
	color: #FFF;
	padding: 0 0 8px 50px;
	line-height: 2.1;
	float: none;
	display: inline-block;
	font-size: 20px;
	font-family: 'Coda', sans-serif;
	margin: 0 0 8px;
}
#footer-bottom {
	padding: 0 40px 40px;
	clear: both;
	float: left;
	width: 100%;
	background: #015730;
}
#footer-bottom p {
	color: #FFF;
	float: left;
	font-size: 16px;
	clear: none;
	width: 100%;
	margin: 0;
	text-align: center;
	font-family: 'Coda', sans-serif;
}
#footer-bottom p a {
	color: #FFF;
}
#footer-bottom p a:hover {
	color: #39bc7b;
}
#footer-bottom p a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
#colophon {
}
#footer-top {
}
#footer-logo {
}
#footer-top p {
}
#footer-social {
}
#footer-social .social-phone {
}
#footer-social .social-email {
}
#footer-social .social-url {
}
#footer-bottom {
}
#footer-bottom p {
}
}

@media (max-width: 767px) {
#colophon {
}
#footer-top {
}
#footer-logo {
}
#footer-top p {
}
#footer-social {
}
#footer-social .social-phone {
}
#footer-social .social-email {
}
#footer-social .social-url {
}
#footer-bottom {
}
#footer-bottom p {
}
}
/* banner */

#banner {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 20px 20px;
}
#banner-image {
	padding: 20px;
	box-shadow: #d5d5d5 0px 0px 9px;
}
#banner img {
	width: 100%;
	height: auto;
}
#banner h1 {
	color: #FFF;
	float: left;
	width: 100%;
	font-size: 47px;
	text-align: center;
	margin: 0;
	line-height: 1;
	text-shadow: #555 0px 3px 8px;
}

@media (max-width: 991px) {
#banner {
}
#banner-image {
}
#banner img {
}
#banner h1 {
}
}

@media (max-width: 767px) {
#banner {
}
#banner-image {
}
#banner img {
}
#banner h1 {
}
}
/* home top */

#home-top {
	background: #e6e6e6;
	float: left;
	width: 100%;
	padding: 60px 20px;
}
#home-top h1 {
	margin: 0 0 30px;
}
#home-top p {
	font-size: 21px;
	line-height: 30px;
	margin: 0 0 30px;
}
#home-top p:last-child {
	margin: 0;
}

@media (max-width: 991px) {
#home-top {
}
#home-top h1 {
}
#home-top p {
}
}

@media (max-width: 767px) {
#home-top {
}
#home-top h1 {
}
#home-top p {
}
}
/* home features */

#home-features {
	float: left;
	width: 100%;
	padding: 60px 20px;
}
.home-feature {
	float: left;
	width: 50%;
	height: 190px;
	padding: 0 25px 0 0;
	margin: 0 0 20px;
}
.home-feature h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	background: url(images/icon-feature.png) top left no-repeat;
	padding: 0 0 0 55px;
	min-height: 50px;
	margin: 0 0 10px;
}
.home-feature p {
	margin: 0 0 15px;
}
.home-feature .link {
	color: #54008b;
	font-style: oblique;
}
.home-feature .link:hover {
}
#home-features .primary {
	border-right: 1px solid #9e9e9e;
	padding: 0 2% 0 0;
}
#home-features .secondary h3 {
	font-size: 32px;
	color: #236d46;
	text-transform: uppercase;
	padding: 0 0 10px;
	border-bottom: 1px solid #9e9e9e;
}
#home-features .secondary li {
	font-size: 20px;
	margin: 0 0 15px;
}
#home-features .secondary li a {
}
#home-features .secondary li a:hover {
}

@media (max-width: 991px) {
#home-features {
}
.home-feature {
}
.home-feature h3 {
}
.home-feature p {
}
.home-feature .link {
}
.home-feature .link:hover {
}
#home-features .primary {
}
#home-features .secondary h3 {
}
#home-features .secondary li {
}
#home-features .secondary li a {
}
#home-features .secondary li a:hover {
}
}

@media (max-width: 767px) {
#home-features {
}
.home-feature {
}
.home-feature h3 {
}
.home-feature p {
}
.home-feature .link {
}
.home-feature .link:hover {
}
#home-features .primary {
	border-right: 0px;
}
#home-features .secondary h3 {
}
#home-features .secondary li {
}
#home-features .secondary li a {
}
#home-features .secondary li a:hover {
}
}
/* home contact */

#home-contact {
	float: left;
	width: 100%;
	background: #236d46;
	height: 106px;
}
#home-contact-text {
	float: left;
	width: 62%;
	margin: 33px 2% 0 0;
}
#home-contact-link {
	float: left;
	width: 30%;
	margin: -7px 0 0 0;
}

@media (max-width: 991px) {
#home-contact {
}
#home-contact-text {
}
#home-contact-link {
}
}

@media (max-width: 767px) {
#home-contact {
	height: 79px;
}
#home-contact-text {
	margin: 25px 2% 0 2%;
}
#home-contact-link {
}
}
/* home bottom */

#home-bottom {
	float: left;
	width: 100%;
	padding: 60px 20px 30px;
}
#home-bottom h1 {
	text-transform: none;
	font-size: 26px;
}
#home-bottom .text {
	float: left;
	width: 100%;
	padding: 0 0 0 180px;
	background: url(images/icon-africa.png) top left no-repeat;
}
#home-bottom p {
}
#home-bottom .secondary img {
	margin: 0 auto;
	display: block;
}
#home-bottom .secondary h3 {
	color: #54008b;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}
#home-bottom .secondary p {
	margin:0;
}
#home-bottom .secondary form {
	float: left;
	width: 100%;
	background: #bebebe;
	padding: 22px 38px;
}
#home-bottom .secondary .form-row {
	margin: 0 0 8px;
}
#home-bottom .secondary input[type="text"] {
	background: #FFF;
	border: 0px;
	width: 100%;
	font-style: normal;
}
#home-bottom .secondary input[type="email"] {
	background: #FFF;
	border: 0px;
	width: 100%;
	font-style: normal;
}
#home-bottom .secondary input[type="submit"] {
	float: left;
	width: 100%;
	background: #236d46;
	color: #FFF;
	border: 0px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	height: 28px;
	line-height:28px;
}
#home-bottom ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
#home-bottom ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
#home-bottom :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
#home-bottom :-moz-placeholder { /* Firefox 18- */
 color: #000;
}

@media (max-width: 991px) {
#home-bottom {
}
#home-bottom h1 {
}
#home-bottom .text {
}
#home-bottom p {
}
#home-bottom .secondary img {
}
#home-bottom .secondary h3 {
}
#home-bottom .secondary p {
}
#home-bottom .secondary form {
}
#home-bottom .secondary .form-row {
}
#home-bottom .secondary input[type="text"] {
}
#home-bottom .secondary input[type="email"] {
}
#home-bottom .secondary input[type="submit"] {
}
}

@media (max-width: 767px) {
#home-bottom {
}
#home-bottom h1 {
}
#home-bottom .text {
}
#home-bottom p {
}
#home-bottom .secondary img {
}
#home-bottom .secondary h3 {
}
#home-bottom .secondary p {
}
#home-bottom .secondary form {
	max-width: 400px;
	float: none;
	margin: 0 auto;
	width: 100%;
	clear: both;
	display: block;
	height: 190px;
}
#home-bottom .secondary .form-row {
}
#home-bottom .secondary input[type="text"] {
}
#home-bottom .secondary input[type="email"] {
}
#home-bottom .secondary input[type="submit"] {
}
}
/* page content */

#page-content {
	padding: 40px 20px 20px;
	float: left;
	clear: both;
	width: 100%;
}
#page-content h1 {
	font-size: 30px;
	color: #236d46;
	text-align: left;
	position: relative;
}
#page-content h2 {
	font-size: 26px;
	color: #000;
}
#page-content h3 {
	font-size: 24px;
	color: #000;
}
#page-content h4 {
	font-size: 18px;
	color: #000;
}
#page-content h5 {
	font-size: 14px;
	color: #000;
}
#page-content ul {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 20px 20px;
}
#page-content ol {
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	list-style: none;
}
#page-content li {
	margin: 0 0 10px;
	width: 100%;
	float: left;
	list-style:disc;
	color: #000;
    font-size: 18px;
    line-height: 26px;
}
#page-content a {
}
#page-content strong {
}
#page-content .col-left {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
#page-content .col-right {
	float: left;
	width: 48%;
}

@media (max-width: 991px) {
#page-content {
}
}

@media (max-width: 767px) {
#page-content {
	padding: 60px 20px;
}
#page-content .col-left {
	width: 100%;
	margin: 0 0 20px;
}
#page-content .col-right {
	width: 100%;
	margin: 0 0 20px;
}
}
/* page about */

#page-about {
	float: left;
	width: 100%;
	background: #d3c8db;
	padding: 80px 20px;
	margin: 0 0 30px;
}
.about-image {
	float: left;
	width: 36%;
}
.about-image img {
	margin: 0 auto 20px;
	display: block;
}
.about-social {
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin: 0 auto 20px;
}
.about-social .social-email {
	color: #734e8b;
	border-bottom: 0px;
	background: url(images/about-mail.png) top left no-repeat;
	float: left;
	display: inline-block;
	clear: both;
	width: auto;
	padding: 0 0 8px 35px;
}
.about-social .social-facebook {
	color: #734e8b;
	border-bottom: 0px;
	background: url(images/about-facebook.png) top left no-repeat;
	float: left;
	display: inline-block;
	clear: both;
	width: auto;
	padding: 0 0 8px 35px;
}
.about-text {
	float: left;
	width: 60%;
}
.about-text h1 {
	color: #734e8b;
	position: relative;
}
.about-text h1:before {
	content: '';
	position: absolute;
	height: 1px;
	background: #734e8b;
	width: 100%;
	top: 50%;
}
.about-text h1 span {
	background: #d3c8db;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
	text-transform: none;
}
.about-text p {
	color: #4e365e;
}

@media (max-width: 991px) {
#page-about {
}
.about-image {
}
.about-image img {
}
.about-social {
}
.about-social .social-email {
}
.about-social .social-facebook {
}
.about-text {
}
.about-text h1 {
}
.about-text h1:before {
}
.about-text h1 span {
}
.about-text p {
}
}

@media (max-width: 767px) {
#page-about {
}
.about-image {
	width: 100%;
	margin: 0 0 20px;
}
.about-image img {
}
.about-social {
}
.about-social .social-email {
}
.about-social .social-facebook {
}
.about-text {
	width: 100%;
}
.about-text h1 {
}
.about-text h1:before {
}
.about-text h1 span {
}
.about-text p {
}
}
/* page services */

.page-template-page-services #page-content h1 {
	text-align: center;
}
.page-template-page-services #page-title:before {
	content: none;
}
#page-title span {
	float: none;
}
#page-services {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 60px 0;
	text-align: center;
}
.services {
}
.service {
	display: inline-block;
	width: 228px;
	height: 228px;
	background: url(images/service.png) top left no-repeat;
	text-align: center;
	color: #FFF !important;
	vertical-align: middle;
	line-height: 228px;
	margin: 0 15px 20px;
	transition: color 0s ease-in;
	-moz-transition: color 0s ease-in;
	-webkit-transition: color 0s ease-in;
	transition: background 0s ease-in;
	-moz-transition: background 0s ease-in;
	-webkit-transition: background 0s ease-in;
}
.service:hover {
	color: #FFF;
	background-position: 0 -227px;
}
.service span {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
/* page contact */

.page-template-page-contact #page-content {
	background: #ebebeb;
	padding: 40px 20px 40px;
	margin:20px 0;
}
#map {
	height: 380px;
	width: 50%;
	float: left;
}
.social-icons {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.social-icons div {
	float: left;
	width: 33.33%;
}
.social-address {
}
#page-content .social-address h3 {
	color: #236d46;
	font-size: 32px;
	background: url(images/contact-address.png) center left no-repeat;
	padding: 0 0 0 30px;
}
.social-address p {
	max-width: 190px;
}
.page-template-page-contact #page-content .social-phone {
	border-bottom: 0px;
	background: none;
	padding: 0;
}
.page-template-page-contact #page-content .social-phone h3 {
	color: #236d46;
	font-size: 32px;
	background: url(images/contact-phone.png) center left no-repeat;
	padding: 0 0 0 40px;
}
.page-template-page-contact .social-phone p {
	font-family: Arial, sans-serif;
}
.page-template-page-contact #page-content .social-email {
	border-bottom: 0px;
	background: none;
	padding: 0;
}
.page-template-page-contact #page-content .social-email h3 {
	color: #236d46;
	font-size: 32px;
	background: url(images/contact-email.png) center left no-repeat;
	padding: 0 0 0 40px;
}
.page-template-page-contact .social-email p {
	font-family: Arial, sans-serif;
}
#find-us {
	float: left;
	height: 48px;
	text-align: center;
	color: #FFF;
	line-height: 48px;
	margin: 0 0 0 15%;
}
#find-us span {
	font-family: 'Coda', sans-serif;
	font-size: 26px;
	float: left;
	margin: 0 20px 0 0;
	background: #015730;
	padding: 0 20px;
}
#find-us .social-facebook {
	float: left;
	background: url(images/contact-facebook.png) top left no-repeat;
	width: 11px;
	height: 21px;
	margin: 12px 15px 0 0;
	border:0px !important;
}
#find-us .social-linkedin {
	float: left;
	background: url(images/contact-linkedin.png) top left no-repeat;
	width: 21px;
	height: 21px;
	margin: 12px 0 0 0;
}
.page-template-page-contact #page-content .social-url {
	color: #236d46;
	float: right;
	font-size: 32px;
	margin: 0 10% 0 0;
}

@media (max-width: 767px) {
	.page-template-page-contact #page-content {
	}
	#map {
	width: 100%;
	margin: 0 0 30px;
	}
	.social-icons {
	}
	.social-icons div {
	width: 100%;
	}
	.social-address {
	}
	#page-content .social-address h3 {
	}
	.social-address p {
	}
	.page-template-page-contact .social-phone {
	}
	.page-template-page-contact #page-content .social-phone h3 {
	}
	.page-template-page-contact .social-phone p {
	}
	.page-template-page-contact .social-email {
	}
	.page-template-page-contact #page-content .social-email h3 {
	}
	.page-template-page-contact .social-email p {
	}
	#find-us {
	margin: 0 0 20px;
	width: 100%;
	}
	#find-us span {
	}
	#find-us .social-facebook {
	}
	#find-us .social-linkedin {
	}
	.page-template-page-contact #page-content .social-url {
	float: left;
	width: 100%;
	}
}

/* service */

.page-template-page-service #page-content {
	background: #ebebeb;
	margin: 20px 0;
}
.page-template-page-service #page-content h1 {
	text-transform: uppercase;
}
.page-template-page-service #page-content h1:before {
	content: none;
}
.page-template-page-service #page-content h1 span {
	background: none;
}
.page-template-page-service .secondary .widget_nav_menu {
	background: #d5cbdd;
	float: left;
	position: relative;
	padding: 80px 0 0 0;
}
.page-template-page-service .secondary .widget_nav_menu:before {
	content: url(images/services.png);
	top: -6px;
	position: absolute;
	left: 20px;
}
.page-template-page-service #page-content .secondary .widget_nav_menu ul {
	margin: 0 0 10px;
}
.page-template-page-service #page-content .secondary .widget_nav_menu li {
	margin: 0;
	list-style:none !important;
}
.page-template-page-service .secondary .widget_nav_menu li a {
	font-size: 17px;
	color: #54008b;
	padding: 8px 10px 8px 20px;
	float: left;
	width: 100%;
}
.page-template-page-service .secondary .widget_nav_menu li:hover a {
	background: #7d5a93;
	color: #d5cbdd;
}
.page-template-page-service .primary {
	width: 69%;
}
.page-template-page-service .secondary {
	width: 26%;
}

@media (max-width: 767px) {
.page-template-page-service #page-content {
}
.page-template-page-service #page-content h1 {
}
.page-template-page-service #page-content h1:before {
}
.page-template-page-service #page-content h1 span {
}
.page-template-page-service .secondary .widget_nav_menu {
}
.page-template-page-service .secondary .widget_nav_menu:before {
}
.page-template-page-service .secondary .widget_nav_menu li {
}
.page-template-page-service .secondary .widget_nav_menu li a {
}
.page-template-page-service .secondary .widget_nav_menu li a:hover {
}
.page-template-page-service .primary {
}
.page-template-page-service .secondary {
}
}

/* landing */

#landing-top {
	float:left;
	width:100%;
	padding:40px 20px;
	background: url(images/bg.png) top left repeat;
}
#landing-top h1 {
	font-size: 60px;
    text-align: center;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    text-transform: none;
	font-weight:600;
}
#landing-top p {
	color:#236d46;
	font-size:29px;
	line-height:40px;
	text-align:left;
	font-family: 'Coda', sans-serif;
	margin:0;
}
#landing-main {
	float:left;
	width:100%;
	padding:40px 20px;
	background:#e6e6e6;
}
#landing-main .col-left {
	float:left;
	width:56%;
	margin:0 8% 0 0;
}
#landing-main .col-right {
	float:left;
	width:32%;
	margin:0;
}
#landing-main .col-right img {
	float:left;
	margin:-20px 0 30px;
}
#landing-main .col-left p {
	font-size:20px;
	line-height:29px;
}
#landing-main .col-left h2 {
	color:#54008b;
	font-size:33px;
	line-height:40px;
	font-family: 'Coda', sans-serif;
	margin:60px 0 0 0;
}
#landing-main .col-right form {
	background:#303030;
	padding:20px;
	float:left;	
	width:100%;
}
#landing-main .chimpy-reset header {
	display:none;
}
#landing-main .chimpy-reset label {
	 width: 100%;
	 margin:0 0 10px;
}
#landing-main .chimpy-reset input[type="text"] {
    width: 100%;
    background: #FFF;
    border: 0px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    padding: 0 5px;
	font-weight:normal;
}
#landing-main .chimpy-reset button {
    float: left;
    background: #54008b;
    color: #FFF;
    border: 0px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 10px;
    height: 38px;
    width: 100%;
    font-size: 24px;
	font-weight:normal;
	line-height:38px;
}
#landing-main .chimpy-reset button:before {
	content:"Download E-book";
	position:relative;	
}
#chimpy_signup_shortcode_error {
	color: #FFF;
    font-size: 20px;
    margin: 0 0 15px;
}
#landing-main .form-row input[type="text"] {
    width: 100%;
    background: #FFF;
    border: 0px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    padding: 0 5px;
}
#landing-main .form-row input[type="email"] {
    width: 100%;
    background: #FFF;
    border: 0px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    padding: 0 5px;
}
#landing-main .form-submit input[type="submit"] {
    float: left;
    background: #54008b;
    color: #FFF;
    border: 0px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 10px;
    height: 38px;
    width: 100%;
    font-size: 24px;
}
#landing-main .form-row {
    margin: 0 0 12px;
}
#landing-main ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
#landing-main ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
#landing-main :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
#landing-main :-moz-placeholder { /* Firefox 18- */
 color: #000;
}

@media (max-width: 767px) {
	#landing-main .col-left {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	}
	#landing-main .col-right {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	}
}

/* slider */

.slide-container {
	width: 100%;
	position: relative;
	float: left;
}
.slide-container .container-narrow {
	position: relative;
}
.slider {
	width: 100%;
	position: relative;
}
#slider {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#slider .flexslider {
	margin: 0;
	background: transparent;
	border: 0px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	zoom: 1;
}
#slider li {
	background: #5f7494;
	float: left;
	width: 100%;
}
#slider li img {
	width: 66%;
	float: left;
}
#slider li .slide-text {
	float: left;
	width: 34%;
	padding: 30px 16px 0;
}
#slider li .slide-text h2 {
	font-size: 43px;
	line-height: 45px;
	color: #FFF;
	font-weight: 800;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	margin: 0 0 12px;
	text-shadow: #4c5d76 2px 4px 0px;
}
#slider li .slide-text p {
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	margin: 0;
	width: 90%;
}
.flex-direction-nav {
	position: relative;
	top: 0;
	left: 0;
}
#slider .flex-prev {
	width: 50px;
	height: 50px;
	background: none;
	display: block;
	position: absolute;
	top: 50% !important;
	left: 10px;
	cursor: pointer;
	opacity: 1 !important;
}
#slider .flex-next {
	width: 50px;
	height: 50px;
	background: none;
	display: block;
	position: absolute;
	bottom: 17px;
	top: 50% !important;
	right: 10px;
	cursor: pointer;
	opacity: 1 !important;
}

@media (max-width: 991px) {
#slider li img {
	width: 60%;
}
#slider li .slide-text {
	width: 40%;
}
#slider li .slide-text h2 {
	font-size: 30px;
}
#slider li .slide-text p {
	font-size: 20px;
	width: 100%;
}
}

@media (max-width: 767px) {
#slider li img {
	width: 100%;
}
#slider li .slide-text {
	width: 100%;
	padding: 32px 16px;
}
#slider li .slide-text h2 {
}
#slider li .slide-text p {
	width: 100%;
}
}
/* posts */

.posts {
	width: 100%;
}
.post {
	width: 100%;
}
.posts .post {
	margin: 0 0 36px 0;
}
.entry-header {
	width: 100%;
	float:left;
	margin: 0;
}
.entry-header h1 {
	font-weight: normal;
	font-size: 28px;
	color: #000;
	text-transform:uppercase;
}
.entry-header h1 a {
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	color: #236d46;
}
.entry-header h1 a:hover {
	text-decoration: none;
}
.entry-content {
	width: 100%;
	font-size: 15px;
	margin: 0 0 6px 0;
}
.entry-content img {
	margin:0 0 20px;
}
.entry-footer {
	width: 100%;
	font-size:14px;
}
.entry-footer a {
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	color: #000;
}
.entry-footer a:hover {
	text-decoration: none;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0px !important;
    border: 0px !important;
}

/* posts-nav */

.posts-nav {
	clear: both;
	width: 100%;
}
#page-content .posts-nav li {
	float: left;
	clear:none;
	width:auto;
	list-style: none;
	margin: 0 20px 0 0;
}
/* sidebar */

.widget {
	width: 100%;
	margin: 0;
}
.widget h3 {
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 12px 0;
}
.widget ul {
	width: 100%;
	margin: 0;
}
.widget li {
	width: 100%;
	margin: 0 0 6px 0;
}
/* comments */

#respond {
	margin: 36px 0 0 0;
	width: 100%;
}
#comment {
	width: 500px;
	color: #000;
	font-size: 15px;
}
#submit {
}
#submit:hover {
}
#comments {
	margin: 36px 0 24px 0;
	width: 100%;
}
.commentlist {
	list-style: none;
	margin: 0;
	width: 100%;
}
.comment-author {
	margin: 0 0 12px 0;
	width: 100%;
	line-height: 2;
}
.comment-author cite {
	font-weight: bold;
}
.comment-author img {
	margin: 0 20px 0 0;
	float: left;
}
.comment-meta {
	margin: 0 0 18px 0;
	width: 100%;
}
.reply {
	font-weight: bold;
}



