/******************************************************************
Theme Name:		Axcis Build
Theme URI:		http://excitemedia.com.au/
Author:			ExciteMedia
Author URI:		http://excitemedia.com.au/
Version:		1.0
Tags:			fluid-layout, responsive-layout, accessibility-ready, microformats

License:		GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
*/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(http://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900);
/* Font Faces - END */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	min-width: 1024px;
}
body, p, td, ul, li {
	color: #171717;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	color: #074775;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	margin: 0 0 9px;
	padding: 0;
}
h1 {
	font-size: 59px;
	font-weight: 900;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
a {
	color: #00447b;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 9px;
	margin-top: 9px;
	padding: 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #d7d7d7;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}

.headshots{
	border: 1px solid #d7d7d7;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1024px;
}
.wrapper_outer {
	min-height: 100%;
	position: relative;
}
.main_bg {
	bottom: 130px;
	position: absolute;
	right: 0;
	top: 108px;
	width: 100%;
}
.main_bg_shadow {
	bottom: 0;
	background: url(library/images/shadow.png) no-repeat 100% 0;
	margin: 0 auto;
	max-width: 1400px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}
.main_bg .cycle-slideshow {
	position: static !important;
}
.main_bg .cycle-slideshow > div {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.slideshow_overlay {
	margin-top: -75px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
}
.slideshow_heading {
	color: #fff;
	font: normal 79px/1 'Lato', sans-serif;
	letter-spacing: 3px;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 0 28px;
	text-align: center;
	text-transform: uppercase;
}
.slideshow_button {
	margin: 0 auto;
	max-width: 1024px;
	text-align: center;
}
.slideshow_button a {
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 38px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.main_bg img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
#bg_prev, #bg_next {
	margin-top: -115px;
	position: absolute;
	top: 50%;
	z-index: 1001;
}
#bg_prev {
	cursor: pointer;
	left: 0;
}
#bg_next {
	cursor: pointer;
	right: 0;
}
.homepage_tagline_inner {
    border-left: 18px solid #00447b;
    float: right;
	margin: 93px 0 40px;
    padding-left: 15px;
    position: relative;
    z-index: 1000;
}
.homepage_tagline a {
	color: #fff;
	display: block;
	font: 900 62px/0.85 'Lato', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.homepage_tagline a:hover {
	color: #009fff;
}
.wrapper {
	min-height: 100%;
}
body.home .wrapper_inner {
	padding-bottom: 160px;
}
.top_bar {
	border-top: 9px solid #00447B;
	position: relative;
	overflow: hidden;
}
.top_bar_inner:before {
	border-left: 25px solid transparent;
	border-top: 25px solid #00447B;
	content: "";
	height: 0;
	left: -25px;
	position: absolute;
	top: 0;
	width: 0;
}
.top_bar_inner:after {
	background: #00447B;
	content: "";
	left: 100%;
	height: 25px;
	position: absolute;
	top: 0;
	width: 9999em;
}
.top_bar_inner {
	background: #00447B;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2em;
	padding: 0 0 0 11px;
	position: relative;
}
.top_bar_inner a {
	background: url(library/images/top_bar_divider.png) no-repeat 0 4px;
	color: #fff;
	display: inline-block;
	height: 19px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	padding: 0 9px 6px;
	text-transform: uppercase;
	vertical-align: top;
}
.top_bar_inner a:first-child {
	background: none;
	padding-left: 0;
}
.top_bar_inner a img {
	display: block;
	width: 19px;
}
.top_bar_inner a span {
	display: block;
	padding-top: 2px;
}
.main_header {
	background: #fff;
	position: relative;
	z-index: 1010;
}
.logo {
	float: left;
	padding: 13px 0 14px;
	text-align: center;
}
.logo a, .logo img {
	line-height: 0;
}
.logo img {
	vertical-align: top;
}
.top_menu {
	float: right;
	padding: 22px 0 0;
}
.inner_banner {
	background: url(library/images/banner_inner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner_banner h1 {
	color: #fff;
	margin: 0;
	padding: 53px 0 38px;
	text-transform: uppercase;
}
.mainbody {
	padding: 35px 0;
}
.mainbody_inner {
	position: relative;
}
body.sidebar .mainbody_inner {
	padding-right: 265px;
}
.main_content {
	float: left;
	min-height: 150px;
	position: relative;
	width: 100%;
}
.main_sidebar {
	float: left;
	margin-right: -100%;
	padding-left: 45px;
	position: relative;
	width: 220px;
}
.hidden-sidebar .main_sidebar.wrap {
    display: none;
}
.main_footer {
	background: #00447b;
	font-size: 0;
	padding: 20px 0;
}
body.home .main_footer {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.copyright {
	border-right: 1px solid #336995;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 30px 42px 22px 0;
	vertical-align: top;
}
.copyright a {
	color: #fff;
}
.footer_social {
	border-right: 1px solid #336995;
	display: inline-block;
	padding: 17px 32px 12px;
	vertical-align: top;
}
.footer_social a {
	float: left;
	margin-left: 13px;
}
.footer_social a:first-child {
	margin-left: 0;
}
.footer_social img {
	line-height: 0;
	vertical-align: top;
}
.footer_logo {
	display: inline-block;
	vertical-align: top;
}
.footer_logo a:first-child {
	border-right: 1px solid #336995;
	float: left;
	padding: 26px 26px 25px 22px;
}
.footer_logo a img {
	line-height: 0;
	vertical-align: top;
}
.footer_logo > img {
	float: left;
	padding: 11px 0 0 38px;
}

/* About Page */
.owner-photos > div {
    display: inline-block;
    padding: 10px;
}

.owner-photos .wp-caption-text span {
    display: block;
    padding: 0 4px;
    text-align: left;
}

.owner-name {
    color: #074775;
    font-weight: bold;
}
.owner-title {
    color: #626366;
    font-size: 12px;
    font-weight: bold;
    margin-top: -4px;
    text-transform: uppercase;
}

/* Contact Page */
.contact_us, .contact_form {
	*zoom: 1;
}
.contact_us:before, .contact_form:before,
.contact_us:after, .contact_form:after {
	content: "";
	display: table;
	line-height: 0;
}
.contact_us:after, .contact_form:after {
	clear: both;
}
.contact_us {
	list-style: none;
	margin: 0;
	padding: 0 357px 0 0;
	position: relative;
}
.contact_us > li:first-child {
	float: left;
	position: relative;
	width: 100%;
}
.contact_us > li:first-child + li {
	float: left;
	margin-right: -100%;
	padding-left: 60px;
	padding-top: 12px;
	position: relative;
	width: 297px;
}
.contact_form {
	background: #f9f9f9;
	padding: 50px 82px 52px 55px;
}
.contact_form .gform_wrapper {
	max-width: none;
}
.contact_form .gform_wrapper ul li.gfield {
	margin: 26px 0 0;
}
.contact_form .gform_wrapper ul li.gfield:first-child {
	margin-top: 0;
}
.contact_form .gform_wrapper .top_label .gfield_label {
	display: block;
	font-weight: 300;
	margin: 0 0 3px;
}
.contact_form .gform_wrapper .gfield_required {
	display: none;
}
.contact_form .gform_wrapper .top_label input.medium, .contact_form .gform_wrapper .top_label textarea.textarea {
    width: 100%;
}
.contact_form .gform_wrapper .top_label textarea.textarea {
	height: 195px;
}
.contact_form .gform_wrapper ul li.gfield_html {
	background: url(library/images/icon_info.png) no-repeat left top;
	float: left;
	font-size: 17px;
	margin-top: 53px;
	padding: 4px 0 1px 40px;
}
.contact_form .gform_wrapper .gform_footer {
	float: right;
	margin: 20px 0 0;
	padding: 0;
}
.contact_us > li:first-child + li ul {
	border: 1px solid #cacaca;
	list-style: none;
	margin: 30px 0 0;
	padding: 42px 18px 38px;
}
.contact_us > li:first-child + li ul:first-child {
	margin-top: 0;
}
.contact_us > li:first-child + li ul li {
	font-size: 17px;
	line-height: 1.70588235;
	margin-top: 18px;
	padding-top: 15px;
}
.contact_us > li:first-child + li ul li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.contact_us > li:first-child + li ul li:first-child + li {
	margin-top: 13px;
	padding-top: 0;
}
.contact_us > li:first-child + li ul li h6 {
	border-bottom: 1px solid #eaeaea;
	color: #302d2e;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 14px;
}
.contact_us > li:first-child + li ul li p {
	margin: 0;
}
.contact_us > li:first-child + li ul li {
	border-top: 1px solid #eaeaea;
}
.contact_us > li:first-child + li ul li:first-child, .contact_us > li:first-child + li ul li:first-child + li {
	border-top: none;
}
.contact_phone {
	background: url(library/images/icon_phone_grey.png) no-repeat 0 2px;
	padding-left: 25px;
}
.contact_email {
	background: url(library/images/icon_envelope_grey.png) no-repeat 0 6px;
	padding-left: 25px;
}
.contact_us > li:first-child + li ul:first-child + ul + ul li:first-child + li {
	margin-top: 34px;
}
.contact_us > li:first-child + li ul:first-child + ul + ul li:first-child + li a {
	display: inline-block;
	margin: 0 0 0 18px;
}
.contact_us > li:first-child + li ul:first-child + ul + ul li:first-child + li a:first-child {
	margin-left: 0;
}
.contact_us > li:first-child + li ul:first-child + ul + ul li:first-child + li a img {
	display: block;
}
.recaptcha_theme_clean #recaptcha_privacy {
	display: none;
}

/* Gallery Page */
.gallery {
	*zoom: 1;
}
.gallery:before,
.gallery:after {
	content: "";
	display: table;
	line-height: 0;
}
.gallery:after {
	clear: both;
}
.gallery {
}
.gallery .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
}
.gallery-columns-1 .gallery-item {
	width: 100%
}
.gallery-columns-2 .gallery-item {
	width: 49.9999%
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 24.9999%
}
.gallery-columns-5 .gallery-item {
	width: 19.9999%
}
.gallery .gallery-item .gallery-icon {
	padding: 5%;
}

/* Blog Page */
.post_list > article {
	border-top: 7px solid #ebeaef;
	padding: 38px 0 2px;
}
.post_list > article:first-child {
	border-top: none;
	padding-top: 0;
}
.pl_left {
	float: left;
	padding-top: 7px;
	width: 74px;
}
.pl_date {
	background: #d55f17;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: 300 12px/16px 'Lato', sans-serif;
	padding: 9px 0 7px;
	text-align: center;
	text-transform: uppercase;
}
.pl_date span {
	display: block;
	font-size: 38px;
	font-weight: normal;
	line-height: 40px;
}
.pl_comment {
	color: #49767f;
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
}
.pl_comment a {
	letter-spacing: -1px;
	text-decoration: underline;
}
.pl_right {
	padding-left: 100px;
}
.pl_right h1 {
	font-size: 28px;
	margin-bottom: 20px;
}
.pl_footer {
	padding-left: 100px;
	padding-top: 35px;
}
.pl_footer a {
	text-decoration: underline;
}
.pl_footer_left {
	float: left;
}
.pl_footer_right {
	float: right;
}
.social_sharing {
	padding: 10px 0;
}
.pagination {
	border-top: 7px solid #ebeaef;
	margin: 0;
	padding: 47px 0 19px;
	text-align: right;
}
.pagination ul {
	margin: 0;
}
.pagination li {
	border-right: none;
}
.pagination a, .pagination span {
	border-right: 1px solid #1b545f;
	font-size: 16px;
	font-weight: 300;
	min-width: 0;
	padding: 0 8px;
	text-decoration: underline;
}
.pagination .current {
	color: #f6931e;
	font-weight: bold;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	background: none;
}
.pagination a.next, .pagination span.next {
	border-right: none;
	padding: 0 0 0 15px;
}
.pagination a.prev, .pagination span.prev {
	padding: 0 15px 0 0;
}

/* Sidebar Column */
.main_sidebar .sub-menu {
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.main_sidebar .sub-menu li {
	border-top: 1px solid #eaeaea;
	display: block;
	list-style: none;
	*zoom: 1;
}
.main_sidebar .sub-menu li.first-menu-item {
	border-top: none;
}
.main_sidebar .sub-menu li a {
	color: #585858;
	display: block;
	font: 300 23px/28px 'Lato', sans-serif;
	padding: 15px 0;
	text-decoration: none;
	text-transform: uppercase;
	*zoom: 1;
}
.main_sidebar .sub-menu li.current-menu-item a, .main_sidebar .sub-menu li.current-menu-parent > a, .main_sidebar .sub-menu li a:hover {
	color: #00447b;
}

/*********************
PREDEFINE STYLES
*********************/
.gform_wrapper ul li.form_security {
	margin-top: 25px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #B7B7B7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #403c3e;
	display: inline-block;
	font: 300 18px/22px "Lato",sans-serif;
	margin: 0;
	max-width: 100%;
	padding: 17px 8px 16px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	height: 57px;
	width: 250px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
}
input[type="number"] {
	-moz-appearance: textfield;
}
textarea,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea,
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
	width: 400px;
}
select {
	border: 1px solid #B7B7B7;
	height: 57px;
	line-height: 18px;
	max-width: 100%;
    padding: 5px;
	width: 250px;
}
input[type="submit"], button, body.woocommerce-page #content div.gform_wrapper input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="submit"] {
	background: #336699;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 300 20px/24px 'Lato', sans-serif;
	height: auto;
	letter-spacing: 0.06em;
	padding: 17px 26px 16px;
	text-align: center;
	text-decoration: none;
}
input[type="submit"]:hover, button:hover {
	background: #00447b;
}
.button_style_1, .button_style_2 {
	background: #336699;
	color: #fff;
	display: inline-block;
	font: normal 18px/24px 'Lato', sans-serif;
	min-width: 100px;
	padding: 13px 25px 12px;
	text-align: center;
	text-decoration: none;
}
.button_style_2 {
	background: #707070;
}
.button_style_1:hover, .button_style_2:hover {
	background: #00447b;
	color: #fff;
	text-decoration: none;
}
.button_style_2:hover {
	background: #262626;
}
.pdf_link, .doc_link {
	background: url(library/images/pdf.png) left top no-repeat;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
    padding: 7px 0 7px 60px;
	text-decoration: underline;
}
.doc_link {
	background: url(library/images/doc.png) left top no-repeat;
}
.testimonial {
	font: 300 36px/1 'Lato', sans-serif;
	margin: 20px 0;
}
.table_style_1 {
	background: #ccdae5;
}
.table_style_1 td, .table_style_1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 5px 13px 30px;
	text-align: left;
}
.table_style_1 th {
	background: #00447b;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	padding: 12px 5px 12px 30px;
}
.table_style_1 tr td:first-child,
.table_style_1 tr th:first-child {
	border-left: none;
}
.table_style_1 tr:nth-child(2n) td {
	background: #99b4ca;
}

/*********************
NAVIGATION
*********************/
.extended_menu {
	cursor: pointer;
	display: none;
}
.extended_menu:hover {
	text-decoration: none;
}
.extended_menu .btn_navbar {
	background: url(library/images/menu_extend.png) center center no-repeat;
	float: right;
	height: 40px;
	width: 45px;
}
.btn_tip {
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 25px;
}
nav.nav_collapse ul {
	*zoom: 1;
}
nav.nav_collapse ul:before,
nav.nav_collapse ul:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.nav_collapse ul:after {
	clear: both;
}
nav.nav_collapse ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.nav_collapse > ul {
	float: right;
}
nav.nav_collapse > ul > li {
	background: url(library/images/menu_separator.png) no-repeat 100% 15px;
	float: left;
	margin: 0 0 0 -1px;
	position: relative;
}
nav.nav_collapse > ul > li.first-menu-item {
	margin-left: 0;
}
nav.nav_collapse > ul > li.last-menu-item {
	background: none;
}
nav.nav_collapse > ul > li > a {
	color: #626366;
	display: block;
	font: 300 18px/67px 'Lato', sans-serif;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	*zoom: 1;
}
nav.nav_collapse > ul > li.current-menu-item > a, nav.nav_collapse > ul > li.current-menu-parent > a {
	color: #00447b;
}
nav.nav_collapse > ul > li:hover > a {
	background: #0096d6;
	color: #fff;
}
nav.nav_collapse > ul ul {
	background: #0096d6;
	display: none;
	position: absolute;
	width: 200px;
}
nav.nav_collapse > ul > li > ul {
	left: 0;
	top: 100%;
}
nav.nav_collapse li:hover > ul {
	display: block;
}
nav.nav_collapse > ul ul li {
	border-top: 1px solid #ddd;
	display: block;
	*zoom: 1;
}
nav.nav_collapse > ul ul li:first-child {
	border-top: none;
}
nav.nav_collapse > ul ul li a {
	color: #fff;
	display: block;
	font: 300 18px/22px 'Lato', sans-serif;
	padding: 12px 5px 12px 15px;
	text-decoration: none;
	*zoom: 1;
}
nav.nav_collapse > ul ul li.current-menu-item > a, nav.nav_collapse > ul ul li.current-menu-parent > a, nav.nav_collapse > ul ul li:hover > a {
	background: #fff;
	color: #00447b;
}
nav.nav_collapse > ul ul ul {
	left: 100%;
	top: 0;
}

@media (min-width: 768px) {
	nav.nav_collapse {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.extended_menu {
		display: block;
	}
	.nav_collapse, .nav_collapse.collapse {
		display: none;
	}
	nav.nav_collapse ul {
		background: none !important;
		display: block !important;
		float: none !important;
		position: static !important;
		width: auto !important;
	}
	nav.nav_collapse ul li {
		background: none;
		border-top: 1px solid #ddd !important;
		display: block;
		float: none !important;
		margin: 0 !important;
		*zoom: 1;
	}
	nav.nav_collapse > ul > li.last-menu-item {
		border-bottom: 1px solid #ddd !important;
	}
	nav.nav_collapse ul li a, nav.nav_collapse > ul ul li a {
		color: #fff !important;
		height: auto;
		line-height: 24px;
		padding: 8px 10px 8px 25px !important;
	}
	nav.nav_collapse > ul ul li a {
		padding: 8px 10px 8px 12% !important;
	}
	nav.nav_collapse ul li:hover > a, nav.nav_collapse ul li.current-menu-parent > a {
		background: none;
	}
	nav.nav_collapse ul li.current-menu-item > a, nav.nav_collapse ul li:hover > a:hover,
	nav.nav_collapse ul li.current-cat > a {
		background: #00447b !important;
	}
}

/*********************
BANNER SLIDESHOW
*********************/
div.pjc-slideshow-container {
	margin: 0;
}
div.featured {
    background: none;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper {
	bottom: 7.5%;
	height: auto;
	right: 0;
	width: 100%;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper ul.orbit-bullets {
	bottom: auto;
	display: block;
	height: 14px;
	padding-left: 57px;
	text-align: center;
}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.pjc-slideshow-navbullets {
	background: url(library/images/nav.png) left top no-repeat;
	display: inline-block;
	float: none;
	height: 14px;
	margin: 0 2px;
	vertical-align: top;
	width: 14px;
}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.active {
	background-position: 0 -14px;
}
#slideshowpjcwrap div.slider-nav span {
	border: none;
	font-size: 0px;
	height: 121px;
	line-height: 0px;
	margin: -60px 0 0;
  	opacity: 1;
  	filter: alpha(opacity=100);
	text-indent: -999px;
	width: 59px;
}
#slideshowpjcwrap div.slider-nav span.left {
	background: url(library/images/prev.png) no-repeat left top;
	left: 0;
}
#slideshowpjcwrap div.slider-nav span.right {
	background: url(library/images/next.png) no-repeat left top;
	right: 0;
}
#slideshowpjc {
	min-height: 1px;
	position: static;
}
div.orbit > div {
	position: static;
}
#slideshowpjcwrap {
	margin-top: 0;
	margin-bottom: 0;
	position: static;
}
#slideshowpjcwrap .orbit-caption {
	bottom: 0;
	background: none;
	padding: 0;
}
#slideshowpjcwrap div.orbit-caption .slide_link {
	height: 62px;
	display: block;
	padding: 15px 110px 0 13px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 1px #94601f;
}
#slideshowpjcwrap img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: top;
	*zoom: 1;
}

