/* # Polymed Theme  
Theme Name: Polymed Theme   
Theme URI: http://99pixels.com
Description: This is the Polymed Theme created for the Genesis Framework.
Author: Miso
Author URI: http://99pixels.com
Template: genesis  
Template Version: 1.0.0  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


@import url("style-custom.css");


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*font-family: 'Montserrat', sans-serif;*/
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #737375;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height:22px;
	margin: 0 auto;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1685cb;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #34383e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c6c6c6;
	color: #333;
	outline-style: none;
	font-size: 11px;
	font-weight: 300;
	padding: 3.5px 7px 3.5px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #5f5f5f;
	font-weight: 300;
	opacity: 1;
	font-size:11.86px;
}

::-webkit-input-placeholder {
	color:#5f5f5f;
	font-weight: 300;
	font-size:11.86px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #1685cb;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	text-transform: uppercase;
	width:auto;
	font-size:12px !important;
	padding:6px 12px;
	float:left;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.woocommerce-page input.button,
.woocommerce input.button,
.footer-widgets .button {
	background: #1685cb !important; 
	color: #fff !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.woocommerce-page input.button:hover,
.woocommerce input.button:hover,
.button:hover {
	background: #1c3a76 !important;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #1c3a76;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.home .site-inner
{
	max-width:100%;
	padding-top:16px;
}

.site-inner {
	clear: both;
	padding-top:40px;
  	margin: 0 auto;
	max-width:1050px;
}

.home .content-sidebar-wrap
{
	max-width:100%;
}

.content-sidebar-wrap
{
	max-width:1050px;
	margin:0 auto;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 66%;
	padding-bottom:20px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 29.5%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	color: #3358a1;
	font-weight: 700;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	clear:both;
}

.breadcrumb a
{
	color:#737375;
	font-weight:700;
	font-size:12px;
}

.breadcrumb a:hover
{
	text-decoration:underline;
}
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 21.98px;
	text-transform: uppercase;
	color: #34383e;
	font-weight: 700;
	margin-bottom:42px;
	width:auto;
	float:left;
}

.archive .entry-title.new
{
	margin-bottom:18px;
	display:block;
}

.archive .entry-title
{
	display:none;
}



.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #000;
	width: auto;
	border-bottom: 3px solid #000;
	float: left;
	clear: both;
	margin-bottom:12px;
}

.footer-widgets-3 .widget-title
{
	margin-bottom:15px;
}

.footer-widgets .textwidget
{
	clear:both;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter
{
	width:100%;
	float:left;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.wrap
{
  margin:0 auto;
}
.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding:41px 0 15px;
  	max-width:1050px;
	position:relative;
  
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.title-area {
	width:334px;
  	text-indent:-9999px;
  	background:url('images/logo.jpg') no-repeat left center;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color:transparent;
  	width: 100%;
	float: left;
	display: block;
	height: 71px;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
  	display:none;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
float: right;
text-align: right;
position: absolute;
top: 0;
right: 0;
margin-top: 44px;
margin-right: 5px;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin:0px 43px;
}

.genesis-nav-menu .sub-menu .menu-item
{
	margin:0px;
}

.genesis-nav-menu .menu-item.menu_first
{
	margin-left:0px;
}
.genesis-nav-menu .menu-item.menu_last
{
	margin-right:0px;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 5px 9px 5px 5px;
	font-size:14.78px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary .wrap
{
  max-width:1050px;
}
.nav-primary .genesis-nav-menu a {
	color: #9f9f9f;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
  background-color: #006bb7;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding:10px 0px;
}
.entry-content
{
	float:left;
}
.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar ul > li:last-child
{
	border:0px;
	padding-bottom:0px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px 9px 8px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background:url('images/ft_widgets_bg.jpg') repeat-x #f6f6f6;
	clear: both;
	padding-top:22px;
}

.footer-widgets .wrap
{
	max-width:1050px;
}

.footer-widgets,
.footer-widgets a {
	color: #1685cb;
	font-weight:700;
}

.footer-widgets input {
	border: 1px solid #c2c2c2;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets a:hover 
{
	color:#094983;
	text-decoration:underline;
}

.footer-widgets li {
}

.footer-widgets .widget {
	margin-bottom:30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right:0px;
}


.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #34383e;
	font-size: 16px;
	line-height: 1;
	padding: 13px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}
#logo-area
{
	background:#1c3a76;
	height:70px;
}

#logo-area .wrap
{
	max-width:1060px;
}

#home-content,
#home-slider,
#logo-area
{
	width:100%;
	float:left;
}

#home-content .wrap
{
	max-width:1050px;
	margin-bottom:60px;
}

.site-header #loginform
{
	width:34%;
	float:right;
}

.site-header #loginform label
{
	display:none;
}

.site-header #loginform .login-remember
{
	display:none;
}

/*
Home Page Css
*/

.home-category .widgettitle
{
	font-size:22px;
	text-transform:uppercase;
	width:auto;
	float:left;
	margin-bottom:0px;
	line-height:33px;
	font-weight:700;
}

.home.page .home-category
{
	width: 100%;
	float: left;
}

.home-category
{
	width:100%;
	float:left;
}

.page .home-category
{
	width:auto;
	float:right;
}

.home-category .screen-reader-text
{
	display:none;
}
.home-category #searchsubmit
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	color: transparent;
	width: 25px;
	height: 26px;
	padding: 0px;
}

.home-category #searchsubmit:hover
{
	background:transparent !important;
}

.home-category #searchform
{
	position:relative;
}


.home-sidebar .entry-content
{
	width:100%;
	float:left;
}

.home-sidebar
{
	width:29.5%;
	float:right;
	background:#ebf7fc;
	border: 1px solid #8d9497;
	padding: 17px 20px;
	position:relative;
}

.home-sidebar .entry
{
	background-color:transparent;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.home-sidebar .entry-content p
{
	font-size:15px;
	line-height:21px;
	color:#535359;
	padding:0px 14px;
	text-align: left;
	position: relative;
}

.home-sidebar .more-from-category
{
	float: right;
	background: #1685cb;
	font-size: 10px;
	color: #fff;
	width: 96px;
	text-align: center;
	height: 26px;
	line-height: 23px;
	transition:0.3s;
}

.home-sidebar .more-from-category:hover
{
	background: #fff;
	color: #1685cb;
	transition:0.3s;
}

.home-sidebar .more-from-category a
{
	color:#fff;
	width:100%;
	float:left;
	display:block;
	transition:0.3s;
}

.home-sidebar .more-from-category a:hover
{
	color:#1685cb;
	transition:0.3s;
}

.home-sidebar p.entry-meta
{
	display:none;
}

.home-sidebar .entry-time
{
	float: right;
	font-size: 12.75px;
	color: #fff;
	background: url('images/date_bg.png') no-repeat;
	width:88px;
	height:34px;
	text-align: center;
	line-height: 26px;
}

.home-sidebar a.more-link
{
	float: left;
	margin-top: 51px;
	position: absolute;
	width:103px;
	left: 0;
	padding:6.5px 10px;
	font-size:10.84px;
	color:#49b4e3;
	background:url('images/arrow_b.png') no-repeat #fff;
	border:1px solid #49b4e3;
	background-position:90% 50%;
	margin-left: 14px;
	line-height: 11px;
}

.home-sidebar a.more-link:hover
{
	border:1px solid #fff;
	background:url('images/arrow.png') no-repeat #49b4e3;
	color:#fff;
	transition:0.3s;
	background-position:90% 50%;
}

.home-sidebar a.aligncenter img
{
	padding-top:27px;
}

#home-content
{
	padding-top:36px;
}

.home-category .widget.woocommerce.widget_product_search 
{
	width:220px;
	float:right;
	margin-right:18px;
}
.home-category .widget.woocommerce.widget_product_search input
{
	padding:5px;
	line-height:20px;
	background:url('images/search_icon.png') no-repeat #fff;
	background-position:97% 50%;
}

.home-category .widget.woocommerce.widget_product_search .widgettitle
{
	display:none;
}


.home-category .woocommerce_category_box .woocommerce_category_listings_box
{
	float:left;
	padding-top:0px;
	margin-top:40px;
}


/*
Login Form
*/


#loginform p.login-username,
#loginform p.login-password
{
	width:142px;
	float:left;
}
#loginform p.login-submit
{
	width:22px;
	height:22px;
	float:left;
}


/*
Slider Css
*/

.first_box,
.second_box,
.third_box
{
	width:230px;
	float:left;
	padding:18px 20px !important;
	position:relative;
}

.first_box .inner,
.second_box .inner,
.third_box .inner
{
	margin-top: -40px !important;
}


.first_box
{
	background-color: rgba(61,154,197,0.7);
}

.second_box
{
	background-color: rgba(20,121,185,0.7);
}

.third_box
{
	background-color: rgba(45,77,142,0.7);
}

.slider_title
{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	width:100%;
	float:left;
}

.slider_desc
{
	color:#fff;
	font-size:10px;
	line-height: 15px !important;
}

.first_box a,
.second_box a,
.third_box a
{
	font-size:10.85px !important;
	color:#fff !important;
	border:1px solid #fff;
	padding: 8px 31px 8px 12px !important;
	background: url('images/arrow.png') no-repeat;
	background-position:90% 50%;
	margin-top: -10px !important;
	float: left;
	line-height: 8px !important;
}

.first_box a:hover
{
	background-color:#49b4e3;
}

.second_box a:hover
{
	background-color:#1685cb;
}

#home-slider h2.heading
{
	color:#fff;
	font-size:28px !important;
	margin-top: 50px !important;
	text-transform:uppercase;
}

#home-slider .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption
{
	overflow:hidden;
}

#home-slider .tp-bullets.simplebullets.round .bullet
{
	background:url('images/slider_nav.png') no-repeat !important; 
}

#home-slider .tp-bullets.hidebullets
{
	margin-right:50px;
}

#home-slider .third_box p
{
	margin-bottom: 0px !important;
	line-height: 14px !important;
}

#home-slider .third_box .slider_desc
{
	line-height:12px !important;
}

/*
Category Style Home Page
*/

.woocommerce_category_box .woocommerce_category_listings_box .single_list
{
	position:relative;
	height:117px!important;
	margin: 8px 4px 4px 8px !important;
}
.woocommerce_category_box .woocommerce_category_listings_box a.single_list {
	width: 23.5%;
}

/*.woocommerce_category_box .woocommerce_category_listings_box .single_list:nth-child(3n+2)
{
	margin-left:8px !important; 
	margin-right:8px !important;
}
*/
.woocommerce_category_box .woocommerce_category_listings_box .single_list .category_name
{
	position:absolute!important;
	width:100%;
	float:left;
	height:100%;
	background:rgba(22, 133, 203, 0.8) !important;
	text-align:center !important;
	color:#fff !important;
	font-size:18px;
	line-height:20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	word-wrap: break-word;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list .category_name .name
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	padding: 0px 10px;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list .category_name:hover,
.woocommerce_category_box .woocommerce_category_listings_box .single_list .category_name .name:hover
{
	background:none !important;
	color:transparent !important;
	text-indent:-9999px;
}



.woocommerce_category_box .woocommerce_category_listings_box
{
	/*width: 96.3% !important;*/
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list img
{
	max-height:115px!important;
	margin:0px!important;
	width:100%;
	max-width:100%!important;
	height: 100% !important;
}

i.pull-right
{
	display:none;
}

/*
Before Footer Logo Area
*/

#logo-area .bx-wrapper .bx-viewport
{
	background:none !important;
	padding-top: 0px !important;
	margin-top: 12px;
	width:95% !important;
	float:right;
	margin:12px auto 0px !important;
}

#logo-area .bx-wrapper .bx-controls-direction a
{
	top: auto !important;
	margin-top: 16px !important;
}

#logo-area h4.widgettitle
{
	font-size:23.66px;
	font-weight:700;
	text-transform:uppercase;
	width:auto;
	float:left;
	margin:0px;
	padding:0px;
	line-height:70px;
	color:#a8afc2;
}

#logo-area .bx-wrapper
{
	margin-bottom:0px !important;
}

#logo-area #divSliderMain
{
	width:66.5% !important;
	float:right;
}

#logo-area div
{
	clear:none !important;
}

#logo-area .bx-wrapper .bx-prev
{
	background:url('images/logo_left.png') no-repeat left center !important;
}

#logo-area .bx-wrapper .bx-next
{
	background:url('images/logo_right.png') no-repeat right center !important;
}


/*
Footer Area
*/

.footer-widgets-1 p.ft_logo
{
	color:#094983;
	font-size:17px;
	margin-bottom: 0px;
	padding-left: 45px;
	line-height:20px;
}

.footer-widgets-2 p.ft_career
{
	font-size:12px;
	color:#000;
	line-height:19px;
}


.footer-widgets-3 .gform_wrapper ul li.gfield {
clear: none;
width: 48%;
float: left;
margin-bottom:7px;
}

.footer-widgets-3 .gform_wrapper .top_label input.medium, 
.footer-widgets-3 .gform_wrapper .top_label select.medium
{
	width:100%;
	padding:2px 7px;
}

.footer-widgets-3 .gform_wrapper ul li.gfield.email
{
	width:100%;
}

/*.footer-widgets-3 .gform_wrapper ul li.gfield.email input
{
	border-right:0px;
}*/

.footer-widgets-3 .gform_wrapper ul li.gfield.lname
{
	float:right;
}

.footer-widgets-3 .widget.gform_widget
{
	width:85%;
	float:left;
}

.footer-widgets-3 .widget.gform_widget .widget-title
{
	margin-top:-10px;
}

.footer-widgets-3 .widget.widget_text
{
	width:15%;
	float:right;
}

/*.footer-widgets-3 .gform_wrapper .gform_footer input.button, 
.footer-widgets-3 .gform_wrapper .gform_footer input[type=submit]
{
	font-size:0px;
	padding:0px;
	float:none;
	height:26px;
	width:26px;
}
*/
.footer-widgets-3 .gform_wrapper .gform_footer {
padding: 0;
margin: 0;
clear: none;
float: left;
width: auto;
margin-top:0px;
}


.footer-widgets-3 .social li.in,
.footer-widgets-3 .social li.tt
{
	background:url('images/social.png') no-repeat;
	margin-bottom: 10px;
	width:100%;
	float:left;
}

.footer-widgets-3 .social li.in:hover,
.footer-widgets-3 .social li.tt:hover
{
	opacity:0.8;
}

.footer-widgets-3 .social li.in a,
.footer-widgets-3 .social li.tt a,
.footer-widgets-3 .social li.in a:hover,
.footer-widgets-3 .social li.tt a:hover
{
	 color:transparent;
	 width:33px;
	 height:33px;
	 display:block;
	 float:left;
}

.footer-widgets-3 .social li.tt
{
	background-position:0px -43px;
}

.footer-widgets-3 .social
{
	margin:21px 0px 0px 18px;
}

.site-footer .wrap
{
	max-width:1050px;
}

.site-footer .creds
{
	color:#c4c4c4;
	text-align:right;
	font-size:11.28px;
	line-height:12px;
	margin:0px;
	padding:0px;
}
.footer-widgets-1
{
	padding-top:26px;
}

/*
Primary Sidebar Menu
*/

.sidebar .widget
{
	position:relative;
	padding-top:50px;
	background:#ebf7fc;
	border: 1px solid #8d9497;
}

.sidebar .widget.widget_nav_menu
{
	background:#ebf7fc;
	border: 1px solid #8d9497;
}

.sidebar .widget-title
{
	color:#fff;
	text-transform:uppercase;
	background:#2c519c;
	text-align:left;
	width:100%;
	float:left;
	position:absolute;
	top:0;
	display:block;
	left:0;
	padding: 10px 9px;
	font-size:19.7px;
}

.sidebar li a
{
	color:#000;
	font-size:16.3px;
}

.sidebar li a:hover
{
	text-decoration:underline;
}

.sidebar .menu .sub-menu
{
	display:none;
}

li.cat_menu.has-child
{
	cursor: pointer;
}
li.cat_menu.has-child.plus
{
	background:url('images/plus.png') no-repeat right 6px;
}
li.cat_menu.has-child.minus
{
	background:url('images/minus.png') no-repeat right 10px;
}

li.cat_menu.active > a
{
	color: #2C519C;
	font-weight: 700;
}

li.cat_menu.has-child.active
{
	background:url('images/minus.png') no-repeat right 10px !important;
}
li.cat_menu.has-child.active > ul
{
	display: block !important;
}


.sub-menu span.plus
{
	background:url('images/minus.png') no-repeat;
}
.woocommerce-cat-menu li.cat_menu.has-child ul{
	display: none;
}

/*
Header Form
*/

.login-username,
.login-password
{
	padding-left:15px;
	background:url('images/required.png') no-repeat left center;
}
.login-password
{
	margin-left:5px;
}

span.form_desc
{
	width:100%;
	float:left;
	padding-left:15px;
	color:#1685cb;
	font-size:12px;
}





/*
Inner Pages
*/

/*.entry-header
{
	display:none;
}*/

.inner-pages-title
{
	max-width:1050px;
	margin:0 auto;
	font-size:45px;
	padding-top:85px;
	color:#fff;
	text-shadow: -2px 3px 2px rgba(0, 0, 0, 0.66);
}

.top_banner
{
	height:436px;
	margin-top:16px;
}

/*.sub-title
{
	text-transform:uppercase;
	text-align:left;
	margin-bottom:45px;
	display:none;
}
*/
.sub_heading
{
	font-size:20px;
	color:#1685cb;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:700;
}

/*
Product Page Design
*/

.product .product_title.entry-title
{
	color:#3358a1;
	font-size:14.75px;
	margin-bottom: 7px;
	width:60%;
	float:left;
	display:block;
}

.product .product-info
{
	width:50%;
	float:left;
}

.product .product-info .product_meta
{
	width:100%;
	float:left;
	color:#1685cb;
	font-size:13px;
}

.product .product-more-info
{
	width:100px;
	position:relative;
	float:right;
}


.product .product-wishlist.product-viewlarge
{
	width:110px;
	float:right;
	position:relative;
}

.product .product-variations
{
	width:100%;
	float:left;
}

.product .product-variations .product-variations-row
{
	font-size:14.97px;
	color:#737375;
	float:left;
	width:100%;
}

.product .product-variations .product-variations-row .code
{
	font-weight:700;
}



.product .product-wishlist .wishlist,
.product .product-wishlist .viewlarge
{
	color:#737375;
	font-size:9.95px;
}

.product .product-wishlist .wishlist
{
	background:url('images/wishlist.png') no-repeat right center;
	width:100%;
	float:left;
	line-height:45px;
}

.product .product-wishlist .viewlarge
{
	/*background:url('images/viewlarger.png') no-repeat right center;*/
	width:100%;
	float:left;
	line-height:25px;
	position:absolute;
	bottom:0;
}

.product .product-wishlist .wishlist:hover,
.product .product-wishlist .viewlarge:hover,
.product .product-more-info .more-info:hover
{
	text-decoration:underline;
}

.product .product-more-info .more-info
{
	font-size:12px;
	color:#49b4e3;
	position:absolute;
	bottom:0;
	font-weight:700;
	float: none;
	text-align: center;
	width: 100%;
}

.product .product-images
{
	float:left;
	width:24%;
	margin:0px;
	padding:0px;	
}

.woocommerce.woocommerce-page .product .summary.entry-summary
{
	width:76%;
	float:left;
	margin-bottom:0px;
}

.product
{
	width:100%;
	float:left;
	border-bottom:1px solid #34383e;
	margin-bottom:10px;
}

/*
Product Popup
*/

div.pp_overlay
{
	background:rgba(255,255,255,0.8) !important;
}

.pp_pic_holder.pp_default
{
	/*position: fixed;*/
	width: 60% !important;
	float: none !important;
	left: 20% !important;
	/*top: 20% !important;*/
	background: #efefef;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.pp_content,
.pp_hoverContainer
{
  width:100% !important;
  height:auto !important;
}

.pp_social
{
  display:none !important;
}

.pp_details
{
  position:static !important;
}

.pp_close
{
  position:absolute;
  top:0;
  right:0;
}


.single-product-image
{
  width:50%;
  float:left;
  margin:0px;
  padding:0px;
  background:#fff;
}

.single-product-description
{
  width:50%;
  float:left;
  margin:0px;
  padding:0px;
  background:#efefef;
  border-left: 1px solid #8E8E8E;
}

.pp_bottom,
.pp_top,
div.ppt
{
  display:none !important;
}


.pp_content_container .product_title.entry-title
{
  font-size:20px;
  color:#fff;
  text-transform:uppercase;
  background:#3358a1;
  padding: 20px 30px 20px;
  display:block;
  word-wrap:break-word;
}

.pp_content_container .after_title
{
	padding-left:30px;
}


.pp_content_container .single-product-attr .attr-box
{
	width:33% !important;
	float:left;
}

.pp_content_container .single-product-attr .attr-box .code.cell,
.pp_content_container .single-product-attr .attr-box .desc.cell,
.pp_content_container .single-product-attr .attr-box .pkg.cell
{
	width:100%;
	float:left;
}

.pp_content_container .single-product-attr
{
	width:100%;
	float:left;
	margin-top:30px;
}


.pp_content_container ul.feature-list
{
	width:100%;
	float:left;
	clear:both;
}

.pp_content_container ul.feature-list li
{
	color:#737375;
	font-size:15px;
	padding-left:15px;
	background:url('images/disc.png') no-repeat left center;
	line-height:22px;
	
}

.pp_content_container .single-product-attr .attr-box .code.cell
{
	font-size:14.91px;
	font-weight:700;
	color:#3358a1;
	text-align:left;
	line-height:15px;
}

.pp_content_container .single-product-attr .attr-box .desc.cell,
.pp_content_container .single-product-attr .attr-box .pkg.cell
{
	font-size:10.39px;
	color:#34383e;
	line-height:12px;
}



.single-product-description .attr-title
{
  color:#34383e;
  font-size:20.5px;
  margin-bottom:15px;
  font-weight:700;
  width: 100%;
	float: left;
}

.single-product-attr .attr-title
{
  width:auto;
  float:left;
}

.row
{
  width:100%;
  float:left;
}
  
.sep
{
	padding: 0px 5px;
	line-height: 22px;
	color: #1685cb;
	font-size: 20px;
}

div.pp_default .pp_content_container .pp_left
{
	padding-left:0px !important;
}

div.pp_default .pp_content_container .pp_right
{
	padding-right:0px !important;
}



/*
Menu 
*/
/*
.sidebar ul li ul li
{
 	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}


.sidebar ul li:hover > ul li
{
  opacity:1;
  left:auto;
  position:relative;
}
*/


#mobi-menu,
#mobi-menu span
{
	display:none;
}

.nav-primary
{
	display:block;
	margin-top:7px;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list:hover
{
	background:#fff !important;
}

/*
home-slider-boxes
*/

#home-slider-boxes
{
	width:100%;
	float:left;
	position: relative;
	margin-top: -156px;
	z-index: 99;
}

#home-slider-boxes .wrap
{
	max-width:1050px;
}

#home-slider-boxes .widget
{
	width:230px;
	float:left;
	padding:20px;
	position: relative;
}

#home-slider-boxes .widget:nth-child(1)
{
	background-color: rgba(61,154,197,0.7);
}

#home-slider-boxes .widget:nth-child(2)
{
	background-color: rgba(20,121,185,0.7);
}

#home-slider-boxes .widget:nth-child(3)
{
	background-color: rgba(45,77,142,0.7);
	padding: 20px 20px 8px;
}

#home-slider-boxes .widget span
{
	width:100%;
	float:left;
	margin-bottom:10px;
}


#home-slider-boxes .widget h2.entry-title,
#home-slider-boxes .widget .widgettitle
{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	width:100%;
	float:left;
	font-weight:300;
	margin:0px;
}

#home-slider-boxes .widget h2.entry-title a
{
	color:#fff;
}


#home-slider-boxes .widget .entry-content,
#home-slider-boxes .widget
{
	color:#fff;
	font-size:10px;
	line-height: 15px !important;
}

#home-slider-boxes .widget a.more-link
{
	font-size:10.85px;
	color:#fff;
	border:1px solid #fff;
	padding: 8px 31px 8px 12px;
	background: url('images/arrow.png') no-repeat;
	background-position:90% 50%;
	float: left;
	line-height: 8px;
	margin-top:12px;
}

#home-slider-boxes .widget .entry
{
	background:none;
	margin:0px;
	padding:0px;
	border:0px;
}


#home-slider-boxes .widget:nth-child(1) a.more-link:hover
{
	background-color:#49b4e3;
}

#home-slider-boxes .widget:nth-child(2) a.more-link:hover
{
	background-color:#1685cb;
}


/*
single-product-related
*/

.single-product-related
{
	width:100%;
	float:left;
	background:#fff;
	padding: 0px 0px 10px;
}

.single-product-related h3
{
	font-size:13.98px;
	font-weight:700;
	text-transform:uppercase;
	width:100%;
	float:left;
	background:#1685cb;
	line-height:18px;
	color:#fff;
	padding: 4px 20px;
}

.single-product-related .product_title.entry-title
{
	font-size:9.96px;
	color:#3358a1;
	background:none;
	line-height:14px;
	width: auto;
	margin: 0px 0px 3px;
}

.single-product-related a.related-product-title
{
	display:block;
}

.single-product-related div.product
{
	width:23%;
	float:left;
	padding: 0px 20px;
}

.single-product-related .product-images
{
	width:35%;
	float:left;
}
 
.single-product-related .product .summary.entry-summary
{
	width:65% !important;
	float:left;
}

.single-product-related .product
{
	border:0px;
}

.single-product-related .product .product-variations .product-variations-row
{
	font-size:9.96px;
}

.single-product-related span.read-more
{
	border: 2px solid #1685cb;
	width: 54px;
	height: 59px;
	float: left;
	font-size: 9.77px;
	color: #1685cb;
	padding: 22px 3px 0px;
	background:url('images/plus.png') no-repeat;
	background-position: 50% 10%;
	font-weight: 700;
	cursor: pointer;
}

span.read-more
{
	position:relative;
}



#main
{
	width:66%;
	float:right;
}


.product a.viewlarge[href=""], 
.product a.viewlarge[href="#"] {
  display: none;
}

span.lang_name
{
	text-transform:uppercase;
}

.widget-area.header-widget-area .lang_name:last-child .sep
{
	display:none;
}

.cat_banner
{
	width:100%;
	float:left;
	margin:20px 0px;
}

.cat_banner img
{
	width:100%;
}

.pdf_convert
{
	position:absolute;
	top:0;
	right:0;
	margin-right:20px;
}

/*
Product Slider 
*/
.single-product-image .slider {
position: relative;
overflow: hidden;
margin:0 auto 0 auto;
border-radius: 4px;
width:100% !important;
}

/*.single-product-image .slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.single-product-image .slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 378px;
  height: 300px;
  background: #fff;
  text-align: center;
  line-height: 300px;
}
*/

.single-product-image .slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height:280px;
  list-style: none;
  width:100%;
}
.single-product-image .slider ul li {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 378px;
  height: 300px;
  background: #fff;
  text-align: center;
  line-height: 300px;
  top:0;
  left:0;
}

.single-product-image .slider ul li.active
{
	z-index:9;
}

.single-product-image .slider ul li img{
	height:100%;
}

.single-product-image a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.single-product-image a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.single-product-image a.control_prev {
  border-radius: 0 2px 2px 0;
}

.single-product-image a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.search-no-results .page-title,
.search-results .page-title{
	clear:both;
	float:left;
}

.search-no-results.woocommerce .woocommerce-info
{
	float:left;
}


/* # Media Queries
font-family: 'Montserrat', sans-serif;
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

.site-header .wrap,
.nav-primary .wrap,
#home-content .wrap,
#logo-area .wrap,
.footer-widgets .wrap,
.site-footer .wrap
  {
	max-width:95%;
  }
  
  .genesis-nav-menu .menu-item
{
	margin:0px 20px;
	float:none;
  }
  
  .genesis-nav-menu
{
	text-align:center;
  }

.woocommerce_category_box .woocommerce_category_listings_box .single_list
{
  width:31% !important;
}

#logo-area h4.widgettitle
{
  font-size:20px;
}


.footer-widgets-1,
.footer-widgets-2
{
  margin-right:3%;
  width:30%;
}

.footer-widgets-3
{
  width:34%;
  float:right;
}

.footer-widgets-3 .gform_wrapper ul li.gfield.email
{
  width:100%;
}

.site-header #loginform
{
	width:360px;
}

.top_banner .wrap,
.content-sidebar-wrap
{
	max-width:95%;
}

.sidebar li.cat_menu a
{
	font-size:13px;
}

.single-product-description .attr-title
{
	font-size:20px;
}

.pp_content_container .product_title.entry-title
{
	line-height: 20px;
	padding-left: 15px;
	height: 60px;
	padding-top: 20px;
}

.pp_content_container .after_title
{
	padding-left:15px;
}

.single-product-description .attr-title
{
	font-size:14px;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list img
{
	max-height:100% !important;
	height:100% !important;
}


}

@media only screen and (max-width: 1023px) {

  #home-slider h2.heading
 {
	padding-left:5% !important;
	font-size:20px !important;
	margin-top:40px !important;
}


.site-header .wrap
{
	padding:20px 0px;
}
  
  .genesis-nav-menu .menu-item
{
	margin:0px 10px;
}
  
  .genesis-nav-menu a
{
	font-size:12px;
}
  

  
.woocommerce_category_box .woocommerce_category_listings_box .single_list
{
  margin:0px 0px 8px 0px !important;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list:nth-child(3n+2) 
{
	margin-left: 9px !important;
	margin-right: 9px !important;
}

.home-sidebar .entry-content p
{
  padding:0px;
  font-size:13px;
  line-height:16px;
}
  
.home-sidebar a.more-link
{
  position:relative;
  margin-top:10px;
  margin-left:0px;
}

.home-sidebar .more-from-category
{
  float:left;
  width:103px;
  margin:10px 0px 0px;
}

#logo-area h4.widgettitle
{
  font-size:16px;
}
  
.footer-widgets-1 p.ft_logo
{
  padding-left:20px;
  font-size:14px;
}

.footer-widgets
{
  padding-top:20px;
}

.footer-widgets-2 p.ft_career
{
  line-height:16px;
}

.widget-title
{
  font-size:15px;
}


.footer-widgets-3 .gform_wrapper ul li.gfield.email
{
  width:100% !important;
}


.footer-widgets-3 .social
{
  margin:34px 0px 0px 0px;
}

.site-header .widget-area
{
	margin-top:5px;
}

.pp_pic_holder.pp_default
{
	width:96% !important;
	left: 2% !important;
}

.pp_inline .single-product-related div.product
{
	width:29% !important;
}
.site-header #loginform
{
	margin-top:15px;
}

.single-product-related h3
{
	position:relative;
}

}
  
@media only screen and (max-width: 767px) {
.home .home-category,
.home-sidebar
{
	width:100%;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list
{
	margin:0px 0px 8px 0px !important;
}

.woocommerce_category_box .woocommerce_category_listings_box .single_list:nth-child(3n+2) {
margin-left: 8px !important;
margin-right: 8px !important;
}

  #logo-area
  {
	height:auto;
  }
  
#logo-area h4.widgettitle 
{
  font-size: 20px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
  
  #logo-area #divSliderMain
  {
	width:100% !important;
  }
.header-full-width .title-area
  {
	width:100%;
	background-position:50%;
  }

    .footer-widgets-1, 
  .footer-widgets-2,
  .footer-widgets-3
  {
	width:100%;
	margin:20px 0px;
  }
  .site-header #loginform
{
	width:100%;
}

#loginform p.login-username, 
#loginform p.login-password
{
	width:130px;
}

#mobi-menu 
{ 
  background: url("images/mobile-menu-icon.png") no-repeat scroll 0 0 #006BB7; 
  cursor: pointer; 
  display: block;      
  float: none; 
  height: 30px; 
  clear: both;
  margin:0 auto; 
  width: 100%; 
  visibility: visible; 
  border-bottom: 1px solid #003666;
}

#mobi-menu span
{
  display:block;
  font-size:15px;
  line-height:30px;
  color:#fff;
  font-weight:700;
  margin:0px 0px 0px 50px;
  text-align:left;
}

.genesis-nav-menu .menu-item {
margin: 0px;
float: left;
width: 100%;
background: #006BB7;
border-bottom: 1px solid #000;
padding: 20px;
}

.nav-primary .wrap
{
	max-width:100%;
}

.genesis-nav-menu .sub-menu
{
	left:auto;
	opacity:1;
	position:static;
	width:100%;
	margin:0px;
}

.genesis-nav-menu .sub-menu .menu-item a
{
	width:100%;
	margin:0px;
	background-color:#006BB7;
	border:0px;
	padding:0px;
}

.genesis-nav-menu .sub-menu .menu-item
{
	border:0px;
}

.genesis-nav-menu .sub-menu .sub-menu
{
	margin:0px;
}

.nav-primary
{
	display:none;
}
.content,
.sidebar-primary
{
	width:100%;
}

.footer-widgets-3 .gform_wrapper	
{
	float:left;
}

.footer-widgets-3 .gform_wrapper ul li.gfield.email {
width: 100% !important;
}

.product .product-info,
.product .product-more-info
{
	width:100%;
}

.product .product-wishlist.product-viewlarge
{
	width:100%;
	text-align:right;
}
  
.single-product-image,
.single-product-description
{
	width:100%;
	float:left;
}

.pp_content_container .single-product-attr .attr-box
{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.pp_content_container .single-product-attr .attr-box .sep
{
	display:none;
}

.pp_content_container .single-product-attr .attr-box .attr-title
{
	margin-bottom:8px;
}

.pp_content_container .product_title.entry-title
{
	padding-top:10px;
}

.product .product-wishlist .viewlarge
{
	left:0;
}

#home-slider-boxes
{
	margin-top:0px;
}

#home-slider-boxes .widget
{
	width:100%;
	margin-bottom:15px;
}


#main
{
	width:100%;
	float:float;
	padding:0px 20px;
}

.pp_pic_holder.pp_default
{
	top:2% !important;
}

.single-product-image
{
	width:100% !important;
}

.single-product-description
{
	width:100% !important;
}

.pp_content_container .product_title.entry-title
{
	position:relative;
}  
.header-full-width .title-area
{
	margin-bottom:20px;
	margin-top:30px;
}

.site-header #loginform
{
	float:none;
	width:336px;
	margin:0 auto;
}

.home.page .home-category
{
	width:100%;
}


  
}


@media only screen and (max-width: 567px)
{
	#home-slider
	{
		display:none;
	}	
}


@media only screen and (max-width: 479px) {


  
  .home-sidebar a.aligncenter img
  {
	padding-top:50px;
  }
  
  
  
  .footer-widgets-1 p.ft_logo
  {
	text-align:center;
	padding:0px;
  }
  
  .footer-widgets-1 .textwidget
  {
	text-align:center;
  }
  
  .footer-widgets-3 .gform_wrapper ul li.gfield.email
  {
	width:100% !important;
  }

.woocommerce_category_box .woocommerce_category_listings_box .single_list
{
  margin:0px 2px 8px 2px !important;
}

.home-category .widget.woocommerce.widget_product_search
{
  width:170px;
}

.home-category .widgettitle
{
  font-size:18px;
}
  

.header-full-width .title-area
  {
	background-size:contain;
  }
  
  .woocommerce_category_box .woocommerce_category_listings_box .single_list
  {
	width:100% !important;
	margin:0px 0px 7px !important; 
  }
  
  .woocommerce_category_box .woocommerce_category_listings_box .single_list:nth-child(3n+2) {
margin-left: 0px !important;
margin-right: 0px !important;
}
  
  .home-category .widgettitle
  {
	width:100%;
	text-align:center;
  }
  
  .home-category .woocommerce_category_box .woocommerce_category_listings_box
  {
	padding-top:0px;
  }
  
  .home-category .widget.woocommerce.widget_product_search
  {
	width:100%;
	margin:0px;
  }
  
  .footer-widgets-3 .gform_wrapper ul li.gfield.email
  {
	width:100% !important;
  }
  
  .product .product-images
  {
  	width:100%;
	text-align:center;
	margin:0px;
  }
  
  .woocommerce.woocommerce-page .product .summary.entry-summary
  {
  	width:100%;
  }
  
  .footer-widgets-3 .gform_wrapper .gform_footer input.button,
  .footer-widgets-3 .gform_wrapper .gform_footer input[type=submit]
  {
  	width:auto;
  }
  
  #loginform p.login-username, #loginform p.login-password
  {
	width:100px;
  }
  
  

}