/******************************************************************
Theme Name:		Scan Radiology
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=Fira+Sans:300,300italic,500,500italic,400,400italic,700);
/* Font Faces - END */

html, body {
	height: 100%;
}
body {
	margin: 0px;
}
body, p, td, ul, li {
	color: #0e0e0e;
	font-family: 'Fira Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.16176471em;
}
h1, h2, h3, h4, h5, h6 {
	color: #f58220;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 9px;
	padding: 0;
}
h1 {
	font-size: 3.52941176em;
}
h2 {
	font-size: 1.76470588em;
}
h3 {
	font-size: 1.41176471em;
}
h4 {
	font-size: 1.29411765em;
}
h5 {
	font-size: 1.17647059em;
}
h6 {
	font-size: 1em;
}
a {
	color: #f58220;
	outline: none;
	text-decoration: none;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
}
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 #d1d1d1;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1060px;
}
.main_header {
	background: #000;
}
.logo {
	float: left;
	padding: 26px 0;
	text-align: center;
}
.logo a, .logo img {
	line-height: 0;
}
.logo img {
	vertical-align: top;
}
.header_right {
	float: right;
	padding-top: 57px;
}
.header_contact_switch {
	display: none;
}
.header_box {
	border-right: 6px solid #4d4d4d;
	display: inline-block;
	vertical-align: top;
}
.header_box h6 {
	margin: 0;
}
.header_box p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.26375em;
	margin: 0;
}
.header_box h5 {
	background: url(library/images/icon_phone.png) no-repeat 0 4px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.26375em;
	margin: 0;
	padding-left: 17px;
}
.header_box h5 a {
	color: #fff;
}

.header_box_02 {
    display: none;
}