/*********************
CONTACT PAGE
*********************/
.contact_row {
	*zoom: 1;
}
.contact_row:before,
.contact_row:after {
	display: table;
	content: "";
	line-height: 0;
}
.contact_row:after {
	clear: both;
}
.contact_row {
	padding: 0 0 5px;
}
.contact_label {
	float: left;
	line-height: 30px;
	width: 20%;
}
.contact_field {
	float: left;
	width: 79%;
}
.contact_row textarea {
	width: 400px;
}
input.wpcf7-captchar {
	max-width: 50px;
}

@media (max-width: 767px) {
	/* Contact Form */
	.contact_label {
		line-height: 20px;
	}
	.contact_label, .contact_field {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px) {
	.wpcf7-form .wpcf7-text, .wpcf7-form textarea {
		padding-left: 0;
		padding-right: 0;
    	width: 98%;
	}
}

/*********************
Our Work Project Listing
*********************/

table.axb-our-work-table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

table.axb-our-work-table tr:nth-child(2n) td{
	background: none;
}

table.axb-our-work-table h2{
    font-size: 28px;
}

.table_style_1.axb-our-work-table td {
    padding-top: 60px;
}

.table_style_1.axb-our-work-table td:first-child {
    padding: 0;
    padding-bottom: 60px;
    padding-top: 60px;
}

.table_style_1.axb-our-work-table tr:first-child td {
    padding-top: 0px;
}

.table_style_1.axb-our-work-table td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d7d7d7;
    padding-top: 60px;
    vertical-align: top;
}

.axb-our-work-table-project-view-project-button {
    border: 2px solid #074775;
    border-radius: 3px;
    color: #074775;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.7pt;
    margin-top: 10px;
    padding: 5px 25px;
    text-transform: uppercase;
}

/*********************
Our Work Project - Detail
*********************/

table.axb-project-detail-table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

table.axb-project-detail-table td:first-child {
    padding: 0;
    vertical-align: top;
}

.axb-project-detail-table td {
    vertical-align: top;
}

.axb-project-detail-table .flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    max-width: 634px;
    overflow: hidden;
}

.axb-project-detail-table .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#carousel .slides img{
	cursor: pointer;
	max-width: 172px;
}

#carousel.flexslider .slides > li {
    /*margin-right: 10px;
    width: auto !important;*/
}

.axb-project-detail-table .flexslider{
	margin: 0 0 25px;
}

.back-to-project-link {
    color: #074775;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.7pt;
    text-transform: uppercase;
}

.active-overlay {
	display: none;
    background: none repeat scroll 0 0 rgba(61, 61, 61, 0.56);
    height: 113px;
    position: absolute;
    width: 172px;
}

.flex-active-slide .active-overlay{
	display: block;
}

.active-overlay > img {
    height: 42px !important;
    margin: auto;
    padding-top: 35px;
    width: 42px !important;
}
#slider .full-screen-image {
    height: 17px !important;
    left: 597px;
    position: absolute;
    top: 20px;
    width: 17px !important;
}