.header_box_01 {
	padding-right: 28px;
	padding-top: 18px;
}
.header_box_01 p {
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.header_box_02, .header_box_03 {
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 18px;
}
.header_box_04 {
	border-right: 0;
	padding: 8px 0 0 32px;
}
.header_box_04 ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.header_box_04 ul li {
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 16px;
	padding-left: 42px;
}
.header_box_04 ul li.billing {
	background-image: url(library/images/wallet-filled-money-tool.png);
}
.header_box_04 ul li.technology {
	background-image: url(library/images/icon-settings.png);
}
.header_box_04 ul li.caring {
	background-image: url(library/images/icon-heartcheck.png);
}
.header_box_04 ul li.referrals {
	background-image: url(library/images/interface.png);
}
.top_bar {
	background: #f58220;
	position: relative;
	z-index: 1010;
}
.top_menu {
	float: left;
}
.top_bar_parking {
	background: url(library/images/icon_parking.png) no-repeat left top;
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: normal;
	margin-top: 19px;
	padding: 8px 0 2px 48px;
}
.banner_area {
	overflow: hidden;
	position: relative;
}
.banner_readmore {
	background: url(library/images/button.png) no-repeat center top !important;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
}
.inner_banner {
	background: url(library/images/inner_banner/01.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner_button {
	float: right;
	padding: 37px 0 41px;
	width: 260px;
}
.banner_button a {
	font-size: 1.647059em;
	padding: 21px 30px 19px;
}
.inner_banner_inner {
	min-height: 120px;
	position: relative;
}
.inner_banner h1 {
	color: #fff;
	letter-spacing: -0.03em;
	margin: 0;
	padding-right: 290px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}
.inner_heading_simulator {
	left: 0;
	right: 0;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	visibility: hidden;
	z-index: -1;
}
.mainbody {
}
.mainbody_bg_top {
	background: url(library/images/mainbody_tl.png) no-repeat left top;
	margin: 0 auto;
	max-width: 1920px;
}
.mainbody_bg_bottom {
	background: url(library/images/mainbody_br.png) no-repeat bottom right;
	padding: 35px 0;
}
body.home .mainbody_bg_bottom {
	padding: 58px 0 66px;
}
.mainbody_inner {
	position: relative;
}
body.sidebar .mainbody_inner {
	padding-right: 360px;
}
.main_content {
	float: left;
	position: relative;
	width: 100%;
}
.main_sidebar {
	float: left;
	margin-right: -100%;
	padding-left: 100px;
	position: relative;
	width: 260px;
}
.sidebar_content {
	padding-top: 35px;
}
.main_footer {
	background: #000;
	border-bottom: 15px solid #f58220;
	color: #fff;
	padding: 103px 0 99px;
}
.main_footer p, .main_footer h6, .main_footer a {
	color: #fff;
}
.main_footer h3 {
	margin-bottom: 15px;
}
.main_footer h6 {
	font-size: 1.05882353em;
	margin-bottom: 3px;
	margin-top: 22px;
}
.main_footer .footer_col_2nd h6 {
	color: #f58220;
}
.main_footer p {
	margin-bottom: 0;
}
.footer_col_1st {
	float: left;
	position: relative;
	width: 33.301887%;
}
.footer_col_1st_inner {
	border-right: 6px solid #4d4d4d;
	padding: 0 7.082153% 0 0;
}
.footer_col_1st p {
	font-size: 15px;
}
.footer_col_2nd {
	float: left;
	width: 33.962264%;
}
.footer_col_2nd_inner {
	border-right: 6px solid #4d4d4d;
	padding: 0 5% 0 19.444444%;
}
.footer_col_2nd p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.64285714em;
	margin: 0;
}
.footer_col_3rd {
	float: right;
	width: 28.301887%;
}
.footer_col_3rd_inner {
	padding-top: 33px;
}
.footer_col_3rd_inner > div:first-child {
	padding: 0 0 39px 53px;
	max-width: 151px;
}

/* Homepage */
.home_box {
	*zoom: 1;
}
.home_box:before,
.home_box:after {
	content: "";
	display: table;
	line-height: 0;
}
.home_box:after {
	clear: both;
}
.home_box {
	list-style: none;
	margin: 22px 0 0 -1.886793%;
	padding: 0;
}
body.inner .home_box {
	margin-top: -28px;
}
.home_box > li {
	float: left;
	margin: 28px 0 0 1.851852%;
	width: 31.481481%;
}
.home_box > li a:before {
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	transition: visibility 1s ease 0s, opacity 1s ease 0s;
	-webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
	-moz-transition: visibility 1s ease 0s, opacity 1s ease 0s;
	-o-transition: visibility 1s ease 0s, opacity 1s ease 0s;
	visibility: hidden;
}
.home_box > li a:hover:before {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter:alpha(opacity=100);
	visibility: visible;
}
.home_box > li a {
	display: block;
	position: relative;
}

/* PDF Forms */

ul.pdf_link_list {
    list-style: none;
    margin: 40px 0px 0px 0px;
    padding: 0;
}

ul.pdf_link_list li {
    background: #f0f0f0 url("../../../wp-content/uploads/icon-pdf.png") no-repeat scroll 20px 20px;
    box-sizing: border-box;
  	display: block;
    float: left;
    font-weight: bold;
    margin: 2% 1%;
    padding: 20px 20px 20px 100px;
    width: 48%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
}

ul.pdf_link_list li p {
	font-size: 18px;
	font-weight: 700;
}

ul.pdf_link_list li span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

/* Accordion */
.accordion {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 23px;
}
.accordion-title {
	background: url(library/images/arrow.png) no-repeat 100% 39px;
	border-top: 1px solid #c2c2c2;
	cursor: pointer;
	margin: 23px 0 0;
	padding: 31px 40px 10px 0;
}
.accordion-title.open {
	color: #222;
}
.accordion-content {
	padding-bottom: 10px;
}

/* Contact Page */
.contact_table h3 {
	background: #f58220;
	margin: -5px -5px 0;
	padding: 15px 5px;
}
.contact_address {
	background: #f9d8bc;
	margin: 0 -5px;
	padding: 14px 5px 9px;
}

/* 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%;
}
div.ngg-galleryoverview {
	margin-top: 0;
}
div.ngg-gallery-thumbnail-box {
	margin: 0 0 15px 0.78125%;
	width: 24.414063%;
}
.ngg-galleryoverview div.ngg-gallery-thumbnail-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
div.ngg-gallery-thumbnail {
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
	float: none;
    padding: 4px;
}
div.ngg-gallery-thumbnail img {
	border: none;
	margin: 0;
	max-width: 100% !important;
	padding: 0;
}

/* Blog Page */
.post_list > article {
	border-top: 1px solid #bebdbd;
	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: #f58220;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: normal 24px/1 'Lato', sans-serif;
	padding: 13px 0 11px;
	text-align: center;
	text-transform: uppercase;
}
.pl_date span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 10px;
}
.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_right h1 a {
	color: #2f3590;
}
.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: 1px solid #bebdbd;
	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;
}
.pd_image {
	padding: 10px 0;
}
h1.single-title {
	font-size: 28px;
}