#slider .slides li {
    position: relative;
}


/* Direction Nav */
.axb-project-detail-gallery-container #carousel .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev {left: 5px;}
.axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.axb-project-detail-table .axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-next {
    background: none repeat scroll 0 0 #bababb;
    border-left: 10px solid #fff;
    color: #fff;
    font-size: 39px;
    font-weight: lighter;
    height: 113px;
    margin: 0;
    opacity: 1 !important;
    padding-top: 30px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    top: 0;
    vertical-align: middle;
    width: 45px;
}

#carousel .flex-viewport {
    margin: 0 45px 0 55px;
}

#slider .flex-direction-nav{
	display: none;
}

.axb-project-detail-table .axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev {
    background: none repeat scroll 0 0 #bababb;
    border-right: 10px solid #fff;
    color: #fff;
    font-size: 39px;
    font-weight: lighter;
    height: 113px;
    margin: 0;
    opacity: 1 !important;
    padding-top: 30px;
    left: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    top: 0;
    vertical-align: middle;
    width: 45px;
}

.axb-project-detail-table .axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-next:after {
    content: "" !important;
}

.flex-direction-nav a.flex-next:before{
	content: "" !important;
}

.axb-project-detail-table .axb-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev:after {
    content: "" !important;
}

.flex-direction-nav a.flex-prev:before{
	content: "" !important;
}


/*********************
INLINE CTA
*********************/

.cta { margin-bottom:35px;margin-top:25px;border-top: solid 1px silver;padding-top: 35px; }
.txt { float:left;font-size:24px;width:70%;margin-top: 10px;}
.btn { float:left;font-size:18px;background:#064579; padding:15px; border-radius:5px;font-weight: 900;margin-left: 45px; }

.btn a { text-align:center;color:#fff;}




/*********************
WOOCOMMERCE
*********************/
/* Product Categories Widget */
.product_categories h3 {
	background: rgb(101,152,199); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(101,152,199,1) 0%, rgba(41,91,156,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,152,199,1)), color-stop(100%,rgba(41,91,156,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6598c7', endColorstr='#295b9c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	float: left;
	font: bold 13px/60px 'kelson_sans', sans-serif;
	margin: 0;
	padding: 0 15px;
}
ul.product-categories {
	*zoom: 1;
}
ul.product-categories:before,
ul.product-categories:after {
	content: "";
	display: table;
	line-height: 0;
}
ul.product-categories:after {
	clear: both;
}
ul.product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.product-categories li {
	position: relative;
}
ul.product-categories > li {
	background: url(library/images/menu_separator.png) no-repeat 100% 12px;
	float: left;
	margin: 0 0 0 -1px;
}
ul.product-categories > li.cat_item_first {
	margin: 0;
}
ul.product-categories > li.cat_item_last {
	background: none;
}
ul.product-categories > li:hover > a {
	background: #2f77aa;
}
ul.product-categories > li > a {
	color: #fff;
	display: block;
	font: bold 13px/1.2 'kelson_sans', sans-serif;
	height: 45px;
	padding: 15px 32px 0 20px;
	text-decoration: none;
	*zoom: 1;
}
ul.product-categories > li > a span {
	display: block;
}
ul.product-categories ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
ul.product-categories > li > ul {
	background: #2f77aa;
	left: 0;
	top: 100%;
	width: 200px;
}
ul.product-categories > li:hover > ul {
	display: block;
}
ul.product-categories > li > ul li {
	border-top: 1px solid #bbd4e9;
	display: block;
	*zoom: 1;
}
ul.product-categories ul li a {
	color: #c1d6e6;
	display: block;
	font: bold 13px/1.2 'kelson_sans', sans-serif;
	padding: 10px 5px 10px 20px;
	text-decoration: none;
	*zoom: 1;
}
ul.product-categories > li > ul li a:hover, ul.product-categories > li > ul li.current-cat a {
	background: #304e76;
	color: #fff;
}
ul.product-categories > li > ul ul {
	left: 100%;
	top: 0;
}

/* Featured Products Widget */
.featured_products ul.product_list_widget {
	*zoom: 1;
}
.featured_products ul.product_list_widget:before,
.featured_products ul.product_list_widget:after {
	content: "";
	display: table;
	line-height: 0;
}
.featured_products ul.product_list_widget:after {
	clear: both;
}
.featured_products h3 {
	color: #6598C6;
	font-size: 23px;
	padding-bottom: 22px;
}
.featured_products h3 span {
	color: #193966;
}
.featured_products ul.product_list_widget {
	position: relative;
}
.featured_products ul.product_list_widget li {
	border: 1px solid #d0c6b5;
	float: left;
	margin: 0 0 0 19px;
	padding: 0;
	width: 219px;
}
.featured_products ul.product_list_widget li:first-child {
	margin-left: 0;
}
.featured_products ul.product_list_widget li:first-child + li + li + li {
	margin-left: 18px;
}
.featured_products a.featured_thumb {
	background: #fff;
	border-bottom: 1px solid #d0c6b5;
	height: 183px;
	line-height: 183px;
	padding: 7px;
	text-align: center;
}
.woocommerce .featured_products a.featured_thumb img,
.woocommerce-page .featured_products a.featured_thumb img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	line-height: 0;
	margin: 0;
	max-height: 183px;
	width: auto;
}
.featured_info {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 16px 13px 12px 14px;
}
.featured_icon {
	float: left;
	padding-right: 8px;
	width: 43px;
}
.woocommerce ul.product_list_widget li .featured_icon img,
.woocommerce-page ul.product_list_widget li .featured_icon img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: auto;
}
.featured_info_middle {
	float: left;
	max-width: 125px;
	padding-top: 1px;
}
.woocommerce ul.product_list_widget li a.featured_title,
.woocommerce-page ul.product_list_widget li a.featured_title {
	color: #6598C6;
	display: inline-block;
	font: bold 16px/20px 'kelson_sans', sans-serif;
	margin-bottom: 2px;
}
.woocommerce ul.product_list_widget li a.featured_more,
.woocommerce-page ul.product_list_widget li a.featured_more {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.woocommerce .featured_products ul.product_list_widget li a.add_to_cart_button,
.woocommerce-page .featured_products ul.product_list_widget li a.add_to_cart_button {
	background: url(library/images/cart_blue.png) no-repeat left top;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: right;
	font-size: 0px;
	height: 16px;
	line-height: 0px;
	margin: 12px 0 0;
	padding: 0;
	text-indent: -999px;
	width: 15px;
}

/* General Styles over pages */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,
.woocommerce table.cart input.button, .woocommerce #content table.cart input.button, .woocommerce-page table.cart input.button, .woocommerce-page #content table.cart input.button {
	border-width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	height: 30px;
	line-height: 22px;
	height: 30px;
    padding: 4px 15px;
	text-shadow: none !important;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	height: 30px;
}
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
	color: #000;
}
.amount {
	font-size: 32px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 2px;
}
.price del .amount {
	font-size: 18px;
	line-height: 24px;
}
.amount span {
	letter-spacing: -1px;
	line-height: 34px;
	vertical-align: top;
}
.amount span.amount_type {
    font-size: 18px;
	line-height: 14px;
}
.price del span {
	color: #000;
	font-size: 18px;
}
.price del span.amount_type {
	font-size: 10px;
}
.price ins {
	text-decoration: none;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding-left: 0;
	padding-right: 0;
}