/* Sidebar Column */
.main_sidebar .sub-menu {
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.main_sidebar .sub-menu li {
	border-bottom: 1px solid #d1d1d1;
	display: block;
	list-style: none;
	*zoom: 1;
}
.main_sidebar .sub-menu li.last-menu-item {
	border-bottom: none;
}
.main_sidebar .sub-menu li.current-menu-item, .main_sidebar .sub-menu li.current-menu-parent {
	border-bottom: 7px solid #f58220;
}
.main_sidebar .sub-menu li a {
	color: #222;
	display: block;
	font: normal 1.647059em/1.2em 'Fira Sans', sans-serif;
	padding: 18px 0;
	text-decoration: none;
	text-transform: capitalize;
	*zoom: 1;
}
.main_sidebar .sub-menu li.first-menu-item a {
	padding-top: 0;
}
.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: #f58220;
}

/*********************
PREDEFINE STYLES
*********************/
.gform_wrapper {
	max-width: none;
}
.gform_wrapper ul li.form_security {
	margin-top: 25px;
}
.gform_wrapper .left_label .gfield_label, .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
	font-weight: normal;
	margin-right: 1.5%;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label, .g-recaptcha {
	margin-left: 30.5%;
}
.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
	margin-top: 4px;
}
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,
.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 {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #B7B7B7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #403c3e;
	display: inline-block;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
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: 30px;
	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: 30px;
	line-height: 18px;
	max-width: 100%;
    padding: 5px 8px;
	width: 250px;
}
input[type="submit"], button, body.woocommerce-page #content .gform_wrapper input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="submit"] {
	background: #f58220;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: bold 1.3em/1.2em 'Fira Sans', sans-serif;
	height: auto;
	padding: 12px 25px 11px;
	text-align: center;
	text-decoration: none;
}
input[type="submit"]:hover, button:hover, body.woocommerce-page #content .gform_wrapper input.button:hover {
	background: #f58220;
}
.button_style_1 {
	background: #f58220;
	color: #fff;
	display: inline-block;
	font: bold 1.3em/1.2em 'Fira Sans', sans-serif;
	padding: 12px 25px 11px;
	text-align: center;
	text-decoration: none;
}
.button_style_1:hover {
	background: #f58220;
	color: #fff;
	text-decoration: none;
}
.pdf_link, .doc_link {
	background: url(library/images/pdf.png) left top no-repeat;
	color: #1b1b1b;
	display: inline-block;
	font-weight: normal;
    padding: 4px 0 10px 53px;
	text-decoration: underline;
}
.doc_link {
	background: url(library/images/doc.png) left top no-repeat;
}
.testimonial {
	border-left: 13px solid #f58220;
	font: 300 1.5em/1em 'Lato', sans-serif;
	margin: 20px 0;
	padding-left: 32px;
}
.table_style_1 {
	background: #ebebea;
}
.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: #f58220;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	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: #f5f5f5;
}
.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;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1079px) {
	.main_header .center, .mainbody .center, .main_footer .center, .inner_banner .center {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_box_04 {
		padding-left: 10px;
	}
	.header_box p {
		font-size: 15px;
	}
	.header_box_01 p {
		margin-bottom: 9px;
	}
	.header_box_04 {
		padding-top: 3px;
	}
	.top_bar_parking {
		padding-right: 20px;
	}
	.mainbody_bg_top, .mainbody_bg_bottom {
		background: none;
	}
	body.home .mainbody_bg_bottom {
		padding: 35px 0;
	}
	.home_box {
		margin-top: 0;
	}
	.main_footer {
		border-bottom-width: 10px;
		padding: 55px 0 52px;
	}
}

@media (max-width: 1023px) {
	body, p, td, ul, li {
		font-size: 16px;
	}
	h1 {
		font-size: 2.25em;
	}
	.button_style_1 {
		font-size: 1.375em;
		padding: 14px 25px 13px;
	}
	.top_bar .center {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo {
		max-width: 180px;
		padding: 15px 0;
	}
	.header_right {
		padding-top: 34px;
	}
	.header_box_03 {
		border-right: none;
		padding-right: 0;
	}
	.header_box_04 {
		display: none;
	}
	.top_bar_parking {
		display: none;;
	}
	.inner_banner_inner {
		min-height: 90px;
	}
	.banner_button {
		padding: 27px 0;
		width: 220px;
	}
	.banner_button a {
	    padding: 14px 25px 13px;
	}
	.inner_banner h1 {
		padding-right: 245px;
	}
	body.inner .home_box {
		margin-top: -15px;
	}
	.home_box > li {
		margin-top: 15px;
	}
	body.sidebar .mainbody_inner {
		padding-right: 245px;
	}
	.main_sidebar {
		padding-left: 25px;
		width: 220px
	}
	.main_sidebar .sub-menu li a {
		font-size: 1.25em;
		padding: 12px 0;
	}
	.main_footer {
	    border-bottom-width: 7px;
	    padding: 35px 0 32px;
	}
	.footer_col_1st {
		width: 34.801887%;
	}
	.footer_col_1st p {
		font-size: 14px;
	}
	.footer_col_2nd_inner {
		padding: 0 5% 0 8.444444%;		
	}
	.footer_col_2nd p {
		font-size: 13px;
	}
	.footer_col_3rd_inner > div:first-child {
		margin: 0 auto;
		padding-left: 0;
	}
	.accordion-title {
		background-position: 100% 29px;
		margin: 13px 0 0;
		padding: 21px 40px 10px 0;
	}
}
@media (max-width: 800px) {
ul.pdf_link_list li {
    width: 100%; 
}
}
@media (max-width: 767px) {
	body, p, td, ul, li {
		font-size: 15px;
	}
	.g-recaptcha {
		margin-left: 0;
	}
	.gform_wrapper .left_label .gfield_label,
	.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
		display: block;
		float: none;
		margin: 0;
		padding: 0 0 3px;
		width: auto;
	}
	.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
		margin-left: 0;
		padding-left: 0;
	}
	.pl_footer_left {
		float: none;
	}
	.pl_footer_right {
		float: none;
		padding-top: 5px;
	}
	.pdf_link, .doc_link {
		font-size: 15px;
	}
	.testimonial {
		font-size: 1.3em;
		line-height: 1.2em;
		padding-left: 20px;
	}
	input[type="submit"], button, body.woocommerce-page #content .gform_wrapper input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="submit"],
	.button_style_1 {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 20px 9px;
	}
	.main_header {
		padding-bottom: 10px;
	}
	.logo {
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	.header_contact_switch:after {
		content: "\25BE";
		font-size: 18px;
		margin-left: 5px;
	}
	.header_contact_switch {
		color: #fff;
		cursor: pointer;
		display: block;
		font-weight: normal;
		text-align: center;
	}
	.header_right {
		display: none;
		float: none;
		padding: 5px 0 0;
	}
	.header_box {
		border-bottom: 1px solid #4d4d4d;
		border-right: none;
		display: block;
		min-height: 1px !important;
		padding: 5px 0;
		text-align: center;
	}
	.header_box_01 {
		border-top: 1px solid #4d4d4d;
	}
	.header_box h5 {
		display: inline-block;
	}
	.header_box p {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.header_box_01 p {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.header_box_04 {
		display: none;
	}
	.top_bar .center {
		padding: 0;
	}
	.top_menu {
		float: none;
	}
	.inner_banner_inner {
		min-height: 1px;
	}
	.banner_button {
		display: none;
	}
	.inner_banner h1 {
		padding: 20px 0 18px;
		margin: 0 !important;
	}
	.mainbody_bg_bottom, body.home .mainbody_bg_bottom {
		padding: 30px 0;
	}
	body.sidebar .mainbody_inner {
		padding-right: 0;
	}
	.main_content {
		float: none;
		width: auto;
	}
	.main_sidebar {
		border-top: 1px solid #d1d1d1;
		float: none;
		margin: 30px 0 0;
		padding: 8px 0 0;
		width: auto;
	}
	.main_sidebar .sub-menu li.current-menu-item, .main_sidebar .sub-menu li.current-menu-parent {
		border-bottom-width: 3px;
	}
	.main_sidebar .sub-menu li a {
		padding: 8px 0;
	}
	.main_footer {
		padding: 10px 0;
	}
	.main_footer .center > div {
		border-top: 1px solid #4d4d4d;
		float: none;
		width: auto;
	}
	.main_footer .center > div.footer_col_1st {
		border-top: none;
	}
	.main_footer .center > div > div {
		border-right: none;
		min-height: 1px !important;
		padding: 15px 0;
	}
	.main_footer h3 {
	    margin-bottom: 10px;
	}
	.main_footer h6 {
		margin-top: 12px;
	}
	.footer_col_2nd p {
		font-size: 13px;
		line-height: 1.3em;
	}
	.footer_col_3rd_inner > div:first-child {
		padding-bottom: 15px;
	}
	.footer_col_3rd_inner > div {
		text-align: center;
	}
	.footer_col_3rd_inner > div:first-child {
		max-width: 120px;
	}
	.footer_col_3rd_inner > div:first-child + div img {
		width: 200px;
	}
	table.contact_table td {
		padding: 0 5px 8px !important;
		width: auto !important;
	}
	.accordion-title {
	    background-position: 100% 21px;
		margin: 6px 0 0;
		padding: 16px 40px 10px 0;
	}
}

@media (max-width: 480px) {
	body, p, td, ul, li {
		font-size: 14px;
	}
	body .gform_wrapper .ginput_container input[type="text"],
	body .gform_wrapper .ginput_container input[type="password"],
	body .gform_wrapper .ginput_container input[type="datetime"],
	body .gform_wrapper .ginput_container input[type="datetime-local"],
	body .gform_wrapper .ginput_container input[type="date"],
	body .gform_wrapper .ginput_container input[type="month"],
	body .gform_wrapper .ginput_container input[type="time"],
	body .gform_wrapper .ginput_container input[type="week"],
	body .gform_wrapper .ginput_container input[type="number"],
	body .gform_wrapper .ginput_container input[type="email"],
	body .gform_wrapper .ginput_container input[type="url"],
	body .gform_wrapper .ginput_container input[type="search"],
	body .gform_wrapper .ginput_container input[type="tel"],
	body .gform_wrapper .ginput_container input[type="color"],
	body .gform_wrapper .ginput_container textarea.small,
	body .gform_wrapper .ginput_container textarea.medium,
	body .gform_wrapper .ginput_container textarea.large,
	body .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
	}
	.pdf_link, .doc_link {
		font-size: 14px;
		padding: 8px 0 10px 45px;
	}
	.testimonial {
		border-left-width: 7px;
		padding-left: 12px;
	}
	.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;
	}
}
@media (max-width: 380px) {
	.home_box {
		margin: 0 auto;
		max-width: 340px;
	}
	body.inner .home_box {
		margin-top: -10px;
	}
	.home_box > li {
		float: none;
		margin: 10px 0 0;
		width: auto;
	}
}

/*********************
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) {
}

/*********************
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: 20px;
}
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 {
	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 > a:before {
	background: #666;
	content: "";
	height: 29px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 1px;
}
nav.nav_collapse > ul > li > a {
	color: #fff;
	display: block;
	font: normal 18px/70px 'Fira Sans', sans-serif;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	*zoom: 1;
}
nav.nav_collapse > ul > li.first-menu-item a {
	background-image: url(library/images/icon_home.png);
	background-position: 50% 23px;
	background-repeat: no-repeat;
	font-size: 0px;
	height: 70px;
	line-height: 0px;
	text-indent: -999px;
	width: 27px;
}
nav.nav_collapse > ul > li.last-menu-item > a:before,
nav.nav_collapse > ul > li.current-menu-item > a:before, nav.nav_collapse > ul > li.current-menu-parent > a:before, nav.nav_collapse > ul > li:hover > a:before {
	display: none;
}
nav.nav_collapse > ul > li.current-menu-item > a, nav.nav_collapse > ul > li.current-menu-parent > a, nav.nav_collapse > ul > li:hover > a {
	background-color: #666;
}
nav.nav_collapse > ul ul {
	background: #666;
	display: none;
	position: absolute;
	width: 250px;
}
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;
	position: relative;
	*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: normal 19px/1.2 'Fira Sans', sans-serif;
	padding: 12px 5px 12px 16px;
	text-decoration: none;
	text-transform: capitalize;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition:none;
    transition: 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: #f58220;
}
nav.nav_collapse > ul ul ul {
	left: 100%;
	top: 0;
}

@media (max-width: 1023px) {
	nav.nav_collapse > ul > li {
		background-position: 100% 13px;
	}
	nav.nav_collapse > ul > li > a::before {
		height: 26px;
		top: 14px;
	}
	nav.nav_collapse > ul > li > a {
		line-height: 54px;
	}
	nav.nav_collapse > ul > li.first-menu-item a {
		background-position: center 14px;
		height: 54px;
	}
	nav.nav_collapse > ul ul li a {
		font-size: 18px;
	}
}

@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 a:before {
		display: none;
	}
	nav.nav_collapse ul li a, nav.nav_collapse > ul ul li a {
		color: #fff !important;
		font-size: 14px;
		height: auto;
		line-height: 1.2;
		padding: 8px 10px 8px 20px !important;
	}
	nav.nav_collapse > ul ul li a {
		padding: 8px 10px 8px 12% !important;
	}
	nav.nav_collapse > ul ul li li a {
		padding-left: 18% !important;
	}
	nav.nav_collapse ul li:hover > a, nav.nav_collapse ul li.current-menu-parent > a {
		background-color: transparent;
	}
	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-color: #666 !important;
	}
	nav.nav_collapse > ul > li.first-menu-item a, nav.nav_collapse > ul > li.first-menu-item:hover a:hover {
	    background-position: 25px 5px !important;
		height: 17px;
		width: auto;
	}
}

/*********************
BANNER SLIDESHOW
*********************/
div.ls-v5 .ls-bottom-slidebuttons {
	height: 13px;
    margin-left: -7.6%;
	top: -93px;
}
div.ls-v5 .ls-bottom-slidebuttons a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 17px;
	background: #fff;
	margin: 0 2px;
	vertical-align: top;
	width: 17px;
}
div.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, div.ls-v5 .ls-bottom-slidebuttons a:hover {
	background: #f58220;
}

@media (max-width: 1900px) {
	div.ls-v5 .ls-bottom-slidebuttons {
		top: -60px;
	}
}

@media (max-width: 1023px) {
	div.ls-v5 .ls-bottom-slidebuttons {
		top: -25px;
	}
	div.ls-v5 .ls-bottom-slidebuttons a {
		height: 12px;
		width: 12px;
	}
}

@media (max-width: 767px) {
	div.ls-v5 .ls-bottom-slidebuttons {
		display: none;
	}
}

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: 35px;
	line-height: 0px;
	margin: -17px 0 0;
  	opacity: 1;
  	filter: alpha(opacity=100);
	text-indent: -999px;
	width: 19px;
}
#slideshowpjcwrap div.slider-nav span.left {
	background: url(library/images/prev.png) no-repeat left top;
	left: 25px;
}
#slideshowpjcwrap div.slider-nav span.right {
	background: url(library/images/next.png) no-repeat left top;
	right: 25px;
}
#slideshowpjc {
	min-height: 1px;
}
#slideshowpjcwrap {
	margin-top: 0;
	margin-bottom: 0;
}
#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 {
	height: auto;
	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%;
	}
}

/*********************
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 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;
	}
}