/* Category List Page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none !important;
	margin: 0;
	width: auto !important;
}
body.woocommerce-page ul.products li.product-category a img {
	display: none;
}
li.product-category mark {
	background: none;
}

/* Product List Page */
.products li.product_wrapper {
	margin-bottom: 37px;
}
.main_area_container {
	background: #f7f7f7;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.left_area_containet {
	float: left;
	padding: 10px;
	position: relative;
	width: 200px;
}
.left_area_containet a, .left_area_containet img {
	line-height: 0;
	vertical-align: top;
}
.right_area_containet {
	padding: 10px 10px 15px 220px;
}
.main_right a.product_list_icon {
	float: left;
	padding: 0;
}
.main_right a.product_list_icon img {
	display: block;
}
.main_right h2 {
	clear: none;
    font-size: 24px;
    line-height: 30px;
    padding: 8px 0 5px 55px;
    margin-bottom: 15px;
}
.main_right h2 a {
	text-decoration: none;
}
.button_area {
	overflow: hidden;
    padding-top: 15px;
 }
.button_area .amount {
	padding: 0;
}
.pl_price {
    float: left;
}
.pl_add_to_cart {
	float: right;
	padding-bottom: 20px;
}
.woocommerce div.product .pl_add_to_cart form.cart {
	margin: 0;
}
.woocommerce-page .pl_add_to_cart .quantity {
	float: left;
}
.woocommerce-page .pl_add_to_cart button {
	margin: 0 0 0 4px;
}
.pl_readmore {
	clear: right;
	float: right;
}

/* Product Detail Page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 41%;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: 600px;
}
body.woocommerce div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce-page #content div.product div.summary {
	width: 55%;
}
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
	clear: both;
}
.product_detail_icon {
	float: left;
}
.product_detail_icon img {
	display: block;
}
.product_detail_title {
	display: block;
	padding: 6px 0 3px 55px;
}

/* Cart Page */
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: auto;
}
.shop_table .amount span.amount_type, .cart_totals .amount span.amount_type {
    font-size: 11px;
    line-height: 12px;
    padding-right: 2px;
}
.shop_table .amount span, .cart_totals .amount span {
    font-size: 16px;
    line-height: 20px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding-bottom: 3px;
}

@media (max-width: 979px) {
	/* Product Categories Widget */
	.product_categories h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.product-categories > li > a {
		padding-left: 10px;
		padding-right: 12px;
	}
	ul.product-categories ul li a {
		padding-left: 10px;
	}
	
	/* Featured Products Widget */
	.featured_products ul.product_list_widget {
		margin: 0 auto;
		width: 461px;
	}
	.featured_products ul.product_list_widget li {
		margin-bottom: 19px;
	}
	.featured_products ul.product_list_widget li:first-child + li + li {
		margin-left: 0;
	}
	.featured_products ul.product_list_widget li:first-child + li + li + li {
		margin-left: 19px;
	}
	
	/* Product List Page */
	.pl_price {
		padding-bottom: 10px;
	}
	.pl_add_to_cart, .pl_readmore {
		clear: left;
		float: left;
	}
	
	/* Cart Page */
	th.product-thumbnail, td.product-thumbnail {
		display: none;
	}
}

@media (max-width: 767px) {
	/* Product Categories Widget */
	.product_categories h3 {
		display: none;
	}
	ul.product-categories li a, ul.product-categories ul li a {
		color: #fff;
		height: auto;
		line-height: 24px;
		padding: 8px 10px 8px 25px;
	}
	ul.product-categories ul li a {
		padding: 8px 10px 8px 12%;
	}
	ul.product-categories > li > a span {
		display: inline;
	}
	
	/* Featured Products Widget */
	.featured_products ul.product_list_widget {
		max-width: 221px;
		width: auto;
	}
	.featured_products ul.product_list_widget li {
		float: none;
		margin-left: 0 !important;
		width: auto;
	}
	
	/* Product List Page */
	.left_area_containet {
		float: none;
		text-align: center;
		width: auto;
	}
	.left_area_containet img {
		max-width: 250px !important;
	}
	.right_area_containet {
		padding-left: 10px;
	}
	.pl_add_to_cart, .pl_readmore {
		clear: right;
		float: right;
	}
	.pl_add_to_cart {
		clear: none;
	}
	
	/* Product Detail Page */
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
		width: auto !important;
	}
	body.woocommerce div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce-page #content div.product div.summary {
		width: 100%;
	}
	
	/* Cart Page */
	body.woocommerce table.cart .product-price, body.woocommerce #content table.cart .product-price, body.woocommerce-page table.cart .product-price, body.woocommerce-page #content table.cart .product-price {
		display: none;
	}
	.woocommerce .cart-collaterals .cart_totals > table, .woocommerce-page .cart-collaterals .cart_totals > table {
		width: 100%;
	}
	
	/* Checkout Page */
	body.woocommerce .col2-set .col-1, body.woocommerce-page .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
}

@media (max-width: 480px) {
	/* Featured Products Widget */
	.featured_products ul.product_list_widget {
		max-width: none;
	}
	
	/* Product List Page */
	.main_right h2 {
		margin-bottom: 15px;
	}
	.button_area ins {
		display: block;
	}
	.pl_price {
		width: 100%;
	}
	.pl_add_to_cart {
		float: left;
		padding: 10px 0 15px;
	}
	.pl_readmore {
		clear: left;
		float: left !important;
		margin: 8px 0 0;
	}
	/* Cart Page */
	.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button,
	.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
		display: block;
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
	body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce #content table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text, body.woocommerce-page #content table.cart td.actions .coupon .input-text,
	body.woocommerce .cart .button, body.woocommerce .cart input.button, body.woocommerce-page .cart .button, body.woocommerce-page .cart input.button {
		float: none;
	}
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1180px) {
	.homepage_tagline a {
		font-size: 50px;
	}
	.homepage_tagline_inner {
		margin-right: 60px;
	}
}

@media (max-width: 1040px) {
	body {
		min-width: 1px;
	}
	.main_header .center, .inner_banner .center, .mainbody .center {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_bg {
		bottom: 149px;
	}
	#bg_prev, #bg_next {
		margin-top: -80px;
		width: 35px;
	}
	.slideshow_overlay {
		margin-top: -61px;
	}
	.slideshow_heading {
		font-size: 56px;
	}
	.slideshow_button a {
		font-size: 15px;
		line-height: 34px;
		padding: 0 18px;
	}
	nav.nav_collapse > ul > li > a {
		font-size: 14px;
		padding: 0 8px;
	}
	nav.nav_collapse > ul ul li a {
		padding-left: 8px;
	}
	.homepage_tagline_inner {
		margin-right: 50px;
	}
	.homepage_tagline a {
		font-size: 40px;
	}
	.main_footer {
		padding: 20px 0 10px;
	}
	.main_footer .center {
		max-width: 600px;
		text-align: center;
	}
	.copyright {
		padding: 11px 25px 9px 0;
	}
	.footer_social {
		border-right: none;
		padding: 10px 0 0 25px;
	}
	.footer_social a {
		margin-left: 5px;
	}
	.footer_social img {
		width: 40px;
	}
	.footer_logo a:first-child {
		border-right: none;
		padding: 10px 26px 10px 0;
	}
	.footer_logo > img {
		padding: 0 0 0 38px;
		width: 130px;
	}
	.contact_us {
		padding-right: 347px;
	}
	.contact_us > li:first-child + li {
		padding-left: 50px;
	}
	.contact_form {
		padding: 30px;
	}
}

@media (max-width: 1024px) {
	.recaptcha_theme_clean #recaptcha_logo {
		display: none;
	}
	.recaptcha_theme_clean tr td:first-child + td + td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.recaptcha_theme_clean td.recaptcha_image_cell {
		width: 222px !important;
	}
	.recaptcha_theme_clean #recaptcha_image {
		height: auto !important;
		width: 220px !important;
	}
	.recaptcha_theme_clean #recaptcha_image #recaptcha_challenge_image {
		width: 220px !important;
	}
	.recaptcha_theme_clean #recaptcha_response_field {
		width: 222px !important;
	}
	.contact_us {
		padding-right: 322px;
	}
	.contact_us > li:first-child + li {
		padding-left: 25px;
	}
	.contact_form {
		margin-top: 25px;
		padding: 20px;
	}
	.contact_form .gform_wrapper ul li.gfield {
		margin: 10px 0 0;
	}
	.contact_form .gform_wrapper ul li.gfield_html {
		margin-top: 20px;
	}
	.contact_form .gform_wrapper ul li.gfield_html {
		font-size: 16px;
	}
	.contact_form .gform_wrapper .gform_footer {
		margin-top: 20px;
	}
}

@media (max-width: 979px) {
	body, p, td, ul, li {
		font-size: 17px;
	}
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
	.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
	.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium,
	select {
		height: 42px;
		padding: 11px 8px 9px;
		width: 250px;
	}
	input[type="submit"], button, body.woocommerce-page #content div.gform_wrapper input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 18px;
		line-height: 22px;
		padding: 11px 20px 9px;
	}
	.logo img {
		max-width: 350px;
	}
	body.sidebar .inner_banner h1 {
		padding-right: 290px;
	}
	body.sidebar .mainbody_inner {
		padding-right: 245px;
	}
	.main_sidebar {
		padding-left: 25px;
	}
	.homepage_tagline_inner {
		border-left-width: 10px;
		padding-left: 10px;
	}
	.homepage_tagline a {
		font-size: 30px;
	}
	.main_bg_shadow {
		background-position: 100% 40px;
		-webkit-background-size: 40% auto;
		-moz-background-size: 40% auto;
		-o-background-size: 40% auto;
		background-size: 40% auto;
	}
}

@media (max-width: 767px) {
	body, p, td, ul, li {
		font-size: 15px;
	}
	.gform_wrapper .left_label .gfield_label {
		display: block;
		float: none;
		padding: 0 0 3px;
		width: auto;
	}
	.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
		padding-left: 0;
	}
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
	.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
	.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium,
	select {
		height: 36px;
		padding: 9px 8px;
		width: 250px;
	}
	input[type="submit"], button, body.woocommerce-page #content div.gform_wrapper input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 16px;
		line-height: 20px;
		padding: 9px 15px 7px;
	}
	.pl_footer_left {
		float: none;
	}
	.pl_footer_right {
		float: none;
		padding-top: 5px;
	}
	.recaptcha_theme_clean #recaptcha_logo, .recaptcha_theme_clean #recaptcha_privacy {
		display: none;
	}
	.recaptcha_theme_clean tr td:first-child + td + td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.recaptcha_theme_clean td.recaptcha_image_cell {
		width: 222px !important;
	}
	.recaptcha_theme_clean #recaptcha_image {
		height: auto !important;
		width: 220px !important;
	}
	.recaptcha_theme_clean #recaptcha_image #recaptcha_challenge_image {
		width: 220px !important;
	}
	.recaptcha_theme_clean #recaptcha_response_field {
		width: 222px !important;
	}
	.main_bg {
		top: 93px;
	}
	.slideshow_overlay {
		margin-top: -45px;
	}
	.slideshow_heading {
		font-size: 40px;
		letter-spacing: 1px;
		padding-bottom: 15px;
	}
	.slideshow_button a {
		font-size: 13px;
		line-height: 30px;
		padding: 0 15px;
	}
	.top_bar {
		border-top-width: 4px;
	}
	.top_bar_inner::before {
		border-left-width: 22px;
		border-top-width: 22px;
		left: -22px;
	}
	.top_bar_inner {
		font-size: 11px;
	}
	.top_bar_inner a {
		height: 16px;
	}
	.main_header {
		background: none;
	}
	.main_header .center {
		padding: 0;
	}
	.logo {
		background: #fff;
		float: none;
		padding: 10px 0;
	}
	.top_menu {
		background: url(library/images/mobile_menu.png) repeat left top;
		float: none;
		padding: 0;
	}
	.homepage_tagline_inner {
		margin-right: 20px;
		margin-top: 70px;
	}
	.homepage_tagline a {
		font-size: 24px;
	}
	body.home .top_menu {
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
	}
	body.inner .top_menu {
		background: #626366;
	}
	#bg_prev, #bg_next {
		display: none;
	}
	h1 {
		font-size: 32px;
	}
	body.sidebar .mainbody_inner {
		padding: 0;
	}
	.main_content {
		float: none;
		width: auto;
	}
	body.sidebar .main_content {
		padding-bottom: 30px;
	}
	.main_sidebar {
	    border-bottom: 1px solid #eaeaea;
	    border-top: 1px solid #eaeaea;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.main_sidebar .sub-menu li a {
		font-size: 18px;
		padding: 8px 0;
	}
	.main_footer {
		padding: 15px 0 10px;
	}
	.copyright {
		border-right: none;
		display: block;
		padding: 0 0 10px;
	}
	.copyright span {
		display: block;
	}
	.copyright span.mobile_hidden {
		display: inline;
	}
	.footer_social {
		display: block;
		margin: 0 auto;
		padding: 0 0 10px;
		width: 69px;
	}
	.footer_social img {
		width: 32px;
	}
	.footer_logo {
		padding-top: 0;
	}
	.footer_logo a:first-child {
		padding: 8px 0;
	}
	.footer_logo a img {
		width: 160px;
	}
	.footer_logo > img {
		padding-left: 15px;
		width: 100px;
	}
	.contact_us {
		padding-right: 0;
	}
	.contact_us > li:first-child {
		float: none;
		width: auto;
	}
	.contact_us > li:first-child + li {
		float: none;
		margin: 30px 0 0;
		padding: 0;
		width: auto;
	}
	.contact_us > li:first-child + li ul {
		margin-top: 20px;
		padding: 20px 15px;
	}
	.contact_us > li:first-child + li ul li {
		font-size: 15px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.contact_us > li:first-child + li ul li:first-child {
		padding-bottom: 8px;
	}
	.contact_us > li:first-child + li ul:first-child + ul + ul li:first-child + li {
		margin-top: 15px;
	}
	.contact_form .gform_wrapper .top_label textarea.textarea {
		height: 150px;
	}
	.contact_phone {
		background-position: 0 0;
	}
	.contact_email {
		background-position: 0 3px;
	}

/*********************
INLINE CTA
*********************/

.cta { margin-bottom:35px;margin-top:25px;border-top: solid 1px silver;padding-top: 35px; }
.txt {   float: left;
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 64%; }

.btn { float:left;font-size:18px;background:#064579; padding:15px; border-radius:5px;font-weight: 900;margin-left: 45px; }

.btn a { text-align:center;color:#fff; margin-top: 20px;}



}

@media (max-width: 480px) {
	body, p, td, ul, li {
		font-size: 14px;
	}
	.gform_wrapper .ginput_container input[type="text"],
	.gform_wrapper .ginput_container input[type="password"],
	.gform_wrapper .ginput_container input[type="datetime"],
	.gform_wrapper .ginput_container input[type="datetime-local"],
	.gform_wrapper .ginput_container input[type="date"],
	.gform_wrapper .ginput_container input[type="month"],
	.gform_wrapper .ginput_container input[type="time"],
	.gform_wrapper .ginput_container input[type="week"],
	.gform_wrapper .ginput_container input[type="number"],
	.gform_wrapper .ginput_container input[type="email"],
	.gform_wrapper .ginput_container input[type="url"],
	.gform_wrapper .ginput_container input[type="search"],
	.gform_wrapper .ginput_container input[type="tel"],
	.gform_wrapper .ginput_container input[type="color"],
	.gform_wrapper .ginput_container textarea {
		width: 100%;
	}
	.recaptcha_theme_clean td.recaptcha_image_cell {
		width: 202px !important;
	}
	.recaptcha_theme_clean #recaptcha_image {
		height: auto !important;
		width: 200px !important;
	}
	.recaptcha_theme_clean #recaptcha_image #recaptcha_challenge_image {
		width: 200px !important;
	}
	.recaptcha_theme_clean #recaptcha_response_field {
		width: 202px !important;
	}
	.pdf_link, .doc_link {
		padding-left: 40px;
	}
	.gallery .gallery-item {
		width: 100%;
	}
	.pl_left {
		float: none;
	}
	.pl_right {
		padding-left: 0;
		padding-top: 10px;
	}
	.pl_right h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.pl_footer {
		padding-left: 0;
	}
	.pl_footer_left {
		font-size: 14px;
	}
	h1 {
		font-size: 26px;
	}
	.inner_banner h1 {
		padding: 30px 0;
	}
	.slideshow_overlay {
		margin-top: -34px;
	}
	.slideshow_heading {
		font-size: 30px;
		letter-spacing: 1px;
		padding-bottom: 10px;
	}
	.slideshow_button a {
		font-size: 11px;
		line-height: 22px;
		padding: 0 12px;
	}
	.homepage_tagline a {
		font-size: 20px;
	}
	.contact_form {
		padding: 10px;
	}
	.contact_us > li:first-child + li ul li {
		font-size: 14px;
	}
	.contact_form .gform_wrapper .top_label textarea.textarea {
		height: 120px;
	}

/*********************
INLINE CTA
*********************/

.cta { text-align:center;margin-bottom:35px;margin-top:25px;border-top: solid 1px silver;padding-top: 35px; }
.txt { float: left;
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 90%;}

.btn { float:left;font-size:18px;background:#064579; padding:15px; border-radius:5px;font-weight: 900;margin-left: 5px!important; width:90%; }

.btn a { text-align:center;color:#fff; margin-top: 20px;}



}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* Responsive Table */
@media (max-width: 767px) {
	/* Force table to not be like tables anymore */
	.notable, .table_style_1,
	.notable thead, .table_style_1 thead,
	.notable tbody, .table_style_1 tbody,
	.notable th, .table_style_1 th,
	.notable td, .table_style_1 td,
	.notable tr, .table_style_1 tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th, .table_style_1 thead tr, .table_style_1 th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable td, .table_style_1 td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before, .table_style_1 td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}	 
	/* Label the data */
	.notable td:before, .table_style_1 td:before {
		content: attr(data-heading);
	}

	/* Table Style 1 */
	.table_style_1 td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.table_style_1 tr td:first-child {
		padding-top: 10px !important;
	}
}